MVASelectPID.h
Go to the documentation of this file.
1 #ifndef FDSENSOPT_MVASELECTPID_H
2 #define FDSENSOPT_MVASELECTPID_H
3 
4 namespace dunemva
5 {
7  {
8  public:
9 
10  int selectMode; ///< What neutrino species are we IDing? Use PDG code to identify numu or nue selection.
11  double pid; ///< How confident are we?
12 
13  // Input variables
14  float evtcharge;
15  float rawcharge;
16  float wirecharge;
17 
18  float ntrack;
19  float avgtrklength;
20  float maxtrklength;
21  float trkdedx;
22  float trkrch;
23  float trkrt;
24  float trkfr;
25  float trkpida_save;
26  float nshower;
27  float showerdedx;
28  float eshower;
29  float frshower;
30  float nhitspershw;
31  float shwlength;
32  float shwmax;
37  float shwdis;
38  float shwdisx;
39  float shwdisy;
40  float shwdisz;
41  float shwcosx;
42  float shwcosy;
43  float shwcosz;
44  float trkcosx;
45  float trkcosy;
46  float trkcosz;
47  float et;
48 
49  };
50 }
51 
52 #endif
int selectMode
What neutrino species are we IDing? Use PDG code to identify numu or nue selection.
Definition: MVASelectPID.h:10
double pid
How confident are we?
Definition: MVASelectPID.h:11