All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SRHeader.cxx
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // \file SRHeader.cxx
3 // \brief SRHeader object for slice id information.
4 // \author $Author: psihas@fnal.gov
5 ////////////////////////////////////////////////////////////////////////
6 
8 
9 #include <limits>
10 
11 
12 namespace caf
13 {
15  run(0),
16  subrun(0),
17  // cycle(0),
18  // batch(0),
19  evt(0),
20  subevt(0),
21  ismc(false),
22  fno(0),
23  ngenevt(0),
24  pot(0.),
25  mctype(caf::kMCUnknown),
26  det(caf::kUNKNOWN),
27  proc(-1),
28  cluster(-1),
29  // blind(false),
30  nbnbinfo(0),
31  nnumiinfo(0),
32  ntriggerinfo(0),
33  husk(false)
34  { }
35 
37 
38 } // end namespace caf
39 ////////////////////////////////////////////////////////////////////////
Unknown detector.
Definition: SREnums.h:9
process_name cluster
Definition: cheaterreco.fcl:51
TCEvent evt
Definition: DataStructs.cxx:8