CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
AlCaHEMuonFilter Class Reference
Inheritance diagram for AlCaHEMuonFilter:
edm::stream::EDFilter< edm::GlobalCache< AlCaHEMuons::Counters > > edm::stream::EDFilterBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 AlCaHEMuonFilter (edm::ParameterSet const &, const AlCaHEMuons::Counters *count)
 
void endStream () override
 
bool filter (edm::Event &, edm::EventSetup const &) override
 
 ~AlCaHEMuonFilter () override
 
- Public Member Functions inherited from edm::stream::EDFilter< edm::GlobalCache< AlCaHEMuons::Counters > >
 EDFilter ()=default
 
bool hasAbilityToProduceInLumis () const final
 
bool hasAbilityToProduceInRuns () const final
 
- Public Member Functions inherited from edm::stream::EDFilterBase
 EDFilterBase ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDFilterBase () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
static void globalEndJob (const AlCaHEMuons::Counters *counters)
 
static std::unique_ptr< AlCaHEMuons::CountersinitializeGlobalCache (edm::ParameterSet const &)
 
- Static Public Member Functions inherited from edm::stream::EDFilterBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Member Functions

void beginRun (edm::Run const &, edm::EventSetup const &) override
 
void endRun (edm::Run const &, edm::EventSetup const &) override
 

Private Attributes

double caloIsoCut_
 
HLTConfigProvider hltConfig_
 
std::vector< std::string > HLTNames_
 
edm::InputTag labelMuon_
 
double muonetaCut_
 
double muonptCut_
 
unsigned int nAll_
 
unsigned int nFinal_
 
unsigned int nGood_
 
unsigned int nRun_
 
bool pfCut_
 
double pfIsoCut_
 
int preScale_
 
std::string processName_
 
edm::EDGetTokenT< reco::MuonCollectiontok_Muon_
 
edm::EDGetTokenT< trigger::TriggerEventtok_trigEvt
 
edm::EDGetTokenT< edm::TriggerResultstok_trigRes_
 
double trackIsoCut_
 
edm::InputTag triggerResults_
 
std::vector< std::string > trigNames_
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDFilter< edm::GlobalCache< AlCaHEMuons::Counters > >
typedef CacheContexts< T... > CacheTypes
 
typedef CacheTypes::GlobalCache GlobalCache
 
typedef AbilityChecker< T... > HasAbility
 
typedef CacheTypes::LuminosityBlockCache LuminosityBlockCache
 
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCacheLuminosityBlockContext
 
typedef CacheTypes::LuminosityBlockSummaryCache LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache, GlobalCacheRunContext
 
typedef CacheTypes::RunSummaryCache RunSummaryCache
 
- Public Types inherited from edm::stream::EDFilterBase
typedef EDFilterAdaptorBase ModuleType
 
- Public Types inherited from edm::ProducerBase
using ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >>
 
typedef ProductRegistryHelper::TypeLabelList TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Definition at line 49 of file AlCaHEMuonFilter.cc.

Constructor & Destructor Documentation

AlCaHEMuonFilter::AlCaHEMuonFilter ( edm::ParameterSet const &  iConfig,
const AlCaHEMuons::Counters count 
)
explicit

Definition at line 92 of file AlCaHEMuonFilter.cc.

References caloIsoCut_, edm::ParameterSet::getParameter(), gen::k, labelMuon_, muonetaCut_, muonptCut_, pfCut_, pfIsoCut_, preScale_, processName_, AlCaHLTBitMon_QueryRunRegistry::string, tok_Muon_, tok_trigRes_, trackIsoCut_, triggerResults_, and trigNames_.

