CMS 3D CMS Logo

EgammaHLTPixelMatchElectronAlgo.h
Go to the documentation of this file.
1 #ifndef EgammaHLTPixelMatchElectronAlgo_H
2 #define EgammaHLTPixelMatchElectronAlgo_H
3 
16 
21 
24 
26 
28 
30 
32 
33 public:
34 
36 
38 
39  //disabling the ability to copy this module (lets hope nobody was actually copying it before as Bad Things (TM) would have happened)
40 private:
43 
44 public:
45  void setupES(const edm::EventSetup& setup);
47 
48  private:
49 
50  // create electrons from tracks
51  //void process(edm::Handle<reco::TrackCollection> tracksH, reco::ElectronCollection & outEle, Global3DPoint & bs);
54 
59 
61 
64  int unsigned long long cacheIDTDGeom_;
65  unsigned long long cacheIDMagField_;
66 };
67 
68 
69 #endif // EgammaHLTPixelMatchElectronAlgo_H
70 
71 
void process(edm::Handle< reco::TrackCollection > tracksH, edm::Handle< reco::GsfTrackCollection > gsfTracksH, reco::ElectronCollection &outEle, Global3DPoint &bs)
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:2
EgammaHLTPixelMatchElectronAlgo(const EgammaHLTPixelMatchElectronAlgo &rhs)
edm::ESHandle< MagneticField > magField_
edm::EDGetTokenT< reco::GsfTrackCollection > gsfTrackProducer_
void run(edm::Event &, reco::ElectronCollection &)
EgammaHLTPixelMatchElectronAlgo(const edm::ParameterSet &conf, edm::ConsumesCollector &&iC)
bool isInnerMostWithLostHits(const reco::GsfTrackRef &, const reco::GsfTrackRef &, bool &)
void setupES(const edm::EventSetup &setup)
MultiTrajectoryStateTransform * mtsTransform_
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_
edm::ESHandle< TrackerGeometry > trackerGeom_