4 #ifndef DUNEANAOBJ_SRTMS_H
5 #define DUNEANAOBJ_SRTMS_H
15 std::vector<caf::SRTrack> tracks;
16 std::size_t ntracks = 0;
30 std::vector<SRTMSInt>
ixn;
37 return ixn[
id.ixn].tracks[
id.idx];
Reconstructed track object.
The information needed to uniquely identify a TMS reco object.
Definition: SRTMS.h:21
int ixn
interaction ID
Definition: SRTMS.h:23
int idx
index in container
Definition: SRTMS.h:24
A TMS reconstructed neutrino interaction.
Definition: SRTMS.h:13
const SRTrack & Track(const SRTMSID &id)
Definition: SRTMS.h:35
std::vector< SRTMSInt > ixn
Reconstructed interactions.
Definition: SRTMS.h:30
Common Analysis Files.
Definition: SRBeamBranch.h:13