#include <ANtpEventInfo.h>
Inheritance diagram for ANtpEventInfo:

Public Member Functions | |
| ANtpEventInfo () | |
| virtual | ~ANtpEventInfo () |
| void | Reset () |
Public Attributes | |
| Int_t | index |
| 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 |
| Int_t | stripsPerPlane [500] |
| Double_t | vertexTime |
| Float_t | vtxMetersToBeam |
| Float_t | vtxMetersToCoil |
| Float_t | vtxMetersToCloseEdge |
|
|
Definition at line 21 of file ANtpEventInfo.cxx. References MSG. 00021 : 00022 index(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 vertexTime(ANtpDefVal::kFloat), 00036 vtxMetersToBeam(ANtpDefVal::kFloat), 00037 vtxMetersToCoil(ANtpDefVal::kFloat), 00038 vtxMetersToCloseEdge(ANtpDefVal::kFloat) 00039 { 00040 00041 for(int i = 0; i < 500; ++i) stripsPerPlane[i] = 0; 00042 00043 MSG("ANtpEventInfo", Msg::kDebug) << "ANtpEventInfo::Constructor" << endl; 00044 00045 }
|
|
|
Definition at line 48 of file ANtpEventInfo.cxx. References MSG. 00049 {
00050
00051 MSG("ANtpEventInfo", Msg::kDebug) << "ANtpEventInfo::Destructor" << endl;
00052
00053 }
|
|
|
Reimplemented in ANtpEventInfoNC, and ANtpEventInfoNue. Definition at line 56 of file ANtpEventInfo.cxx. References begPlane, endPlane, energyGeV, index, passStrips, planes, pulseHeight, showers, stripsPerPlane, totalStrips, tracks, vertexTime, vtxMetersToBeam, vtxMetersToCloseEdge, vtxMetersToCoil, vtxX, vtxY, and vtxZ. Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillEventInformation(), ANtpEventInfoNue::Reset(), ANtpEventInfoNC::Reset(), CondensedNtpModuleAtm::ResetTreeVariables(), and CondensedNtpModule::ResetTreeVariables(). 00057 {
00058 index = ANtpDefVal::kInt;
00059 pulseHeight = ANtpDefVal::kFloat;
00060 energyGeV = ANtpDefVal::kFloat;
00061 begPlane = ANtpDefVal::kInt;
00062 endPlane = ANtpDefVal::kInt;
00063 planes = ANtpDefVal::kInt;
00064 totalStrips = ANtpDefVal::kInt;
00065 passStrips = ANtpDefVal::kInt;
00066 showers = ANtpDefVal::kInt;
00067 tracks = ANtpDefVal::kInt;
00068 vtxX = ANtpDefVal::kFloat;
00069 vtxY = ANtpDefVal::kFloat;
00070 vtxZ = ANtpDefVal::kFloat;
00071 vertexTime = ANtpDefVal::kFloat;
00072 vtxMetersToBeam = ANtpDefVal::kFloat;
00073 vtxMetersToCoil = ANtpDefVal::kFloat;
00074 vtxMetersToCloseEdge = ANtpDefVal::kFloat;
00075 for(int i = 0; i < 500; ++i) stripsPerPlane[i] = 0;
00076 return;
00077 }
|
|
|
|
|
|
|
Definition at line 30 of file ANtpEventInfo.h. Referenced by ANtpInfoObjectFillerNC::FillEventInformation(), ANtpInfoObjectFiller::FillEventInformation(), CompareMD::FillFromList(), and Reset(). |
|
|
|
|
|
Definition at line 36 of file ANtpEventInfo.h. Referenced by ANtpInfoObjectFiller::FillEventInformation(), NCAnalysisCutsCR::IsGoodBeamEventBR(), and Reset(). |
|
|
|
|
Definition at line 37 of file ANtpEventInfo.h. Referenced by ANtpEventInfoAna::Analyze(), ANtpInfoObjectFiller::FillEventInformation(), NCAnalysisCutsTO::IsGoodBeamEvent(), NCAnalysisCutsCR::IsGoodBeamEventTO(), and Reset(). |
|
|
Definition at line 38 of file ANtpEventInfo.h. Referenced by ANtpEventInfoAna::Analyze(), ANtpInfoObjectFiller::FillFiducialInformation(), and Reset(). |
|
|
|
Definition at line 39 of file ANtpEventInfo.h. Referenced by ANtpEventInfoAna::Analyze(), ANtpInfoObjectFiller::FillFiducialInformation(), NCAnalysisCutsCR::InBeamFiducialVolumeOx(), NCAnalysisCuts::InBeamFiducialVolumeOx(), NCAnalysisCutsCR::IsBeamRockMuon(), and Reset(). |
|
|
|
1.3.9.1