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> params;
18 };
19
20} // end namespace
21
22#endif // DUNEANAOBJ_SRWEIGHTGLOBAL_H
Definition SRWeightGlobal.h:11
Common Analysis Files.
Definition Navigate.cxx:8