LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Public Types | |
using | ModuleType = EDProducer |
using | WorkerType = WorkerT< EDProducer > |
template<typename UserConfig , typename KeysToIgnore = void> | |
using | Table = ProducerBase::Table< UserConfig, KeysToIgnore > |
Public Member Functions | |
SpacePointSolver (const fhicl::ParameterSet &pset) | |
virtual | ~SpacePointSolver () |
void | produce (art::Event &evt) |
void | beginJob () |
void | endJob () |
template<typename PROD , BranchType B = InEvent> | |
ProductID | getProductID (std::string const &instanceName={}) const |
template<typename PROD , BranchType B> | |
ProductID | getProductID (ModuleDescription const &moduleDescription, std::string const &instanceName) const |
bool | modifiesEvent () const |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | consumes (InputTag const &) |
template<typename T , art::BranchType BT> | |
art::ProductToken< T > | consumes (InputTag const &it) |
template<typename T , BranchType = InEvent> | |
void | consumesMany () |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | consumesView (InputTag const &) |
template<typename T , art::BranchType BT> | |
art::ViewToken< T > | consumesView (InputTag const &it) |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | mayConsume (InputTag const &) |
template<typename T , art::BranchType BT> | |
art::ProductToken< T > | mayConsume (InputTag const &it) |
template<typename T , BranchType = InEvent> | |
void | mayConsumeMany () |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | mayConsumeView (InputTag const &) |
template<typename T , art::BranchType BT> | |
art::ViewToken< T > | mayConsumeView (InputTag const &it) |
base_engine_t & | createEngine (seed_t seed) |
base_engine_t & | createEngine (seed_t seed, std::string const &kind_of_engine_to_make) |
base_engine_t & | createEngine (seed_t seed, std::string const &kind_of_engine_to_make, label_t const &engine_label) |
seed_t | get_seed_value (fhicl::ParameterSet const &pset, char const key[]="seed", seed_t const implicit_seed=-1) |
Static Public Member Functions | |
static cet::exempt_ptr< Consumer > | non_module_context () |
Protected Types | |
typedef std::map< const WireHit *, art::Ptr< recob::Hit > > | HitMap_t |
Protected Member Functions | |
double | HitToXPos (const recob::Hit &hit, geo::TPCID tpc) const |
bool | CloseDrift (double xa, double xb) const |
bool | CloseSpace (geo::WireIDIntersection ra, geo::WireIDIntersection rb) const |
void | FastForward (std::vector< InductionWireWithXPos >::iterator &it, double target, const std::vector< InductionWireWithXPos >::const_iterator &end) const |
bool | ISect (int chanA, int chanB, geo::TPCID tpc, geo::WireIDIntersection &pt) const |
bool | ISect (int chanA, int chanB, geo::TPCID tpc) const |
void | AddNeighbours (const std::vector< SpaceCharge * > &spaceCharges) const |
void | BuildSystemXUV (const std::vector< art::Ptr< recob::Hit >> &xhits, const std::vector< art::Ptr< recob::Hit >> &uhits, const std::vector< art::Ptr< recob::Hit >> &vhits, std::vector< CollectionWireHit * > &cwires, std::vector< InductionWireHit * > &iwires, bool incNei, HitMap_t &hitmap) const |
void | BuildSystemXU (const std::vector< art::Ptr< recob::Hit >> &xhits, const std::vector< art::Ptr< recob::Hit >> &uhits, std::vector< CollectionWireHit * > &cwires, std::vector< InductionWireHit * > &iwires, bool incNei, HitMap_t &hitmap) const |
bool | AddSpacePoint (const SpaceCharge &sc, int id, recob::ChargedSpacePointCollectionCreator &points) const |
return whether the point was inserted (only happens when it has charge) More... | |
void | FillSystemToSpacePoints (const std::vector< CollectionWireHit * > &cwires, recob::ChargedSpacePointCollectionCreator &pts) const |
void | FillSystemToSpacePointsAndAssns (const std::vector< CollectionWireHit * > &cwires, const HitMap_t &hitmap, recob::ChargedSpacePointCollectionCreator &points, art::Assns< recob::SpacePoint, recob::Hit > &assn) const |
CurrentProcessingContext const * | currentContext () const |
void | validateConsumedProduct (BranchType const bt, ProductInfo const &pi) |
void | prepareForJob (fhicl::ParameterSet const &pset) |
void | showMissingConsumes () const |
Protected Attributes | |
std::string | fHitLabel |
bool | fFit |
double | fAlpha |
TH1 * | fDeltaX |
const detinfo::DetectorProperties * | detprop |
const geo::GeometryCore * | geom |
Definition at line 60 of file SpacePointSolver_module.cc.
|
protected |
Definition at line 90 of file SpacePointSolver_module.cc.
|
inherited |
Definition at line 34 of file EDProducer.h.
|
inherited |
Definition at line 43 of file EDProducer.h.
|
inherited |
Definition at line 35 of file EDProducer.h.
|
explicit |
Definition at line 135 of file SpacePointSolver_module.cc.
References recob::ChargedSpacePointCollectionCreator::produces().
|
virtual |
Definition at line 149 of file SpacePointSolver_module.cc.
|
protected |
Definition at line 270 of file SpacePointSolver_module.cc.
References BuildSystemXUV(), Neighbour::fCoupling, SpaceCharge::fPred, Neighbour::fSC, SpaceCharge::fX, SpaceCharge::fY, SpaceCharge::fZ, reco3d::InductionWireWithXPos::operator<(), sqr(), x, y, and z.
Referenced by HitToXPos().
|
protected |
return whether the point was inserted (only happens when it has charge)
Definition at line 640 of file SpacePointSolver_module.cc.
References recob::ChargedSpacePointCollectionCreator::add(), FillSystemToSpacePoints(), SpaceCharge::fPred, SpaceCharge::fX, SpaceCharge::fY, and SpaceCharge::fZ.
Referenced by BuildSystemXU().
|
virtual |
Reimplemented from art::EDProducer.
Definition at line 154 of file SpacePointSolver_module.cc.
References art::TFileDirectory::make().
|
protected |
Definition at line 547 of file SpacePointSolver_module.cc.
References AddSpacePoint(), evd::details::end(), InductionWireHit::fChannel, reco3d::InductionWireWithXPos::iwire, reco3d::InductionWireWithXPos::xpos, geo::WireIDIntersection::y, and geo::WireIDIntersection::z.
Referenced by BuildSystemXUV().
|
protected |
Definition at line 368 of file SpacePointSolver_module.cc.
References BuildSystemXU(), evd::details::end(), InductionWireHit::fChannel, reco3d::InductionWireWithXPos::iwire, geo::kU, geo::kV, reco3d::InductionWireWithXPos::operator<(), x, reco3d::InductionWireWithXPos::xpos, geo::WireIDIntersection::y, and geo::WireIDIntersection::z.
Referenced by AddNeighbours().
|
protected |
Definition at line 220 of file SpacePointSolver_module.cc.
|
protected |
Definition at line 234 of file SpacePointSolver_module.cc.
References FastForward(), geo::WireIDIntersection::y, and geo::WireIDIntersection::z.
|
inherited |
|
inherited |
Definition at line 147 of file Consumer.h.
References art::InputTag::instance(), art::InputTag::label(), and art::InputTag::process().
|
inherited |
Definition at line 162 of file Consumer.h.
|
inherited |
|
inherited |
Definition at line 172 of file Consumer.h.
References art::InputTag::instance(), art::InputTag::label(), and art::InputTag::process().
|
inherited |
Definition at line 26 of file EngineCreator.cc.
References art::EngineCreator::rng().
Referenced by evgen::CosmicsGen::CosmicsGen(), rndm::NuRandomService::createEngine(), cluster::fuzzyCluster::fuzzyCluster(), cluster::HoughLineFinder::HoughLineFinder(), art::MixFilter< T >::initEngine_(), larg4::LArG4::LArG4(), evgen::LightSource::LightSource(), evgen::NeutronOsc::NeutronOsc(), evgen::NucleonDecay::NucleonDecay(), opdet::OpMCDigi::OpMCDigi(), opdet::OptDetDigitizer::OptDetDigitizer(), phot::PhotonLibraryPropagation::PhotonLibraryPropagation(), detsim::SimDriftElectrons::SimDriftElectrons(), evgen::SingleGen::SingleGen(), evgen::SNNueAr40CCGen::SNNueAr40CCGen(), ToyOneShowerGen::ToyOneShowerGen(), and trkf::Track3DKalman::Track3DKalman().
|
inherited |
Definition at line 32 of file EngineCreator.cc.
References art::EngineCreator::rng().
|
inherited |
Definition at line 40 of file EngineCreator.cc.
References art::EngineCreator::rng().
|
protectedinherited |
|
virtual |
Reimplemented from art::EDProducer.
Definition at line 164 of file SpacePointSolver_module.cc.
|
protected |
Definition at line 248 of file SpacePointSolver_module.cc.
Referenced by CloseSpace().
|
protected |
Definition at line 657 of file SpacePointSolver_module.cc.
References FillSystemToSpacePointsAndAssns().
Referenced by AddSpacePoint().
|
protected |
Definition at line 671 of file SpacePointSolver_module.cc.
References art::Assns< L, R, D >::addSingle(), SpaceCharge::fWire1, SpaceCharge::fWire2, and recob::ChargedSpacePointCollectionCreator::lastSpacePointPtr().
Referenced by FillSystemToSpacePoints().
|
inherited |
Definition at line 49 of file EngineCreator.cc.
References fhicl::ParameterSet::get().
Referenced by art::MixFilter< T >::initEngine_().
|
inlineinherited |
|
inherited |
Definition at line 56 of file ProducerBase.h.
References B, and art::ModuleDescription::moduleLabel().
Referenced by art::ProducerBase::modifiesEvent().
|
protected |
Definition at line 256 of file SpacePointSolver_module.cc.
References AddNeighbours(), recob::Hit::Channel(), recob::Hit::PeakTime(), and w.
|
protected |
Definition at line 170 of file SpacePointSolver_module.cc.
References pt.
|
protected |
Definition at line 213 of file SpacePointSolver_module.cc.
|
inherited |
|
inherited |
Definition at line 190 of file Consumer.h.
References art::InputTag::instance(), art::InputTag::label(), and art::InputTag::process().
|
inherited |
Definition at line 205 of file Consumer.h.
|
inherited |
|
inherited |
Definition at line 215 of file Consumer.h.
References art::InputTag::instance(), art::InputTag::label(), and art::InputTag::process().
|
inlineinherited |
Definition at line 40 of file ProducerBase.h.
References art::ProducerBase::getProductID().
|
staticinherited |
Definition at line 76 of file Consumer.cc.
Referenced by art::RootOutput::beginSubRun(), art::OutputModule::doBeginRun(), art::OutputModule::doBeginSubRun(), art::OutputModule::doEndRun(), art::OutputModule::doEndSubRun(), art::ProducingService::doPostReadEvent(), art::ProducingService::doPostReadRun(), art::ProducingService::doPostReadSubRun(), art::OutputModule::doWriteEvent(), art::ProcessPackage< L >::postScheduleSignal(), art::BeginEndPackage< Level::Run >::Begin::postScheduleSignal(), art::BeginEndPackage< Level::Run >::End::postScheduleSignal(), art::BeginEndPackage< Level::SubRun >::Begin::postScheduleSignal(), art::BeginEndPackage< Level::SubRun >::End::postScheduleSignal(), art::ProcessPackage< L >::preScheduleSignal(), art::BeginEndPackage< Level::Run >::Begin::preScheduleSignal(), art::BeginEndPackage< Level::SubRun >::Begin::preScheduleSignal(), art::EventProcessor::readEvent(), art::EventProcessor::readRun(), art::EmptyEvent::readRun_(), art::EventProcessor::readSubRun(), and art::EmptyEvent::readSubRun_().
|
protectedinherited |
Definition at line 89 of file Consumer.cc.
References fhicl::ParameterSet::get_if_present().
Referenced by art::EDProducer::doBeginJob(), art::EDFilter::doBeginJob(), and art::EDAnalyzer::doBeginJob().
|
virtual |
Implements art::EDProducer.
Definition at line 701 of file SpacePointSolver_module.cc.
References e, art::fill_ptr_vector(), art::DataViewImpl::getByLabel(), hits(), Iterate(), geo::kCollection, geo::kU, geo::kV, geo::kY, geo::kZ, Metric(), art::Event::put(), and recob::ChargedSpacePointCollectionCreator::put().
|
protectedinherited |
Definition at line 125 of file Consumer.cc.
Referenced by art::EDProducer::doEndJob(), art::EDFilter::doEndJob(), art::EDAnalyzer::doEndJob(), and art::RootOutput::endJob().
|
protectedinherited |
Definition at line 101 of file Consumer.cc.
References art::errors::ProductRegistrationFailure.
|
protected |
Definition at line 128 of file SpacePointSolver_module.cc.
|
protected |
Definition at line 124 of file SpacePointSolver_module.cc.
|
protected |
Definition at line 126 of file SpacePointSolver_module.cc.
|
protected |
Definition at line 122 of file SpacePointSolver_module.cc.
|
protected |
Definition at line 120 of file SpacePointSolver_module.cc.
|
protected |
Definition at line 129 of file SpacePointSolver_module.cc.