7 |
|
|
8 |
/*! @file CaloNHitCut.h The CaloNHitCut class definition file */ |
/*! @file CaloNHitCut.h The CaloNHitCut class definition file */ |
9 |
|
|
10 |
|
#ifndef NO_CALOAXIS |
11 |
|
|
12 |
#ifndef CALONHITCUT_H_ |
#ifndef CALONHITCUT_H_ |
13 |
#define CALONHITCUT_H_ |
#define CALONHITCUT_H_ |
14 |
|
|
15 |
#include "../../PamCutBase/PamCutBase.h" |
#include "../../PamCutBase/PamCutBase.h" |
16 |
#include "../../CaloAxis2.h" |
#include <CaloAxis.h> |
17 |
|
|
18 |
/*! @brief The number of hits cut for the calorimeter. |
/*! @brief The number of hits cut for the calorimeter. |
19 |
* An event survives this selection if the number of hit planes in the calorimeter |
* An event survives this selection if the number of hit planes in the calorimeter |
68 |
|
|
69 |
}; |
}; |
70 |
#endif /* CALONHITCUT_H_ */ |
#endif /* CALONHITCUT_H_ */ |
71 |
|
#endif /* NO_CALOAXIS */ |