7#ifndef DUNEANAOBJ_SRNDLAR_H
8#define DUNEANAOBJ_SRNDLAR_H
20 std::vector<SRTrack> tracks;
21 std::size_t ntracks = 0;
23 std::vector<SRShower> showers;
24 std::size_t nshowers = 0;
43 std::vector<SRNDLArInt>
dlp;
46 std::size_t npandora = 0;
48 std::size_t nflashes = 0;
A general optical flash container.
Reconstructed shower object.
Reconstructed track object.
The information needed to uniquely identify an ND-LAr reco object.
Definition SRNDLAr.h:32
int idx
index in container
Definition SRNDLAr.h:36
NDLAR_RECO_STACK reco
reco stack
Definition SRNDLAr.h:34
int ixn
interaction ID
Definition SRNDLAr.h:35
A reconstructed interaction in ND-LAr.
Definition SRNDLAr.h:18
std::vector< FlashMatch > flash
Attributes of matched flash.
Definition SRNDLAr.h:26
ND-LAr reconstruction output.
Definition SRNDLAr.h:41
std::vector< SRNDLArInt > pandora
Reconstructed interactions from Pandora.
Definition SRNDLAr.h:45
std::vector< SRNDLArInt > dlp
Reconstructed interactions from Deep Learn Physics machine-learning reco.
Definition SRNDLAr.h:43
std::vector< SROpticalFlash > flashes
Collection of flashes.
Definition SRNDLAr.h:47
const T & Reco(const SRNDLArID &id)
Definition SRNDLAr.cxx:6
Common Analysis Files.
Definition Navigate.cxx:8
NDLAR_RECO_STACK
Which reconstruction toolkit was used to reconstruct this ND event?
Definition SREnums.h:134