Revision: | 1.1 |
Committed: | Fri Nov 25 16:38:25 2011 UTC (13 years, 5 months ago) by econte |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | TBD2011, TBD_2011, HEAD |
Error occurred while calculating annotation data. | |
Log Message: | new IPHC alignment |
# | Content |
---|---|
1 | #include "TrackingTools/PatternTools/interface/MeasurementEstimator.h" |
2 | #include "FWCore/Utilities/interface/Exception.h" |
3 | |
4 | MeasurementEstimator::Local2DVector |
5 | MeasurementEstimator::maximalLocalDisplacement( const TrajectoryStateOnSurface& ts, |
6 | const BoundPlane& plane) const |
7 | { |
8 | throw cms::Exception("TrackingTools/PatternTools","MeasurementEstimator: base class maximalLocalDisplacement called"); |
9 | } |