#include <TrackerCleaner.h>
Public Member Functions | |
TrackerCleaner (const edm::ParameterSet &) | |
~TrackerCleaner () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Private Types | |
typedef edmNew::DetSetVector< T > | TrackClusterCollection |
Private Member Functions | |
template<> | |
bool | match_rechit_type (const TrackingRecHit &murechit) |
template<> | |
bool | match_rechit_type (const TrackingRecHit &murechit) |
bool | match_rechit_type (const TrackingRecHit &murechit) |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::map< std::string, edm::EDGetTokenT< TrackClusterCollection > > | inputs_ |
const edm::EDGetTokenT< edm::View< pat::Muon > > | mu_input_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Definition at line 38 of file TrackerCleaner.h.
|
private |
Definition at line 47 of file TrackerCleaner.h.
|
explicit |
Definition at line 55 of file TrackerCleaner.h.
References edm::ParameterSet::getParameter(), and TrackerCleaner< T >::inputs_.
|
override |
Definition at line 67 of file TrackerCleaner.h.
|
private |
Definition at line 26 of file TrackerCleaner.cc.
|
private |
Definition at line 41 of file TrackerCleaner.cc.
|
private |
|
overrideprivate |
Definition at line 72 of file TrackerCleaner.h.
References runTheMatrix::const, heavyIonCSV_trainingSettings::idx, iEvent, HLT_FULL_cff::inputClusters, eostools::move(), DiMuonV_cfg::muons, convertSQLitetoXML_cfg::output, reco::Track::recHitsBegin(), and reco::Track::recHitsEnd().
|
private |
Definition at line 49 of file TrackerCleaner.h.
Referenced by TrackerCleaner< T >::TrackerCleaner().
|
private |
Definition at line 46 of file TrackerCleaner.h.