CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TkTransientTrackingRecHitBuilder.h
Go to the documentation of this file.
1 #ifndef RECOTRACKER_TRANSIENTRECHITBUILDER_H
2 #define RECOTRACKER_TRANSIENTRECHITBUILDER_H
3 
6 
10 
11 class TkTransientTrackingRecHitBuilder GCC11_FINAL : public TransientTrackingRecHitBuilder {
12 
13  public:
14  TkTransientTrackingRecHitBuilder (const TrackingGeometry* trackingGeometry,
17  const SiStripRecHitMatcher *,
18  bool computeCoarseLocalPositionFromDisk);
21 
24  const SiStripRecHitMatcher * siStripRecHitMatcher(){return theMatcher;}
25 
26 
27 private:
29 
30 
31  private:
37 };
38 
39 
40 #endif
const StripClusterParameterEstimator * stripClusterParameterEstimator()
const SiStripRecHitMatcher * siStripRecHitMatcher()
const TrackingGeometry * tGeometry_
const StripClusterParameterEstimator * stripCPE
const SiStripRecHitMatcher * theMatcher
const PixelClusterParameterEstimator * pixelCPE
const PixelClusterParameterEstimator * pixelClusterParameterEstimator()
virtual RecHitPointer build(const TrackingRecHit *p) const =0
build a tracking rechit from an existing rechit
char state
Definition: procUtils.cc:75
Our base class.
Definition: SiPixelRecHit.h:22