Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
ReadoutSimulation
TPCReadoutSimAlg.cxx
Go to the documentation of this file.
1
//
2
// TPCReadoutSimAlg.cxx
3
//
4
// Created by Brian Rebel on 2/14/17.
5
//
6
#include "
fhiclcpp/ParameterSet.h
"
7
8
#include "
ReadoutSimulation/TPCReadoutSimAlg.h
"
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
//----------------------------------------------------------------------------
23
TPCReadoutSimAlg::~TPCReadoutSimAlg
()
24
{
25
return
;
26
}
27
28
}
// end rosim
29
}
// gar
gar::rosim::TPCReadoutSimAlg::~TPCReadoutSimAlg
virtual ~TPCReadoutSimAlg()
Definition:
TPCReadoutSimAlg.cxx:23
ParameterSet.h
TPCReadoutSimAlg.h
gar
General GArSoft Utilities.
Definition:
anatest_module.cc:57
gar::rosim::TPCReadoutSimAlg::TPCReadoutSimAlg
TPCReadoutSimAlg(CLHEP::HepRandomEngine &engine, fhicl::ParameterSet const &pset)
Definition:
TPCReadoutSimAlg.cxx:14
fhicl::ParameterSet
Definition:
ParameterSet.h:36
Generated by
1.8.11