#include <TrackerCleaner.h>
Public Member Functions | |
TrackerCleaner (const edm::ParameterSet &) | |
~TrackerCleaner () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
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<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | 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 heavyIonCSV_trainingSettings::idx, iEvent, eostools::move(), PDWG_BPHSkim_cff::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.