DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
Loading...
Searching...
No Matches
SRInteractionBranch.h
1
5
6#ifndef DUNEANAOBJ_SRNEUTRINOINTERACTIONBRANCH_H
7#define DUNEANAOBJ_SRNEUTRINOINTERACTIONBRANCH_H
8
9#include <vector>
10
12
13namespace caf
14{
16 {
17 public:
18
19 std::vector<SRInteraction> dlp;
20 std::size_t ndlp;
21
22 std::vector<SRInteraction> pandora;
23 std::size_t npandora;
24
25 std::vector<SRInteraction> sandreco;
26 std::size_t nsandreco;
27 };
28}
29
30#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:19
std::vector< SRInteraction > sandreco
Interactions from sadreco reconstruction.
Definition: SRInteractionBranch.h:25
std::vector< SRInteraction > pandora
Interactions from Pandora reconstruction.
Definition: SRInteractionBranch.h:22
Common Analysis Files.
Definition: Navigate.cxx:8