#include <ANtpShowerInfoNC.h>
Public Member Functions | |
ANtpShowerInfoNC () | |
virtual | ~ANtpShowerInfoNC () |
void | Reset () |
Public Attributes | |
Float_t | energyGeV |
Int_t | xTalkStrips |
Float_t | planeUseFraction |
Float_t | signalUseFraction |
Float_t | twoEndStripFraction |
Float_t | transverseRMSU |
Float_t | transverseRMSV |
Float_t | emFrac |
Float_t | phKurtosis |
Float_t | phPerStrip |
Float_t | phPerPlane |
Float_t | aShwdig_ns |
Float_t | aShwplu_ns |
Float_t | aShwplv_ns |
Definition at line 13 of file ANtpShowerInfoNC.h.
ANtpShowerInfoNC::ANtpShowerInfoNC | ( | ) |
Definition at line 21 of file ANtpShowerInfoNC.cxx.
References Msg::kDebug, and MSG.
00021 : 00022 energyGeV(ANtpDefVal::kFloat), 00023 xTalkStrips(ANtpDefVal::kInt), 00024 planeUseFraction(ANtpDefVal::kFloat), 00025 signalUseFraction(ANtpDefVal::kFloat), 00026 twoEndStripFraction(ANtpDefVal::kFloat), 00027 transverseRMSU(ANtpDefVal::kFloat), 00028 transverseRMSV(ANtpDefVal::kFloat), 00029 emFrac(ANtpDefVal::kFloat), 00030 phKurtosis(ANtpDefVal::kFloat), 00031 phPerStrip(ANtpDefVal::kFloat), 00032 phPerPlane(ANtpDefVal::kFloat), 00033 aShwdig_ns(ANtpDefVal::kFloat), 00034 aShwplu_ns(ANtpDefVal::kFloat), 00035 aShwplv_ns(ANtpDefVal::kFloat) 00036 00037 { 00038 00039 MSG("ANtpShowerInfoNC", Msg::kDebug) << "ANtpShowerInfoNC::Constructor" << endl; 00040 00041 }
ANtpShowerInfoNC::~ANtpShowerInfoNC | ( | ) | [virtual] |
Definition at line 44 of file ANtpShowerInfoNC.cxx.
References Msg::kDebug, and MSG.
00045 { 00046 00047 MSG("ANtpShowerInfoNC", Msg::kDebug) << "ANtpShowerInfoNC::Destructor" << endl; 00048 00049 }
void ANtpShowerInfoNC::Reset | ( | ) |
Reimplemented from ANtpShowerInfo.
Definition at line 52 of file ANtpShowerInfoNC.cxx.
References aShwdig_ns, aShwplu_ns, aShwplv_ns, emFrac, energyGeV, ANtpDefaultValue::kFloat, ANtpDefaultValue::kInt, phKurtosis, phPerPlane, phPerStrip, planeUseFraction, ANtpShowerInfo::pulseHeight, signalUseFraction, transverseRMSU, transverseRMSV, twoEndStripFraction, and xTalkStrips.
Referenced by CondensedNtpModuleNC::Ana(), NuExtraction::ExtractNCInfo(), ANtpInfoObjectFillerNC::FillShowerInformation(), and CondensedNtpModuleNC::ResetTreeVariables().
00053 { 00054 00055 ANtpShowerInfo::Reset(); 00056 pulseHeight = ANtpDefVal::kFloat; 00057 energyGeV = ANtpDefVal::kFloat; 00058 xTalkStrips = ANtpDefVal::kInt; 00059 planeUseFraction = ANtpDefVal::kFloat; 00060 signalUseFraction = ANtpDefVal::kFloat; 00061 twoEndStripFraction = ANtpDefVal::kFloat; 00062 transverseRMSU = ANtpDefVal::kFloat; 00063 transverseRMSV = ANtpDefVal::kFloat; 00064 emFrac = ANtpDefVal::kFloat; 00065 phKurtosis = ANtpDefVal::kFloat; 00066 phPerStrip = ANtpDefVal::kFloat; 00067 phPerPlane = ANtpDefVal::kFloat; 00068 aShwdig_ns = ANtpDefVal::kFloat; 00069 aShwplu_ns = ANtpDefVal::kFloat; 00070 aShwplv_ns = ANtpDefVal::kFloat; 00071 00072 return; 00073 }
Float_t ANtpShowerInfoNC::aShwdig_ns |
Definition at line 37 of file ANtpShowerInfoNC.h.
Referenced by ANtpInfoObjectFillerNC::FillShowerInformation(), and Reset().
Float_t ANtpShowerInfoNC::aShwplu_ns |
Definition at line 38 of file ANtpShowerInfoNC.h.
Referenced by ANtpInfoObjectFillerNC::FillShowerInformation(), and Reset().
Float_t ANtpShowerInfoNC::aShwplv_ns |
Definition at line 39 of file ANtpShowerInfoNC.h.
Referenced by ANtpInfoObjectFillerNC::FillShowerInformation(), and Reset().
Float_t ANtpShowerInfoNC::emFrac |
Definition at line 31 of file ANtpShowerInfoNC.h.
Referenced by ANtpInfoObjectFillerNC::FillShowerInformation(), and Reset().
Float_t ANtpShowerInfoNC::energyGeV |
Definition at line 23 of file ANtpShowerInfoNC.h.
Referenced by ANtpInfoObjectFillerNC::FillShowerInformation(), and Reset().
Float_t ANtpShowerInfoNC::phKurtosis |
Definition at line 33 of file ANtpShowerInfoNC.h.
Referenced by ANtpInfoObjectFillerNC::FillShowerInformation(), and Reset().
Float_t ANtpShowerInfoNC::phPerPlane |
Definition at line 36 of file ANtpShowerInfoNC.h.
Referenced by ANtpInfoObjectFillerNC::FillShowerInformation(), and Reset().
Float_t ANtpShowerInfoNC::phPerStrip |
Definition at line 35 of file ANtpShowerInfoNC.h.
Referenced by ANtpInfoObjectFillerNC::FillShowerInformation(), and Reset().
Definition at line 25 of file ANtpShowerInfoNC.h.
Referenced by ANtpInfoObjectFillerNC::FillShowerInformation(), and Reset().
Definition at line 26 of file ANtpShowerInfoNC.h.
Referenced by ANtpInfoObjectFillerNC::FillShowerInformation(), and Reset().
Float_t ANtpShowerInfoNC::transverseRMSU |
Definition at line 28 of file ANtpShowerInfoNC.h.
Referenced by NuExtraction::ExtractNCInfo(), ANtpInfoObjectFillerNC::FillShowerInformation(), NCAnalysisCutsNC::IsCosmicInSpillOx(), and Reset().
Float_t ANtpShowerInfoNC::transverseRMSV |
Definition at line 29 of file ANtpShowerInfoNC.h.
Referenced by NuExtraction::ExtractNCInfo(), ANtpInfoObjectFillerNC::FillShowerInformation(), NCAnalysisCutsNC::IsCosmicInSpillOx(), and Reset().
Definition at line 27 of file ANtpShowerInfoNC.h.
Referenced by ANtpInfoObjectFillerNC::FillShowerInformation(), and Reset().
Definition at line 24 of file ANtpShowerInfoNC.h.
Referenced by ANtpInfoObjectFillerNC::FillShowerInformation(), and Reset().