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

|
|
Definition at line 21 of file ANtpRecoInfo.cxx. References MSG. 00021 : 00022 inFiducialVolume(0), 00023 isFullyContained(0), 00024 isGoodShower(0), 00025 passesCuts(0), 00026 pass(0), 00027 nuEnergy(ANtpDefVal::kFloat), 00028 nuEnergyCC(ANtpDefVal::kFloat), 00029 nuEnergyNC(ANtpDefVal::kFloat), 00030 muEnergy(ANtpDefVal::kFloat), 00031 showerEnergy(ANtpDefVal::kFloat), 00032 showerEnergyCC(ANtpDefVal::kFloat), 00033 showerEnergyNC(ANtpDefVal::kFloat), 00034 qeNuEnergy(ANtpDefVal::kFloat), 00035 qeQ2(ANtpDefVal::kFloat), 00036 hadronicY(ANtpDefVal::kFloat), 00037 nuDCos(ANtpDefVal::kFloat), 00038 muDCosZVtx(ANtpDefVal::kFloat), 00039 vtxX(ANtpDefVal::kFloat), 00040 vtxY(ANtpDefVal::kFloat), 00041 vtxZ(ANtpDefVal::kFloat), 00042 vtxR(ANtpDefVal::kFloat), 00043 eventLength(ANtpDefVal::kFloat), 00044 trackExtension(ANtpDefVal::kFloat), 00045 numberTracks(ANtpDefVal::kFloat), 00046 trackLength(ANtpDefVal::kFloat), 00047 trackMomentum(ANtpDefVal::kFloat), 00048 trackRange(ANtpDefVal::kFloat), 00049 sigmaQoverP(ANtpDefVal::kFloat), 00050 weight(1.), 00051 weightRunII(1.), 00052 error(0.), 00053 eventInSnarl(ANtpDefVal::kInt), 00054 minTimeSeparation(ANtpDefVal::kDouble), 00055 closeTimeEvent(ANtpDefVal::kInt), 00056 isCleanLowMultSnarl(0), 00057 isCleanHighMultSnarl(0), 00058 closeTimeDeltaZ(ANtpDefVal::kFloat), 00059 edgeActivityStrips(ANtpDefVal::kInt), 00060 edgeActivityPH(ANtpDefVal::kFloat), 00061 oppEdgeStrips(ANtpDefVal::kInt), 00062 oppEdgePH(ANtpDefVal::kFloat), 00063 evtEnergyGeV(ANtpDefVal::kFloat), 00064 planes(ANtpDefVal::kInt), 00065 totalStrips(ANtpDefVal::kInt), 00066 showerPlanes(ANtpDefVal::kInt), 00067 trackPlanes(ANtpDefVal::kInt), 00068 deltaTimeSpill(ANtpDefVal::kDouble) 00069 00070 { 00071 00072 MSG("ANtpRecoInfo", Msg::kDebug) << "ANtpRecoInfo::Constructor" << endl; 00073 00074 }
|
|
|
Definition at line 77 of file ANtpRecoInfo.cxx. References MSG. 00078 {
00079
00080 MSG("ANtpRecoInfo", Msg::kDebug) << "ANtpRecoInfo::Destructor" << endl;
00081
00082 }
|
|
|
Reimplemented in ANtpAnalysisInfoNue. Definition at line 85 of file ANtpRecoInfo.cxx. References closeTimeEvent, deltaTimeSpill, error, eventInSnarl, eventLength, hadronicY, inFiducialVolume, isCleanHighMultSnarl, isCleanLowMultSnarl, isFullyContained, isGoodShower, minTimeSeparation, muDCosZVtx, muEnergy, nuDCos, nuEnergy, nuEnergyCC, nuEnergyNC, numberTracks, pass, passesCuts, qeNuEnergy, qeQ2, showerEnergy, showerEnergyCC, showerEnergyNC, sigmaQoverP, trackExtension, trackLength, trackMomentum, trackRange, vtxR, vtxX, vtxY, vtxZ, weight, and weightRunII. Referenced by MadAnalysis::CreateANtpPAN(), NCAnalysisModule::FillRecoInfo(), ANtpAnalysisInfoNue::Reset(), and NCExtraction::ResetHistograms(). 00086 {
00087 inFiducialVolume = 0;
00088 isFullyContained = 0;
00089 isGoodShower = 0;
00090 passesCuts = 0;
00091 pass = 0;
00092 nuEnergyCC = ANtpDefVal::kFloat;
00093 nuEnergyNC = ANtpDefVal::kFloat;
00094 nuEnergy = ANtpDefVal::kFloat;
00095 muEnergy = ANtpDefVal::kFloat;
00096 showerEnergy = ANtpDefVal::kFloat;
00097 showerEnergyCC = ANtpDefVal::kFloat;
00098 showerEnergyNC = ANtpDefVal::kFloat;
00099 qeNuEnergy = ANtpDefVal::kFloat;
00100 qeQ2 = ANtpDefVal::kFloat;
00101 hadronicY = ANtpDefVal::kFloat;
00102 nuDCos = ANtpDefVal::kFloat;
00103 muDCosZVtx = ANtpDefVal::kFloat;
00104 vtxX = ANtpDefVal::kFloat;
00105 vtxY = ANtpDefVal::kFloat;
00106 vtxZ = ANtpDefVal::kFloat;
00107 vtxR = ANtpDefVal::kFloat;
00108 eventLength = ANtpDefVal::kFloat;
00109 trackExtension = ANtpDefVal::kFloat;
00110 numberTracks = ANtpDefVal::kFloat;
00111 trackLength = ANtpDefVal::kFloat;
00112 trackMomentum = ANtpDefVal::kFloat;
00113 trackRange = ANtpDefVal::kFloat;
00114 sigmaQoverP = ANtpDefVal::kFloat;
00115 weight = 1.;
00116 weightRunII = 1.;
00117 error = 0.;
00118 eventInSnarl = ANtpDefVal::kInt;
00119 minTimeSeparation = ANtpDefVal::kDouble;
00120 closeTimeEvent = ANtpDefVal::kInt;
00121 isCleanLowMultSnarl = 0;
00122 isCleanHighMultSnarl = 0;
00123 deltaTimeSpill = ANtpDefVal::kDouble;
00124
00125 return;
00126 }
|
|
|
Definition at line 64 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillRecoInfo(). |
|
|
Definition at line 59 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillRecoInfo(), and Reset(). |
|
|
Definition at line 84 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillRecoInfo(), and Reset(). |
|
|
Definition at line 67 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillRecoInfo(). |
|
|
Definition at line 65 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillRecoInfo(). |
|
|
Definition at line 56 of file ANtpRecoInfo.h. Referenced by Reset(). |
|
|
Definition at line 57 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillRecoInfo(), and Reset(). |
|
|
Definition at line 47 of file ANtpRecoInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), NCAnalysisModule::FillDataQualityPlots(), NCExtrapolationModule::FillDataQualityPlotsSpecial(), NCAnalysisModule::FillRecoInfo(), and Reset(). |
|
|
Definition at line 74 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillRecoInfo(). |
|
|
Definition at line 40 of file ANtpRecoInfo.h. Referenced by NCExtrapolationDP::AddNearEvent(), MadAnalysis::CreateANtpPAN(), NCExtraction::FillEfficiencyAndPurity(), NCAnalysisModule::FillRecoInfo(), and Reset(). |
|
|
|
|
Definition at line 60 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillRecoInfo(), and Reset(). |
|
|
Definition at line 27 of file ANtpRecoInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), NCAnalysisModule::FillRecoInfo(), NCAnalysisUtils::GetTrackEnergy(), and Reset(). |
|
|
Definition at line 28 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillRecoInfo(), and Reset(). |
|
|
Definition at line 58 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillRecoInfo(), and Reset(). |
|
|
Definition at line 42 of file ANtpRecoInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), NCAnalysisModule::FillRecoInfo(), and Reset(). |
|
|
|
Definition at line 41 of file ANtpRecoInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), and Reset(). |
|
|
|
|
|
Definition at line 49 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillDataQualityPlots(), NCExtrapolationModule::FillDataQualityPlotsSpecial(), NCAnalysisModule::FillRecoInfo(), and Reset(). |
|
|
Definition at line 71 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillRecoInfo(). |
|
|
Definition at line 69 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillRecoInfo(). |
|
|
Definition at line 30 of file ANtpRecoInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), NCAnalysisModule::FillRecoInfo(), NCAnalysisCutsCR::PassesFinalSelectionNC(), NCAnalysisCuts::PassesFinalSelectionNC(), and Reset(). |
|
|
Definition at line 29 of file ANtpRecoInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), ANtpAnalysisInfoAna::FillNueAnalysisInformation(), NCAnalysisModule::FillRecoInfo(), and Reset(). |
|
|
Definition at line 76 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillRecoInfo(). |
|
|
Definition at line 38 of file ANtpRecoInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), and Reset(). |
|
|
Definition at line 39 of file ANtpRecoInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), and Reset(). |
|
|
|
Definition at line 36 of file ANtpRecoInfo.h. Referenced by NCExtrapolationRS::AddNearEvent(), NCAnalysisModule::FillDataQualityPlots(), NCAnalysisModule::FillRecoInfo(), NCExtrapolationModule::FinalEventCheck(), Reset(), and NCAnalysisModule::SetWeight(). |
|
|
|
Definition at line 80 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillRecoInfo(). |
|
|
Definition at line 79 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillRecoInfo(). |
|
|
Definition at line 53 of file ANtpRecoInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), NCAnalysisModule::FillRecoInfo(), and Reset(). |
|
|
Definition at line 77 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillRecoInfo(). |
|
|
Definition at line 48 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillDataQualityPlots(), NCExtrapolationModule::FillDataQualityPlotsSpecial(), NCAnalysisModule::FillRecoInfo(), and Reset(). |
|
|
Definition at line 50 of file ANtpRecoInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), NCAnalysisModule::FillRecoInfo(), and Reset(). |
|
|
|
Definition at line 81 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillRecoInfo(). |
|
|
Definition at line 52 of file ANtpRecoInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), NCAnalysisModule::FillRecoInfo(), NCAnalysisUtils::GetTrackEnergy(), and Reset(). |
|
|
Definition at line 46 of file ANtpRecoInfo.h. Referenced by NCAnalysisModule::FillRecoInfo(), and Reset(). |
|
|
Definition at line 43 of file ANtpRecoInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), NCAnalysisModule::FillDataQualityPlots(), NCAnalysisModule::FillRecoInfo(), NCAnalysisUtils::GetEventVertex(), and Reset(). |
|
|
Definition at line 44 of file ANtpRecoInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), NCAnalysisModule::FillDataQualityPlots(), NCAnalysisModule::FillRecoInfo(), NCAnalysisUtils::GetEventVertex(), and Reset(). |
|
|
Definition at line 45 of file ANtpRecoInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), NCAnalysisModule::FillDataQualityPlots(), NCAnalysisModule::FillRecoInfo(), NCAnalysisUtils::GetEventVertex(), and Reset(). |
|
|
|
Definition at line 55 of file ANtpRecoInfo.h. Referenced by NCEnergyBin::AddEventToBin(), NCAnalysisModule::FillDataQualityPlots(), NCExtrapolationModule::FillDataQualityPlotsSpecial(), NCAnalysisModule::FillRecoInfo(), NCAnalysisUtils::FindEventWeight(), and Reset(). |
1.3.9.1