| 35 |
* @param collectionName The collection's name. |
* @param collectionName The collection's name. |
| 36 |
* @param outFileBase The output file base name. If "", no file output will be produced; otherwise, |
* @param outFileBase The output file base name. If "", no file output will be produced; otherwise, |
| 37 |
* a file named outFilebase + "-eff.txt" will be produced, containing the number of |
* a file named outFilebase + "-eff.txt" will be produced, containing the number of |
| 38 |
* events surviving the detector cuts (1st column), the selection cuts (2nd column) |
* events surviving the detector cuts (1st column), the selection cuts (2nd column), |
| 39 |
* and the efficiency (3rd column). |
* the efficiency (3rd column), the lower (4th column) and upper (5th column) length |
| 40 |
|
* of the efficiency's error bar. |
| 41 |
*/ |
*/ |
| 42 |
EffCollection(const char *collectionName, TString outFileBase = ""); |
EffCollection(const char *collectionName, TString outFileBase = ""); |
| 43 |
|
|