DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
Loading...
Searching...
No Matches
SRNDShowerAssn.h
1
3
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"
12namespace 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.
The information needed to uniquely identify a MINERvA reco object.
Definition SRMINERvA.h:31
The information needed to uniquely identify an ND-LAr reco object.
Definition SRNDLAr.h:32
Definition SRNDShowerAssn.h:15
SRMINERvAID 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 Navigate.cxx:8