--- calo/flight/CaloNuclei/inc/CaloNuclei.h 2007/11/26 08:48:23 1.6 +++ calo/flight/CaloNuclei/inc/CaloNuclei.h 2015/04/20 09:12:04 1.10 @@ -34,6 +34,8 @@ PamLevel2 *L2; Bool_t debug; Bool_t usetrack; + const char* trkAlg; + // // needed to avoid reprocessing the same event over and over to obtain the variables // @@ -43,6 +45,8 @@ Int_t tr; Int_t sntr; // + Bool_t usepl18x; + // Int_t interplane; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane) Int_t N; ///< Number of dE/dx measurements to be used to calculate qpremeanN, default N = 5 Int_t R; ///< Number of strip to be used around the trajectory to calculate qpremeanN, default R = 3 @@ -54,14 +58,24 @@ Float_t dedx3; ///< Energy release (MIP) along the track on the first three Silicon detectors (Y EVEN, X EVEN, Y ODD). Float_t qpremean; ///< Truncated mean (MIP) along the track up to the interaction plane preq using three points Float_t qpremeanN; ///< Truncated mean (MIP) along the track up to the interaction plane preq using N points + Float_t qNmin1; ///< Truncated mean (MIP) along the track using N-1 measurements before of the interaction plane + Float_t maxrel; ///5 planes) gap has been found between a point and another along the track - // - + Float_t charge_siegen1; + Float_t ZCalo_dedx_b; //Z from Calo using dedx in first Calorimeter plane vs. beta + Float_t ZCalo_maxrel_b; //Z from Calo using maximum release in first Calorimeter plane vs. beta + Float_t ZCalo_dedx_defl; //Z from Calo using dedx in first Calorimeter plane vs. rigidity + Float_t ZCalo_Nmin1_defl; //Z from Calo using truncated mean on N-1 Calorimeter planes (plane N+1 is the interaction plane) vs. rigidity + // + Float_t qNmin1_w; + Int_t S2; public: // // + //char* version(); + Int_t Get_interplane(){ Process(); return interplane;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane) Int_t Get_N(){ return N;}; ///< Number of dE/dx measurements to be used to calculate qpremeanN, default N = 5 Int_t Get_UsedN(){ return UN;}; ///< Number of dE/dx measurements really used to calculate qpremeanN @@ -73,18 +87,31 @@ Float_t Get_dEdx3(){ Process(); return dedx3;}; ///< Energy release (MIP) along the track on the first three Silicon detectors (Y EVEN, X EVEN, Y ODD). Float_t Get_qpremean(){ Process(); return qpremean;}; ///< Truncated mean (MIP) along the track up to the interaction plane preq using three points Float_t Get_qpremeanN(){ Process(); return qpremeanN;}; ///< Truncated mean (MIP) along the track up to the interaction plane preq using N points + Float_t Get_qNmin1(){ Process(); return qNmin1;}; ///< Truncated mean (MIP) along the track using N-1 measurements before of the interaction plane + Float_t Get_maxrel(){ Process(); return maxrel;}; ///