CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EgammaHLTPixelMatchElectronAlgo.h
Go to the documentation of this file.
1 #ifndef EgammaHLTPixelMatchElectronAlgo_H
2 #define EgammaHLTPixelMatchElectronAlgo_H
3 
16 
20 
23 
25 
27 
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 
60  MultiTrajectoryStateMode* mtsMode_; //its not clear to me why this is a pointer but its not the only one so changing things wouldnt make this class safer
62 
65  int unsigned long long cacheIDTDGeom_;
66  unsigned long long cacheIDMagField_;
67 };
68 
69 
70 #endif // EgammaHLTPixelMatchElectronAlgo_H
71 
72 
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_
void run(edm::Event &, reco::ElectronCollection &)
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
tuple conf
Definition: dbtoconf.py:185
EgammaHLTPixelMatchElectronAlgo & operator=(const EgammaHLTPixelMatchElectronAlgo &rhs)
EgammaHLTPixelMatchElectronAlgo(const edm::ParameterSet &conf)
edm::ESHandle< TrackerGeometry > trackerGeom_
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")