93  : nRun_(0), nAll_(0), nGood_(0), nFinal_(0) {
94  //now do what ever initialization is needed
95  trigNames_ = iConfig.getParameter<std::vector<std::string> >("triggers");
96  processName_ = iConfig.getParameter<std::string>("processName");
97  triggerResults_ = iConfig.getParameter<edm::InputTag>("triggerResultLabel");
98  labelMuon_ = iConfig.getParameter<edm::InputTag>("muonLabel");
99  muonptCut_ = iConfig.getParameter<double>("muonPtCut");
100  muonetaCut_ = iConfig.getParameter<double>("muonEtaCut");
101  pfCut_ = iConfig.getParameter<bool>("pfCut");
102  pfIsoCut_ = iConfig.getParameter<double>("pfIsolationCut");
103  trackIsoCut_ = iConfig.getParameter<double>("trackIsolationCut");
104  caloIsoCut_ = iConfig.getParameter<double>("caloIsolationCut");
105  preScale_ = iConfig.getParameter<int>("preScale");
106  if (preScale_ < 1)
107  preScale_ = 1;
108 
109  // define tokens for access
110  tok_trigRes_ = consumes<edm::TriggerResults>(triggerResults_);
111  tok_Muon_ = consumes<reco::MuonCollection>(labelMuon_);
112  edm::LogInfo("HEMuon") << "Parameters read from config file \n"
113  << "Process " << processName_ << " Prescale " << preScale_ << " Isolation Cuts "
114  << trackIsoCut_ << ":" << caloIsoCut_ << "\n";
115  for (unsigned int k = 0; k < trigNames_.size(); ++k)
116  edm::LogInfo("HEMuon") << "Trigger[" << k << "] " << trigNames_[k] << "\n";
117 } // AlCaHEMuonFilter::AlCaHEMuonFilter constructor
edm::InputTag labelMuon_
edm::EDGetTokenT< edm::TriggerResults > tok_trigRes_
unsigned int nFinal_
unsigned int nAll_
edm::InputTag triggerResults_
int k[5][pyjets_maxn]
unsigned int nRun_
std::vector< std::string > trigNames_
edm::EDGetTokenT< reco::MuonCollection > tok_Muon_
unsigned int nGood_
std::string processName_
AlCaHEMuonFilter::~AlCaHEMuonFilter ( )
override

Definition at line 119 of file AlCaHEMuonFilter.cc.

119 {}

Member Function Documentation

void AlCaHEMuonFilter::beginRun ( edm::Run const &  iRun,
edm::EventSetup const &  iSetup 
)
overrideprivatevirtual

Reimplemented from edm::stream::EDFilterBase.

Definition at line 239 of file AlCaHEMuonFilter.cc.

References RemoveAddSevLevel::flag, hltConfig_, HLTConfigProvider::init(), nRun_, processName_, and edm::RunBase::run().

239  {
240  bool changed(false);
241  bool flag = hltConfig_.init(iRun, iSetup, processName_, changed);
242  edm::LogInfo("HEMuon") << "Run[" << nRun_ << "] " << iRun.run() << " hltconfig.init " << flag << std::endl;
243 }
HLTConfigProvider hltConfig_
bool init(const edm::Run &iRun, const edm::EventSetup &iSetup, const std::string &processName, bool &changed)
d&#39;tor
unsigned int nRun_
std::string processName_
void AlCaHEMuonFilter::endRun ( edm::Run const &  iRun,
edm::EventSetup const &   
)
overrideprivatevirtual

Reimplemented from edm::stream::EDFilterBase.

Definition at line 246 of file AlCaHEMuonFilter.cc.

References nRun_, and edm::RunBase::run().

246  {
247  edm::LogInfo("HEMuon") << "endRun[" << nRun_ << "] " << iRun.run() << "\n";
248  nRun_++;
249 }
unsigned int nRun_
void AlCaHEMuonFilter::endStream ( )
overridevirtual

Reimplemented from edm::stream::EDFilterBase.

Definition at line 227 of file AlCaHEMuonFilter.cc.

References nAll_, nFinal_, and nGood_.

227  {
228  globalCache()->nAll_ += nAll_;
229  globalCache()->nGood_ += nGood_;
230  globalCache()->nFinal_ += nFinal_;
231 }
unsigned int nFinal_
unsigned int nAll_
unsigned int nGood_
void AlCaHEMuonFilter::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 252 of file AlCaHEMuonFilter.cc.

References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), DEFINE_FWK_MODULE, and AlCaHLTBitMon_QueryRunRegistry::string.

