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 
14  public:
15 
17  ~ElectronSeedTrackRefFix() override;
18 
19  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
20 
21  private:
22 
23  void produce(edm::Event&, const edm::EventSetup&) override;
24 
25  // member data
26 
30  std::vector<edm::EDGetTokenT<reco::PreIdCollection > > idsToken_;
31  std::vector<edm::EDGetTokenT<edm::ValueMap<reco::PreIdRef> > > idMapToken_;
33  std::vector<std::string> preidLabel_;
37  std::vector<edm::InputTag> idsTag_;
38 
39 };
40 
41 #endif // FastSimulation_Tracking_ElectronSeedTrackRefFix_h
void produce(edm::Event &, const edm::EventSetup &) override
std::vector< std::string > preidLabel_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
ElectronSeedTrackRefFix(const edm::ParameterSet &)
edm::EDGetTokenT< reco::TrackCollection > newTracksToken_
edm::EDGetTokenT< reco::ElectronSeedCollection > seedsToken_
edm::EDGetTokenT< reco::TrackCollection > oldTracksToken_
std::vector< edm::EDGetTokenT< edm::ValueMap< reco::PreIdRef > > > idMapToken_
std::vector< edm::InputTag > idsTag_
std::vector< edm::EDGetTokenT< reco::PreIdCollection > > idsToken_