LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
tca::HistStuff Struct Reference

#include "TCHist.h"

Public Member Functions

void CreateHists (art::TFileService &tfs)
 

Public Attributes

TH1F * fChgRMS [5]
 
TH1F * fMomAsym [5]
 
TH1F * fElectronLike [5]
 
TH2F * fElectronLike_Len [5]
 
TH1F * fChgToMeV [3]
 
TProfile * fChgToMeV_Etru
 
TH2F * AlongTrans1
 
TH2F * AlongTrans5
 
TH2F * AlongTrans9
 
TH1F * fUnMatchedHitFrac
 
TH1F * fTruT [5]
 
TH2F * fMCSMom_TruMom_e
 
TH2F * fMCSMom_TruMom_mu
 
TH2F * fMCSMom_TruMom_pi
 
TH2F * fMCSMom_TruMom_p
 
TH2F * fMCSMomEP_TruMom_e
 
TH1F * fNuVtx_dx
 
TH1F * fNuVtx_dy
 
TH1F * fNuVtx_dz
 
TH1F * fNuVx3Score
 
TH1F * fNuVx2Score
 
TH1F * fNuVx3ScoreDiff
 
TH1F * fVxTopoMat
 
TH1F * fVxTopoNoMat
 
TH1F * fVx2Score
 
TH1F * fVx3Score
 
TH1F * fdWire [5]
 
TProfile * fEP_T [5]
 
TProfile * fNearTj [5]
 
TH2F * PDGCode_reco_true
 
TH1F * fPFPStartEnd
 
TH1F * fPFPStartdX [5]
 
TH1F * fPFPStartdY [5]
 
TH1F * fPFPStartdZ [5]
 
TH1F * fPFPStartAngDiff [5]
 
TH1F * fEff
 
TH1F * fPur
 
float fShEnergy
 
float fPfpEnergy
 
float fMCSMom
 
float fPfpLen
 
float fSep
 
float fDang1
 
float fDang2
 
float fChgFrac
 
float fAlong
 
float fTrans
 
float fInShwrProb
 

Detailed Description

Definition at line 22 of file TCHist.h.

Member Function Documentation

void tca::HistStuff::CreateHists ( art::TFileService tfs)

Definition at line 5 of file TCHist.cxx.

References AlongTrans1, AlongTrans5, AlongTrans9, fChgRMS, fChgToMeV, fChgToMeV_Etru, fdWire, fEff, fElectronLike, fElectronLike_Len, fEP_T, fMCSMom_TruMom_e, fMCSMom_TruMom_mu, fMCSMom_TruMom_p, fMCSMom_TruMom_pi, fMCSMomEP_TruMom_e, fMomAsym, fNearTj, fNuVtx_dx, fNuVtx_dy, fNuVtx_dz, fNuVx2Score, fNuVx3Score, fNuVx3ScoreDiff, fPFPStartAngDiff, fPFPStartdX, fPFPStartdY, fPFPStartdZ, fPFPStartEnd, fPur, fTruT, fUnMatchedHitFrac, fVx2Score, fVx3Score, fVxTopoMat, fVxTopoNoMat, art::TFileDirectory::make(), and PDGCode_reco_true.