252  {
253  //The following says we do not know what parameters are allowed so do no validation
254  // Please change this to state exactly what you do use, even if it is no parameters
256  std::vector<std::string> triggers = {"HLT_IsoMu", "HLT_Mu"};
257  desc.add<std::string>("processName", "HLT");
258  desc.add<edm::InputTag>("triggerResultLabel", edm::InputTag("TriggerResults", "", "HLT"));
259  desc.add<edm::InputTag>("muonLabel", edm::InputTag("muons"));
260  desc.add<double>("minimumMuonP", 10.0);
261  desc.add<std::vector<std::string> >("triggers", triggers);
262  desc.add<double>("muonPtCut", 20.0);
263  desc.add<double>("muonEtaCut", 1.305);
264  desc.add<bool>("pfCut", true);
265  desc.add<double>("pfIsolationCut", 0.15);
266  desc.add<double>("trackIsolationCut", 3.0);
267  desc.add<double>("caloIsolationCut", 5.0);
268  desc.add<int>("preScale", 1);
269  descriptions.add("alcaHEMuonFilter", desc);
270 }
ParameterDescriptionBase * add(U const &iLabel, T const &value)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
bool AlCaHEMuonFilter::filter ( edm::Event iEvent,
edm::EventSetup const &  iSetup 
)
overridevirtual

Implements edm::stream::EDFilterBase.

Definition at line 126 of file AlCaHEMuonFilter.cc.

References accept(), edm::HLTGlobalStatus::accept(), ecalTB2006H4_GenSimDigiReco_cfg::bField, edm::EventBase::bunchCrossing(), caloIsoCut_, fftjetproducer_cfi::etaCut, edm::EventID::event(), spr::find(), edm::EventSetup::get(), edm::Event::getByToken(), ValidationMatrix::hlt, mps_fire::i, edm::EventBase::id(), edm::HandleBase::isValid(), edm::EventBase::luminosityBlock(), SiStripPI::max, electrons_cff::modules, muonetaCut_, muonptCut_, nAll_, nFinal_, nGood_, convertSQLiteXML::ok, spr::propagatedTrackID::okECAL, spr::propagatedTrackID::okHCAL, pfCut_, pfIsoCut_, preScale_, edm::ESHandle< T >::product(), spr::propagateCALO(), HiGenCleaner_cff::ptCut, edm::EventID::run(), edm::HLTGlobalStatus::size(), tok_Muon_, tok_trigRes_, trackIsoCut_, edm::TriggerNames::triggerNames(), edm::Event::triggerNames(), triggerResults, and trigNames_.

