CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  virtual ~L3MuonIsolationProducer();
29 
31  virtual void produce(edm::Event&, const edm::EventSetup&);
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
virtual void produce(edm::Event &, const edm::EventSetup &)
Produce isolation maps.
bool theApplyCutsORmaxNTracks
apply or not the maxN cut on top of the sumPt (or nominall eff) &lt; cuts
edm::EDGetTokenT< reco::RecoChargedCandidateCollection > theMuonCollectionToken
L3MuonIsolationProducer(const edm::ParameterSet &)
constructor with config
virtual ~L3MuonIsolationProducer()
destructor
reco::isodeposit::IsoDepositExtractor * theExtractor