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

ANtpEventInfo Class Reference

#include <ANtpEventInfo.h>

Inheritance diagram for ANtpEventInfo:

ANtpEventInfoNC ANtpEventInfoNue List of all members.

Public Member Functions

 ANtpEventInfo ()
virtual ~ANtpEventInfo ()
void Reset ()

Public Attributes

Int_t event
Float_t pulseHeight
Float_t energyGeV
Int_t begPlane
Int_t endPlane
Int_t planes
Int_t totalStrips
Int_t passStrips
Int_t showers
Int_t tracks
Float_t vtxX
Float_t vtxY
Float_t vtxZ

Constructor & Destructor Documentation

ANtpEventInfo::ANtpEventInfo  ) 
 

Definition at line 21 of file ANtpEventInfo.cxx.

References MSG.

00021                              :
00022   event(ANtpDefVal::kInt),
00023   pulseHeight(ANtpDefVal::kFloat),
00024   energyGeV(ANtpDefVal::kFloat),
00025   begPlane(ANtpDefVal::kInt),
00026   endPlane(ANtpDefVal::kInt),
00027   planes(ANtpDefVal::kInt),
00028   totalStrips(ANtpDefVal::kInt),
00029   passStrips(ANtpDefVal::kInt),
00030   showers(ANtpDefVal::kInt),
00031   tracks(ANtpDefVal::kInt),
00032   vtxX(ANtpDefVal::kFloat),
00033   vtxY(ANtpDefVal::kFloat),
00034   vtxZ(ANtpDefVal::kFloat)
00035 {
00036   
00037   MSG("ANtpEventInfo", Msg::kDebug) << "ANtpEventInfo::Constructor" << endl;
00038   
00039 }

ANtpEventInfo::~ANtpEventInfo  )  [virtual]
 

Definition at line 42 of file ANtpEventInfo.cxx.

References MSG.

00043 {
00044   
00045   MSG("ANtpEventInfo", Msg::kDebug) << "ANtpEventInfo::Destructor" << endl;
00046 
00047 }


Member Function Documentation

void ANtpEventInfo::Reset  ) 
 

Reimplemented in ANtpEventInfoNC, and ANtpEventInfoNue.

Definition at line 50 of file ANtpEventInfo.cxx.

References begPlane, endPlane, energyGeV, event, passStrips, planes, pulseHeight, showers, totalStrips, tracks, vtxX, vtxY, and vtxZ.

Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillEventInformation(), ANtpEventInfoNue::Reset(), ANtpEventInfoNC::Reset(), and CondensedNtpModule::ResetTreeVariables().

00051 {
00052   event = ANtpDefVal::kInt;
00053   pulseHeight = ANtpDefVal::kFloat;
00054   energyGeV = ANtpDefVal::kFloat;
00055   begPlane = ANtpDefVal::kInt;
00056   endPlane = ANtpDefVal::kInt;
00057   planes = ANtpDefVal::kInt;
00058   totalStrips = ANtpDefVal::kInt;
00059   passStrips = ANtpDefVal::kInt;
00060   showers = ANtpDefVal::kInt;
00061   tracks = ANtpDefVal::kInt;
00062   vtxX = ANtpDefVal::kFloat;
00063   vtxY = ANtpDefVal::kFloat;
00064   vtxZ = ANtpDefVal::kFloat;
00065   
00066   return;
00067 }


Member Data Documentation

Int_t ANtpEventInfo::begPlane
 

Definition at line 26 of file ANtpEventInfo.h.

Referenced by MSTTemplate::Ana(), CompareMST::Ana(), MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillEventInformation(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset().

Int_t ANtpEventInfo::endPlane
 

Definition at line 27 of file ANtpEventInfo.h.

Referenced by MSTTemplate::Ana(), CompareMST::Ana(), MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillEventInformation(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset().

Float_t ANtpEventInfo::energyGeV
 

Definition at line 25 of file ANtpEventInfo.h.

Referenced by ANtpInfoObjectFiller::FillEventInformation(), CompareMD::FillFromList(), CompareAll::FillFromList(), NueReweight::Reco(), and Reset().

Int_t ANtpEventInfo::event
 

Definition at line 23 of file ANtpEventInfo.h.

Referenced by CondensedNtpModule::Ana(), ANtpEventInfoAna::Analyze(), MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillEventInformation(), CompareMD::FillFromList(), CompareAll::FillFromList(), CondensedNtpModule::FillUnRecoedMCInformation(), and Reset().

Int_t ANtpEventInfo::passStrips
 

Definition at line 30 of file ANtpEventInfo.h.

Referenced by ANtpInfoObjectFiller::FillEventInformation(), CompareMD::FillFromList(), CompareAll::FillFromList(), and Reset().

Int_t ANtpEventInfo::planes
 

Definition at line 28 of file ANtpEventInfo.h.

Referenced by ANtpInfoObjectFiller::FillEventInformation(), CompareMD::FillFromList(), CompareAll::FillFromList(), and Reset().

Float_t ANtpEventInfo::pulseHeight
 

Definition at line 24 of file ANtpEventInfo.h.

Referenced by ANtpInfoObjectFiller::FillEventInformation(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpEventInfoAna::FillNueEventInformation(), CompareMD::PassesCuts(), and Reset().

Int_t ANtpEventInfo::showers
 

Definition at line 31 of file ANtpEventInfo.h.

Referenced by ANtpInfoObjectFiller::FillEventInformation(), CompareMD::FillFromList(), CompareAll::FillFromList(), and Reset().

Int_t ANtpEventInfo::totalStrips
 

Definition at line 29 of file ANtpEventInfo.h.

Referenced by ANtpInfoObjectFiller::FillEventInformation(), CompareMD::FillFromList(), CompareAll::FillFromList(), and Reset().

Int_t ANtpEventInfo::tracks
 

Definition at line 32 of file ANtpEventInfo.h.

Referenced by ANtpInfoObjectFiller::FillEventInformation(), CompareMD::FillFromList(), CompareAll::FillFromList(), and Reset().

Float_t ANtpEventInfo::vtxX
 

Definition at line 33 of file ANtpEventInfo.h.

Referenced by MSTTemplate::Ana(), CompareMST::Ana(), MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillEventInformation(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset().

Float_t ANtpEventInfo::vtxY
 

Definition at line 34 of file ANtpEventInfo.h.

Referenced by MSTTemplate::Ana(), CompareMST::Ana(), MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillEventInformation(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset().

Float_t ANtpEventInfo::vtxZ
 

Definition at line 35 of file ANtpEventInfo.h.

Referenced by MSTTemplate::Ana(), CompareMST::Ana(), MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillEventInformation(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), and Reset().


The documentation for this class was generated from the following files:
Generated on Thu Nov 1 15:55:35 2007 for loon by  doxygen 1.3.9.1