Runs simulation including smearing of energy and SiPM saturation for the ECAL readout. More...
Public Member Functions | |
SiPMReadout (fhicl::ParameterSet const &pset) | |
Standard constructor and destructor for an FMWK module. More... | |
virtual | ~SiPMReadout () |
SiPMReadout (SiPMReadout const &)=delete | |
SiPMReadout (SiPMReadout &&)=delete | |
SiPMReadout & | operator= (SiPMReadout const &)=delete |
SiPMReadout & | operator= (SiPMReadout &&)=delete |
void | produce (::art::Event &evt) override |
void | reconfigure (fhicl::ParameterSet const &pset) |
![]() | |
EDProducer (fhicl::ParameterSet const &pset) | |
template<typename Config > | |
EDProducer (Table< Config > const &config) | |
std::string | workerType () const |
![]() | |
virtual | ~Producer () noexcept |
Producer (fhicl::ParameterSet const &) | |
Producer (Producer const &)=delete | |
Producer (Producer &&)=delete | |
Producer & | operator= (Producer const &)=delete |
Producer & | operator= (Producer &&)=delete |
void | doBeginJob (SharedResources const &resources) |
void | doEndJob () |
void | doRespondToOpenInputFile (FileBlock const &fb) |
void | doRespondToCloseInputFile (FileBlock const &fb) |
void | doRespondToOpenOutputFiles (FileBlock const &fb) |
void | doRespondToCloseOutputFiles (FileBlock const &fb) |
bool | doBeginRun (RunPrincipal &rp, ModuleContext const &mc) |
bool | doEndRun (RunPrincipal &rp, ModuleContext const &mc) |
bool | doBeginSubRun (SubRunPrincipal &srp, ModuleContext const &mc) |
bool | doEndSubRun (SubRunPrincipal &srp, ModuleContext const &mc) |
bool | doEvent (EventPrincipal &ep, ModuleContext const &mc, std::atomic< std::size_t > &counts_run, std::atomic< std::size_t > &counts_passed, std::atomic< std::size_t > &counts_failed) |
![]() | |
~Modifier () noexcept | |
Modifier () | |
Modifier (Modifier const &)=delete | |
Modifier (Modifier &&)=delete | |
Modifier & | operator= (Modifier const &)=delete |
Modifier & | operator= (Modifier &&)=delete |
![]() | |
virtual | ~ModuleBase () noexcept |
ModuleBase () | |
ModuleDescription const & | moduleDescription () const |
void | setModuleDescription (ModuleDescription const &) |
std::array< std::vector< ProductInfo >, NumBranchTypes > const & | getConsumables () const |
void | sortConsumables (std::string const ¤t_process_name) |
template<typename T , BranchType BT> | |
ViewToken< T > | consumesView (InputTag const &tag) |
template<typename T , BranchType BT> | |
ViewToken< T > | mayConsumeView (InputTag const &tag) |
Private Member Functions | |
void | CollectHits (const art::Event &evt, const std::string &label, const std::string &instance, std::vector< art::Ptr< sdp::CaloDeposit > > &hitVector) |
std::map< raw::CellID_t, std::vector< art::Ptr< sdp::CaloDeposit > > > | MakeCellIDMapArtPtr (std::vector< art::Ptr< sdp::CaloDeposit > > &hitVector) |
Private Attributes | |
std::string | fG4Label |
label of G4 module More... | |
std::string | fInstanceLabelName |
product instance name More... | |
const gar::geo::GeometryCore * | fGeo |
geometry information More... | |
std::unique_ptr< SiPMReadoutSimAlg > | fROSimAlg |
algorithm to simulate the electronics More... | |
CLHEP::HepRandomEngine & | fEngine |
random engine More... | |
Additional Inherited Members | |
![]() | |
using | ModuleType = EDProducer |
using | WorkerType = WorkerT< EDProducer > |
![]() | |
template<typename UserConfig , typename KeysToIgnore = void> | |
using | Table = Modifier::Table< UserConfig, KeysToIgnore > |
![]() | |
template<typename UserConfig , typename UserKeysToIgnore = void> | |
using | Table = ProducerTable< UserConfig, detail::ModuleConfig, UserKeysToIgnore > |
![]() | |
static void | commitEvent (EventPrincipal &ep, Event &e) |
![]() | |
ConsumesCollector & | consumesCollector () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | consumes (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | consumesView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | consumesMany () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | mayConsume (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | mayConsumeView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | mayConsumeMany () |
Runs simulation including smearing of energy and SiPM saturation for the ECAL readout.
The random number generators used by this process are:
Definition at line 59 of file SiPMReadout_module.cc.
|
explicit |
Standard constructor and destructor for an FMWK module.
Definition at line 97 of file SiPMReadout_module.cc.
|
virtual |
Definition at line 115 of file SiPMReadout_module.cc.
|
delete |
|
delete |
|
private |
Definition at line 188 of file SiPMReadout_module.cc.
|
private |
Definition at line 203 of file SiPMReadout_module.cc.
|
delete |
|
delete |
|
override |
Definition at line 145 of file SiPMReadout_module.cc.
void gar::rosim::SiPMReadout::reconfigure | ( | fhicl::ParameterSet const & | pset | ) |
Definition at line 120 of file SiPMReadout_module.cc.
|
private |
random engine
Definition at line 88 of file SiPMReadout_module.cc.
|
private |
label of G4 module
Definition at line 82 of file SiPMReadout_module.cc.
|
private |
geometry information
Definition at line 85 of file SiPMReadout_module.cc.
|
private |
product instance name
Definition at line 83 of file SiPMReadout_module.cc.
|
private |
algorithm to simulate the electronics
Definition at line 86 of file SiPMReadout_module.cc.