7 #ifndef DUNEANAOBJ_SRGAR_H
8 #define DUNEANAOBJ_SRGAR_H
10 #include "duneanaobj/StandardRecord/SRGArTrack.h"
11 #include "duneanaobj/StandardRecord/SRGArECAL.h"
19 std::vector<SRGArTrack> tracks;
20 std::size_t ntracks = 0;
22 std::vector<SRGArECAL> clusters;
23 std::size_t nclusters = 0;
29 std::vector<float> ptrue;
30 std::vector<float> trkLen;
31 std::vector<float> trkLenPerp;
32 std::vector<float> partEvReco;
33 int gastpc_pi_pl_mult;
34 int gastpc_pi_min_mult;
51 std::vector<SRGArInt>
ixn;
The information needed to uniquely identify a ND-GAr reco object.
Definition: SRGAr.h:39
int ixn
interaction ID
Definition: SRGAr.h:42
int idx
index in container
Definition: SRGAr.h:43
An ND-GAr reconstructed neutrino interaction.
Definition: SRGAr.h:17
ND-GAr reconstruction output.
Definition: SRGAr.h:48
std::vector< SRGArInt > ixn
Reconstructed interactions.
Definition: SRGAr.h:51
Common Analysis Files.
Definition: SRBeamBranch.h:13