DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
SRNDShowerAssn.h
1 
4 #ifndef DUNEANAOBJ_SRNDSHOWERASSN_H
5 #define DUNEANAOBJ_SRNDSHOWERASSN_H
6 
8 #include "duneanaobj/StandardRecord/SRNDLAr.h"
9 #include "duneanaobj/StandardRecord/SRTMS.h"
10 #include "duneanaobj/StandardRecord/SRMINERvA.h"
11 #include "duneanaobj/StandardRecord/SRGAr.h"
12 namespace caf
13 {
15  {
16  public:
17  // note: no TMS or GAr right now since we don't have anything to connect to ND-LAr,
18  // but the pattern is straightforward to extend if those become useful
21 
23  };
24 }
25 
26 #endif //DUNEANAOBJ_SRNDSHOWERASSN_H
Reconstructed shower object.
Definition: SRMINERvA.h:38
The information needed to uniquely identify an ND-LAr reco object.
Definition: SRNDLAr.h:28
Definition: SRNDShowerAssn.h:15
SRMINERvA minervaid
MINERvA shower identifier.
Definition: SRNDShowerAssn.h:20
SRShower shw
new shower object generated from synthesis of matched parts
Definition: SRNDShowerAssn.h:22
SRNDLArID larid
ND-LAr shower identifier. Get the actual SRShower object using SRNDLAr::Reco<Shower>() with this ID,...
Definition: SRNDShowerAssn.h:19
Definition: SRShower.h:17
Common Analysis Files.
Definition: SRBeamBranch.h:13