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 { class Event; }
18 namespace edm { class EventSetup; }
19 
21 
22 public:
23 
26 
28  ~L3MuonIsolationProducer() override;
29 
31  void produce(edm::Event&, const edm::EventSetup&) override;
32 
33 private:
34 
36 
37  // Muon track Collection Label
40 
41  // Isolation cuts
43 
44  // Option to write MuIsoDeposits into the event
46 
47  // MuIsoExtractor
49 
53 
57 
60 
61 };
62 
63 #endif
bool theApplyCutsORmaxNTracks
apply or not the maxN cut on top of the sumPt (or nominall eff) < cuts
edm::EDGetTokenT< reco::RecoChargedCandidateCollection > theMuonCollectionToken
HLT enums.
reco::isodeposit::IsoDepositExtractor * theExtractor