Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
duneanaobj
duneanaobj
StandardRecord
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
11
#include "
duneanaobj/StandardRecord/SRGAr.h
"
12
#include "
duneanaobj/StandardRecord/SRNDLAr.h
"
13
#include "
duneanaobj/StandardRecord/SRNDTrackAssn.h
"
14
#include "
duneanaobj/StandardRecord/SRTMS.h
"
15
16
namespace
caf
17
{
18
class
SRNDBranch
19
{
20
public
:
21
SRNDLAr
lar
;
22
SRGAr
gar
;
23
SRTMS
tms
;
24
25
std::size_t
ntrkmatch
= 0;
26
std::vector<caf::SRNDTrackAssn>
trkmatch
;
27
};
28
}
29
30
#endif //DUNEANAOBJ_SRNDBRANCH_H
caf::SRNDBranch::trkmatch
std::vector< caf::SRNDTrackAssn > trkmatch
Definition:
SRNDBranch.h:26
caf::SRNDBranch::tms
SRTMS tms
Definition:
SRNDBranch.h:23
caf::SRNDBranch::gar
SRGAr gar
Definition:
SRNDBranch.h:22
caf::SRNDBranch::lar
SRNDLAr lar
Definition:
SRNDBranch.h:21
caf::SRTMS
Definition:
SRTMS.h:11
SRGAr.h
SRNDTrackAssn.h
caf::SRNDBranch
Definition:
SRNDBranch.h:18
caf::SRNDLAr
ND-LAr reconstruction output.
Definition:
SRNDLAr.h:16
caf::SRGAr
ND-GAr reconstruction output.
Definition:
SRGAr.h:16
caf::SRNDBranch::ntrkmatch
std::size_t ntrkmatch
Definition:
SRNDBranch.h:25
caf
Common Analysis Files.
Definition:
SRGAr.h:13
SRTMS.h
SRNDLAr.h
Generated by
1.8.11