|
HighLAND
|
Public Member Functions | |
| ZeroToyMaker () | |
| Create the Toy experiment. | |
| virtual | ~ZeroToyMaker () |
| Everyone should have a destructor. | |
| void | FillToyExperiment (ToyExperiment &toy) |
| Fills the Toy Experiment with a given index. | |
Public Member Functions inherited from ToyMaker | |
| ToyMaker () | |
| Create the Toy experiment. | |
| virtual | ~ToyMaker () |
| Everyone should have a destructor. | |
| void | CreateToyExperiments (Int_t ntoys, const std::vector< SystematicBase *> &systematicsEnabled) |
| Create the Toy Experiment, provided the number of toys,. | |
| void | AddSystematic (SystematicBase *sys) |
| Add a SystematicBase. | |
| ToyExperiment * | GetToyExperiment (UInt_t index) |
| Returns the Toy experiment with a given index. | |
| const std::vector< ToyExperiment * > & | GetToyExperiments () const |
| Returns the Toy experiment vector. | |
Additional Inherited Members | |
Protected Attributes inherited from ToyMaker | |
| std::vector< ToyExperiment * > | _toys |
| The vector of toys. | |
| SystematicBase * | _systematics [NMAXSYSTEMATICS] |
| The systematics that need to be considered. | |
| int | _nSystematics |
Definition at line 6 of file ZeroToyMaker.hxx.
1.8.13