DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
SRInteractionBranch.h
1 
6 #ifndef DUNEANAOBJ_SRNEUTRINOINTERACTIONBRANCH_H
7 #define DUNEANAOBJ_SRNEUTRINOINTERACTIONBRANCH_H
8 
9 #include <vector>
10 
12 
13 namespace caf
14 {
16  {
17  public:
18  std::vector<SRInteraction> dlp;
19  std::size_t ndlp;
20 
21  std::vector<SRInteraction> pandora;
22  std::size_t npandora;
23 
24 
25  };
26 }
27 
28 #endif //DUNEANAOBJ_SRNEUTRINOINTERACTIONBRANCH_H
Reconstructed top-level particle interaction.
Definition: SRInteractionBranch.h:16
std::vector< SRInteraction > dlp
Interactions from Deep Learn Physics machine learning reconstruction.
Definition: SRInteractionBranch.h:18
std::vector< SRInteraction > pandora
Interactions from Pandora reconstruction.
Definition: SRInteractionBranch.h:21
Common Analysis Files.
Definition: SRBeamBranch.h:13