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

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

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

revision 1.2 by mocchiut, Wed Apr 4 11:04:55 2007 UTC revision 1.3 by mocchiut, Wed Apr 4 11:31:26 2007 UTC
# Line 38  class CaloNuclei : public TObject { Line 38  class CaloNuclei : public TObject {
38      UInt_t OBT;      UInt_t OBT;
39      UInt_t PKT;      UInt_t PKT;
40      UInt_t atime;      UInt_t atime;
41        Int_t tr;
42      //      //
43      Int_t interplane; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)      Int_t interplane; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)
44      Int_t N; ///< Number of dE/dx measurements to be used to calculate qpremeanN, default N = 5      Int_t N; ///< Number of dE/dx measurements to be used to calculate qpremeanN, default N = 5
# Line 56  class CaloNuclei : public TObject { Line 57  class CaloNuclei : public TObject {
57   public:   public:
58      //      //
59      //      //
60      Int_t GetInterplane(){ Process(); return interplane;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)      Int_t Get_interplane(){ Process(); return interplane;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)
61      Int_t GetN(){ return N;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)      Int_t Get_N(){ return N;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)
62      Int_t GetR(){ return R;}; ///< Number of strip to be used around the trajectory to calculate qpremeanN, default R = 3      Int_t Get_R(){ return R;}; ///< Number of strip to be used around the trajectory to calculate qpremeanN, default R = 3
63      Float_t GetPreq(){ Process(); return preq;}; ///< Energy release (MIP) up to the interaction plane (included)      Float_t Get_preq(){ Process(); return preq;}; ///< Energy release (MIP) up to the interaction plane (included)
64      Float_t GetPostq(){ Process(); return postq;}; ///< Energy release (MIP) from the interaction plane (excluded) up to the last plane      Float_t Get_postq(){ Process(); return postq;}; ///< Energy release (MIP) from the interaction plane (excluded) up to the last plane
65      Float_t GetDedx1(){ Process(); return dedx1;}; ///< Energy release (MIP) along the track on the first Silicon detector (Y EVEN).      Float_t Get_dEdx1(){ Process(); return dedx1;}; ///< Energy release (MIP) along the track on the first Silicon detector (Y EVEN).
66      Float_t GetDedx3(){ Process(); return dedx3;}; ///< Energy release (MIP) along the track on the first three Silicon detectors (Y EVEN, X EVEN, Y ODD).      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).
67      Float_t GetQpremean(){ Process(); return qpremean;}; ///< Truncated mean (MIP) along the track up to the interaction plane preq using three points      Float_t Get_qpremean(){ Process(); return qpremean;}; ///< Truncated mean (MIP) along the track up to the interaction plane preq using three points
68      Float_t GetQpremeanN(){ Process(); return qpremeanN;}; ///< Truncated mean (MIP) along the track up to the interaction plane preq using N points      Float_t Get_qpremeanN(){ Process(); return qpremeanN;}; ///< Truncated mean (MIP) along the track up to the interaction plane preq using N points
69      Float_t GetEthr(){ Process(); return ethr;}; ///< Threshold (MIP) needed to find the interaction plane      Float_t Get_ethr(){ Process(); return ethr;}; ///< Threshold (MIP) needed to find the interaction plane
70      Bool_t IsMulthit(){ Process(); return multhit;}; ///< True if the interaction plane has been determined by multiple hit counting      Bool_t IsMulthit(){ Process(); return multhit;}; ///< True if the interaction plane has been determined by multiple hit counting
71      //      //
72      void SetN(Int_t n){ N=n;};      void Set_N(Int_t n){ N=n;};
73      void SetR(Int_t r){ R=r;};      void Set_R(Int_t r){ R=r;};
74      //      //
75      CaloNuclei();      CaloNuclei();
76      CaloNuclei(PamLevel2 *L2);      CaloNuclei(PamLevel2 *L2);
# Line 79  class CaloNuclei : public TObject { Line 80  class CaloNuclei : public TObject {
80      void Clear(Option_t *option){Clear();};      void Clear(Option_t *option){Clear();};
81      void Delete();      void Delete();
82      //      //
83      void Process();      void Process(); ///< Process data for track number 0
84            void Process(Int_t ntr); ///< Process data for track number ntr
85      void Print();      void Print();
86      //      //
87      ClassDef(CaloNuclei,1);      ClassDef(CaloNuclei,1);

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

  ViewVC Help
Powered by ViewVC 1.1.23