SiPMReadoutSimAlg.cxx
Go to the documentation of this file.
1 //
2 // ECALReadoutSimAlg.cxx
3 //
4 // Created by Eldwan Brianne on 8/27/18
5 //
7 
9 
10 namespace gar {
11  namespace rosim{
12 
13  //----------------------------------------------------------------------------
14  SiPMReadoutSimAlg::SiPMReadoutSimAlg(CLHEP::HepRandomEngine & engine,
15  fhicl::ParameterSet const& /* pset */)
16  : fEngine (engine)
17  , fDetProp(nullptr)
18  {
19  return;
20  }
21 
22  //----------------------------------------------------------------------------
24  {
25  return;
26  }
27 
28  } // end rosim
29 } // gar
SiPMReadoutSimAlg(CLHEP::HepRandomEngine &engine, fhicl::ParameterSet const &pset)
General GArSoft Utilities.