6  {
7 
8  // study electrons
9  fChgRMS[0] = tfs.make<TH1F>("ChgRMS0","ChgRMS - Electrons", 50, 0, 1);
10  fChgRMS[1] = tfs.make<TH1F>("ChgRMS1","ChgRMS - Muons", 50, 0, 1);
11  fChgRMS[2] = tfs.make<TH1F>("ChgRMS2","ChgRMS - Pions", 50, 0, 1);
12  fChgRMS[3] = tfs.make<TH1F>("ChgRMS3","ChgRMS - Kaons", 50, 0, 1);
13  fChgRMS[4] = tfs.make<TH1F>("ChgRMS4","ChgRMS - Protons", 50, 0, 1);
14 
15  fMomAsym[0] = tfs.make<TH1F>("MomAsym0","MomAsym - Electrons", 50, 0, 1);
16  fMomAsym[1] = tfs.make<TH1F>("MomAsym1","MomAsym - Muons", 50, 0, 1);
17  fMomAsym[2] = tfs.make<TH1F>("MomAsym2","MomAsym - Pions", 50, 0, 1);
18  fMomAsym[3] = tfs.make<TH1F>("MomAsym3","MomAsym - Kaons", 50, 0, 1);
19  fMomAsym[4] = tfs.make<TH1F>("MomAsym4","MomAsym - Protons", 50, 0, 1);
20 
21  fElectronLike[0] = tfs.make<TH1F>("ElectronLike0","ElectronLike - Electrons", 50, 0, 1);
22  fElectronLike[1] = tfs.make<TH1F>("ElectronLike1","ElectronLike - Muons", 50, 0, 1);
23  fElectronLike[2] = tfs.make<TH1F>("ElectronLike2","ElectronLike - Pions", 50, 0, 1);
24  fElectronLike[3] = tfs.make<TH1F>("ElectronLike3","ElectronLike - Kaons", 50, 0, 1);
25  fElectronLike[4] = tfs.make<TH1F>("ElectronLike4","ElectronLike - Protons", 50, 0, 1);
26 
27  fElectronLike_Len[0] = tfs.make<TH2F>("ElectronLike_Len0","ElectronLike vs length - Electrons", 100, 0, 100, 100, 0, 1);
28  fElectronLike_Len[1] = tfs.make<TH2F>("ElectronLike_Len1","ElectronLike vs length - Muons", 100, 0, 100, 100, 0, 1);
29  fElectronLike_Len[2] = tfs.make<TH2F>("ElectronLike_Len2","ElectronLike vs length - Pions", 100, 0, 100, 100, 0, 1);
30  fElectronLike_Len[3] = tfs.make<TH2F>("ElectronLike_Len3","ElectronLike vs length - Kaons", 100, 0, 100, 100, 0, 1);
31  fElectronLike_Len[4] = tfs.make<TH2F>("ElectronLike_Len4","ElectronLike vs length - Protons", 100, 0, 100, 100, 0, 1);
32 
33  // study showers
34  AlongTrans1 = tfs.make<TH2F>("AlongTrans1","Trans vs Along 100 MeV",400, -50, 150, 40, 0, 20);
35  AlongTrans5 = tfs.make<TH2F>("AlongTrans5","Trans vs Along 500 MeV",400, -50, 150, 40, 0, 20);
36  AlongTrans9 = tfs.make<TH2F>("AlongTrans9","Trans vs Along 900 MeV",400, -50, 150, 40, 0, 20);
37 
38  fChgToMeV[0] = tfs.make<TH1F>("ChgToMeV0","ChgToMeV Pln 0", 80, 0, 0.04);
39  fChgToMeV[1] = tfs.make<TH1F>("ChgToMeV1","ChgToMeV Pln 1", 80, 0, 0.04);
40  fChgToMeV[2] = tfs.make<TH1F>("ChgToMeV2","ChgToMeV Pln 2", 80, 0, 0.04);
41  fChgToMeV_Etru = tfs.make<TProfile>("ChgToMeV_Etru","ChgToMeV vs Etru Pln 0", 10, 0, 1000);
42 
43  // True - Reco unmatched hit fraction
44  fUnMatchedHitFrac = tfs.make<TH1F>("UnMatchedHitFrac","True-Reco Unmatched Hit Fraction", 200, 0, 0.2);
45 
46  // True - Reco vertex difference
47  fNuVtx_dx = tfs.make<TH1F>("Vtx dx","Vtx dx",80,-10,10);
48  fNuVtx_dy = tfs.make<TH1F>("Vtx dy","Vtx dy",80,-10,10);
49  fNuVtx_dz = tfs.make<TH1F>("Vtx dz","Vtx dz",80,-10,10);
50 
51  // Score of all 2D and 3D vertices
52  fVx2Score = tfs.make<TH1F>("Vx2_Score","Vx2 Score",80, 0, 100);
53  fVx3Score = tfs.make<TH1F>("Vx3_Score","Vx2 Score",100, 0, 100);
54  // Score of vertices that are matched to a true neutrino interaction vertex
55  fNuVx3Score = tfs.make<TH1F>("NuVx3Score","Vx3Score - TruNuVx matched",80, 0, 80);
56  fNuVx2Score = tfs.make<TH1F>("NuVx2Score","Vx2Score - TruNuVx matched",80, 0, 80);
57  // Difference in score between all others and the one matched to the true neutrino vertex
58  // Score(True matched) - Score(all others). Ideally the one matched to the true neutrino
59  // has the highest score resulting in all entries begin negative in this histogram
60  fNuVx3ScoreDiff = tfs.make<TH1F>("NuVx3ScoreDiff","Vx3Score - TruNuVx matched", 100, -100, 100);
61 
62  fVxTopoMat = tfs.make<TH1F>("VxTopoMat","VxTopo - True Vtx match",10, 0, 10);
63  fVxTopoNoMat = tfs.make<TH1F>("VxTopoNoMat","VxTopo - No MC match",10, 0, 10);
64 
65  fdWire[0] = tfs.make<TH1F>("dWireEl","dWire - Electrons",21,-10,10);
66  fdWire[1] = tfs.make<TH1F>("dWireMu","dWire - Muons",21,-10,10);
67  fdWire[2] = tfs.make<TH1F>("dWirePi","dWire - Pions",21,-10,10);
68  fdWire[3] = tfs.make<TH1F>("dWireKa","dWire - Kaons",21,-10,10);
69  fdWire[4] = tfs.make<TH1F>("dWirePr","dWire - Protons",21,-10,10);
70 
71  fTruT[0] = tfs.make<TH1F>("TruT_El","True KE (MeV) - Electrons", 100, 0, 1000);
72  fTruT[1] = tfs.make<TH1F>("TruT_Mu","True KE (MeV) - Muons", 100, 0, 1000);
73  fTruT[2] = tfs.make<TH1F>("TruT_Pi","True KE (MeV) - Pions", 100, 0, 1000);
74  fTruT[3] = tfs.make<TH1F>("TruT_Ka","True KE (MeV) - Kaons", 100, 0, 1000);
75  fTruT[4] = tfs.make<TH1F>("TruT_Pr","True KE (MeV) - Protons", 100, 0, 1000);
76 
77  fEP_T[0] = tfs.make<TProfile>("EP_T_El","EP vs T(MeV) - Electrons", 20, 0, 100);
78  fEP_T[1] = tfs.make<TProfile>("EP_T_Mu","EP vs T(MeV) - Muons", 20, 0, 1000);
79  fEP_T[2] = tfs.make<TProfile>("EP_T_Pi","EP vs T(MeV) - Pions", 20, 0, 1000);
80  fEP_T[3] = tfs.make<TProfile>("EP_T_Ka","EP vs T(MeV) - Kaons", 20, 0, 1000);
81  fEP_T[4] = tfs.make<TProfile>("EP_T_Pr","EP vs T(MeV) - Protons", 20, 0, 1000);
82 
83  fMCSMom_TruMom_e = tfs.make<TH2F>("MCSMom_TruMom_e","MCSMom vs Tru Mom electrons", 50, 0, 100, 50, 0, 1000);
84  fMCSMom_TruMom_mu = tfs.make<TH2F>("MCSMom_TruMom_mu","MCSMom vs Tru Mom electrons", 50, 0, 1000, 50, 0, 1000);
85  fMCSMom_TruMom_pi = tfs.make<TH2F>("MCSMom_TruMom_pi","MCSMom vs Tru Mom electrons", 50, 0, 1000, 50, 0, 1000);
86  fMCSMom_TruMom_p = tfs.make<TH2F>("MCSMom_TruMom_p","MCSMom vs Tru Mom electrons", 50, 0, 1000, 50, 0, 1000);
87 
88  // Same as above but with good Efficiency * Purity
89  fMCSMomEP_TruMom_e = tfs.make<TH2F>("MCSMomEP_TruMom_e","MCSMom vs Tru Mom electrons", 50, 0, 100, 50, 0, 1000);
90 
91  fNearTj[0] = tfs.make<TProfile>("fNearTj0","Frac Tps NearTj - Electrons", 5, 0, 500);
92  fNearTj[1] = tfs.make<TProfile>("fNearTj1","Frac Tps NearTj - Muons", 5, 0, 500);
93  fNearTj[2] = tfs.make<TProfile>("fNearTj2","Frac Tps NearTj - Pions", 5, 0, 500);
94  fNearTj[3] = tfs.make<TProfile>("fNearTj3","Frac Tps NearTj - Kaons", 5, 0, 500);
95  fNearTj[4] = tfs.make<TProfile>("fNearTj4","Frac Tps NearTj - Protons", 5, 0, 500);
96 
97 
98  PDGCode_reco_true = tfs.make<TH2F>("PDGCode_reco_true", "PDGCode Reco vs True", 5, -0.5, 4.5, 5, -0.5, 4.5);
99  // PFParticle start position reco - true
100  fPFPStartdX[0] = tfs.make<TH1F>("PFPStartdX0","PFP Start dX Reco-MC - Electrons", 100, -10, 10);
101  fPFPStartdX[1] = tfs.make<TH1F>("PFPStartdX1","PFP Start dX Reco-MC - Muons", 100, -10, 10);
102  fPFPStartdX[2] = tfs.make<TH1F>("PFPStartdX2","PFP Start dX Reco-MC - Pions", 100, -10, 10);
103  fPFPStartdX[3] = tfs.make<TH1F>("PFPStartdX3","PFP Start dX Reco-MC - Kaons", 100, -10, 10);
104  fPFPStartdX[4] = tfs.make<TH1F>("PFPStartdX4","PFP Start dX Reco-MC - Protons", 100, -10, 10);
105  fPFPStartdY[0] = tfs.make<TH1F>("PFPStartdY0","PFP Start dY Reco-MC - Electrons", 100, -10, 10);
106  fPFPStartdY[1] = tfs.make<TH1F>("PFPStartdY1","PFP Start dY Reco-MC - Muons", 100, -10, 10);
107  fPFPStartdY[2] = tfs.make<TH1F>("PFPStartdY2","PFP Start dY Reco-MC - Pions", 100, -10, 10);
108  fPFPStartdY[3] = tfs.make<TH1F>("PFPStartdY3","PFP Start dY Reco-MC - Kaons", 100, -10, 10);
109  fPFPStartdY[4] = tfs.make<TH1F>("PFPStartdY4","PFP Start dY Reco-MC - Protons", 100, -10, 10);
110  fPFPStartdZ[0] = tfs.make<TH1F>("PFPStartdZ0","PFP Start dZ Reco-MC - Electrons", 100, -10, 10);
111  fPFPStartdZ[1] = tfs.make<TH1F>("PFPStartdZ1","PFP Start dZ Reco-MC - Muons", 100, -10, 10);
112  fPFPStartdZ[2] = tfs.make<TH1F>("PFPStartdZ2","PFP Start dZ Reco-MC - Pions", 100, -10, 10);
113  fPFPStartdZ[3] = tfs.make<TH1F>("PFPStartdZ3","PFP Start dZ Reco-MC - Kaons", 100, -10, 10);
114  fPFPStartdZ[4] = tfs.make<TH1F>("PFPStartdZ4","PFP Start dZ Reco-MC - Protons", 100, -10, 10);
115  fPFPStartEnd = tfs.make<TH1F>("PFPStartEnd","PFP Start End", 2, -0.001, 1.001);
116  // PFParticle start direction reco - true
117  fPFPStartAngDiff[0] = tfs.make<TH1F>("PFPStartAngDiff0","PFP Start Ang Reco-MC - Electrons", 100, 0, M_PI);
118  fPFPStartAngDiff[1] = tfs.make<TH1F>("PFPStartAngDiff1","PFP Start Ang Reco-MC - Muons", 100, 0, M_PI);
119  fPFPStartAngDiff[2] = tfs.make<TH1F>("PFPStartAngDiff2","PFP Start Ang Reco-MC - Pions", 100, 0, M_PI);
120  fPFPStartAngDiff[3] = tfs.make<TH1F>("PFPStartAngDiff3","PFP Start Ang Reco-MC - Kaons", 100, 0, M_PI);
121  fPFPStartAngDiff[4] = tfs.make<TH1F>("PFPStartAngDiff4","PFP Start Ang Reco-MC - Protons", 100, 0, M_PI);
122 
123  fEff = tfs.make<TH1F>("Eff","Efficiency", 50, 0, 1);
124  fPur = tfs.make<TH1F>("Pur","Purity", 50, 0, 1);
125 /* TTree used to develop the TMVA showerParentReader
126  fShowerParentSig = tfs.make<TTree>("shwr_parent_tree_sig", "shwr_parent_tree_sig");
127  fShowerParentSig->Branch("fShEnergy", &fShEnergy, "fShEnergy/F");
128  fShowerParentSig->Branch("fPfpEnergy", &fPfpEnergy, "fPfpEnergy/F");
129  fShowerParentSig->Branch("fMCSMom", &fMCSMom, "fMCSMom/F");
130  fShowerParentSig->Branch("fPfpLen", &fPfpLen, "fPfpLen/F");
131  fShowerParentSig->Branch("fSep", &fSep, "fSep/F");
132  fShowerParentSig->Branch("fDang1", &fDang1, "fDang1/F");
133  fShowerParentSig->Branch("fDang2", &fDang2, "fDang2/F");
134  fShowerParentSig->Branch("fChgFrac", &fChgFrac, "fChgFrac/F");
135  fShowerParentSig->Branch("fAlong", &fAlong, "fAlong/F");
136  fShowerParentSig->Branch("fTrans", &fTrans, "fTrans/F");
137  fShowerParentSig->Branch("fInShwrProb", &fInShwrProb, "fInShwrProb/F");
138 
139  fShowerParentBkg = tfs.make<TTree>("shwr_parent_tree_bkg", "shwr_parent_tree_bkg");
140  fShowerParentBkg->Branch("fShEnergy", &fShEnergy, "fShEnergy/F");
141  fShowerParentBkg->Branch("fPfpEnergy", &fPfpEnergy, "fPfpEnergy/F");
142  fShowerParentBkg->Branch("fMCSMom", &fMCSMom, "fMCSMom/F");
143  fShowerParentBkg->Branch("fPfpLen", &fPfpLen, "fPfpLen/F");
144  fShowerParentBkg->Branch("fSep", &fSep, "fSep/F");
145  fShowerParentBkg->Branch("fDang1", &fDang1, "fDang1/F");
146  fShowerParentBkg->Branch("fDang2", &fDang2, "fDang2/F");
147  fShowerParentBkg->Branch("fChgFrac", &fChgFrac, "fChgFrac/F");
148  fShowerParentBkg->Branch("fAlong", &fAlong, "fAlong/F");
149  fShowerParentBkg->Branch("fTrans", &fTrans, "fTrans/F");
150  fShowerParentBkg->Branch("fInShwrProb", &fInShwrProb, "fInShwrProb/F");
151 */
152  }
TH1F * fTruT[5]
Definition: TCHist.h:40
TH2F * fMCSMom_TruMom_p
Definition: TCHist.h:45
TProfile * fNearTj[5]
Definition: TCHist.h:70
TH2F * fMCSMom_TruMom_mu
Definition: TCHist.h:43
TH2F * fMCSMomEP_TruMom_e
Definition: TCHist.h:47
TH2F * fMCSMom_TruMom_pi
Definition: TCHist.h:44
TH1F * fPur
Definition: TCHist.h:81
TH1F * fElectronLike[5]
Definition: TCHist.h:28
TH1F * fPFPStartEnd
Definition: TCHist.h:74
TProfile * fEP_T[5]
Definition: TCHist.h:67
TH2F * PDGCode_reco_true
Definition: TCHist.h:73
TH1F * fNuVtx_dy
Definition: TCHist.h:51
TH1F * fMomAsym[5]
Definition: TCHist.h:27
TH1F * fPFPStartdZ[5]
Definition: TCHist.h:77
TH1F * fNuVx3ScoreDiff
Definition: TCHist.h:57
TH2F * fElectronLike_Len[5]
Definition: TCHist.h:29
TH1F * fPFPStartAngDiff[5]
Definition: TCHist.h:78
TH2F * AlongTrans5
Definition: TCHist.h:34
TH1F * fChgToMeV[3]
Definition: TCHist.h:31
TH1F * fVx2Score
Definition: TCHist.h:61
TH2F * fMCSMom_TruMom_e
Definition: TCHist.h:42
TH1F * fEff
Definition: TCHist.h:80
TH1F * fVxTopoMat
Definition: TCHist.h:58
TH1F * fUnMatchedHitFrac
Definition: TCHist.h:37
TH1F * fNuVtx_dx
Definition: TCHist.h:50
TH2F * AlongTrans9
Definition: TCHist.h:35
TH1F * fChgRMS[5]
Definition: TCHist.h:26
TH2F * AlongTrans1
Definition: TCHist.h:33
T * make(ARGS...args) const
TH1F * fVxTopoNoMat
Definition: TCHist.h:59
TProfile * fChgToMeV_Etru
Definition: TCHist.h:32
TH1F * fPFPStartdY[5]
Definition: TCHist.h:76
TH1F * fVx3Score
Definition: TCHist.h:62
TH1F * fPFPStartdX[5]
Definition: TCHist.h:75
TH1F * fNuVx3Score
Definition: TCHist.h:55
TH1F * fdWire[5]
Definition: TCHist.h:65
TH1F * fNuVx2Score
Definition: TCHist.h:56
TH1F * fNuVtx_dz
Definition: TCHist.h:52

