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

Public Member Functions | |
| NueRecord () | |
| NueRecord (const NueHeader &head) | |
| NueRecord (const NueRecord &nr) | |
| virtual | ~NueRecord () |
| void | Reset () |
| void | Clear (Option_t *) |
Public Attributes | |
| Shwfit | shwfit |
| HitCalc | hitcalc |
| AngCluster | angcluster |
| AngClusterFit | angclusterfit |
| MSTCalc | mstvars |
| FracVar | fracvars |
| SubShowerVar | subshowervars |
| HighHitVars | highhitvars |
| ShieldRejVar | shieldrejvars |
| Ann | ann |
| AnalysisInfoNue | anainfo |
| ANtpEventInfoNue | srevent |
| ANtpShowerInfoNue | srshower |
| ANtpTrackInfoNue | srtrack |
| ANtpTruthInfoBeamNue | mctrue |
| BeamMon | bmon |
| MdaDiscrim | mdadiscrim |
| TreePID | treepid |
| NtpMCFluxInfo | fluxinfo |
| NueFluxWeights | fluxweights |
| NueXsecWeight | xsecweights |
| StdHepInfo | shi |
| MuonRemovalInfo | mri |
| CalDetInfo | cdi |
| TimingVars | timingvars |
| MCNNVars | mcnnv |
| BagTree | dtree |
| EventQual | eventq |
| PRecord | precord |
| PRecord | precordMRCC |
|
|
Definition at line 10 of file NueRecord.cxx. References MSG. 00010 : 00011 RecRecordImp<NueHeader>(), 00012 shwfit(), 00013 // reco(), 00014 hitcalc(), 00015 angcluster(), 00016 angclusterfit(), 00017 // vertfind(), 00018 // vtx(), 00019 // emvars(), 00020 mstvars(), 00021 fracvars(), 00022 subshowervars(), 00023 highhitvars(), 00024 shieldrejvars(), 00025 ann(), 00026 anainfo(), 00027 srevent(), 00028 srshower(), 00029 srtrack(), 00030 mctrue(), 00031 bmon(), 00032 mdadiscrim(), 00033 treepid(), 00034 fluxinfo(), 00035 fluxweights(), 00036 xsecweights(), 00037 shi(), 00038 mri(), 00039 cdi(), 00040 timingvars(), 00041 mcnnv(), 00042 dtree(), 00043 eventq(), 00044 precord(), 00045 precordMRCC() 00046 { 00047 // SetClearable(true); 00048 MSG("NueRecord",Msg::kDebug)<<"In NueRecord()"<<endl; 00049 }
|
|
|
Definition at line 51 of file NueRecord.cxx. References MSG. 00051 : 00052 RecRecordImp<NueHeader>(head), 00053 shwfit(), 00054 // reco(), 00055 hitcalc(), 00056 angcluster(), 00057 angclusterfit(), 00058 // vertfind(), 00059 // vtx(), 00060 // emvars(), 00061 mstvars(), 00062 fracvars(), 00063 subshowervars(), 00064 highhitvars(), 00065 shieldrejvars(), 00066 ann(), 00067 anainfo(), 00068 srevent(), 00069 srshower(), 00070 srtrack(), 00071 mctrue(), 00072 bmon(), 00073 mdadiscrim(), 00074 treepid(), 00075 fluxinfo(), 00076 fluxweights(), 00077 xsecweights(), 00078 shi(), 00079 mri(), 00080 cdi(), 00081 timingvars(), 00082 mcnnv(), 00083 dtree(), 00084 eventq(), 00085 precord(), 00086 precordMRCC() 00087 { 00088 // SetClearable(true); 00089 MSG("NueRecord",Msg::kDebug)<<"In NueRecord(const NueHeader &)"<<endl; 00090 }
|
|
|
Definition at line 92 of file NueRecord.cxx. References MSG. 00092 : 00093 RecRecordImp<NueHeader>(nr.GetHeader()), 00094 shwfit(nr.shwfit), 00095 hitcalc(nr.hitcalc), 00096 angcluster(nr.angcluster), 00097 angclusterfit(nr.angclusterfit), 00098 mstvars(nr.mstvars), 00099 fracvars(nr.fracvars), 00100 subshowervars(nr.subshowervars), 00101 highhitvars(nr.highhitvars), 00102 shieldrejvars(nr.shieldrejvars), 00103 ann(nr.ann), 00104 anainfo(nr.anainfo), 00105 srevent(nr.srevent), 00106 srshower(nr.srshower), 00107 srtrack(nr.srtrack), 00108 mctrue(nr.mctrue), 00109 bmon(nr.bmon), 00110 mdadiscrim(nr.mdadiscrim), 00111 treepid(nr.treepid), 00112 fluxinfo(nr.fluxinfo), 00113 fluxweights(nr.fluxweights), 00114 xsecweights(nr.xsecweights), 00115 shi(nr.shi), 00116 mri(nr.mri), 00117 cdi(nr.cdi), 00118 timingvars(nr.timingvars), 00119 mcnnv(nr.mcnnv), 00120 dtree(nr.dtree), 00121 eventq(nr.eventq), 00122 precord(nr.precord), 00123 precordMRCC(nr.precordMRCC) 00124 { 00125 MSG("NueRecord",Msg::kDebug)<<"In Copy constructor NueRecord"<<endl; 00126 }
|
|
|
Definition at line 168 of file NueRecord.cxx. References MSG. 00169 {
00170 MSG("NueRecord",Msg::kDebug)<<"In ~NueRecord"<<endl;
00171 }
|
|
|
Definition at line 128 of file NueRecord.cxx. References Shwfit::Clear(), NueFluxWeights::Clear(), fluxweights, Reset(), and shwfit. 00129 {
00130 Reset();
00131 fluxweights.Clear();
00132 shwfit.Clear();
00133 }
|
|
|
|
|
Definition at line 56 of file NueRecord.h. Referenced by AnnAna::Analyze(), CompareMD::FillFromList(), and Reset(). |
|
|
Definition at line 57 of file NueRecord.h. Referenced by TreePIDAna::Analyze(), CompareMD::FillFromList(), and Reset(). |
|
|
Definition at line 67 of file NueRecord.h. Referenced by AnnAna::Analyze(), NueMiniAnaPID::FillMini(), NueMiniAna::FillMini(), NueMiniAnaPID::FillRecord(), NueMiniAna::FillRecord(), NueData::FillRecord(), NueStandard::GetPIDValue(), NueStandard::ModifyANNPID(), NueModule::PassesBlindingCuts(), Reset(), and NueSystematic::UpdateRecord(). |
|
|
|
Definition at line 81 of file NueRecord.h. Referenced by Reset(). |
|
|
Definition at line 84 of file NueRecord.h. Referenced by NueStandard::FillCosmicCut(), NueStandard::PassesCosmicCut(), and Reset(). |
|
|
|
Definition at line 76 of file NueRecord.h. Referenced by NueStandard::GetSKZPBeamWeight(), NueMatrixHelper::MakeANANUEPlots(), and NueFNHelper::MakeHelpers(). |
|
|
Definition at line 77 of file NueRecord.h. Referenced by Clear(), NueSystematic::DoSKZPCalc(), NueMiniAnaPID::FillMini(), NueMiniAna::FillMini(), NueMiniAnaPID::FillRecord(), NueMiniAna::FillRecord(), NueData::FillRecord(), NueStandard::GetRPWBeamWeight(), NNTrain::MakeTrainTree(), Reset(), and NueSystematic::UpdateRecord(). |
|
|
Definition at line 63 of file NueRecord.h. Referenced by BagTreeAna::Analyze(), AnnAna::Analyze(), CompareMD::FillFromList(), NueMiniAna::FillMini(), NueMiniAna::FillRecord(), NNTrain::MakeTrainTree(), NueStandard::ModifyANNPID(), and Reset(). |
|
|
Definition at line 65 of file NueRecord.h. Referenced by Reset(). |
|
|
Definition at line 55 of file NueRecord.h. Referenced by TreePIDAna::Analyze(), AnnAna::Analyze(), CompareMD::FillFromList(), and Reset(). |
|
|
|
|
Definition at line 74 of file NueRecord.h. Referenced by Reset(). |
|
|
Definition at line 80 of file NueRecord.h. Referenced by NueMiniAnaPID::FillMini(), NueMiniAna::FillMini(), NueMiniAnaPID::FillRecord(), NueMiniAna::FillRecord(), NueData::FillRecord(), NueModule::PassesBlindingCuts(), NueStandard::PassesMRCCFiducial(), NueStandard::PassesMRCCPreSelection(), FixModule::Reco(), and Reset(). |
|
|
|
Definition at line 87 of file NueRecord.h. Referenced by NueMiniAnaPID::FillMini(), NueMiniAnaPID::FillRecord(), NueStandard::GetPIDValue(), NNTrain::MakeTrainTree(), NueStandard::PassesParticlePIDCut(), NueStandard::PassesParticlePIDPreselectionCut(), PIDEval::Reco(), ParticlePIDSaver::Reco(), and Reset(). |
|
|
Definition at line 88 of file NueRecord.h. Referenced by NueMiniAnaPID::FillMini(), NueMiniAnaPID::FillRecord(), PIDEval::Reco(), ParticlePIDSaver::Reco(), and Reset(). |
|
|
Definition at line 79 of file NueRecord.h. Referenced by NueSystematic::DoCalibShift(), NueSystematic::DoShwDevCalc(), NueMiniAnaPID::FillMini(), NueMiniAna::FillMini(), NueMiniAnaPID::FillRecord(), NueMiniAna::FillRecord(), NueData::FillRecord(), Reset(), and TYHadronWeight(). |
|
|
Definition at line 66 of file NueRecord.h. |
|
|
|
|
|
|
Definition at line 64 of file NueRecord.h. Referenced by BagTreeAna::Analyze(), AnnAna::Analyze(), NueMiniAnaPID::FillMini(), NueMiniAna::FillMini(), NueMiniAnaPID::FillRecord(), NueMiniAna::FillRecord(), NueData::FillRecord(), NueStandard::GetPIDValue(), NueModule::PassesBlindingCuts(), Reset(), and NueSystematic::UpdateRecord(). |
|
|
Definition at line 82 of file NueRecord.h. Referenced by Reset(). |
|
|
Definition at line 75 of file NueRecord.h. Referenced by NueMiniAnaPID::FillMini(), NueMiniAnaPID::FillRecord(), NueData::FillRecord(), NueStandard::GetPIDValue(), NueModule::PassesBlindingCuts(), and Reset(). |
|
|
Definition at line 78 of file NueRecord.h. Referenced by NueSystematic::DoNeugenCalc(), NueSystematic::DoShwDevCalc(), NueData::FillRecord(), and Reset(). |
1.3.9.1