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