--- UserCode/MitPhysics/Utils/interface/IsolationTools.h 2009/05/11 08:01:31 1.4 +++ UserCode/MitPhysics/Utils/interface/IsolationTools.h 2009/07/20 04:55:33 1.5 @@ -1,5 +1,5 @@ //-------------------------------------------------------------------------------------------------- -// $Id: IsolationTools.h,v 1.4 2009/05/11 08:01:31 loizides Exp $ +// $Id: IsolationTools.h,v 1.5 2009/07/20 04:55:33 loizides Exp $ // // IsolationTools // @@ -33,6 +33,8 @@ namespace mithep static Double_t CaloTowerEmIsolation(const ThreeVector *p, Double_t extRadius, Double_t intRadius, Double_t etLow, const mithep::Collection *caloTowers); + + ClassDef(IsolationTools, 0) // Isolation tools }; } #endif