CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ForwardDetRing.cc
Go to the documentation of this file.
3 //#include "TrackingTools/DetLayers/interface/ForwardRingDiskBuilderFromDet.h"
4 //#include "Geometry/CommonDetUnit/interface/ModifiedSurfaceGenerator.h"
5 
6 #include <algorithm>
7 #include <cmath>
8 
9 using namespace std;
10 
12 
13 void
15  const Propagator&,
16  const MeasurementEstimator&,
17  std::vector<DetWithState>&) const{
18  edm::LogError("DetLayers") << "At the moment not a real implementation" ;
19 }
20 
virtual ~ForwardDetRing()
virtual void compatibleDetsV(const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est, std::vector< DetWithState > &result) const