CMS 3D CMS Logo

ElectronSeedTrackRefFix.h
Go to the documentation of this file.
1 #ifndef FastSimulation_Tracking_ElectronSeedTrackRefFix_h
2 #define FastSimulation_Tracking_ElectronSeedTrackRefFix_h
3 
10 #include <memory>
11 
13 public:
15  ~ElectronSeedTrackRefFix() override;
16 
17  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
18 
19 private:
20  void produce(edm::Event&, const edm::EventSetup&) override;
21 
22  // member data
23 
27  std::vector<edm::EDGetTokenT<reco::PreIdCollection> > idsToken_;
28  std::vector<edm::EDGetTokenT<edm::ValueMap<reco::PreIdRef> > > idMapToken_;
30  std::vector<std::string> preidLabel_;
34  std::vector<edm::InputTag> idsTag_;
35 };
36 
37 #endif // FastSimulation_Tracking_ElectronSeedTrackRefFix_h
void produce(edm::Event &, const edm::EventSetup &) override
edm::EDGetTokenT< reco::TrackCollection > newTracksToken_
std::vector< std::string > preidLabel_
edm::EDGetTokenT< reco::ElectronSeedCollection > seedsToken_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
ElectronSeedTrackRefFix(const edm::ParameterSet &)
std::vector< edm::EDGetTokenT< reco::PreIdCollection > > idsToken_
std::vector< edm::EDGetTokenT< edm::ValueMap< reco::PreIdRef > > > idMapToken_
std::vector< edm::InputTag > idsTag_
edm::EDGetTokenT< reco::TrackCollection > oldTracksToken_