/[PAMELA software]/calo/flight/CaloBragg/inc/CaloBragg.h
ViewVC logotype

Diff of /calo/flight/CaloBragg/inc/CaloBragg.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by pamelats, Fri Jun 13 08:11:04 2008 UTC revision 1.3 by pamelats, Tue Oct 14 13:08:28 2008 UTC
# Line 72  class CaloBragg : public TObject { Line 72  class CaloBragg : public TObject {
72      //variabili globali caricabili      //variabili globali caricabili
73      Float_t Integrale;      Float_t Integrale;
74      Float_t bestchi2[4];      Float_t bestchi2[4];
75      Float_t qtchi2;  /*     Float_t qtchi2; */
76      Float_t qtz;  /*     Float_t qtz; */
77      Float_t qtetot;  /*     Float_t qtetot; */
78      Float_t qtpskip;  /*     Float_t qtpskip; */
79      Float_t lpchi2;      Float_t lpchi2;
80      Float_t lpz;      Float_t lpz;
81      Float_t lpetot;      Float_t lpetot;
# Line 88  class CaloBragg : public TObject { Line 88  class CaloBragg : public TObject {
88      //Float_t piano[22]; //posizione z dei piani      //Float_t piano[22]; //posizione z dei piani
89      Float_t elem[32];//A degli elementi      Float_t elem[32];//A degli elementi
90      //      //
91      void SWAP(Float_t*,Float_t*);  /*     void SWAP(Float_t*,Float_t*); */
92      void LoadParam();      void LoadParam();
93      void conversione();      void conversione();
94      void BetheBloch(Float_t *,Float_t *,Float_t *,Float_t *,Float_t *,Float_t *);      void BetheBloch(Float_t *,Float_t *,Float_t *,Float_t *,Float_t *,Float_t *);
95      void ELOSS(Float_t *,Int_t *, Float_t *, Float_t *);      void ELOSS(Float_t *,Int_t *, Float_t *, Float_t *);
96      void Enetrack(Int_t *, Float_t *, Float_t *,Float_t * );      void Enetrack(Int_t *, Float_t *, Float_t *,Float_t *,Float_t * );
97      void chiquadro(Float_t *, Float_t *);      void chiquadro(Float_t *, Float_t *);
98      void loopze(Float_t ,Float_t ,Float_t ,Float_t );      void loopze(Float_t ,Float_t ,Float_t ,Float_t );
99      void mediatroncata();      void mediatroncata();
# Line 103  class CaloBragg : public TObject { Line 103  class CaloBragg : public TObject {
103   public:   public:
104      //      //
105      //      //
106      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_firstplane(){ Process(); return estremi[0][0];}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)
107      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_lastplane(){ Process(); return estremi[1][0];}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)
108      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_qtchi2(){ Process(); return qtchi2;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)  */
109      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_qtz(){ Process(); return qtz;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)  */
110    /*     Float_t Get_qtetot(){ Process(); return qtetot;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)  */
111    /*     Float_t Get_qtpskip(){ Process(); return qtpskip;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)  */
112      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_lpchi2(){ Process(); return lpchi2;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)
113      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_lpz(){ Process(); return lpz;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)
114      Float_t Get_lpetot(){ Process(); return lpetot;}; ///< 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)

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23