CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelClusterParameterEstimator.h
Go to the documentation of this file.
1 #ifndef RecoLocalTracker_PixelCluster_Parameter_Estimator_H
2 #define RecoLocalTracker_PixelCluster_Parameter_Estimator_H
3 
7 
8 
10  public:
11 
13 
14  //--- Flag to control how SiPixelRecHits compute clusterProbability().
15  //--- Note this is set via the configuration file, and it's simply passed
16  //--- to each TSiPixelRecHit.
17  inline unsigned int clusterProbComputationFlag() const
18  {
20  }
21 
22 
23  //-----------------------------------------------------------------------------
28  //-----------------------------------------------------------------------------
31  }
32 
33  protected:
34  //--- A flag that could be used to change the behavior of
35  //--- clusterProbability() in TSiPixelRecHit (the *transient* one).
36  //--- The problem is that the transient hits are made after the CPE runs
37  //--- and they don't get the access to the PSet, so we pass it via the
38  //--- CPE itself...
39  //
41 
42 };
43 
44 #endif
virtual SiPixelRecHitQuality::QualWordType rawQualityWord() const