--- PamCut/CaloCuts/CaloGeomCut/CaloGeomCut.cpp 2010/03/11 19:11:49 1.3 +++ PamCut/CaloCuts/CaloGeomCut/CaloGeomCut.cpp 2010/07/08 14:00:10 1.4 @@ -7,6 +7,8 @@ /*! @file CaloGeomCut.cpp The CaloCrossCut class implementation file */ +#ifndef NO_CALOAXIS + #include "CaloGeomCut.h" int CaloGeomCut::Check(PamLevel2 *event) { @@ -78,3 +80,5 @@ return CUTOK; } + +#endif /* NO_CALOAXIS */