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

ANtpShowerInfo Class Reference

#include <ANtpShowerInfo.h>

Inheritance diagram for ANtpShowerInfo:

ANtpShowerInfoNC ANtpShowerInfoNue List of all members.

Public Member Functions

 ANtpShowerInfo ()
virtual ~ANtpShowerInfo ()
void Reset ()

Public Attributes

Int_t planes
Int_t totalStrips
Int_t begPlane
Int_t endPlane
Float_t vtxX
Float_t vtxY
Float_t vtxZ
Float_t dcosX
Float_t dcosY
Float_t dcosZ
Float_t pulseHeight

Constructor & Destructor Documentation

ANtpShowerInfo::ANtpShowerInfo  ) 
 

Definition at line 21 of file ANtpShowerInfo.cxx.

References MSG.

00021                                :
00022   planes(ANtpDefVal::kInt),
00023   totalStrips(ANtpDefVal::kInt),
00024   begPlane(ANtpDefVal::kInt),
00025   endPlane(ANtpDefVal::kInt),
00026   vtxX(ANtpDefVal::kFloat),
00027   vtxY(ANtpDefVal::kFloat),
00028   vtxZ(ANtpDefVal::kFloat),
00029   dcosX(ANtpDefVal::kFloat),
00030   dcosY(ANtpDefVal::kFloat),
00031   dcosZ(ANtpDefVal::kFloat),
00032   pulseHeight(ANtpDefVal::kFloat)
00033 {
00034   
00035   MSG("ANtpShowerInfo", Msg::kDebug) << "ANtpShowerInfo::Constructor" << endl;
00036   
00037 }

ANtpShowerInfo::~ANtpShowerInfo  )  [virtual]
 

Definition at line 40 of file ANtpShowerInfo.cxx.

References MSG.

00041 {
00042 
00043   MSG("ANtpShowerInfo", Msg::kDebug) << "ANtpShowerInfo::Destructor" << endl;
00044   
00045 }


Member Function Documentation

void ANtpShowerInfo::Reset  ) 
 

Reimplemented in ANtpShowerInfoNC, and ANtpShowerInfoNue.

Definition at line 48 of file ANtpShowerInfo.cxx.

References begPlane, dcosX, dcosY, dcosZ, endPlane, planes, pulseHeight, totalStrips, vtxX, vtxY, and vtxZ.

Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillShowerInformation(), MadAnalysis::RecoExperiment(), ANtpShowerInfoNue::Reset(), ANtpShowerInfoNC::Reset(), and CondensedNtpModule::ResetTreeVariables().

00049 {
00050   planes = ANtpDefVal::kInt;
00051   totalStrips = ANtpDefVal::kInt;
00052   begPlane = ANtpDefVal::kInt;
00053   endPlane = ANtpDefVal::kInt;
00054   vtxX = ANtpDefVal::kFloat;
00055   vtxY = ANtpDefVal::kFloat;
00056   vtxZ = ANtpDefVal::kFloat;
00057   dcosX = ANtpDefVal::kFloat;
00058   dcosY = ANtpDefVal::kFloat;
00059   dcosZ = ANtpDefVal::kFloat;
00060   pulseHeight = ANtpDefVal::kFloat;
00061   
00062   return;
00063 }


Member Data Documentation

Int_t ANtpShowerInfo::begPlane
 

Definition at line 25 of file ANtpShowerInfo.h.

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

Float_t ANtpShowerInfo::dcosX
 

Definition at line 30 of file ANtpShowerInfo.h.

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

Float_t ANtpShowerInfo::dcosY
 

Definition at line 31 of file ANtpShowerInfo.h.

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

Float_t ANtpShowerInfo::dcosZ
 

Definition at line 32 of file ANtpShowerInfo.h.

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

Int_t ANtpShowerInfo::endPlane
 

Definition at line 26 of file ANtpShowerInfo.h.

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

Int_t ANtpShowerInfo::planes
 

Definition at line 23 of file ANtpShowerInfo.h.

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

Float_t ANtpShowerInfo::pulseHeight
 

Definition at line 33 of file ANtpShowerInfo.h.

Referenced by NuePrint::Ana(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpShowerInfoAna::FillNueShowerInformation(), ANtpInfoObjectFiller::FillShowerInformation(), CompareMD::PassesCuts(), and Reset().

Int_t ANtpShowerInfo::totalStrips
 

Definition at line 24 of file ANtpShowerInfo.h.

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

Float_t ANtpShowerInfo::vtxX
 

Definition at line 27 of file ANtpShowerInfo.h.

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

Float_t ANtpShowerInfo::vtxY
 

Definition at line 28 of file ANtpShowerInfo.h.

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

Float_t ANtpShowerInfo::vtxZ
 

Definition at line 29 of file ANtpShowerInfo.h.

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


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