--- calo/flight/CaloNuclei/inc/CaloNuclei.h 2007/04/04 11:31:26 1.3 +++ calo/flight/CaloNuclei/inc/CaloNuclei.h 2007/04/05 13:38:21 1.4 @@ -32,6 +32,7 @@ private: // PamLevel2 *L2; + Bool_t debug; // // needed to avoid reprocessing the same event over and over to obtain the variables // @@ -76,6 +77,8 @@ CaloNuclei(PamLevel2 *L2); ~CaloNuclei(){ Delete(); }; // + void SetDebug(Bool_t d){ debug=d; }; + // void Clear(); void Clear(Option_t *option){Clear();}; void Delete();