| 41 |
* with the edges of the bin. Additionally, a ROOT file (outFileBase + collection's name +"-rig.root") |
* with the edges of the bin. Additionally, a ROOT file (outFileBase + collection's name +"-rig.root") |
| 42 |
* will be produced, containing the efficiency graph. |
* will be produced, containing the efficiency graph. |
| 43 |
* @param rigBinsFile The file with the rigidity bins. |
* @param rigBinsFile The file with the rigidity bins. |
| 44 |
* @param errMethod The method to use for error computation. Possible values are defined in #EffRigCollection_ErrMethod. |
* @param errMethod The method to use for error computation. Possible values are defined in #EffCollection_ErrMethod. |
| 45 |
|
* @param owns If true, the collection will own the cuts and the actions, ie., it will |
| 46 |
|
* destroy them in its destructor. |
| 47 |
*/ |
*/ |
| 48 |
EffRigCollection(const char *collectionName, TString outFileBase = "", TString rigBinsFile = "", int errMethod = |
EffRigCollection(const char *collectionName, TString outFileBase = "", TString rigBinsFile = "", int errMethod = |
| 49 |
EFFERR_ROOT); |
EFFERR_ROOT, bool owns = true); |
| 50 |
|
|
| 51 |
/*! @brief Destructor. */ |
/*! @brief Destructor. */ |
| 52 |
~EffRigCollection() { |
~EffRigCollection() { |