LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
module to produce single or multiple specified particles in the detector More...
Public Types | |
using | ModuleType = EDProducer |
template<typename UserConfig , typename KeysToIgnore = void> | |
using | Table = Modifier::Table< UserConfig, KeysToIgnore > |
Public Member Functions | |
FileMuons (fhicl::ParameterSet const &pset) | |
void | produce (art::Event &evt) |
void | beginJob () |
void | beginRun (art::Run &run) |
void | endJob () |
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 | ReadEvents (simb::MCTruth &mct) |
Private Attributes | |
int | fEventNumberOffset |
std::vector< int > | fPDG |
std::vector< double > | fXYZ_Off |
std::string | fFileName |
std::string | fMuonsFileType |
std::string | fTreeName |
std::vector< std::string > | fBranchNames |
std::ifstream * | fMuonFile |
TFile * | fMuonFileR |
TTree * | TNtuple |
unsigned int | countFile |
Float_t | xtmp |
Float_t | ytmp |
Float_t | ztmp |
Float_t | pxtmp |
Float_t | pytmp |
Float_t | pztmp |
Float_t | charge |
Float_t | E |
Float_t | costheta |
Float_t | phi |
Float_t | xdet |
Float_t | ydet |
Float_t | zdet |
TBranch * | b_x |
TBranch * | b_y |
TBranch * | b_z |
TBranch * | b_E |
TBranch * | b_costheta |
TBranch * | b_phi |
TBranch * | b_xdet |
TBranch * | b_ydet |
TBranch * | b_zdet |
TBranch * | b_px |
TBranch * | b_py |
TBranch * | b_pz |
TBranch * | b_charge |
module to produce single or multiple specified particles in the detector
Definition at line 44 of file FileMuons_module.cc.
|
inherited |
Definition at line 17 of file EDProducer.h.
|
inherited |
Definition at line 26 of file Producer.h.
|
explicit |
Definition at line 100 of file FileMuons_module.cc.
References fBranchNames, fEventNumberOffset, fFileName, fMuonsFileType, fPDG, fTreeName, and fXYZ_Off.
|
virtual |
Reimplemented from art::EDProducer.
Definition at line 116 of file FileMuons_module.cc.
References b_charge, b_costheta, b_E, b_phi, b_px, b_py, b_pz, b_x, b_xdet, b_y, b_ydet, b_z, b_zdet, util::begin(), charge, costheta, countFile, E, util::end(), fEventNumberOffset, fFileName, fMuonFile, fMuonFileR, fMuonsFileType, fTreeName, phi, pxtmp, pytmp, pztmp, TNtuple, xdet, xtmp, ydet, ytmp, zdet, and ztmp.
|
virtual |
Reimplemented from art::EDProducer.
Definition at line 182 of file FileMuons_module.cc.
References geo::GeometryCore::DetectorName(), art::fullRun(), and art::Run::put().
|
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().
|
virtual |
Reimplemented from art::EDProducer.
Definition at line 175 of file FileMuons_module.cc.
References fMuonFile, fMuonFileR, and fMuonsFileType.
|
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().
|
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().
|
virtual |
unique_ptr allows ownership to be transferred to the art::Event after the put statement
Implements art::EDProducer.
Definition at line 189 of file FileMuons_module.cc.
References simb::kSingleParticle, art::Event::put(), ReadEvents(), and simb::MCTruth::SetOrigin().
|
private |
every event will have one of each particle species in the fPDG array
Definition at line 209 of file FileMuons_module.cc.
References simb::MCTruth::Add(), simb::MCParticle::AddTrajectoryPoint(), charge, countFile, geo::GeometryCore::CryostatHalfHeight(), geo::GeometryCore::CryostatHalfWidth(), geo::GeometryCore::CryostatLength(), DEFINE_ART_MODULE, fFileName, fMuonFile, fMuonsFileType, fPDG, fXYZ_Off, MF_LOG_DEBUG, part, pxtmp, pytmp, pztmp, TNtuple, x, xdet, ydet, and zdet.
Referenced by produce().
|
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 93 of file FileMuons_module.cc.
Referenced by beginJob().
|
private |
Definition at line 85 of file FileMuons_module.cc.
Referenced by beginJob().
|
private |
Definition at line 84 of file FileMuons_module.cc.
Referenced by beginJob().
|
private |
Definition at line 86 of file FileMuons_module.cc.
Referenced by beginJob().
|
private |
Definition at line 90 of file FileMuons_module.cc.
Referenced by beginJob().
|
private |
Definition at line 91 of file FileMuons_module.cc.
Referenced by beginJob().
|
private |
Definition at line 92 of file FileMuons_module.cc.
Referenced by beginJob().
|
private |
Definition at line 81 of file FileMuons_module.cc.
Referenced by beginJob().
|
private |
Definition at line 87 of file FileMuons_module.cc.
Referenced by beginJob().
|
private |
Definition at line 82 of file FileMuons_module.cc.
Referenced by beginJob().
|
private |
Definition at line 88 of file FileMuons_module.cc.
Referenced by beginJob().
|
private |
Definition at line 83 of file FileMuons_module.cc.
Referenced by beginJob().
|
private |
Definition at line 89 of file FileMuons_module.cc.
Referenced by beginJob().
|
private |
Definition at line 73 of file FileMuons_module.cc.
Referenced by beginJob(), and ReadEvents().
|
private |
Definition at line 75 of file FileMuons_module.cc.
Referenced by beginJob().
|
private |
Definition at line 69 of file FileMuons_module.cc.
Referenced by beginJob(), and ReadEvents().
|
private |
Definition at line 74 of file FileMuons_module.cc.
Referenced by beginJob().
|
private |
Definition at line 64 of file FileMuons_module.cc.
Referenced by FileMuons().
|
private |
Definition at line 58 of file FileMuons_module.cc.
Referenced by beginJob(), and FileMuons().
|
private |
Definition at line 61 of file FileMuons_module.cc.
Referenced by beginJob(), FileMuons(), and ReadEvents().
|
private |
Definition at line 66 of file FileMuons_module.cc.
Referenced by beginJob(), endJob(), and ReadEvents().
|
private |
Definition at line 67 of file FileMuons_module.cc.
Referenced by beginJob(), and endJob().
|
private |
Definition at line 62 of file FileMuons_module.cc.
Referenced by beginJob(), endJob(), FileMuons(), and ReadEvents().
|
private |
Definition at line 59 of file FileMuons_module.cc.
Referenced by FileMuons(), and ReadEvents().
|
private |
Definition at line 63 of file FileMuons_module.cc.
Referenced by beginJob(), and FileMuons().
|
private |
Definition at line 60 of file FileMuons_module.cc.
Referenced by FileMuons(), and ReadEvents().
|
private |
Definition at line 76 of file FileMuons_module.cc.
Referenced by beginJob().
|
private |
Definition at line 72 of file FileMuons_module.cc.
Referenced by beginJob(), and ReadEvents().
|
private |
Definition at line 72 of file FileMuons_module.cc.
Referenced by beginJob(), and ReadEvents().
|
private |
Definition at line 72 of file FileMuons_module.cc.
Referenced by beginJob(), and ReadEvents().
|
private |
Definition at line 68 of file FileMuons_module.cc.
Referenced by beginJob(), and ReadEvents().
|
private |
Definition at line 77 of file FileMuons_module.cc.
Referenced by beginJob(), and ReadEvents().
|
private |
Definition at line 71 of file FileMuons_module.cc.
Referenced by beginJob().
|
private |
Definition at line 78 of file FileMuons_module.cc.
Referenced by beginJob(), and ReadEvents().
|
private |
Definition at line 71 of file FileMuons_module.cc.
Referenced by beginJob().
|
private |
Definition at line 79 of file FileMuons_module.cc.
Referenced by beginJob(), and ReadEvents().
|
private |
Definition at line 71 of file FileMuons_module.cc.
Referenced by beginJob().