| 21 |
|
|
| 22 |
public: |
public: |
| 23 |
/*! @brief Constructor. |
/*! @brief Constructor. |
|
DataQualCut.h |
|
| 24 |
* |
* |
| 25 |
* @param cutName The cut's name. |
* @param cutName The cut's name. |
| 26 |
* @param cutMask An integer whose binary code would provide a mask for the cuts to apply; |
* @param cutMask An integer whose binary code would provide a mask for the cuts to apply; |
| 28 |
* Default: DEFAULT (meaning Level-2 for TRK, CALO, TOF, ANT, TRG, ORB). |
* Default: DEFAULT (meaning Level-2 for TRK, CALO, TOF, ANT, TRG, ORB). |
| 29 |
*/ |
*/ |
| 30 |
|
|
| 31 |
DataQualCut(const char *cutName, unsigned int cutMask=DEFAULT) : |
DataQualCut(const char *cutName, unsigned int cutMask = DEFAULT) : |
| 32 |
PamCut(cutName), _cutMask(cutMask) { |
PamCut(cutName), _cutMask(cutMask) { |
| 33 |
} |
} |
| 34 |
/*! @brief Destructor. */ |
/*! @brief Destructor. */ |
| 35 |
~DataQualCut() { |
~DataQualCut() { |