--- PamCut/CaloCuts/CaloNHitCut/CaloNHitCut.h 2009/05/27 13:30:09 1.1.1.1 +++ PamCut/CaloCuts/CaloNHitCut/CaloNHitCut.h 2010/07/08 10:43:18 1.1.1.1.2.1 @@ -7,11 +7,13 @@ /*! @file CaloNHitCut.h The CaloNHitCut class definition file */ +#ifndef NO_CALOAXIS + #ifndef CALONHITCUT_H_ #define CALONHITCUT_H_ #include "../../PamCutBase/PamCutBase.h" -#include "../../CaloAxis2.h" +#include /*! @brief The number of hits cut for the calorimeter. * An event survives this selection if the number of hit planes in the calorimeter @@ -66,4 +68,4 @@ }; #endif /* CALONHITCUT_H_ */ - +#endif /* NO_CALOAXIS */