CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Phase2StripCPETrivial.h
Go to the documentation of this file.
1 #ifndef RecoLocalTracker_Phase2TrackerRecHits_Phase2StripCPETrivial_H
2 #define RecoLocalTracker_Phase2TrackerRecHits_Phase2StripCPETrivial_H
3 
7 
9 
10 
11 class Phase2StripCPETrivial : public ClusterParameterEstimator<Phase2TrackerCluster1D> {
12 
13  public:
14 
15  LocalValues localParameters(const Phase2TrackerCluster1D & cluster, const GeomDetUnit & det) const;
16 
17 };
18 
19 
20 #endif
LocalValues localParameters(const Phase2TrackerCluster1D &cluster, const GeomDetUnit &det) const