CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FastPixelCPE.h
Go to the documentation of this file.
1 #ifndef FastSimulation_TrackingRecHitProducer_FastPixelCPE_H
2 #define FastSimulation_TrackingRecHitProducer_FastPixelCPE_H
3 
4 //Header files
6 
7 
9 {
10  public:
12 
13  // these methods should retrieve the information from the SiPixelCluster itself
15  const GeomDetUnit & det ) const override {
16  return std::make_tuple(LocalPoint(),LocalError(),SiPixelRecHitQuality::QualWordType());
17  }
19  const GeomDetUnit & det,
20  const LocalTrajectoryParameters & ltp ) const override {
21  return std::make_tuple(LocalPoint(),LocalError(),SiPixelRecHitQuality::QualWordType());
22  }
23 
24 
25 };
26 
27 #endif
28 
29 
30 
31 
virtual ReturnType getParameters(const SiPixelCluster &cl, const GeomDetUnit &det, const LocalTrajectoryParameters &ltp) const override
Definition: FastPixelCPE.h:18
virtual ReturnType getParameters(const SiPixelCluster &cl, const GeomDetUnit &det) const override
Definition: FastPixelCPE.h:14
Pixel cluster – collection of neighboring pixels above threshold.
Local3DPoint LocalPoint
Definition: LocalPoint.h:11
std::tuple< LocalPoint, LocalError, SiPixelRecHitQuality::QualWordType > ReturnType