TPCReadoutSimAlg.cxx
Go to the documentation of this file.
1 //
2 // TPCReadoutSimAlg.cxx
3 //
4 // Created by Brian Rebel on 2/14/17.
5 //
7 
9 
10 namespace gar {
11  namespace rosim{
12 
13  //----------------------------------------------------------------------------
14  TPCReadoutSimAlg::TPCReadoutSimAlg(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
General GArSoft Utilities.
TPCReadoutSimAlg(CLHEP::HepRandomEngine &engine, fhicl::ParameterSet const &pset)