CMS 3D CMS Logo

L3MuonIsolationProducer.h
Go to the documentation of this file.
1 #ifndef L3MuonIsolationProducer_L3MuonIsolationProducer_H
2 #define L3MuonIsolationProducer_L3MuonIsolationProducer_H
3 
9 
11 
14 
15 #include <string>
16 
17 namespace edm {
18  class Event;
19 }
20 namespace edm {
21  class EventSetup;
22 }
23 
25 public:
28 
30  ~L3MuonIsolationProducer() override;
31 
33  void produce(edm::Event&, const edm::EventSetup&) override;
34 
35 private:
37 
38  // Muon track Collection Label
41 
42  // Isolation cuts
44 
45  // Option to write MuIsoDeposits into the event
47 
48  // MuIsoExtractor
49  std::unique_ptr<reco::isodeposit::IsoDepositExtractor> theExtractor;
50 
54 
58 
61 };
62 
63 #endif
~L3MuonIsolationProducer() override
destructor
bool theApplyCutsORmaxNTracks
apply or not the maxN cut on top of the sumPt (or nominall eff) < cuts
edm::EDGetTokenT< reco::RecoChargedCandidateCollection > theMuonCollectionToken
L3MuonIsolationProducer(const edm::ParameterSet &)
constructor with config
std::unique_ptr< reco::isodeposit::IsoDepositExtractor > theExtractor
HLT enums.
void produce(edm::Event &, const edm::EventSetup &) override
Produce isolation maps.