DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
SRSystParamHeader.h
1 #ifndef DUNEANAOBJ_SRSYSTPARAMHEADER_H
2 #define DUNEANAOBJ_SRSYSTPARAMHEADER_H
3 
4 #include <string>
5 #include <vector>
6 
7 namespace caf
8 {
10  {
11  public:
14 
15  int nshifts;
16  std::string name;
17  int id;
18  };
19 
20 } // end namespace
21 
22 #endif // DUNEANAOBJ_SRSYSTPARAMHEADER_H
Definition: SRSystParamHeader.h:10
Common Analysis Files.
Definition: SRBeamBranch.h:13