--- PamCut/CaloCuts/CaloAngleCut/CaloAngleCut.h 2010/01/18 15:55:09 1.1 +++ PamCut/CaloCuts/CaloAngleCut/CaloAngleCut.h 2010/07/08 10:43:08 1.1.2.1 @@ -7,11 +7,13 @@ /*! @file CaloAngleCut.h The CaloAngleCut class definition file */ +#ifndef NO_CALOAXIS + #ifndef CALOANGLECUT_H_ #define CALOANGLECUT_H_ #include "../../PamCutBase/PamCutBase.h" -#include "../../CaloAxis2.h" +#include /*! @brief Cut on vertical angle, using the calorimeter track. * @@ -62,3 +64,4 @@ }; #endif /* CALOANGLECUT_H_ */ +#endif /* NO_CALOAXIS */