7 #ifndef DUNEANAOBJ_SRNDLAR_H
8 #define DUNEANAOBJ_SRNDLAR_H
19 std::vector<SRTrack> tracks;
20 std::size_t ntracks = 0;
22 std::vector<SRShower> showers;
23 std::size_t nshowers = 0;
39 std::vector<SRNDLArInt>
dlp;
42 std::size_t npandora = 0;
Reconstructed shower object.
Reconstructed track object.
The information needed to uniquely identify an ND-LAr reco object.
Definition: SRNDLAr.h:28
int idx
index in container
Definition: SRNDLAr.h:32
NDLAR_RECO_STACK reco
reco stack
Definition: SRNDLAr.h:30
int ixn
interaction ID
Definition: SRNDLAr.h:31
A reconstructed interaction in ND-LAr.
Definition: SRNDLAr.h:17
ND-LAr reconstruction output.
Definition: SRNDLAr.h:37
std::vector< SRNDLArInt > pandora
Reconstructed interactions from Pandora.
Definition: SRNDLAr.h:41
std::vector< SRNDLArInt > dlp
Reconstructed interactions from Deep Learn Physics machine-learning reco.
Definition: SRNDLAr.h:39
const T & Reco(const SRNDLArID &id)
Definition: SRNDLAr.cxx:6
Common Analysis Files.
Definition: SRBeamBranch.h:13
NDLAR_RECO_STACK
Which reconstruction toolkit was used to reconstruct this ND event?
Definition: SREnums.h:113