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 std::vector<SRInteraction> dlp;
19 std::size_t ndlp;
20
21 std::vector<SRInteraction> pandora;
22 std::size_t npandora;
23
24 std::vector<SRInteraction> sandreco;
25 std::size_t nsandreco;
26
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:18
std::vector< SRInteraction > sandreco
Interactions from sadreco reconstruction.
Definition SRInteractionBranch.h:24
std::vector< SRInteraction > pandora
Interactions from Pandora reconstruction.
Definition SRInteractionBranch.h:21
Common Analysis Files.
Definition Navigate.cxx:8