Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ANtpShowerInfoNue.h

Go to the documentation of this file.
00001 
00017 #ifndef ANTPSHOWERINFONUE_H
00018 #define ANTPSHOWERINFONUE_H
00019 
00020 
00021 #include "AnalysisNtuples/ANtpShowerInfo.h"
00022 
00023 class NtpSREvent;
00024 class NtpSRShower;
00025 
00026 
00027 class ANtpShowerInfoNue : public ANtpShowerInfo
00028 {
00029 
00030 public:
00031 
00032     ANtpShowerInfoNue();
00033     ~ANtpShowerInfoNue();
00034 
00035     void Reset();
00036 
00037     Float_t stripRatio;
00038     Float_t planeRatio;
00039     Float_t pulseHeightRatio;
00040     Float_t phMip;
00041     Float_t phMeu;
00042     Float_t phNueGeV;
00043     Float_t phCCGeV;
00044     Float_t phNCGeV;
00045 
00046     //sphericity measures:
00047     Float_t EValUZ0;
00048     Float_t EValUZ1;
00049     Float_t EVecUZ0[2];
00050     Float_t EVecUZ1[2];
00051     Float_t EValVZ0;
00052     Float_t EValVZ1;
00053     Float_t EVecVZ0[2];
00054     Float_t EVecVZ1[2];
00055 
00056                                                                                                                                                      
00057     Int_t longestTrackGapU;
00058     Int_t longestTrackGapV;
00059     Int_t gapPlanesU;
00060     Int_t gapPlanesV;
00061     Int_t longestTrackGap;
00062     Int_t gapPlanes;
00063 
00064 
00065 private:
00066 
00067     ClassDef(ANtpShowerInfoNue, 7) //ANtpShowerInfoNue
00068     
00069 };                              // end of class ANtpShowerInfoNue
00070 
00071 #endif  // ANTPSHOWERINFONUE_H

Generated on Mon Feb 15 11:06:22 2010 for loon by  doxygen 1.3.9.1