| 115 |
|
|
| 116 |
protected: |
protected: |
| 117 |
|
|
| 118 |
|
/*! This collection contains the selection cuts. */ |
| 119 |
SmartCollection _selCollection; |
SmartCollection _selCollection; |
| 120 |
|
|
| 121 |
|
/*! This collection contains the detector cuts. */ |
| 122 |
SmartCollection _detCollection; |
SmartCollection _detCollection; |
| 123 |
|
|
| 124 |
|
/*! The base name of the output file. */ |
| 125 |
TString _outFileBase; |
TString _outFileBase; |
| 126 |
unsigned int _det, _sel; |
|
| 127 |
|
/*! The number of events surviving the detector cuts. */ |
| 128 |
|
unsigned int _det; |
| 129 |
|
|
| 130 |
|
/*! The number of events surviving the selection cuts. */ |
| 131 |
|
unsigned int _sel; |
| 132 |
|
|
| 133 |
}; |
}; |
| 134 |
|
|