--- calo/flight/CaloPreSampler/inc/CaloPreSampler.h 2009/12/14 14:52:54 1.16 +++ calo/flight/CaloPreSampler/inc/CaloPreSampler.h 2010/03/10 12:11:10 1.17 @@ -70,6 +70,7 @@ CaloLevel2* GetCaloLevel2(){ Process(); return pcalo;}; ///< Retrieve CaloLevel2 pointer which contains variables calculated with a reduced calorimeter. CaloLevel2* GetLevel2Pointer(){ printf(" OBSOLETE, use GetCaloLevel2Pointer()!\n"); return pcalo;}; ///< Retrieve CaloLevel2 pointer which contains variables calculated with a reduced calorimeter. CaloLevel2* GetCaloLevel2Pointer(){ return pcalo;}; ///< Retrieve CaloLevel2 pointer which contains variables calculated with a reduced calorimeter. + void SetCaloLevel2Pointer(CaloLevel2 *); ///< Set CaloLevel2 pointer which contains variables calculated with a reduced calorimeter. // CaloTrkVar* GetCaloTrack(Int_t t); //