DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
Loading...
Searching...
No Matches
SRNDAssnBranch.h
1
3
4
5#ifndef DUNEANAOBJ_SRNDASSNBRANCH_H
6#define DUNEANAOBJ_SRNDASSNBRANCH_H
7
8#include <vector>
9
10#include "duneanaobj/StandardRecord/SRNDShowerAssn.h"
11#include "duneanaobj/StandardRecord/SRNDTrackAssn.h"
12
13namespace caf
14{
16 {
17 public:
18 std::size_t nextrap = 0;
19 std::vector<SRNDTrackAssn> extrap;
20 };
21
23 {
24 public:
25 std::size_t nextrap = 0;
26 std::vector<SRNDShowerAssn> extrap;
27 };
28
29}
30
31#endif //DUNEANAOBJ_SRNDASSNBRANCH_H
Definition SRNDAssnBranch.h:23
std::vector< SRNDShowerAssn > extrap
Associations made using extrapolation of track dirs.
Definition SRNDAssnBranch.h:26
Definition SRNDAssnBranch.h:16
std::vector< SRNDTrackAssn > extrap
Associations made using extrapolation of track dirs.
Definition SRNDAssnBranch.h:19
Common Analysis Files.
Definition Navigate.cxx:8