CMS 3D CMS Logo

TrajectoryStateClosestToBeamLineBuilder.h
Go to the documentation of this file.
1 #ifndef TrajectoryStateClosestToBeamLineBuilder_H
2 #define TrajectoryStateClosestToBeamLineBuilder_H
3 
7 
15 {
16 public:
17 
19  virtual ~TrajectoryStateClosestToBeamLineBuilder() = default;
21  (const FTS& originalFTS, const reco::BeamSpot & beamSpot) const = 0;
22 
23 };
24 #endif
virtual ~TrajectoryStateClosestToBeamLineBuilder()=default