--- PamCut/CaloCuts/CaloGeomYSensCut/CaloGeomYSensCut.cpp 2010/05/06 17:08:03 1.1.2.1 +++ PamCut/CaloCuts/CaloGeomYSensCut/CaloGeomYSensCut.cpp 2010/07/08 14:00:08 1.2 @@ -7,6 +7,8 @@ /*! @file CaloGeomYSensCut.cpp The CaloGeomYSens class implementation file */ +#ifndef NO_CALOAXIS + #include "CaloGeomYSensCut.h" int CaloGeomYSensCut::Check(PamLevel2 *event) { @@ -117,3 +119,5 @@ return CUTOK; } + +#endif /* NO_CALOAXIS */