DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
Loading...
Searching...
No Matches
SRGlobal.h
1#ifndef DUNEANAOBJ_SRGLOBAL_H
2#define DUNEANAOBJ_SRGLOBAL_H
3
4#include "duneanaobj/StandardRecord/SRWeightGlobal.h"
5
6namespace caf
7{
8 class SRGlobal
9 {
10 public:
11 SRGlobal();
12 ~SRGlobal();
13
14 SRWeightGlobal wgts;
15 };
16
17} // end namespace
18
19#endif // DUNEANAOBJ_SRGLOBAL_H
Definition SRGlobal.h:9
Definition SRWeightGlobal.h:11
Common Analysis Files.
Definition Navigate.cxx:8