Member Data Documentation

TH2F* tca::HistStuff::AlongTrans1

Definition at line 33 of file TCHist.h.

Referenced by CreateHists().

TH2F* tca::HistStuff::AlongTrans5

Definition at line 34 of file TCHist.h.

Referenced by CreateHists().

TH2F* tca::HistStuff::AlongTrans9

Definition at line 35 of file TCHist.h.

Referenced by CreateHists().

float tca::HistStuff::fAlong

Definition at line 86 of file TCHist.h.

float tca::HistStuff::fChgFrac

Definition at line 86 of file TCHist.h.

TH1F* tca::HistStuff::fChgRMS[5]

Definition at line 26 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fChgToMeV[3]

Definition at line 31 of file TCHist.h.

Referenced by CreateHists().

TProfile* tca::HistStuff::fChgToMeV_Etru

Definition at line 32 of file TCHist.h.

Referenced by CreateHists().

float tca::HistStuff::fDang1

Definition at line 86 of file TCHist.h.

float tca::HistStuff::fDang2

Definition at line 86 of file TCHist.h.

TH1F* tca::HistStuff::fdWire[5]

Definition at line 65 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fEff

Definition at line 80 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fElectronLike[5]

Definition at line 28 of file TCHist.h.

Referenced by CreateHists().

