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 
12 
13 #include <string>
14 
15 namespace edm { class Event; }
16 namespace edm { class EventSetup; }
17 
19 
20 public:
21 
24 
26  virtual ~L3MuonIsolationProducer();
27 
29  virtual void beginJob();
30 
32  virtual void produce(edm::Event&, const edm::EventSetup&);
33 
34 private:
35 
37 
38  // 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 beginJob()
initialisation
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
L3MuonIsolationProducer(const edm::ParameterSet &)
constructor with config
virtual ~L3MuonIsolationProducer()
destructor
reco::isodeposit::IsoDepositExtractor * theExtractor