00001 00002 // $Id: ANtpTruthInfoAtm.h,v 1.6 2005/08/01 15:39:20 brebel Exp $ 00003 // 00004 // A class to hold information about an event in an analysis ntuple 00005 // 00006 // B. Rebel 1/2005 00008 #ifndef ANTPTRUTHINFOATM_H 00009 #define ANTPTRUTHINFOATM_H 00010 00011 #include "AnalysisNtuples/ANtpTruthInfo.h" 00012 00013 class ANtpTruthInfoAtm : public ANtpTruthInfo 00014 { 00015 00016 public: 00017 ANtpTruthInfoAtm(); 00018 virtual ~ANtpTruthInfoAtm(); 00019 00020 void Reset(); 00021 00022 //variables for cosmic rays and atmospheric neutrinos 00023 Float_t azimuth; //azimuth of the muon 00024 Float_t baseLine; //baseline traveled by the neutrino 00025 Double_t weight; //weight to account for selecting events at the surface 00026 00027 private: 00028 00029 00030 ClassDef(ANtpTruthInfoAtm, 3) //ANtpTruthInfoAtm 00031 }; 00032 00033 #endif // ANTPTRUTHINFOATM_H 00034 00035
1.3.9.1