LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Types | |
using | ModuleType = EDProducer |
template<typename UserConfig , typename KeysToIgnore = void> | |
using | Table = Modifier::Table< UserConfig, KeysToIgnore > |
Public Member Functions | |
larg4Main (fhicl::ParameterSet const &p) | |
~larg4Main () | |
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 | produce (art::Event &e) override |
void | beginJob () override |
void | beginRun (art::Run &r) override |
void | endRun (art::Run &) override |
std::vector< art::Handle< MCTruthCollection > > | inputCollections (art::Event const &e) const |
Private Attributes | |
G4UIsession * | session_ {nullptr} |
G4UImanager * | UI_ {nullptr} |
long | seed_ |
std::string | macroPath_ |
cet::search_path | pathFinder_ |
std::string | g4MacroFile_ |
std::vector< art::InputTag > | inputCollectionTags_ |
bool | pauseAfterEvent_ {false} |
int | rmvlevel_ |
bool | uiAtBeginRun_ |
bool | uiAtEndEvent_ {false} |
std::string | afterEvent_ |
art::ServiceHandle< larg4::ParticleListActionService > | pla |
bool | fStoreDroppedMCParticles |
Store dropped particles. More... | |
std::string | fDroppedParticleInstanceName |
Name of the dropped particle collection. More... | |
Static Private Attributes | |
static std::unique_ptr< artg4tk::ArtG4RunManager > | runManager_ {nullptr} |
static bool | initializeDetectors_ {true} |
static std::atomic< int > | processingRun_ {0} |
Definition at line 57 of file larg4Main_module.cc.
|
inherited |
Definition at line 17 of file EDProducer.h.
|
inherited |
Definition at line 26 of file Producer.h.
|
explicit |
Definition at line 133 of file larg4Main_module.cc.
References afterEvent_, artg4tk::DetectorHolderService::callArtProduces(), artg4tk::DetectorHolderService::constructAllLVs(), art::detail::EngineCreator::createEngine(), fDroppedParticleInstanceName, fStoreDroppedMCParticles, g4MacroFile_, artg4tk::DetectorHolderService::initialize(), initializeDetectors_, inputCollectionTags_, macroPath_, pathFinder_, pauseAfterEvent_, pla, art::ProductRegistryHelper::producesCollector(), rmvlevel_, seed_, uiAtBeginRun_, and uiAtEndEvent_.
larg4::larg4Main::~larg4Main | ( | ) |
Definition at line 188 of file larg4Main_module.cc.
References runManager_.
|
overrideprivatevirtual |
Reimplemented from art::EDProducer.
Definition at line 193 of file larg4Main_module.cc.
References runManager_.
|
overrideprivatevirtual |
Reimplemented from art::EDProducer.
Definition at line 200 of file larg4Main_module.cc.
References g4MacroFile_, art::Run::id(), artg4tk::PhysicsListHolderService::initializePhysicsList(), macroPath_, artg4tk::PhysicsListHolderService::makePhysicsList(), pathFinder_, processingRun_, art::RunID::run(), runManager_, session_, UI_, and uiAtBeginRun_.
|
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().
|
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().
|
overrideprivatevirtual |
Reimplemented from art::EDProducer.
Definition at line 298 of file larg4Main_module.cc.
References processingRun_, and runManager_.
|
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 305 of file larg4Main_module.cc.
References DEFINE_ART_MODULE, util::empty(), art::ProductRetriever::getHandle(), art::ProductRetriever::getMany(), and inputCollectionTags_.
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().
|
overrideprivatevirtual |
Implements art::EDProducer.
Definition at line 272 of file larg4Main_module.cc.
References art::EventID::event(), fDroppedParticleInstanceName, fStoreDroppedMCParticles, art::ProductRetriever::getProductID(), art::Event::id(), inputCollections(), pla, art::ProductRetriever::productGetter(), art::Event::put(), and runManager_.
|
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 117 of file larg4Main_module.cc.
Referenced by larg4Main().
|
private |
Name of the dropped particle collection.
Definition at line 124 of file larg4Main_module.cc.
Referenced by larg4Main(), and produce().
|
private |
Store dropped particles.
Definition at line 123 of file larg4Main_module.cc.
Referenced by larg4Main(), and produce().
|
private |
Definition at line 94 of file larg4Main_module.cc.
Referenced by beginRun(), and larg4Main().
|
staticprivate |
Definition at line 119 of file larg4Main_module.cc.
Referenced by larg4Main().
|
private |
Definition at line 97 of file larg4Main_module.cc.
Referenced by inputCollections(), and larg4Main().
|
private |
Definition at line 87 of file larg4Main_module.cc.
Referenced by beginRun(), and larg4Main().
|
private |
Definition at line 91 of file larg4Main_module.cc.
Referenced by beginRun(), and larg4Main().
|
private |
Definition at line 103 of file larg4Main_module.cc.
Referenced by larg4Main().
|
private |
Definition at line 122 of file larg4Main_module.cc.
Referenced by larg4Main(), and produce().
|
staticprivate |
Definition at line 120 of file larg4Main_module.cc.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 106 of file larg4Main_module.cc.
Referenced by larg4Main().
|
staticprivate |
Definition at line 71 of file larg4Main_module.cc.
Referenced by beginJob(), beginRun(), endRun(), produce(), and ~larg4Main().
|
private |
Definition at line 81 of file larg4Main_module.cc.
Referenced by larg4Main().
|
private |
Definition at line 74 of file larg4Main_module.cc.
Referenced by beginRun().
|
private |
Definition at line 75 of file larg4Main_module.cc.
Referenced by beginRun().
|
private |
Definition at line 109 of file larg4Main_module.cc.
Referenced by beginRun(), and larg4Main().
|
private |
Definition at line 110 of file larg4Main_module.cc.
Referenced by larg4Main().