00001 00017 #ifndef ANTPTRACKINFONUE_H 00018 #define ANTPTRACKINFONUE_H 00019 00020 00021 #include "AnalysisNtuples/ANtpTrackInfo.h" 00022 00023 class NtpSREvent; 00024 class NtpSRTrack; 00025 00026 class ANtpTrackInfoNue : public ANtpTrackInfo 00027 { 00028 00029 public: 00030 00031 ANtpTrackInfoNue(); 00032 ~ANtpTrackInfoNue(); 00033 00034 void Reset(); 00035 00036 00037 Int_t trklikePlanes; 00038 Float_t trklikeRatio; 00039 Float_t pulseHeightRatio; 00040 Float_t phMip; 00041 Float_t phMeu; 00042 Float_t phNueGeV; 00043 Float_t phCCGeV; 00044 Float_t trackSignalFull; 00045 Float_t trackSignalPartial; 00046 Int_t deltaUVVtx; 00047 Int_t muonEnergyMethod; 00048 private: 00049 00050 ClassDef(ANtpTrackInfoNue, 5) //ANtpTrackInfoNue 00051 00052 00053 }; // end of class ANtpTrackInfoNue 00054 00055 #endif // ANTPTRACKINFONUE_H
1.3.9.1