00001 00017 #ifndef ANTPANALYSISINFONUE_H 00018 #define ANTPANALYSISINFONUE_H 00019 00020 #include "AnalysisNtuples/ANtpAnalysisInfo.h" 00021 #include "AnalysisNtuples/ANtpRecoInfo.h" 00022 00023 class NtpSREvent; 00024 00025 class ANtpAnalysisInfoNue : public ANtpRecoInfo 00026 { 00027 00028 public: 00029 00030 ANtpAnalysisInfoNue(); 00031 ~ANtpAnalysisInfoNue(); 00032 00033 00034 void Reset(); 00035 00036 00037 Float_t dpCCPID; 00038 Double_t nsCCPID; 00039 00040 private: 00041 00042 ClassDef(ANtpAnalysisInfoNue, 3) //ANtpAnalysisInfoNue 00043 00044 }; // end of class ANtpAnalysisInfoNue 00045 00046 #endif // ANTPANALYSISINFONUE_H
1.3.9.1