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

ANtpTrackInfo Class Reference

#include <ANtpTrackInfo.h>

Inheritance diagram for ANtpTrackInfo:

ANtpTrackInfoAtm ANtpTrackInfoNC ANtpTrackInfoNue List of all members.

Public Member Functions

 ANtpTrackInfo ()
virtual ~ANtpTrackInfo ()
void Reset ()

Public Attributes

Int_t planes
Int_t totalStrips
Float_t pulseHeight
Float_t fitMomentum
Float_t rangeMomentum
Float_t sigmaQoverP
Int_t begPlane
Int_t endPlane
Float_t length
Float_t vtxX
Float_t vtxY
Float_t vtxZ
Float_t dcosXVtx
Float_t dcosYVtx
Float_t dcosZVtx
Float_t endX
Float_t endY
Float_t endZ
Float_t dcosXEnd
Float_t dcosYEnd
Float_t dcosZEnd
Float_t reducedChi2
Int_t passedFit
Float_t traceVtx
Float_t traceVtxZ
Float_t traceEnd
Float_t traceEndZ

Constructor & Destructor Documentation

ANtpTrackInfo::ANtpTrackInfo  ) 
 

Definition at line 21 of file ANtpTrackInfo.cxx.

References MSG.

00021                              :
00022   planes(ANtpDefVal::kInt),
00023   totalStrips(ANtpDefVal::kInt),
00024   pulseHeight(ANtpDefVal::kFloat),
00025   fitMomentum(ANtpDefVal::kFloat),
00026   rangeMomentum(ANtpDefVal::kFloat),
00027   sigmaQoverP(ANtpDefVal::kFloat),
00028   begPlane(ANtpDefVal::kInt),
00029   endPlane(ANtpDefVal::kInt),
00030   length(ANtpDefVal::kFloat),
00031   vtxX(ANtpDefVal::kFloat),
00032   vtxY(ANtpDefVal::kFloat),
00033   vtxZ(ANtpDefVal::kFloat),
00034   dcosXVtx(ANtpDefVal::kFloat),
00035   dcosYVtx(ANtpDefVal::kFloat),
00036   dcosZVtx(ANtpDefVal::kFloat),
00037   endX(ANtpDefVal::kFloat),
00038   endY(ANtpDefVal::kFloat),
00039   endZ(ANtpDefVal::kFloat),
00040   dcosXEnd(ANtpDefVal::kFloat),
00041   dcosYEnd(ANtpDefVal::kFloat),
00042   dcosZEnd(ANtpDefVal::kFloat),
00043   reducedChi2(ANtpDefVal::kFloat),
00044   passedFit(ANtpDefVal::kInt),
00045   traceVtx(ANtpDefVal::kFloat),
00046   traceVtxZ(ANtpDefVal::kFloat),
00047   traceEnd(ANtpDefVal::kFloat),
00048   traceEndZ(ANtpDefVal::kFloat)
00049 {
00050   
00051   MSG("ANtpTrackInfo", Msg::kDebug) << "ANtpTrackInfo::Constructor" << endl;
00052   
00053 }

ANtpTrackInfo::~ANtpTrackInfo  )  [virtual]
 

Definition at line 56 of file ANtpTrackInfo.cxx.

References MSG.

00057 {
00058 
00059   MSG("ANtpTrackInfo", Msg::kDebug) << "ANtpTrackInfo::Destructor" << endl;
00060 
00061 }


Member Function Documentation

void ANtpTrackInfo::Reset  ) 
 

Reimplemented in ANtpTrackInfoAtm, ANtpTrackInfoNC, and ANtpTrackInfoNue.

Definition at line 64 of file ANtpTrackInfo.cxx.

References begPlane, dcosXEnd, dcosXVtx, dcosYEnd, dcosYVtx, dcosZEnd, dcosZVtx, endPlane, endX, endY, endZ, fitMomentum, length, passedFit, planes, pulseHeight, rangeMomentum, reducedChi2, sigmaQoverP, totalStrips, traceEnd, traceEndZ, traceVtx, traceVtxZ, vtxX, vtxY, and vtxZ.

Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillTrackInformation(), ANtpTrackInfoNue::Reset(), ANtpTrackInfoNC::Reset(), ANtpTrackInfoAtm::Reset(), and CondensedNtpModule::ResetTreeVariables().

