CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
EgammaHLTPixelMatchElectronAlgo.h
Go to the documentation of this file.
1 #ifndef EgammaHLTPixelMatchElectronAlgo_H
2 #define EgammaHLTPixelMatchElectronAlgo_H
3 
15 
21 
24 
26 
28 
31 
33 
35 
37 public:
39 
40  //disabling the ability to copy this module (lets hope nobody was actually copying it before as Bad Things (TM) would have happened)
41 private:
44 
45 public:
46  void setupES(const edm::EventSetup& setup);
48 
49 private:
50  // create electrons from tracks
51  //void process(edm::Handle<reco::TrackCollection> tracksH, reco::ElectronCollection & outEle, Global3DPoint & bs);
55  Global3DPoint& bs);
57 
62 
63  std::unique_ptr<MultiTrajectoryStateTransform> mtsTransform_ = nullptr;
64 
67 
70 
73 };
74 
75 #endif // EgammaHLTPixelMatchElectronAlgo_H
void process(edm::Handle< reco::TrackCollection > tracksH, edm::Handle< reco::GsfTrackCollection > gsfTracksH, reco::ElectronCollection &outEle, Global3DPoint &bs)
EgammaHLTPixelMatchElectronAlgo(const EgammaHLTPixelMatchElectronAlgo &rhs)
edm::ESHandle< MagneticField > magField_
edm::EDGetTokenT< reco::GsfTrackCollection > gsfTrackProducer_
void run(edm::Event &, reco::ElectronCollection &)
edm::ESWatcher< TrackerDigiGeometryRecord > trackerGeometryWatcher_
EgammaHLTPixelMatchElectronAlgo(const edm::ParameterSet &conf, edm::ConsumesCollector &&iC)
bool isInnerMostWithLostHits(const reco::GsfTrackRef &, const reco::GsfTrackRef &, bool &)
void setupES(const edm::EventSetup &setup)
edm::ESWatcher< IdealMagneticFieldRecord > magneticFieldWatcher_
std::vector< Electron > ElectronCollection
collectin of Electron objects
Definition: ElectronFwd.h:9
edm::EDGetTokenT< reco::BeamSpot > bsProducer_
EgammaHLTPixelMatchElectronAlgo & operator=(const EgammaHLTPixelMatchElectronAlgo &rhs)
edm::EDGetTokenT< reco::TrackCollection > trackProducer_
const edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > trackerGeometryToken_
const edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > magneticFieldToken_
std::unique_ptr< MultiTrajectoryStateTransform > mtsTransform_
edm::ESHandle< TrackerGeometry > trackerGeom_