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 | |
GnocchiCalorimetry (Parameters const &config) | |
void | produce (art::Event &evt) 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 | |
std::vector< std::vector< OrganizedHits > > | OrganizeHits (const std::vector< art::Ptr< recob::Hit >> &hits, const std::vector< const recob::TrackHitMeta * > &thms, const recob::Track &track, unsigned nplanes) |
std::vector< std::vector< OrganizedHits > > | OrganizeHitsIndividual (const std::vector< art::Ptr< recob::Hit >> &hits, const std::vector< const recob::TrackHitMeta * > &thms, const recob::Track &track, unsigned nplanes) |
std::vector< std::vector< OrganizedHits > > | OrganizeHitsSnippets (const std::vector< art::Ptr< recob::Hit >> &hits, const std::vector< const recob::TrackHitMeta * > &thms, const recob::Track &track, unsigned nplanes) |
bool | HitIsValid (const recob::TrackHitMeta *thm, const recob::Track &track) |
geo::Point_t | GetLocation (const recob::Track &track, const art::Ptr< recob::Hit > hit, const recob::TrackHitMeta *meta) |
geo::Point_t | GetLocationAtWires (const recob::Track &track, const art::Ptr< recob::Hit > hit, const recob::TrackHitMeta *meta) |
geo::Point_t | WireToTrajectoryPosition (const geo::Point_t &loc, const geo::TPCID &tpc) |
geo::Point_t | TrajectoryToWirePosition (const geo::Point_t &loc, const geo::TPCID &tpc) |
double | GetPitch (const recob::Track &track, const art::Ptr< recob::Hit > hit, const recob::TrackHitMeta *meta) |
double | GetCharge (const art::Ptr< recob::Hit > hit, const std::vector< recob::Hit const * > &sharedHits) |
double | GetEfield (const detinfo::DetectorPropertiesData &dprop, const recob::Track &track, const art::Ptr< recob::Hit > hit, const recob::TrackHitMeta *meta) |
double | Normalize (double dQdx, const art::Event &e, const recob::Hit &h, const geo::Point_t &location, const geo::Vector_t &direction, double t0) |
Private Attributes | |
Config | fConfig |
CalorimetryAlg | fCaloAlg |
std::vector< std::unique_ptr< INormalizeCharge > > | fNormTools |
Definition at line 62 of file GnocchiCalorimetry_module.cc.
|
inherited |
Definition at line 17 of file EDProducer.h.
Definition at line 126 of file GnocchiCalorimetry_module.cc.
|
inherited |
Definition at line 26 of file Producer.h.
|
explicit |
Definition at line 181 of file GnocchiCalorimetry_module.cc.
References calo::GnocchiCalorimetry::Config::CalorimetryAlgConfig, fCaloAlg, fConfig, fNormTools, fhicl::DelegatedParameter::get(), and calo::GnocchiCalorimetry::Config::NormTools.
|
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().
|
private |
Definition at line 615 of file GnocchiCalorimetry_module.cc.
References calo::GnocchiCalorimetry::Config::cmAmplitude, calo::GnocchiCalorimetry::Config::cmIntegral, calo::GnocchiCalorimetry::Config::cmSummedADC, calo::GnocchiCalorimetry::Config::cmSummedIntegral, fConfig, recob::Hit::Integral(), recob::Hit::PeakAmplitude(), sum, and recob::Hit::SummedADC().
Referenced by produce().
|
inherited |
Definition at line 43 of file ModuleBase.cc.
References art::ModuleBase::collector_, and art::ConsumesCollector::getConsumables().
|
private |
Definition at line 648 of file GnocchiCalorimetry_module.cc.
References DEFINE_ART_MODULE, detinfo::DetectorPropertiesData::Efield(), fConfig, calo::GnocchiCalorimetry::Config::FieldDistortionEfield, and GetLocation().
Referenced by produce().
|
private |
Definition at line 503 of file GnocchiCalorimetry_module.cc.
References fConfig, recob::TrackHitMeta::Index(), recob::Track::LocationAtPoint(), calo::GnocchiCalorimetry::Config::TrackIsFieldDistortionCorrected, recob::Hit::WireID(), and WireToTrajectoryPosition().
Referenced by GetEfield(), and produce().
|
private |
Definition at line 530 of file GnocchiCalorimetry_module.cc.
References fConfig, recob::TrackHitMeta::Index(), recob::Track::LocationAtPoint(), calo::GnocchiCalorimetry::Config::TrackIsFieldDistortionCorrected, TrajectoryToWirePosition(), and recob::Hit::WireID().
Referenced by GetPitch().
|
private |
Definition at line 561 of file GnocchiCalorimetry_module.cc.
References util::abs(), geo::PlaneID::asPlaneID(), dir, recob::Track::DirectionAtPoint(), fConfig, calo::GnocchiCalorimetry::Config::FieldDistortion, GetLocationAtWires(), recob::TrackHitMeta::Index(), recob::Track::LocationAtPoint(), calo::GnocchiCalorimetry::Config::TrackIsFieldDistortionCorrected, TrajectoryToWirePosition(), recob::Hit::View(), geo::GeometryCore::WireAngleToVertical(), recob::Hit::WireID(), geo::GeometryCore::WirePitch(), and WireToTrajectoryPosition().
Referenced by produce().
|
private |
Definition at line 497 of file GnocchiCalorimetry_module.cc.
References recob::Track::HasValidPoint(), and recob::TrackHitMeta::Index().
Referenced by OrganizeHitsIndividual(), and OrganizeHitsSnippets().
|
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 633 of file GnocchiCalorimetry_module.cc.
References fNormTools.
Referenced by produce().
|
private |
Definition at line 399 of file GnocchiCalorimetry_module.cc.
References calo::GnocchiCalorimetry::Config::cmAmplitude, calo::GnocchiCalorimetry::Config::cmIntegral, fConfig, hits(), OrganizeHitsIndividual(), and OrganizeHitsSnippets().
Referenced by produce().
|
private |
Definition at line 416 of file GnocchiCalorimetry_module.cc.
References HitIsValid(), and hits().
Referenced by OrganizeHits().
|
private |
Definition at line 430 of file GnocchiCalorimetry_module.cc.
References recob::Hit::EndTick(), HitIsValid(), hits(), recob::Hit::Integral(), util::details::operator==(), util::quantities::concepts::operator>(), recob::Hit::StartTick(), geo::WireID::Wire, and recob::Hit::WireID().
Referenced by OrganizeHits().
|
overridevirtual |
Implements art::EDProducer.
Definition at line 193 of file GnocchiCalorimetry_module.cc.
References util::abs(), calo::GnocchiCalorimetry::Config::AssocHitModuleLabel, calo::GnocchiCalorimetry::Config::cmAmplitude, util::CreateAssn(), calo::GnocchiCalorimetry::Config::Cryostat, geo::CryostatID::Cryostat, art::FindManyP< ProdB, Data >::data(), tca::dEdx(), calo::CalorimetryAlg::dEdx_AMP(), calo::CalorimetryAlg::dEdx_AREA(), recob::Track::DirectionAtPoint(), recob::TrackTrajectory::End(), fCaloAlg, fConfig, art::fill_ptr_vector(), fNormTools, art::ProductRetriever::getByLabel(), GetCharge(), GetEfield(), GetLocation(), GetPitch(), hits(), geo::CryostatID::isValid, util::kBogusD, recob::Track::LocationAtPoint(), Normalize(), geo::GeometryCore::Nplanes(), OrganizeHits(), geo::PlaneID::Plane, art::Event::put(), r, recob::TrackTrajectory::Start(), calo::GnocchiCalorimetry::Config::T0ModuleLabel, geo::TPCID::TPC, track, calo::GnocchiCalorimetry::Config::TrackModuleLabel, and recob::Track::Trajectory().
|
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 539 of file GnocchiCalorimetry_module.cc.
References geo::TPCGeo::DriftDir(), fConfig, calo::GnocchiCalorimetry::Config::FieldDistortion, calo::GnocchiCalorimetry::Config::FieldDistortionCorrectionXSign, and geo::GeometryCore::TPC().
Referenced by GetLocationAtWires(), and GetPitch().
|
private |
Definition at line 512 of file GnocchiCalorimetry_module.cc.
References fConfig, calo::GnocchiCalorimetry::Config::FieldDistortion, calo::GnocchiCalorimetry::Config::FieldDistortionCorrectionXSign, and geo::TPCID::TPC.
Referenced by GetLocation(), and GetPitch().
|
private |
Definition at line 134 of file GnocchiCalorimetry_module.cc.
Referenced by GnocchiCalorimetry(), and produce().
|
private |
Definition at line 133 of file GnocchiCalorimetry_module.cc.
Referenced by GetCharge(), GetEfield(), GetLocation(), GetLocationAtWires(), GetPitch(), GnocchiCalorimetry(), OrganizeHits(), produce(), TrajectoryToWirePosition(), and WireToTrajectoryPosition().
|
private |
Definition at line 135 of file GnocchiCalorimetry_module.cc.
Referenced by GnocchiCalorimetry(), Normalize(), and produce().