8#ifndef DUNEANAOBJ_SRFD_H
9#define DUNEANAOBJ_SRFD_H
23 std::vector<SRTrack> tracks;
24 std::size_t ntracks = 0;
26 std::vector<SRShower> showers;
27 std::size_t nshowers = 0;
29 std::vector<SRPFP> pfps;
30 std::size_t npfps = 0;
46 std::size_t npandora = 0;
Reconstructed pfp object metadata.
Reconstructed shower object.
Reconstructed track object.
A FD reconstructed neutrino interaction.
Definition SRFD.h:19
std::vector< SRFDInt > pandora
Reconstructed interactions.
Definition SRFD.h:45
const T & Reco(const SRFDID &id)
Definition SRFD.cxx:6
Common Analysis Files.
Definition Navigate.cxx:8
FD_RECO_STACK
Which reconstruction toolkit was used to reconstruct this FD event?
Definition SREnums.h:127
The information needed to uniquely identify a FD reco object.
Definition SRFD.h:35
FD_RECO_STACK reco
reco stack
Definition SRFD.h:36
int ixn
interaction ID
Definition SRFD.h:37
int idx
index in container
Definition SRFD.h:38