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

ANtpEventInfoNue.h

Go to the documentation of this file.
00001 
00017 #ifndef ANTPEVENTINFONUE_H
00018 #define ANTPEVENTINFONUE_H
00019 
00020 #include "AnalysisNtuples/ANtpEventInfo.h"
00021 
00022 class NtpSREvent;
00023 
00024 
00025 class ANtpEventInfoNue : public ANtpEventInfo
00026 {
00027 
00028 public:
00029 
00030     ANtpEventInfoNue();
00031     ~ANtpEventInfoNue();
00032 
00033     void Reset();
00034 
00035     Double_t timeLength;
00036     Float_t phMip;
00037     Float_t phMeu;
00038     Float_t phNueGeV;
00039     Int_t triggerPass;
00040 
00041     Int_t hotch; //0=good, 1=bad
00042 
00043     Int_t triggerSource;
00044     Float_t triggerTime;
00045     Int_t spillType;
00046     Float_t coilStatus;
00047     Float_t coilCurrent;
00048     Float_t coilCurrentSM2;
00049     Int_t coilQuality;    // CoilTools IsOK
00050     Int_t coilDirection;   
00051     Float_t liTime;
00052     Bool_t dmxStatus;
00053     Float_t eventSignalFull;
00054     Float_t eventSignalPartial;
00055     Float_t eventTimeMax;
00056     Float_t eventTimeMin;
00057     Int_t rcBoundary;
00058     Int_t largestEvent;
00059     Int_t daveFDDataQuality;
00060     Int_t passCosmicCut;
00061 
00062 private:
00063 
00064     ClassDef(ANtpEventInfoNue, 10) //ANtpEventInfoNue
00065    
00066 };                              // end of class ANtpEventInfoNue
00067 
00068 #endif  // ANTPEVENTINFONUE_H

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