TH2F* tca::HistStuff::fElectronLike_Len[5]

Definition at line 29 of file TCHist.h.

Referenced by CreateHists().

TProfile* tca::HistStuff::fEP_T[5]

Definition at line 67 of file TCHist.h.

Referenced by CreateHists().

float tca::HistStuff::fInShwrProb

Definition at line 86 of file TCHist.h.

float tca::HistStuff::fMCSMom

Definition at line 86 of file TCHist.h.

TH2F* tca::HistStuff::fMCSMom_TruMom_e

Definition at line 42 of file TCHist.h.

Referenced by CreateHists().

TH2F* tca::HistStuff::fMCSMom_TruMom_mu

Definition at line 43 of file TCHist.h.

Referenced by CreateHists().

TH2F* tca::HistStuff::fMCSMom_TruMom_p

Definition at line 45 of file TCHist.h.

Referenced by CreateHists().

TH2F* tca::HistStuff::fMCSMom_TruMom_pi

Definition at line 44 of file TCHist.h.

Referenced by CreateHists().

TH2F* tca::HistStuff::fMCSMomEP_TruMom_e

Definition at line 47 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fMomAsym[5]

Definition at line 27 of file TCHist.h.

Referenced by CreateHists().

TProfile* tca::HistStuff::fNearTj[5]

