Public Types | |
using | ModuleType = EDProducer |
using | WorkerType = WorkerT< EDProducer > |
template<typename UserConfig , typename KeysToIgnore = void> | |
using | Table = ProducerBase::Table< UserConfig, KeysToIgnore > |
Public Member Functions | |
Slicer4D (fhicl::ParameterSet const &pset) | |
virtual | ~Slicer4D () |
void | beginRun (art::Run &run) |
void | produce (art::Event &evt) |
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 Member Functions | |
bool | GenerateCluster (unsigned int point, int ClID) |
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 | fCellHitInput |
Read CellHits from this input. More... | |
bool | fDoNotSliceAnything |
If true, one big slice is written out. More... | |
bool | fApplyNeighborhoodCleanUp |
scrub loner hits from the slice? More... | |
double | fEpsilon |
Minimum causal separation value for neighbors. More... | |
unsigned int | fMinPts |
minimum number of casual neighbors for a hit to be in a cluster More... | |
bool | fUseLowPEPen |
Add a causal distance penalty for PE (low PE is INCREASES the distance) More... | |
double | fPEPen |
PE value for which the low PE penalty will be 1. More... | |
double | fDistPen |
Distance (in cm) for which the distance penalty will be 1 (roughly one strong interaction length.) More... | |
double | fOpVPlPen |
Allowed plane gap for hits in opposite views for which the distance penalty will be 1. More... | |
unsigned int | fMinHitsPerView |
Minimum number of hits per view to make a cluster. More... | |
int | fMaxEventHits |
fhicl::ParameterSet | fPSetNDOS |
fhicl::ParameterSet | fPSetND |
fhicl::ParameterSet | fPSetFD |
fhicl::ParameterSet | fPSetTB |
PointManager | fPtMan |
Helper class for the 4D clustering. More... | |
Definition at line 31 of file Slicer4D_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 74 of file Slicer4D_module.cc.
|
virtual |
Definition at line 95 of file Slicer4D_module.cc.
Reimplemented from art::EDProducer.
Definition at line 99 of file Slicer4D_module.cc.
References ana::assert(), geo::GeometryBase::DetId(), fDistPen, fEpsilon, fMinHitsPerView, fMinPts, fOpVPlPen, fPEPen, fPSetFD, fPSetND, fPSetNDOS, fPSetTB, fUseLowPEPen, geom(), fhicl::ParameterSet::get(), novadaq::cnv::kFARDET, novadaq::cnv::kNDOS, novadaq::cnv::kNEARDET, and novadaq::cnv::kTESTBEAM.
|
inherited |
|
inherited |
Definition at line 146 of file Consumer.h.
References art::InputTag::instance(), PandAna.reco_validation.prod5_pid_validation::invalid, art::InputTag::label(), art::InputTag::process(), and T.
|
inherited |
|
inherited |
|
inherited |
Definition at line 171 of file Consumer.h.
References art::InputTag::instance(), PandAna.reco_validation.prod5_pid_validation::invalid, art::InputTag::label(), art::InputTag::process(), and T.
|
inherited |
Referenced by evgen::CosmicPionGen::CosmicPionGen(), evgen::CosmicsGen::CosmicsGen(), fuzz::FuzzyKVertex::FuzzyKVertex(), g4n::G4Gen::G4Gen(), photrans::ImprovedTransport::ImprovedTransport(), art::MixFilter< T >::initEngine_(), evgen::IsoGen::IsoGen(), rsim::MakeNoiseSpectrumFile::MakeNoiseSpectrumFile(), photrans::PhotonSystRewriter::PhotonSystRewriter(), photrans::PhotonTransport::PhotonTransport(), rsim::ReadoutSim::ReadoutSim(), evgen::SingleGen::SingleGen(), and evgen::SupernovaGen::SupernovaGen().
|
inherited |
|
inherited |
|
protectedinherited |
|
virtual |
Definition at line 305 of file Slicer4D_module.cc.
References slicer::PointManager::changeClustID(), DEFINE_ART_MODULE(), slicer::PointManager::fClustIDs, fMinPts, fPtMan, slicer::PointManager::regionQuery(), and fillBadChanDBTables::result.
Referenced by produce().
|
inherited |
Referenced by art::MixFilter< T >::initEngine_().
|
inlineinherited |
Definition at line 123 of file EDProducer.h.
References art::EDProducer::moduleDescription_.
Referenced by skim::NueSkimmer::CopyMichelSlice(), and skim::NueSkimmer::CopyMichelTrack().
|
inherited |
Definition at line 56 of file ProducerBase.h.
References art::ModuleDescription::moduleLabel().
Referenced by art::ProducerBase::modifiesEvent().
|
inherited |
|
inherited |
Definition at line 189 of file Consumer.h.
References art::InputTag::instance(), PandAna.reco_validation.prod5_pid_validation::invalid, art::InputTag::label(), art::InputTag::process(), and T.
|
inherited |
|
inherited |
|
inherited |
Definition at line 214 of file Consumer.h.
References art::InputTag::instance(), PandAna.reco_validation.prod5_pid_validation::invalid, art::InputTag::label(), art::InputTag::process(), and T.
|
inlineinherited |
Definition at line 40 of file ProducerBase.h.
References art::ProducerBase::getProductID(), and string.
|
staticinherited |
Referenced by art::RootOutput::beginSubRun(), 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::EmptyEvent::readRun_(), and art::EmptyEvent::readSubRun_().
|
protectedinherited |
|
virtual |
Implements art::EDProducer.
Definition at line 147 of file Slicer4D_module.cc.
References rb::Cluster::Add(), slicer::PointManager::AddHit(), plot_validation_datamc::c, slicer::PointManager::CleanUpNeighborhood(), fApplyNeighborhoodCleanUp, fCellHitInput, slicer::PointManager::fClustIDs, fDistPen, fDoNotSliceAnything, fEpsilon, slicer::PointManager::FindNeighbors(), fMaxEventHits, fMinHitsPerView, fOpVPlPen, fPEPen, fPtMan, fUseLowPEPen, GenerateCluster(), art::DataViewImpl::getByLabel(), calib::Calibrator::GetTimeRes(), MECModelEnuComparisons::i, slicer::PointManager::Initalize(), calib::j, geo::kX, geo::kXorY, geo::kY, art::Event::put(), slicer::PointManager::Reset(), rb::Cluster::SetNoise(), and rb::SortByTime().
|
protectedinherited |
Referenced by art::RootOutput::endJob().
|
protectedinherited |
|
protected |
scrub loner hits from the slice?
Definition at line 47 of file Slicer4D_module.cc.
Referenced by produce().
|
protected |
Read CellHits from this input.
Definition at line 45 of file Slicer4D_module.cc.
Referenced by produce().
|
protected |
Distance (in cm) for which the distance penalty will be 1 (roughly one strong interaction length.)
Definition at line 53 of file Slicer4D_module.cc.
Referenced by beginRun(), and produce().
|
protected |
If true, one big slice is written out.
Definition at line 46 of file Slicer4D_module.cc.
Referenced by produce().
|
protected |
Minimum causal separation value for neighbors.
Definition at line 49 of file Slicer4D_module.cc.
Referenced by beginRun(), and produce().
|
protected |
Definition at line 57 of file Slicer4D_module.cc.
Referenced by produce().
|
protected |
Minimum number of hits per view to make a cluster.
Definition at line 55 of file Slicer4D_module.cc.
Referenced by beginRun(), and produce().
|
protected |
minimum number of casual neighbors for a hit to be in a cluster
Definition at line 50 of file Slicer4D_module.cc.
Referenced by beginRun(), and GenerateCluster().
|
protected |
Allowed plane gap for hits in opposite views for which the distance penalty will be 1.
Definition at line 54 of file Slicer4D_module.cc.
Referenced by beginRun(), and produce().
|
protected |
PE value for which the low PE penalty will be 1.
Definition at line 52 of file Slicer4D_module.cc.
Referenced by beginRun(), and produce().
|
protected |
Definition at line 59 of file Slicer4D_module.cc.
Referenced by beginRun().
|
protected |
Definition at line 59 of file Slicer4D_module.cc.
Referenced by beginRun().
|
protected |
Definition at line 59 of file Slicer4D_module.cc.
Referenced by beginRun().
|
protected |
Definition at line 59 of file Slicer4D_module.cc.
Referenced by beginRun().
|
protected |
Helper class for the 4D clustering.
Definition at line 62 of file Slicer4D_module.cc.
Referenced by GenerateCluster(), and produce().
|
protected |
Add a causal distance penalty for PE (low PE is INCREASES the distance)
Definition at line 51 of file Slicer4D_module.cc.
Referenced by beginRun(), and produce().