SRNDBranch.h
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // \file SRNDBranch.h
3 // \brief Branch for ND info.
4 // \author J. Wolcott <jwolcott@fnal.gov>
5 // \date Jan. 2022
6 ////////////////////////////////////////////////////////////////////////
7 
8 #ifndef DUNEANAOBJ_SRNDBRANCH_H
9 #define DUNEANAOBJ_SRNDBRANCH_H
10 
15 
16 namespace caf
17 {
18  class SRNDBranch
19  {
20  public:
24 
25  std::size_t ntrkmatch = 0;
26  std::vector<caf::SRNDTrackAssn> trkmatch;
27  };
28 }
29 
30 #endif //DUNEANAOBJ_SRNDBRANCH_H
std::vector< caf::SRNDTrackAssn > trkmatch
Definition: SRNDBranch.h:26
ND-LAr reconstruction output.
Definition: SRNDLAr.h:16
ND-GAr reconstruction output.
Definition: SRGAr.h:16
std::size_t ntrkmatch
Definition: SRNDBranch.h:25
Common Analysis Files.
Definition: SRGAr.h:13