LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
LArPropertiesServiceStandard.cc
Go to the documentation of this file.
2 
4 
5 //------------------------------------------------
7 //-----------------------------------------------
10  : fProp{config.get_PSet()}
11 {
12  reg.sPreBeginRun.watch(this, &LArPropertiesServiceStandard::preBeginRun);
13 }
14 
15 //----------------------------------------------
17 {
18  fProp.Update(run.run());
19 }
RunNumber_t run() const
Definition: Run.cc:27
LArPropertiesServiceStandard(Parameters const &params, art::ActivityRegistry &reg)
Definition: Run.h:37
fhicl::ParameterSet const & get_PSet() const
Definition: ServiceTable.h:40