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

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 |
|
|
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 }
|
|
|
Definition at line 40 of file ANtpShowerInfo.cxx. References MSG. 00041 {
00042
00043 MSG("ANtpShowerInfo", Msg::kDebug) << "ANtpShowerInfo::Destructor" << endl;
00044
00045 }
|
|
|
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 }
|
|
|
Definition at line 25 of file ANtpShowerInfo.h. Referenced by CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpInfoObjectFiller::FillShowerInformation(), and Reset(). |
|
|
Definition at line 30 of file ANtpShowerInfo.h. Referenced by CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpInfoObjectFiller::FillShowerInformation(), and Reset(). |
|
|
Definition at line 31 of file ANtpShowerInfo.h. Referenced by CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpInfoObjectFiller::FillShowerInformation(), and Reset(). |
|
|
Definition at line 32 of file ANtpShowerInfo.h. Referenced by CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpInfoObjectFiller::FillShowerInformation(), and Reset(). |
|
|
Definition at line 26 of file ANtpShowerInfo.h. Referenced by CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpInfoObjectFiller::FillShowerInformation(), and Reset(). |
|
|
Definition at line 23 of file ANtpShowerInfo.h. Referenced by CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpInfoObjectFiller::FillShowerInformation(), and Reset(). |
|
|
Definition at line 33 of file ANtpShowerInfo.h. Referenced by NuePrint::Ana(), CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpShowerInfoAna::FillNueShowerInformation(), ANtpInfoObjectFiller::FillShowerInformation(), CompareMD::PassesCuts(), and Reset(). |
|
|
Definition at line 24 of file ANtpShowerInfo.h. Referenced by CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpInfoObjectFiller::FillShowerInformation(), and Reset(). |
|
|
Definition at line 27 of file ANtpShowerInfo.h. Referenced by CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpInfoObjectFiller::FillShowerInformation(), and Reset(). |
|
|
Definition at line 28 of file ANtpShowerInfo.h. Referenced by CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpInfoObjectFiller::FillShowerInformation(), and Reset(). |
|
|
Definition at line 29 of file ANtpShowerInfo.h. Referenced by CompareMD::FillFromList(), CompareAll::FillFromList(), ANtpInfoObjectFiller::FillShowerInformation(), and Reset(). |
1.3.9.1