#include <L3MuonCombinedRelativeIsolationProducer.h>
Public Member Functions | |
virtual void | beginJob () |
initialisation More... | |
L3MuonCombinedRelativeIsolationProducer (const edm::ParameterSet &) | |
constructor with config More... | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
Produce isolation maps. More... | |
virtual | ~L3MuonCombinedRelativeIsolationProducer () |
destructor More... | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Attributes | |
reco::isodeposit::IsoDepositExtractor * | caloExtractor |
bool | optOutputIsoDeposits |
bool | printDebug |
bool | theApplyCutsORmaxNTracks |
apply or not the maxN cut on top of the sumPt (or nominall eff) < cuts More... | |
edm::InputTag | theCaloDepsLabel |
edm::ParameterSet | theConfig |
muonisolation::Cuts | theCuts |
int | theMaxNTracks |
edm::InputTag | theMuonCollectionLabel |
double | theTrackPt_Min |
reco::isodeposit::IsoDepositExtractor * | trkExtractor |
bool | useRhoCorrectedCaloDeps |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Definition at line 18 of file L3MuonCombinedRelativeIsolationProducer.h.
L3MuonCombinedRelativeIsolationProducer::L3MuonCombinedRelativeIsolationProducer | ( | const edm::ParameterSet & | par | ) |
constructor with config
Definition at line 36 of file L3MuonCombinedRelativeIsolationProducer.cc.
References LogDebug, optOutputIsoDeposits, and useRhoCorrectedCaloDeps.
|
virtual |
destructor
Definition at line 64 of file L3MuonCombinedRelativeIsolationProducer.cc.
References caloExtractor, LogDebug, and trkExtractor.
|
virtual |
initialisation
test cutsName only. The depositType is informational only (has not been used so far) [VK]
Reimplemented from edm::EDProducer.
Definition at line 70 of file L3MuonCombinedRelativeIsolationProducer.cc.
References caloExtractor, L3NominalEfficiencyConfigurator::cuts(), reco::get(), edm::ParameterSet::getParameter(), LogTrace, muonisolation::Cuts::print(), theApplyCutsORmaxNTracks, theConfig, theCuts, theMaxNTracks, theTrackPt_Min, trkExtractor, and useRhoCorrectedCaloDeps.
|
virtual |
Produce isolation maps.
Implements edm::EDProducer.
Definition at line 125 of file L3MuonCombinedRelativeIsolationProducer.cc.
References caloExtractor, muonisolation::Cuts::CutSpec::conesize, prof2calltree::count, gather_cfg::cout, GOODCOLL_filter_cfg::cut, reco::isodeposit::IsoDepositExtractor::deposit(), reco::IsoDeposit::depositAndCountWithin(), reco::IsoDeposit::depositWithin(), reco::TrackBase::eta(), muonisolation::Cuts::CutSpec::etaRange, edm::helper::Filler< Map >::fill(), i, edm::helper::Filler< Map >::insert(), muonisolation::Range< T >::max(), metname, muonisolation::Range< T >::min(), RPCpg::mu, patZpeak::muons, optOutputIsoDeposits, reco::IsoDeposit::print(), printDebug, reco::TrackBase::pt(), query::result, theApplyCutsORmaxNTracks, theCaloDepsLabel, theCuts, theMaxNTracks, theMuonCollectionLabel, theTrackPt_Min, muonisolation::Cuts::CutSpec::threshold, trkExtractor, useRhoCorrectedCaloDeps, and reco::IsoDeposit::veto().
|
private |
Definition at line 52 of file L3MuonCombinedRelativeIsolationProducer.h.
Referenced by beginJob(), produce(), and ~L3MuonCombinedRelativeIsolationProducer().
|
private |
Definition at line 45 of file L3MuonCombinedRelativeIsolationProducer.h.
Referenced by L3MuonCombinedRelativeIsolationProducer(), and produce().
|
private |
Definition at line 68 of file L3MuonCombinedRelativeIsolationProducer.h.
Referenced by produce().
|
private |
apply or not the maxN cut on top of the sumPt (or nominall eff) < cuts
Definition at line 64 of file L3MuonCombinedRelativeIsolationProducer.h.
Referenced by beginJob(), and produce().
|
private |
Definition at line 49 of file L3MuonCombinedRelativeIsolationProducer.h.
Referenced by produce().
|
private |
Definition at line 36 of file L3MuonCombinedRelativeIsolationProducer.h.
Referenced by beginJob().
|
private |
Definition at line 42 of file L3MuonCombinedRelativeIsolationProducer.h.
Referenced by beginJob(), and produce().
|
private |
max number of tracks to allow in the sum count <= maxN
Definition at line 61 of file L3MuonCombinedRelativeIsolationProducer.h.
Referenced by beginJob(), and produce().
|
private |
Definition at line 39 of file L3MuonCombinedRelativeIsolationProducer.h.
Referenced by produce().
|
private |
pt cut to consider track in sumPt after extracting iso deposit better split this off into a filter
Definition at line 57 of file L3MuonCombinedRelativeIsolationProducer.h.
Referenced by beginJob(), and produce().
|
private |
Definition at line 53 of file L3MuonCombinedRelativeIsolationProducer.h.
Referenced by beginJob(), produce(), and ~L3MuonCombinedRelativeIsolationProducer().
|
private |
Definition at line 48 of file L3MuonCombinedRelativeIsolationProducer.h.
Referenced by beginJob(), L3MuonCombinedRelativeIsolationProducer(), and produce().