CMS 3D CMS Logo

CandIsoDepositProducer.h
Go to the documentation of this file.
1 #ifndef MuonIsolationProducers_CandIsoDepositProducer_H
2 #define MuonIsolationProducers_CandIsoDepositProducer_H
3 
10 
14 
15 #include <string>
16 
17 namespace edm { class Event; }
18 namespace edm { class EventSetup; }
19 
21 
22 public:
24 
25  ~CandIsoDepositProducer() override;
26 
27  void produce(edm::Event&, const edm::EventSetup&) override;
28 
29 private:
30  inline const reco::Track *extractTrack(const reco::Candidate &cand, reco::Track *dummyStorage) const;
31  enum TrackType { FakeT, BestT, StandAloneMuonT, CombinedMuonT, TrackT, GsfT, CandidateT };
35  std::vector<std::string> theDepositNames;
38 
39 };
40 #endif
std::vector< std::string > theDepositNames
edm::EDGetTokenT< edm::View< reco::Candidate > > theCandCollectionToken
HLT enums.
reco::isodeposit::IsoDepositExtractor * theExtractor