--- tof/flight/ToFNuclei/inc/ToFNuclei.h 2009/08/06 11:24:48 1.3 +++ tof/flight/ToFNuclei/inc/ToFNuclei.h 2018/12/28 15:40:27 1.4 @@ -43,6 +43,7 @@ // PamLevel2 *L2; Bool_t debug; + const char* trkAlg; // // needed to avoid reprocessing the same event over and over to obtain the variables // @@ -97,8 +98,8 @@ Int_t Get_Layerinfo_std(Int_t layer){ Process(); return layerinfo_std[layer];}; // - ToFNuclei(); - ToFNuclei(PamLevel2 *L2); + //ToFNuclei(); + ToFNuclei(PamLevel2 *L2,const char* alg); ~ToFNuclei(){ Delete(); }; // void SetDebug(Bool_t d){ debug=d; };