Definition at line 70 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fNuVtx_dx

Definition at line 50 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fNuVtx_dy

Definition at line 51 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fNuVtx_dz

Definition at line 52 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fNuVx2Score

Definition at line 56 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fNuVx3Score

Definition at line 55 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fNuVx3ScoreDiff

Definition at line 57 of file TCHist.h.

Referenced by CreateHists().

float tca::HistStuff::fPfpEnergy

Definition at line 86 of file TCHist.h.

float tca::HistStuff::fPfpLen

Definition at line 86 of file TCHist.h.

TH1F* tca::HistStuff::fPFPStartAngDiff[5]

Definition at line 78 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fPFPStartdX[5]

Definition at line 75 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fPFPStartdY[5]

Definition at line 76 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fPFPStartdZ[5]

Definition at line 77 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fPFPStartEnd

Definition at line 74 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fPur

Definition at line 81 of file TCHist.h.

Referenced by CreateHists().

float tca::HistStuff::fSep

Definition at line 86 of file TCHist.h.

float tca::HistStuff::fShEnergy

Definition at line 86 of file TCHist.h.

float tca::HistStuff::fTrans

Definition at line 86 of file TCHist.h.

TH1F* tca::HistStuff::fTruT[5]

Definition at line 40 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fUnMatchedHitFrac

Definition at line 37 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fVx2Score

Definition at line 61 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fVx3Score

Definition at line 62 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fVxTopoMat

Definition at line 58 of file TCHist.h.

Referenced by CreateHists().

TH1F* tca::HistStuff::fVxTopoNoMat

Definition at line 59 of file TCHist.h.

Referenced by CreateHists().

TH2F* tca::HistStuff::PDGCode_reco_true

Definition at line 73 of file TCHist.h.

Referenced by CreateHists().


The documentation for this struct was generated from the following files: