LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Classes | |
struct | Config |
Public Types | |
using | Parameters = art::EDProducer::Table< Config > |
using | ModuleType = EDProducer |
template<typename UserConfig , typename KeysToIgnore = void> | |
using | Table = Modifier::Table< UserConfig, KeysToIgnore > |
Public Member Functions | |
PDFastSimPAR (Parameters const &config) | |
void | produce (art::Event &) override |
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) |
void | fillProductDescriptions () |
void | registerProducts (ProductDescriptions &productsToRegister) |
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) |
std::unique_ptr< Worker > | makeWorker (WorkerParams const &wp) |
template<typename T , BranchType BT> | |
ViewToken< T > | consumesView (InputTag const &tag) |
template<typename T , BranchType BT> | |
ViewToken< T > | mayConsumeView (InputTag const &tag) |
Protected Member Functions | |
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 () |
Private Member Functions | |
void | detectedNumPhotons (std::vector< int > &DetectedNumPhotons, const std::vector< double > &OpDetVisibilities, const int NumPhotons) const |
void | AddOpDetBTR (std::vector< sim::OpDetBacktrackerRecord > &opbtr, std::vector< int > &ChannelMap, const sim::OpDetBacktrackerRecord &btr) const |
bool | isOpDetInSameTPC (geo::Point_t const &ScintPoint, geo::Point_t const &OpDetPoint) const |
std::vector< geo::Point_t > | opDetCenters () const |
Private Attributes | |
std::unique_ptr< SemiAnalyticalModel > | fVisibilityModel |
std::unique_ptr< PropagationTimeModel > | fPropTimeModel |
CLHEP::HepRandomEngine & | fPhotonEngine |
std::unique_ptr< CLHEP::RandPoissonQ > | fRandPoissPhot |
CLHEP::HepRandomEngine & | fScintTimeEngine |
std::unique_ptr< ScintTime > | fScintTime |
geo::GeometryCore const & | fGeom |
larg4::ISTPC | fISTPC |
const size_t | fNOpChannels |
const std::vector< geo::BoxBoundedGeo > | fActiveVolumes |
const int | fNTPC |
const std::vector< geo::Point_t > | fOpDetCenter |
const art::InputTag | fSimTag |
const bool | fDoFastComponent |
const bool | fDoSlowComponent |
const bool | fDoReflectedLight |
const bool | fIncludeAnodeReflections |
const bool | fIncludePropTime |
const bool | fGeoPropTimeOnly |
const bool | fUseLitePhotons |
const bool | fOpaqueCathode |
const bool | fOnlyActiveVolume |
const bool | fOnlyOneCryostat |
const bool | fUseXeAbsorption |
Definition at line 77 of file PDFastSimPAR_module.cc.
|
inherited |
Definition at line 17 of file EDProducer.h.
Definition at line 129 of file PDFastSimPAR_module.cc.
|
inherited |
Definition at line 26 of file Producer.h.
|
explicit |
Definition at line 182 of file PDFastSimPAR_module.cc.
References art::errors::Configuration, art::detail::EngineCreator::createEngine(), util::enumerate(), larg4::ISTPC::extractActiveLArVolume(), fActiveVolumes, fDoFastComponent, fDoReflectedLight, fDoSlowComponent, fGeom, fGeoPropTimeOnly, fIncludeAnodeReflections, fIncludePropTime, fISTPC, fNOpChannels, fNTPC, fOnlyActiveVolume, fOnlyOneCryostat, fOpaqueCathode, fOpDetCenter, fPhotonEngine, fPropTimeModel, fRandPoissPhot, fScintTime, fScintTimeEngine, fSimTag, fUseLitePhotons, fUseXeAbsorption, fVisibilityModel, fhicl::ParameterSet::get(), geo::GeometryCore::Ncryostats(), geo::GeometryCore::NOpDets(), geo::GeometryCore::NTPC(), and opDetCenters().
|
private |
Definition at line 543 of file PDFastSimPAR_module.cc.
References sim::OpDetBacktrackerRecord::OpDetNum(), and sim::OpDetBacktrackerRecord::timePDclockSDPsMap().
Referenced by produce().
|
protectedinherited |
Definition at line 61 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumes().
|
protectedinherited |
|
protectedinherited |
Definition at line 75 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumesMany().
|
protectedinherited |
|
inherited |
Definition at line 68 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumesView().
|
private |
Definition at line 567 of file PDFastSimPAR_module.cc.
References fRandPoissPhot.
Referenced by produce().
|
inherited |
Definition at line 22 of file Producer.cc.
References art::detail::Producer::beginJobWithFrame(), and art::detail::Producer::setupQueues().
|
inherited |
Definition at line 65 of file Producer.cc.
References art::detail::Producer::beginRunWithFrame(), art::RangeSet::forRun(), art::RunPrincipal::makeRun(), r, art::RunPrincipal::runID(), and art::ModuleContext::scheduleID().
|
inherited |
Definition at line 85 of file Producer.cc.
References art::detail::Producer::beginSubRunWithFrame(), art::RangeSet::forSubRun(), art::SubRunPrincipal::makeSubRun(), art::ModuleContext::scheduleID(), and art::SubRunPrincipal::subRunID().
|
inherited |
Definition at line 30 of file Producer.cc.
References art::detail::Producer::endJobWithFrame().
|
inherited |
Definition at line 75 of file Producer.cc.
References art::detail::Producer::endRunWithFrame(), art::RunPrincipal::makeRun(), r, art::ModuleContext::scheduleID(), and art::Principal::seenRanges().
|
inherited |
Definition at line 95 of file Producer.cc.
References art::detail::Producer::endSubRunWithFrame(), art::SubRunPrincipal::makeSubRun(), art::ModuleContext::scheduleID(), and art::Principal::seenRanges().
|
inherited |
Definition at line 105 of file Producer.cc.
References art::detail::Producer::checkPutProducts_, e, art::EventPrincipal::makeEvent(), art::detail::Producer::produceWithFrame(), and art::ModuleContext::scheduleID().
|
inherited |
Definition at line 44 of file Producer.cc.
References art::detail::Producer::respondToCloseInputFileWithFrame().
|
inherited |
Definition at line 58 of file Producer.cc.
References art::detail::Producer::respondToCloseOutputFilesWithFrame().
|
inherited |
Definition at line 37 of file Producer.cc.
References art::detail::Producer::respondToOpenInputFileWithFrame().
|
inherited |
Definition at line 51 of file Producer.cc.
References art::detail::Producer::respondToOpenOutputFilesWithFrame().
|
inherited |
Definition at line 10 of file Modifier.cc.
References art::ProductRegistryHelper::fillDescriptions(), and art::ModuleBase::moduleDescription().
|
inherited |
Definition at line 43 of file ModuleBase.cc.
References art::ModuleBase::collector_, and art::ConsumesCollector::getConsumables().
|
private |
Definition at line 578 of file PDFastSimPAR_module.cc.
References util::abs(), and fNTPC.
Referenced by produce().
|
inherited |
Definition at line 37 of file ModuleBase.cc.
References art::ModuleBase::doMakeWorker(), and art::NumBranchTypes.
|
protectedinherited |
Definition at line 82 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsume().
|
protectedinherited |
Definition at line 96 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsumeMany().
|
protectedinherited |
|
inherited |
Definition at line 89 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsumeView().
|
inherited |
Definition at line 13 of file ModuleBase.cc.
References art::errors::LogicError.
Referenced by art::OutputModule::doRespondToOpenInputFile(), art::OutputModule::doWriteEvent(), art::Modifier::fillProductDescriptions(), art::OutputModule::makePlugins_(), art::OutputWorker::OutputWorker(), reco::shower::LArPandoraModularShowerCreation::produce(), art::Modifier::registerProducts(), and art::OutputModule::registerProducts().
|
private |
Definition at line 591 of file PDFastSimPAR_module.cc.
References util::counter(), DEFINE_ART_MODULE, fGeom, fNOpChannels, geo::OpDetGeo::GetCenter(), and geo::GeometryCore::OpDetGeoFromOpDet().
Referenced by PDFastSimPAR().
|
overridevirtual |
Implements art::EDProducer.
Definition at line 307 of file PDFastSimPAR_module.cc.
References AddOpDetBTR(), sim::OpDetBacktrackerRecord::AddScintillationPhotons(), detectedNumPhotons(), util::end(), sim::OnePhoton::Energy, fDoFastComponent, fDoReflectedLight, fDoSlowComponent, fIncludeAnodeReflections, fIncludePropTime, fISTPC, fNOpChannels, fOnlyActiveVolume, fOpaqueCathode, fOpDetCenter, fPropTimeModel, fScintTime, fSimTag, fUseLitePhotons, fVisibilityModel, art::ProductRetriever::getByLabel(), sim::OnePhoton::InitialPosition, isOpDetInSameTPC(), larg4::ISTPC::isScintInActiveVolume(), sim::OnePhoton::MotherTrackID, n, sim::OnePhoton::SetInSD, and sim::OnePhoton::Time.
|
inherited |
Definition at line 16 of file Modifier.cc.
References art::ModuleBase::moduleDescription(), and art::ProductRegistryHelper::registerProducts().
|
inherited |
|
inherited |
Definition at line 49 of file ModuleBase.cc.
References art::ModuleBase::collector_, and art::ConsumesCollector::sortConsumables().
|
private |
Definition at line 162 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR().
|
private |
Definition at line 168 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR(), and produce().
|
private |
Definition at line 170 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR(), and produce().
|
private |
Definition at line 169 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR(), and produce().
|
private |
Definition at line 159 of file PDFastSimPAR_module.cc.
Referenced by opDetCenters(), and PDFastSimPAR().
|
private |
Definition at line 173 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR().
|
private |
Definition at line 171 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR(), and produce().
|
private |
Definition at line 172 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR(), and produce().
|
private |
Definition at line 160 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR(), and produce().
|
private |
Definition at line 161 of file PDFastSimPAR_module.cc.
Referenced by opDetCenters(), PDFastSimPAR(), and produce().
|
private |
Definition at line 163 of file PDFastSimPAR_module.cc.
Referenced by isOpDetInSameTPC(), and PDFastSimPAR().
|
private |
Definition at line 176 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR(), and produce().
|
private |
Definition at line 177 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR().
|
private |
Definition at line 175 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR(), and produce().
|
private |
Definition at line 164 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR(), and produce().
|
private |
Definition at line 153 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR().
|
private |
Definition at line 150 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR(), and produce().
|
private |
Definition at line 154 of file PDFastSimPAR_module.cc.
Referenced by detectedNumPhotons(), and PDFastSimPAR().
|
private |
Definition at line 156 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR(), and produce().
|
private |
Definition at line 155 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR().
|
private |
Definition at line 167 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR(), and produce().
|
private |
Definition at line 174 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR(), and produce().
|
private |
Definition at line 178 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR().
|
private |
Definition at line 147 of file PDFastSimPAR_module.cc.
Referenced by PDFastSimPAR(), and produce().