CMS 3D CMS Logo

L3MuonCombinedRelativeIsolationProducer.h
Go to the documentation of this file.
1 #ifndef L3MuonCombinedRelativeIsolationProducer_L3MuonCombinedRelativeIsolationProducer_H
2 #define L3MuonCombinedRelativeIsolationProducer_L3MuonCombinedRelativeIsolationProducer_H
3 
10 
13 
16 
17 #include <string>
18 
19 namespace edm { class Event; }
20 namespace edm { class EventSetup; }
21 
23 
24 public:
25 
28 
31 
33  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
34 
36  void produce(edm::Event&, const edm::EventSetup&) override;
37 
38 private:
39 
41 
42  // Muon track Collection Label
45 
46  // Isolation cuts
48 
49  // Option to write MuIsoDeposits into the event
51 
53  bool useCaloIso;
54 
55  // Option to use rho-corrected calo deposits (ONLY if already available)
59 
60  // MuIsoExtractor
61  std::unique_ptr<reco::isodeposit::IsoDepositExtractor> caloExtractor;
62  std::unique_ptr<reco::isodeposit::IsoDepositExtractor> trkExtractor;
63 
67 
71 
74 
75  // Print out debug info
76 
77  bool printDebug;
78 
79 };
80 
81 #endif
edm::EDGetTokenT< reco::RecoChargedCandidateCollection > theMuonCollectionToken
edm::EDGetTokenT< edm::ValueMap< float > > theCaloDepsToken
bool theApplyCutsORmaxNTracks
apply or not the maxN cut on top of the sumPt (or nominall eff) < cuts
std::unique_ptr< reco::isodeposit::IsoDepositExtractor > trkExtractor
std::unique_ptr< reco::isodeposit::IsoDepositExtractor > caloExtractor
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
bool useCaloIso
flag to include or exclude calo iso from calculation
HLT enums.