--- calo/flight/CaloBragg/inc/CaloBragg.h 2008/06/13 08:11:04 1.1 +++ calo/flight/CaloBragg/inc/CaloBragg.h 2008/10/14 13:08:28 1.3 @@ -72,10 +72,10 @@ //variabili globali caricabili Float_t Integrale; Float_t bestchi2[4]; - Float_t qtchi2; - Float_t qtz; - Float_t qtetot; - Float_t qtpskip; +/* Float_t qtchi2; */ +/* Float_t qtz; */ +/* Float_t qtetot; */ +/* Float_t qtpskip; */ Float_t lpchi2; Float_t lpz; Float_t lpetot; @@ -88,12 +88,12 @@ //Float_t piano[22]; //posizione z dei piani Float_t elem[32];//A degli elementi // - void SWAP(Float_t*,Float_t*); +/* void SWAP(Float_t*,Float_t*); */ void LoadParam(); void conversione(); void BetheBloch(Float_t *,Float_t *,Float_t *,Float_t *,Float_t *,Float_t *); void ELOSS(Float_t *,Int_t *, Float_t *, Float_t *); - void Enetrack(Int_t *, Float_t *, Float_t *,Float_t * ); + void Enetrack(Int_t *, Float_t *, Float_t *,Float_t *,Float_t * ); void chiquadro(Float_t *, Float_t *); void loopze(Float_t ,Float_t ,Float_t ,Float_t ); void mediatroncata(); @@ -103,10 +103,12 @@ public: // // - Float_t Get_qtchi2(){ Process(); return qtchi2;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane) - Float_t Get_qtz(){ Process(); return qtz;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane) - Float_t Get_qtetot(){ Process(); return qtetot;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane) - Float_t Get_qtpskip(){ Process(); return qtpskip;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane) + Float_t Get_firstplane(){ Process(); return estremi[0][0];}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane) + Float_t Get_lastplane(){ Process(); return estremi[1][0];}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane) +/* Float_t Get_qtchi2(){ Process(); return qtchi2;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane) */ +/* Float_t Get_qtz(){ Process(); return qtz;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane) */ +/* Float_t Get_qtetot(){ Process(); return qtetot;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane) */ +/* Float_t Get_qtpskip(){ Process(); return qtpskip;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane) */ Float_t Get_lpchi2(){ Process(); return lpchi2;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane) Float_t Get_lpz(){ Process(); return lpz;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane) Float_t Get_lpetot(){ Process(); return lpetot;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)