00065 {
00066   planes = ANtpDefVal::kInt;
00067   totalStrips = ANtpDefVal::kInt;
00068   pulseHeight = ANtpDefVal::kFloat;
00069   fitMomentum = ANtpDefVal::kFloat;
00070   rangeMomentum = ANtpDefVal::kFloat;
00071   sigmaQoverP = ANtpDefVal::kFloat;
00072   begPlane = ANtpDefVal::kInt;
00073   endPlane = ANtpDefVal::kInt;
00074   length = ANtpDefVal::kFloat;
00075   vtxX = ANtpDefVal::kFloat;
00076   vtxY = ANtpDefVal::kFloat;
00077   vtxZ = ANtpDefVal::kFloat;
00078   dcosXVtx = ANtpDefVal::kFloat;
00079   dcosYVtx = ANtpDefVal::kFloat;
00080   dcosZVtx = ANtpDefVal::kFloat;
00081   endX = ANtpDefVal::kFloat;
00082   endY = ANtpDefVal::kFloat;
00083   endZ = ANtpDefVal::kFloat;
00084   dcosXEnd = ANtpDefVal::kFloat;
00085   dcosYEnd = ANtpDefVal::kFloat;
00086   dcosZEnd = ANtpDefVal::kFloat;
00087   reducedChi2 = ANtpDefVal::kFloat;
00088   passedFit = ANtpDefVal::kInt;
00089   traceVtx = ANtpDefVal::kFloat;
00090   traceVtxZ = ANtpDefVal::kFloat;
00091   traceEnd = ANtpDefVal::kFloat;
00092   traceEndZ = ANtpDefVal::kFloat;
00093   
00094   return;
00095 }


Member Data Documentation

Int_t ANtpTrackInfo::begPlane
 

Definition at line 29 of file ANtpTrackInfo.h.

Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), ANtpInfoObjectFiller::FillTrackInformation(), and Reset().

Float_t ANtpTrackInfo::dcosXEnd
 

Definition at line 41 of file ANtpTrackInfo.h.

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

Float_t ANtpTrackInfo::dcosXVtx
 

Definition at line 35 of file ANtpTrackInfo.h.

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

Float_t ANtpTrackInfo::dcosYEnd
 

Definition at line 42 of file ANtpTrackInfo.h.

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

Float_t ANtpTrackInfo::dcosYVtx
 

Definition at line 36 of file ANtpTrackInfo.h.

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

Float_t ANtpTrackInfo::dcosZEnd
 

Definition at line 43 of file ANtpTrackInfo.h.

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

Float_t ANtpTrackInfo::dcosZVtx
 

Definition at line 37 of file ANtpTrackInfo.h.

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

Int_t ANtpTrackInfo::endPlane
 

Definition at line 30 of file ANtpTrackInfo.h.

Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), ANtpInfoObjectFiller::FillTrackInformation(), and Reset().

Float_t ANtpTrackInfo::endX
 

Definition at line 38 of file ANtpTrackInfo.h.

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

Float_t ANtpTrackInfo::endY
 

Definition at line 39 of file ANtpTrackInfo.h.

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

Float_t ANtpTrackInfo::endZ
 

Definition at line 40 of file ANtpTrackInfo.h.

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

Float_t ANtpTrackInfo::fitMomentum
 

Definition at line 26 of file ANtpTrackInfo.h.

Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), ANtpInfoObjectFiller::FillTrackInformation(), and Reset().

Float_t ANtpTrackInfo::length
 

Definition at line 31 of file ANtpTrackInfo.h.

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

Int_t ANtpTrackInfo::passedFit
 

Definition at line 45 of file ANtpTrackInfo.h.

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

Int_t ANtpTrackInfo::planes
 

Definition at line 23 of file ANtpTrackInfo.h.

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

Float_t ANtpTrackInfo::pulseHeight
 

Definition at line 25 of file ANtpTrackInfo.h.

Referenced by NuePrint::Ana(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpTrackInfoAna::FillNueTrackInformation(), ANtpInfoObjectFiller::FillTrackInformation(), CompareMD::PassesCuts(), and Reset().

Float_t ANtpTrackInfo::rangeMomentum
 

Definition at line 27 of file ANtpTrackInfo.h.

Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), ANtpInfoObjectFiller::FillTrackInformation(), and Reset().

Float_t ANtpTrackInfo::reducedChi2
 

Definition at line 44 of file ANtpTrackInfo.h.

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

Float_t ANtpTrackInfo::sigmaQoverP
 

Definition at line 28 of file ANtpTrackInfo.h.

Referenced by MadAnalysis::CreateANtpPAN(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), ANtpInfoObjectFiller::FillTrackInformation(), and Reset().

Int_t ANtpTrackInfo::totalStrips
 

Definition at line 24 of file ANtpTrackInfo.h.

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

Float_t ANtpTrackInfo::traceEnd
 

Definition at line 48 of file ANtpTrackInfo.h.

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

Float_t ANtpTrackInfo::traceEndZ
 

Definition at line 49 of file ANtpTrackInfo.h.

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

Float_t ANtpTrackInfo::traceVtx
 

Definition at line 46 of file ANtpTrackInfo.h.

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

Float_t ANtpTrackInfo::traceVtxZ
 

Definition at line 47 of file ANtpTrackInfo.h.

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

Float_t ANtpTrackInfo::vtxX
 

Definition at line 32 of file ANtpTrackInfo.h.

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

Float_t ANtpTrackInfo::vtxY
 

Definition at line 33 of file ANtpTrackInfo.h.

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

Float_t ANtpTrackInfo::vtxZ
 

Definition at line 34 of file ANtpTrackInfo.h.

Referenced by CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpInfoObjectFiller::FillTrackInformation(), 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