DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
Loading...
Searching...
No Matches
SRRecoObjBase.h
1
7#ifndef DUNEANAOBJ_SRRECOOBJBASE_H
8#define DUNEANAOBJ_SRRECOOBJBASE_H
9
11#include "duneanaobj/StandardRecord/SREnums.h"
12
13namespace caf
14{
15
18 {
19 public:
20 SRRecoParticleID part; // The particle this object is associated with
21 };
22
23} // caf
24
25#endif //DUNEANAOBJ_SRRECOOBJBASE_H
True particle coming out of a probe particle's interaction w/ detector.
Base class for reco objects (enables navigation between SRRecoParticle and the underlying object it w...
Definition: SRRecoObjBase.h:18
Identifies a reconstructed particle by the interaction it belongs to, which collection of reconstruct...
Definition: SREnums.h:130
Common Analysis Files.
Definition: Navigate.cxx:8