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

|
|
Definition at line 21 of file ANtpEventInfoNC.cxx. References MSG. 00021 : 00022 pulseHeightRms(ANtpDefVal::kFloat), 00023 maxPlanePH(ANtpDefVal::kFloat), 00024 maxPHIn3Planes(ANtpDefVal::kFloat), 00025 maxPHIn6Planes(ANtpDefVal::kFloat), 00026 maxPHIn9Planes(ANtpDefVal::kFloat), 00027 maxPHIn12Planes(ANtpDefVal::kFloat), 00028 eventDuration(ANtpDefVal::kFloat), 00029 modifiedPH(ANtpDefVal::kFloat), 00030 earlyWeightedADC(ANtpDefVal::kFloat), 00031 lateBucketPHFraction(ANtpDefVal::kFloat), 00032 timeWeightedPHFraction(ANtpDefVal::kFloat), 00033 straightPHFraction(ANtpDefVal::kFloat), 00034 fixedWindowPH(ANtpDefVal::kFloat), 00035 triPlane1PH(ANtpDefVal::kFloat), 00036 triPlane2PH(ANtpDefVal::kFloat), 00037 triPlaneOverPH(ANtpDefVal::kFloat), 00038 stripTime1st(ANtpDefVal::kDouble), 00039 stripTimelast(ANtpDefVal::kDouble), 00040 stripTimeMean(ANtpDefVal::kDouble), 00041 stripTimeRMS(ANtpDefVal::kDouble), 00042 largestEventInSnarl(ANtpDefVal::kInt), 00043 eventSummaryPlanes(ANtpDefVal::kInt), 00044 minTimeSeparation(ANtpDefVal::kDouble), 00045 minDeltaZ(ANtpDefVal::kFloat), 00046 closeTimeDeltaZ(ANtpDefVal::kFloat), 00047 slicePHfraction(ANtpDefVal::kFloat), 00048 edgeActivityStrips(ANtpDefVal::kInt), 00049 edgeActivityPH(ANtpDefVal::kFloat), 00050 oppEdgeStrips(ANtpDefVal::kInt), 00051 oppEdgePH(ANtpDefVal::kFloat), 00052 medianTime(ANtpDefVal::kDouble), 00053 trackExtension(ANtpDefVal::kFloat), 00054 trackStripsInShower(ANtpDefVal::kInt), 00055 lengthInPlanes(ANtpDefVal::kInt), 00056 phPerStrip(ANtpDefVal::kFloat), 00057 phPerPlane(ANtpDefVal::kFloat), 00058 vhsPNC(ANtpDefVal::kFloat), 00059 vhsPCCe(ANtpDefVal::kFloat), 00060 vhsPCCmu(ANtpDefVal::kFloat), 00061 vhsPCCtau(ANtpDefVal::kFloat), 00062 vhsDNC(ANtpDefVal::kFloat), 00063 vhsDCCe(ANtpDefVal::kFloat), 00064 vhsDCCmu(ANtpDefVal::kFloat), 00065 vhsDCCtau(ANtpDefVal::kFloat), 00066 aPh3_ns(ANtpDefVal::kFloat), 00067 aPh6_ns(ANtpDefVal::kFloat), 00068 aPhlast_ns(ANtpDefVal::kFloat), 00069 aPhcommon_ns(ANtpDefVal::kFloat) 00070 00071 { 00072 00073 MSG("ANtpEventInfoNC", Msg::kDebug) << "ANtpEventInfoNC::Constructor" << endl; 00074 00075 }
|
|
|
Definition at line 78 of file ANtpEventInfoNC.cxx. References MSG. 00079 {
00080
00081 MSG("ANtpEventInfoNC", Msg::kDebug) << "ANtpEventInfoNC::Destructor" << endl;
00082
00083 }
|
|
|
Reimplemented from ANtpEventInfo. Definition at line 86 of file ANtpEventInfoNC.cxx. References aPh3_ns, aPh6_ns, aPhcommon_ns, aPhlast_ns, closeTimeDeltaZ, earlyWeightedADC, edgeActivityPH, edgeActivityStrips, eventDuration, eventSummaryPlanes, fixedWindowPH, largestEventInSnarl, lateBucketPHFraction, lengthInPlanes, maxPHIn12Planes, maxPHIn3Planes, maxPHIn6Planes, maxPHIn9Planes, maxPlanePH, medianTime, minDeltaZ, minTimeSeparation, modifiedPH, oppEdgePH, oppEdgeStrips, phPerPlane, phPerStrip, pulseHeightRms, ANtpEventInfo::Reset(), slicePHfraction, straightPHFraction, stripTime1st, stripTimelast, stripTimeMean, stripTimeRMS, timeWeightedPHFraction, trackExtension, trackStripsInShower, triPlane1PH, triPlane2PH, triPlaneOverPH, vhsDCCe, vhsDCCmu, vhsDCCtau, vhsDNC, vhsPCCe, vhsPCCmu, vhsPCCtau, and vhsPNC. Referenced by CondensedNtpModuleNC::Ana(), ANtpInfoObjectFillerNC::FillEventInformation(), and CondensedNtpModuleNC::ResetTreeVariables(). 00087 {
00088 ANtpEventInfo::Reset();
00089 pulseHeightRms = ANtpDefVal::kFloat;
00090 maxPlanePH = ANtpDefVal::kFloat;
00091 maxPHIn3Planes = ANtpDefVal::kFloat;
00092 maxPHIn6Planes = ANtpDefVal::kFloat;
00093 maxPHIn9Planes = ANtpDefVal::kFloat;
00094 maxPHIn12Planes = ANtpDefVal::kFloat;
00095 eventDuration = ANtpDefVal::kFloat;
00096 modifiedPH = ANtpDefVal::kFloat;
00097 earlyWeightedADC = ANtpDefVal::kFloat;
00098 lateBucketPHFraction = ANtpDefVal::kFloat;
00099 timeWeightedPHFraction = ANtpDefVal::kFloat;
00100 straightPHFraction = ANtpDefVal::kFloat;
00101 fixedWindowPH = ANtpDefVal::kFloat;
00102 triPlane1PH = ANtpDefVal::kFloat;
00103 triPlane2PH = ANtpDefVal::kFloat;
00104 triPlaneOverPH = ANtpDefVal::kFloat;
00105 stripTime1st = ANtpDefVal::kDouble;
00106 stripTimelast = ANtpDefVal::kDouble;
00107 stripTimeMean = ANtpDefVal::kDouble;
00108 stripTimeRMS = ANtpDefVal::kDouble;
00109 largestEventInSnarl = ANtpDefVal::kInt;
00110 eventSummaryPlanes = ANtpDefVal::kInt;
00111 minTimeSeparation = ANtpDefVal::kDouble;
00112 minDeltaZ = ANtpDefVal::kFloat;
00113 closeTimeDeltaZ = ANtpDefVal::kFloat;
00114 slicePHfraction = ANtpDefVal::kFloat;
00115 edgeActivityStrips = ANtpDefVal::kInt;
00116 edgeActivityPH = ANtpDefVal::kFloat;
00117 oppEdgeStrips = ANtpDefVal::kInt;
00118 oppEdgePH = ANtpDefVal::kFloat;
00119 medianTime = ANtpDefVal::kDouble;
00120 trackExtension = ANtpDefVal::kFloat;
00121 trackStripsInShower = ANtpDefVal::kInt;
00122 lengthInPlanes = ANtpDefVal::kInt;
00123 phPerStrip = ANtpDefVal::kFloat;
00124 phPerPlane = ANtpDefVal::kFloat;
00125 vhsPNC = ANtpDefVal::kFloat;
00126 vhsPCCe = ANtpDefVal::kFloat;
00127 vhsPCCmu = ANtpDefVal::kFloat;
00128 vhsPCCtau = ANtpDefVal::kFloat;
00129 vhsDNC = ANtpDefVal::kFloat;
00130 vhsDCCe = ANtpDefVal::kFloat;
00131 vhsDCCmu = ANtpDefVal::kFloat;
00132 vhsDCCtau = ANtpDefVal::kFloat;
00133 aPh3_ns = ANtpDefVal::kFloat;
00134 aPh6_ns = ANtpDefVal::kFloat;
00135 aPhlast_ns = ANtpDefVal::kFloat;
00136 aPhcommon_ns = ANtpDefVal::kFloat;
00137
00138 return;
00139 }
|
|
|
Definition at line 99 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillCrossOverInformation(), NCExtractionNS::FillPDFs(), NCExtractionNS::GetIdProbability(), and Reset(). |
|
|
Definition at line 100 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillCrossOverInformation(), NCExtractionNS::FillPDFs(), NCExtractionNS::GetIdProbability(), and Reset(). |
|
|
Definition at line 102 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillCrossOverInformation(), NCExtractionNS::GetIdProbability(), and Reset(). |
|
|
Definition at line 101 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillCrossOverInformation(), NCExtractionNS::FillPDFs(), NCExtractionNS::GetIdProbability(), and Reset(). |
|
|
Definition at line 71 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventTimingAndActivityInformation(), NCAnalysisModule::FillRecoInfo(), NCAnalysisCuts::IsCleanHighMultSnarl(), NCAnalysisCutsCR::IsGoodBeamEventOx(), and Reset(). |
|
|
Definition at line 67 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventTimingAndActivityInformation(), and NCAnalysisModule::FillRecoInfo(). |
|
|
Definition at line 39 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FindEarlyActivityWeight(), NCAnalysisCutsCR::IsBleachedNearBeamEvent(), and Reset(). |
|
|
Definition at line 75 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventTimingAndActivityInformation(), NCAnalysisModule::FillRecoInfo(), NCAnalysisCuts::IsCleanHighMultSnarl(), NCAnalysisCutsCR::IsGoodBeamEventOx(), and Reset(). |
|
|
Definition at line 73 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventTimingAndActivityInformation(), NCAnalysisModule::FillRecoInfo(), NCAnalysisCuts::IsCleanHighMultSnarl(), NCAnalysisCutsCR::IsGoodBeamEventOx(), and Reset(). |
|
|
Definition at line 35 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventInformation(), and Reset(). |
|
|
Definition at line 61 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventInformation(), NCExtractionDP::FillPDFs(), NCExtractionTOm::GetIdProbability(), NCExtractionTO::GetIdProbability(), NCExtractionDP::GetIdProbability(), and Reset(). |
|
|
Definition at line 47 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventInformation(), and Reset(). |
|
|
Definition at line 58 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventTimingAndActivityInformation(), NCAnalysisCutsCR::IsFarDetectorBeamEvent(), NCAnalysisCutsCC::IsFarDetectorBeamEvent(), and Reset(). |
|
|
Definition at line 44 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventInformation(), and Reset(). |
|
|
Definition at line 85 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventInformation(), NCExtractionTOm::FillPDFs(), NCExtractionTO::FillPDFs(), NCExtractionNS::FillPDFs(), NCAnalysisModule::FillRecoInfo(), NCExtractionNS::GetIdProbability(), and Reset(). |
|
|
Definition at line 33 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventInformation(), and Reset(). |
|
|
Definition at line 27 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventInformation(), and Reset(). |
|
|
Definition at line 29 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventInformation(), and Reset(). |
|
|
Definition at line 31 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventInformation(), and Reset(). |
|
|
Definition at line 25 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventInformation(), and Reset(). |
|
|
Definition at line 81 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventTimingAndActivityInformation(), and Reset(). |
|
|
Definition at line 70 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventTimingAndActivityInformation(), and Reset(). |
|
|
|
Definition at line 37 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventInformation(), and Reset(). |
|
|
Definition at line 79 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventTimingAndActivityInformation(), NCAnalysisModule::FillRecoInfo(), NCAnalysisCuts::IsCleanHighMultSnarl(), NCAnalysisCutsCR::IsGoodBeamEventOx(), and Reset(). |
|
|
Definition at line 77 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventTimingAndActivityInformation(), NCAnalysisModule::FillRecoInfo(), NCAnalysisCuts::IsCleanHighMultSnarl(), NCAnalysisCutsCR::IsGoodBeamEventOx(), and Reset(). |
|
|
Definition at line 87 of file ANtpEventInfoNC.h. Referenced by NCExtractionRPann::FillDataMCHistos(), ANtpInfoObjectFillerNC::FillEventInformation(), NCExtractionRPann::FillPDFs(), NCExtractionNS::FillPDFs(), NCExtractionRPann::GetIdProbability(), NCExtractionNS::GetIdProbability(), and Reset(). |
|
|
Definition at line 86 of file ANtpEventInfoNC.h. Referenced by NCExtractionRPann::FillDataMCHistos(), ANtpInfoObjectFillerNC::FillEventInformation(), NCExtractionRPann::FillPDFs(), NCExtractionNS::FillPDFs(), NCExtractionRPann::GetIdProbability(), NCExtractionNS::GetIdProbability(), and Reset(). |
|
|
Definition at line 23 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventInformation(), and Reset(). |
|
|
Definition at line 72 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventTimingAndActivityInformation(), and Reset(). |
|
|
Definition at line 46 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventInformation(), and Reset(). |
|
|
|
Definition at line 54 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventInformation(), and Reset(). |
|
|
Definition at line 55 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventInformation(), and Reset(). |
|
|
Definition at line 56 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventInformation(), and Reset(). |
|
|
Definition at line 45 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillEventInformation(), and Reset(). |
|
|
Definition at line 83 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillCrossOverInformation(), NCAnalysisModule::FillRecoInfo(), and Reset(). |
|
|
Definition at line 84 of file ANtpEventInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillCrossOverInformation(), NCExtractionADM::FillSeparationValues(), and Reset(). |
|
|
Definition at line 49 of file ANtpEventInfoNC.h. Referenced by NCExtractionTRann::FillDataMCHistos(), ANtpInfoObjectFillerNC::FillEventInformation(), NCExtractionTRann::FillPDFs(), NCExtractionTRann::GetIdProbability(), and Reset(). |
|
|
Definition at line 50 of file ANtpEventInfoNC.h. Referenced by NCExtractionTRann::FillDataMCHistos(), ANtpInfoObjectFillerNC::FillEventInformation(), NCExtractionTRann::FillPDFs(), NCExtractionTRann::GetIdProbability(), and Reset(). |
|
|
Definition at line 51 of file ANtpEventInfoNC.h. Referenced by NCExtractionTRann::FillDataMCHistos(), ANtpInfoObjectFillerNC::FillEventInformation(), NCExtractionTRann::FillPDFs(), NCExtractionTRann::GetIdProbability(), and Reset(). |
|
|
Definition at line 95 of file ANtpEventInfoNC.h. Referenced by NCExtractionKAD::FillPDFs(), ANtpInfoObjectFillerNC::FillVHSEvtInfo(), and Reset(). |
|
|
Definition at line 96 of file ANtpEventInfoNC.h. Referenced by NCExtractionKAD::FillPDFs(), ANtpInfoObjectFillerNC::FillVHSEvtInfo(), NCExtractionKAD::GetIdProbability(), and Reset(). |
|
|
Definition at line 97 of file ANtpEventInfoNC.h. Referenced by NCExtractionKAD::FillPDFs(), ANtpInfoObjectFillerNC::FillVHSEvtInfo(), and Reset(). |
|
|
Definition at line 94 of file ANtpEventInfoNC.h. Referenced by NCExtractionKAD::FillPDFs(), ANtpInfoObjectFillerNC::FillVHSEvtInfo(), NCExtractionKAD::GetIdProbability(), and Reset(). |
|
|
Definition at line 91 of file ANtpEventInfoNC.h. Referenced by NCExtractionKA::FillPDFs(), ANtpInfoObjectFillerNC::FillVHSEvtInfo(), and Reset(). |
|
|
Definition at line 92 of file ANtpEventInfoNC.h. Referenced by NCExtractionKA::FillPDFs(), ANtpInfoObjectFillerNC::FillVHSEvtInfo(), NCExtractionKA::GetIdProbability(), and Reset(). |
|
|
Definition at line 93 of file ANtpEventInfoNC.h. Referenced by NCExtractionKA::FillPDFs(), ANtpInfoObjectFillerNC::FillVHSEvtInfo(), and Reset(). |
|
|
Definition at line 90 of file ANtpEventInfoNC.h. Referenced by NCExtractionKA::FillPDFs(), ANtpInfoObjectFillerNC::FillVHSEvtInfo(), NCExtractionKA::GetIdProbability(), and Reset(). |
1.3.9.1