--- PamCut/CaloCuts/CaloTrackChi2Cut/CaloTrackChi2Cut.cpp 2009/05/27 13:30:09 1.1 +++ PamCut/CaloCuts/CaloTrackChi2Cut/CaloTrackChi2Cut.cpp 2010/07/08 14:00:30 1.2 @@ -7,6 +7,8 @@ /*! @file CaloTrackChi2Cut.cpp The CaloTrackChi2Cut class implementation file */ +#ifndef NO_CALOAXIS + #include "CaloTrackChi2Cut.h" int CaloTrackChi2Cut::Check(PamLevel2 *event) { @@ -21,3 +23,5 @@ return CUTOK; } + +#endif /* NO_CALOAXIS */