7 #ifndef STANDARDRECORD_H
8 #define STANDARDRECORD_H
40 std::vector<SRSlice>
slc;
58 #endif // STANDARDRECORD_H
int ncrt_tracks
Number of CRT tracks in event.
SRHeader hdr
Header branch: run, subrun, etc.
int nfake_reco
Number of Fake-Reco's in list.
int nslc
Number of slices in list.
std::vector< SRSlice > slc
Slice branch.
int ncrt_hits
Number of CRT hits in event.
Vectors of reconstructed objects found by various algorithms.
std::vector< SROpFlash > opflashes
List of OpFlashes in spill.
std::vector< SRCRTHit > crt_hits
CRT hits in event.
std::vector< SRTrueParticle > true_particles
True particles in spill.
bool pass_flashtrig
Whether this Record passed the Flash Trigger requirement.
std::vector< SRCRTTrack > crt_tracks
CRT tracks in event.
int ntrue_particles
Number of true particles in list.
The StandardRecord is the primary top-level object in the Common Analysis File trees.
std::vector< SRFakeReco > fake_reco
List of fake-reco slices.
SRSliceRecoBranch reco
Slice reco branch: tracks, showers, etc.
Vectors of reconstructed vertices found by various algorithms.
SRTruthBranch mc
Truth branch for all interactions.
int nopflashes
Number of OpFlashes in spill.