CalibConstants.h
Go to the documentation of this file.
1 #ifndef art_test_Integration_product_aggregation_physics_workflow_CalibConstants_h
2 #define art_test_Integration_product_aggregation_physics_workflow_CalibConstants_h
3 
5 
6 namespace arttest {
7 
8  class CalibConstants {
9  public:
10  explicit CalibConstants() = default;
11  explicit CalibConstants(art::SubRunNumber_t const sr) : subrun_{sr} {}
12  auto
13  subrun() const
14  {
15  return subrun_;
16  }
17  void
19  {}
20 
21  private:
23  };
24 
25 } // namespace arttest
26 
27 #endif /* art_test_Integration_product_aggregation_physics_workflow_CalibConstants_h */
28 
29 // Local variables:
30 // mode: c++
31 // End:
art::SubRunNumber_t subrun_
IDNumber_t< Level::SubRun > SubRunNumber_t
Definition: IDNumber.h:119
CalibConstants(art::SubRunNumber_t const sr)
void aggregate(CalibConstants const &)
static const double sr
Definition: Units.h:167