DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
Loading...
Searching...
No Matches
SRWeightGlobal.h
1#ifndef DUNEANAOBJ_SRWEIGHTGLOBAL_H
2#define DUNEANAOBJ_SRWEIGHTGLOBAL_H
3
4#include "duneanaobj/StandardRecord/SRSystParamHeader.h"
5
6#include <vector>
7
8namespace caf
9{
11 {
12
13 public:
16
17 std::vector<SRSystParamHeader> xsec_params;
18 std::vector<SRSystParamHeader> flux_params;
19 };
20
21} // end namespace
22
23#endif // DUNEANAOBJ_SRWEIGHTGLOBAL_H
Definition: SRWeightGlobal.h:11
Common Analysis Files.
Definition: Navigate.cxx:8