DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
Loading...
Searching...
No Matches
SRTruthBranch.h
Go to the documentation of this file.
1
5
6
7#ifndef DUNEANAOBJ_SRTRUTHBRANCH_H
8#define DUNEANAOBJ_SRTRUTHBRANCH_H
9
10#include "duneanaobj/StandardRecord/SREnums.h"
12
13namespace caf
14{
15
17 {
18 public:
20 std::vector<SRTrueInteraction> nu;
21 std::size_t nnu = 0;
22 };
23
24} // caf
25
26#endif //DUNEANAOBJ_SRTRUTHBRANCH_H
True neutrino/cosmic (or other top-level particle) interaction.
Definition SRTruthBranch.h:17
std::vector< SRTrueInteraction > nu
Vector of true nus, cosmics, etc. contributing to this trigger.
Definition SRTruthBranch.h:20
Common Analysis Files.
Definition Navigate.cxx:8