--- PamCut/CaloCuts/CaloIonCut/CaloIonCut.cpp 2009/05/27 13:30:09 1.1 +++ PamCut/CaloCuts/CaloIonCut/CaloIonCut.cpp 2010/07/08 10:43:16 1.1.1.1.2.1 @@ -7,6 +7,8 @@ /*! @file CaloIonCut.cpp The CaloCrossCut class implementation file */ +#ifndef NO_CALOAXIS + #include "CaloIonCut.h" int CaloIonCut::Check(PamLevel2 *event) { @@ -35,3 +37,5 @@ return CUTOK; } + +#endif /* NO_CALOAXIS */