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
7#include "duneanaobj/StandardRecord/SRRecoObjBase.h"
9#include "duneanaobj/StandardRecord/SRNDLAr.h"
10#include "duneanaobj/StandardRecord/SRTMS.h"
11#include "duneanaobj/StandardRecord/SRMINERvA.h"
12#include "duneanaobj/StandardRecord/SRGAr.h"
13namespace caf
14{
16 {
17 public:
18 // note: no TMS or GAr right now since we don't have anything to connect to ND-LAr,
19 // but the pattern is straightforward to extend if those become useful
22
24 };
25}
26
27#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:16
SRMINERvAID minervaid
MINERvA shower identifier.
Definition: SRNDShowerAssn.h:21
SRShower shw
new shower object generated from synthesis of matched parts
Definition: SRNDShowerAssn.h:23
SRNDLArID larid
ND-LAr shower identifier. Get the actual SRShower object using SRNDLAr::Reco<Shower>() with this ID,...
Definition: SRNDShowerAssn.h:20
Base class for reco objects (enables navigation between SRRecoParticle and the underlying object it w...
Definition: SRRecoObjBase.h:18
Definition: SRShower.h:17
Common Analysis Files.
Definition: Navigate.cxx:8