|
HighLAND
|
#include <ToyVariations.hxx>
Public Member Functions | |
| ToyVariations (Int_t npar) | |
| Create the systematic,. | |
| virtual | ~ToyVariations () |
| Everyone should have a destructor. | |
| UInt_t | GetNParameters () const |
| Number of parameters for this systematic. | |
| Double_t | GetWeight () const |
| Computes the total weight for all systematic parameters. | |
| Double_t | GetWeight (const Int_t *bins, int nBins) const |
| Computes the total weight for all systematic parameters that were used. | |
Public Attributes | |
| Float_t * | Variations |
| the vector of Variations, one for each of the systematic parameters | |
| Int_t | nVariations |
| Float_t * | Weights |
| the vector of Weights, one for each of the systematic parameters | |
| Int_t | nWeights |
This class represents a set of variations for a single Systematic
Definition at line 11 of file ToyVariations.hxx.
1.8.13