LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
A module to check the results from the Monte Carlo generator. More...
Public Types | |
using | ModuleType = EDProducer |
template<typename UserConfig , typename KeysToIgnore = void> | |
using | Table = Modifier::Table< UserConfig, KeysToIgnore > |
Public Member Functions | |
CosmicsGen (fhicl::ParameterSet const &pset) | |
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 &evt) override |
void | beginJob () override |
void | beginRun (art::Run &run) override |
Private Attributes | |
std::vector< double > | fbuffbox |
TH2F * | fPhotonAngles |
Photon rate vs angle. More... | |
TH2F * | fPhotonAnglesLo |
Photon rate vs angle, low momenta. More... | |
TH2F * | fPhotonAnglesMi |
Photon rate vs angle, middle momenta. More... | |
TH2F * | fPhotonAnglesHi |
Photon rate vs angle, high momenta. More... | |
TH1F * | fPhotonCosQ |
Photon rate vs cos(Q) More... | |
TH1F * | fPhotonEnergy |
Photon energy (GeV) More... | |
TH1F * | fPhotonsPerSample |
number of photons in the sampled time window More... | |
TH1F * | fPhotonsInCStat |
TH1F * | fPhotonsInTPC |
TH2F * | fElectronAngles |
Electron rate vs angle. More... | |
TH2F * | fElectronAnglesLo |
Electron rate vs angle, low momenta. More... | |
TH2F * | fElectronAnglesMi |
Electron rate vs angle, middle momenta. More... | |
TH2F * | fElectronAnglesHi |
Electron rate vs angle, high momenta. More... | |
TH1F * | fElectronCosQ |
Electron rate vs cos(Q) More... | |
TH1F * | fElectronEnergy |
Electron energy (GeV) More... | |
TH1F * | fElectronsPerSample |
number of electrons in the sampled time window More... | |
TH1F * | fElectronsInCStat |
TH1F * | fElectronsInTPC |
TH2F * | fMuonAngles |
Muon rate vs angle. More... | |
TH2F * | fMuonAnglesLo |
Muon rate vs angle, low momenta. More... | |
TH2F * | fMuonAnglesMi |
Muon rate vs angle, middle momenta. More... | |
TH2F * | fMuonAnglesHi |
Muon rate vs angle, high momenta. More... | |
TH1F * | fMuonCosQ |
Muon rate vs cos(Q) More... | |
TH1F * | fMuonEnergy |
Muon energy (GeV) More... | |
TH1F * | fMuonsPerSample |
number of muons in the sampled time window More... | |
TH1F * | fMuonsInCStat |
TH1F * | fMuonsInTPC |
CLHEP::HepRandomEngine & | fEngine |
art-managed random-number engine More... | |
evgb::CRYHelper | fCRYHelp |
CRY generator object. More... | |
A module to check the results from the Monte Carlo generator.
Definition at line 37 of file CosmicsGen_module.cc.
|
inherited |
Definition at line 17 of file EDProducer.h.
|
inherited |
Definition at line 26 of file Producer.h.
|
explicit |
Definition at line 91 of file CosmicsGen_module.cc.
References art::detail::EngineCreator::createEngine(), fbuffbox, fCRYHelp, and fEngine.
|
overrideprivatevirtual |
Reimplemented from art::EDProducer.
Definition at line 106 of file CosmicsGen_module.cc.
References fElectronAngles, fElectronAnglesHi, fElectronAnglesLo, fElectronAnglesMi, fElectronCosQ, fElectronEnergy, fElectronsInCStat, fElectronsInTPC, fElectronsPerSample, fMuonAngles, fMuonAnglesHi, fMuonAnglesLo, fMuonAnglesMi, fMuonCosQ, fMuonEnergy, fMuonsInCStat, fMuonsInTPC, fMuonsPerSample, fPhotonAngles, fPhotonAnglesHi, fPhotonAnglesLo, fPhotonAnglesMi, fPhotonCosQ, fPhotonEnergy, fPhotonsInCStat, fPhotonsInTPC, and fPhotonsPerSample.
|
overrideprivatevirtual |
Reimplemented from art::EDProducer.
Definition at line 158 of file CosmicsGen_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().
|
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().
|
overrideprivatevirtual |
Implements art::EDProducer.
Definition at line 165 of file CosmicsGen_module.cc.
References util::abs(), simb::MCTruth::Add(), DEFINE_ART_MODULE, geo::GeometryCore::DetLength(), fbuffbox, fCRYHelp, fElectronAngles, fElectronAnglesHi, fElectronAnglesLo, fElectronAnglesMi, fElectronCosQ, fElectronEnergy, fElectronsInCStat, fElectronsPerSample, fMuonAngles, fMuonAnglesHi, fMuonAnglesLo, fMuonAnglesMi, fMuonCosQ, fMuonEnergy, fMuonsInCStat, fMuonsPerSample, fPhotonAngles, fPhotonAnglesHi, fPhotonAnglesLo, fPhotonAnglesMi, fPhotonCosQ, fPhotonEnergy, fPhotonsInCStat, fPhotonsPerSample, simb::MCTruth::GetParticle(), geo::GeometryCore::Iterate(), simb::kCosmicRay, simb::MCParticle::Momentum(), simb::MCTruth::NParticles(), simb::MCParticle::PdgCode(), simb::MCParticle::Position(), art::Event::put(), evgb::CRYHelper::Sample(), simb::MCTruth::SetOrigin(), and geo::GeometryCore::SurfaceY().
|
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 46 of file CosmicsGen_module.cc.
Referenced by CosmicsGen(), and produce().
|
private |
CRY generator object.
Definition at line 84 of file CosmicsGen_module.cc.
Referenced by CosmicsGen(), and produce().
|
private |
Electron rate vs angle.
Definition at line 60 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
Electron rate vs angle, high momenta.
Definition at line 63 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
Electron rate vs angle, low momenta.
Definition at line 61 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
Electron rate vs angle, middle momenta.
Definition at line 62 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
Electron rate vs cos(Q)
Definition at line 64 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
Electron energy (GeV)
Definition at line 65 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
number of electrons in the cryostat during the sampled time window
Definition at line 67 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
number of electrons in the tpc during the sampled time window
Definition at line 69 of file CosmicsGen_module.cc.
Referenced by beginJob().
|
private |
number of electrons in the sampled time window
Definition at line 66 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
art-managed random-number engine
Definition at line 83 of file CosmicsGen_module.cc.
Referenced by CosmicsGen().
|
private |
Muon rate vs angle.
Definition at line 72 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
Muon rate vs angle, high momenta.
Definition at line 75 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
Muon rate vs angle, low momenta.
Definition at line 73 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
Muon rate vs angle, middle momenta.
Definition at line 74 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
Muon rate vs cos(Q)
Definition at line 76 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
Muon energy (GeV)
Definition at line 77 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
number of muons in the cryostat during the sampled time window
Definition at line 79 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
number of muons in the tpc during the sampled time window
Definition at line 81 of file CosmicsGen_module.cc.
Referenced by beginJob().
|
private |
number of muons in the sampled time window
Definition at line 78 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
Photon rate vs angle.
Definition at line 48 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
Photon rate vs angle, high momenta.
Definition at line 51 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
Photon rate vs angle, low momenta.
Definition at line 49 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
Photon rate vs angle, middle momenta.
Definition at line 50 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
Photon rate vs cos(Q)
Definition at line 52 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
Photon energy (GeV)
Definition at line 53 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
number of photons in the cryostat during the sampled time window
Definition at line 55 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().
|
private |
number of photons in the tpc during the sampled time window
Definition at line 57 of file CosmicsGen_module.cc.
Referenced by beginJob().
|
private |
number of photons in the sampled time window
Definition at line 54 of file CosmicsGen_module.cc.
Referenced by beginJob(), and produce().