Referenced by Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::filter(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::setDataAccessor(), and Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::switchCenterView().

126  {
127  bool accept(false);
128  ++nAll_;
129 #ifdef DebugLog
130  edm::LogInfo("HEMuon") << "AlCaHEMuonFilter::Run " << iEvent.id().run() << " Event " << iEvent.id().event()
131  << " Luminosity " << iEvent.luminosityBlock() << " Bunch " << iEvent.bunchCrossing()
132  << std::endl;
133 #endif
134  //Step1: Find if the event passes one of the chosen triggers
137  iEvent.getByToken(tok_trigRes_, triggerResults);
138  if (triggerResults.isValid()) {
139  bool ok(false);
140  std::vector<std::string> modules;
141  const edm::TriggerNames& triggerNames = iEvent.triggerNames(*triggerResults);
142  const std::vector<std::string>& triggerNames_ = triggerNames.triggerNames();
143  for (unsigned int iHLT = 0; iHLT < triggerResults->size(); iHLT++) {
144  int hlt = triggerResults->accept(iHLT);
145  for (unsigned int i = 0; i < trigNames_.size(); ++i) {
146  if (triggerNames_[iHLT].find(trigNames_[i]) != std::string::npos) {
147  if (hlt > 0) {
148  ok = true;
149  }
150 #ifdef DebugLog
151  edm::LogInfo("HEMuon") << "AlCaHEMuonFilter::Trigger " << triggerNames_[iHLT] << " Flag " << hlt << ":" << ok
152  << std::endl;
153 #endif
154  }
155  }
156  }
157  if (ok) {
158  //Step2: Get geometry/B-field information
159  //Get magnetic field
161  iSetup.get<IdealMagneticFieldRecord>().get(bFieldH);
162  const MagneticField* bField = bFieldH.product();
163  // get handles to calogeometry
165  iSetup.get<CaloGeometryRecord>().get(pG);
166  const CaloGeometry* geo = pG.product();
167 
168  // Relevant blocks from iEvent
170  iEvent.getByToken(tok_Muon_, _Muon);
171 #ifdef DebugLog
172  edm::LogInfo("HEMuon") << "AlCaHEMuonFilter::Muon Handle " << _Muon.isValid() << std::endl;
173 #endif
174  if (_Muon.isValid()) {
175  for (reco::MuonCollection::const_iterator RecMuon = _Muon->begin(); RecMuon != _Muon->end(); ++RecMuon) {
176 #ifdef DebugLog
177  edm::LogInfo("HEMuon") << "AlCaHEMuonFilter::Muon:Track " << RecMuon->track().isNonnull() << " innerTrack "
178  << RecMuon->innerTrack().isNonnull() << " outerTrack "
179  << RecMuon->outerTrack().isNonnull() << " globalTrack "
180  << RecMuon->globalTrack().isNonnull() << std::endl;
181 #endif
182  if ((RecMuon->track().isNonnull()) && (RecMuon->innerTrack().isNonnull()) &&
183  (RecMuon->outerTrack().isNonnull()) && (RecMuon->globalTrack().isNonnull())) {
184  bool ptCut = RecMuon->pt() < muonptCut_;
185  bool etaCut = fabs(RecMuon->eta()) < muonetaCut_;
186  if (ptCut || etaCut)
187  continue;
188 
189  const reco::Track* pTrack = (RecMuon->innerTrack()).get();
190  spr::propagatedTrackID trackID = spr::propagateCALO(pTrack, geo, bField, false);
191 #ifdef DebugLog
192  edm::LogInfo("HEMuon") << "AlCaHEMuonFilter::Propagate: ECAL " << trackID.okECAL << " to HCAL "
193  << trackID.okHCAL << std::endl;
194 #endif
195  double trackIso = RecMuon->isolationR03().sumPt;
196  double caloIso = RecMuon->isolationR03().emEt + RecMuon->isolationR03().hadEt;
197  double isolR04 =
198  ((RecMuon->pfIsolationR04().sumChargedHadronPt +
199  std::max(0.,
200  RecMuon->pfIsolationR04().sumNeutralHadronEt + RecMuon->pfIsolationR04().sumPhotonEt -
201  (0.5 * RecMuon->pfIsolationR04().sumPUPt))) /
202  RecMuon->pt());
203  bool isoCut = (pfCut_) ? (isolR04 < pfIsoCut_) : ((trackIso < trackIsoCut_) && (caloIso < caloIsoCut_));
204  if ((trackID.okECAL) && (trackID.okHCAL) && isoCut) {
205  accept = true;
206  break;
207  }
208  }
209  }
210  }
211  }
212  }
213  // Step 4: Return the acceptance flag
214  if (accept) {
215  ++nGood_;
216  if (((nGood_ - 1) % preScale_) != 0) {
217  accept = false;
218  } else {
219  ++nFinal_;
220  }
221  }
222  return accept;
223 
224 } // AlCaHEMuonFilter::filter
RunNumber_t run() const
Definition: EventID.h:39
EventNumber_t event() const
Definition: EventID.h:41
edm::EDGetTokenT< edm::TriggerResults > tok_trigRes_
std::vector< spr::propagatedTrackID > propagateCALO(edm::Handle< reco::TrackCollection > &trkCollection, const CaloGeometry *geo, const MagneticField *bField, const std::string &theTrackQuality, bool debug=false)
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:517
bool accept() const
Has at least one path accepted the event?
int bunchCrossing() const
Definition: EventBase.h:64
edm::LuminosityBlockNumber_t luminosityBlock() const
Definition: EventBase.h:61
unsigned int nFinal_
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
Definition: FindCaloHit.cc:20
bool accept(const edm::Event &event, const edm::TriggerResults &triggerTable, const std::string &triggerPath)
Definition: TopDQMHelpers.h:30
Strings const & triggerNames() const
Definition: TriggerNames.cc:20
unsigned int nAll_
unsigned int size() const
Get number of paths stored.
static std::string const triggerResults
Definition: EdmProvDump.cc:45
bool isValid() const
Definition: HandleBase.h:74
edm::EventID id() const
Definition: EventBase.h:59
std::vector< std::string > trigNames_
edm::EDGetTokenT< reco::MuonCollection > tok_Muon_
unsigned int nGood_
T const * product() const
Definition: ESHandle.h:86
edm::TriggerNames const & triggerNames(edm::TriggerResults const &triggerResults) const override
Definition: Event.cc:256
void AlCaHEMuonFilter::globalEndJob ( const AlCaHEMuons::Counters counters)
static

Definition at line 233 of file AlCaHEMuonFilter.cc.

References AlCaHEMuons::Counters::nAll_, AlCaHEMuons::Counters::nFinal_, and AlCaHEMuons::Counters::nGood_.

233  {
234  edm::LogInfo("HEMuon") << "Selects " << count->nFinal_ << " out of " << count->nGood_ << " good events out of "
235  << count->nAll_ << " total # of events\n";
236 }
static std::unique_ptr<AlCaHEMuons::Counters> AlCaHEMuonFilter::initializeGlobalCache ( edm::ParameterSet const &  )
inlinestatic

Definition at line 54 of file AlCaHEMuonFilter.cc.

References Ecal2004TBTDCRanges_v1_cff::endRun, fillDescriptions(), and ALCARECOTkAlBeamHalo_cff::filter.

54  {
55  return std::make_unique<AlCaHEMuons::Counters>();
56  }

Member Data Documentation

double AlCaHEMuonFilter::caloIsoCut_
private

Definition at line 72 of file AlCaHEMuonFilter.cc.

Referenced by AlCaHEMuonFilter(), and filter().

HLTConfigProvider AlCaHEMuonFilter::hltConfig_
private

Definition at line 68 of file AlCaHEMuonFilter.cc.

Referenced by beginRun().

std::vector<std::string> AlCaHEMuonFilter::HLTNames_
private

Definition at line 69 of file AlCaHEMuonFilter.cc.

edm::InputTag AlCaHEMuonFilter::labelMuon_
private

Definition at line 75 of file AlCaHEMuonFilter.cc.

Referenced by AlCaHEMuonFilter().

double AlCaHEMuonFilter::muonetaCut_
private

Definition at line 72 of file AlCaHEMuonFilter.cc.

Referenced by AlCaHEMuonFilter(), and filter().

double AlCaHEMuonFilter::muonptCut_
private

Definition at line 72 of file AlCaHEMuonFilter.cc.

Referenced by AlCaHEMuonFilter(), and filter().

unsigned int AlCaHEMuonFilter::nAll_
private

Definition at line 74 of file AlCaHEMuonFilter.cc.

Referenced by endStream(), and filter().

unsigned int AlCaHEMuonFilter::nFinal_
private

Definition at line 74 of file AlCaHEMuonFilter.cc.

Referenced by endStream(), and filter().

unsigned int AlCaHEMuonFilter::nGood_
private

Definition at line 74 of file AlCaHEMuonFilter.cc.

Referenced by endStream(), and filter().

unsigned int AlCaHEMuonFilter::nRun_
private

Definition at line 74 of file AlCaHEMuonFilter.cc.

Referenced by beginRun(), and endRun().

bool AlCaHEMuonFilter::pfCut_
private

Definition at line 71 of file AlCaHEMuonFilter.cc.

Referenced by AlCaHEMuonFilter(), and filter().

double AlCaHEMuonFilter::pfIsoCut_
private

Definition at line 72 of file AlCaHEMuonFilter.cc.

Referenced by AlCaHEMuonFilter(), and filter().

int AlCaHEMuonFilter::preScale_
private

Definition at line 73 of file AlCaHEMuonFilter.cc.

Referenced by AlCaHEMuonFilter(), and filter().

std::string AlCaHEMuonFilter::processName_
private

Definition at line 70 of file AlCaHEMuonFilter.cc.

Referenced by AlCaHEMuonFilter(), and beginRun().

edm::EDGetTokenT<reco::MuonCollection> AlCaHEMuonFilter::tok_Muon_
private

Definition at line 78 of file AlCaHEMuonFilter.cc.

Referenced by AlCaHEMuonFilter(), and filter().

edm::EDGetTokenT<trigger::TriggerEvent> AlCaHEMuonFilter::tok_trigEvt
private

Definition at line 76 of file AlCaHEMuonFilter.cc.

edm::EDGetTokenT<edm::TriggerResults> AlCaHEMuonFilter::tok_trigRes_
private

Definition at line 77 of file AlCaHEMuonFilter.cc.

Referenced by AlCaHEMuonFilter(), and filter().

double AlCaHEMuonFilter::trackIsoCut_
private

Definition at line 72 of file AlCaHEMuonFilter.cc.

Referenced by AlCaHEMuonFilter(), and filter().

edm::InputTag AlCaHEMuonFilter::triggerResults_
private

Definition at line 75 of file AlCaHEMuonFilter.cc.

Referenced by AlCaHEMuonFilter().

std::vector<std::string> AlCaHEMuonFilter::trigNames_
private

Definition at line 69 of file AlCaHEMuonFilter.cc.

Referenced by AlCaHEMuonFilter(), and filter().