next up previous contents
Next: Event Input/Output and Object Up: Modules, Supermodules and Context Previous: Modules, Supermodules and Context   Contents

Module Parameter Setting

Datamembers of a module that are user-settable are called parameters. They can be identified by adding a '$' in the comment field immediately following the '//' of the datamember declaration:

Float_t fProbCut; //$ Probability cut

Parameters have to be of basic type ( Int_t, Short_t, Float_t, Long_t, UInt_t, Bool_t, Char_t*) or TString. Arrays and enum are currently not supported, but will likely be added in the future.

Parameters are identified automatically by the system and can be used in a number of ways:


next up previous contents
Next: Event Input/Output and Object Up: Modules, Supermodules and Context Previous: Modules, Supermodules and Context   Contents
Gunther Roland
2000-05-05