@@ -29,24 +29,24 @@ class MuonTransientTrackingRecHit final : public GenericTransientTrackingRecHit
2929 ~MuonTransientTrackingRecHit () override {}
3030
3131 // / Direction in 3D for segments, otherwise (0,0,0)
32- virtual LocalVector localDirection () const ;
32+ LocalVector localDirection () const ;
3333
3434 // / Direction in 3D for segments, otherwise (0,0,0)
35- virtual GlobalVector globalDirection () const ;
35+ GlobalVector globalDirection () const ;
3636
3737 // / Error on the local direction
38- virtual LocalError localDirectionError () const ;
38+ LocalError localDirectionError () const ;
3939
4040 // / Error on the global direction
41- virtual GlobalError globalDirectionError () const ;
41+ GlobalError globalDirectionError () const ;
4242
4343 AlgebraicSymMatrix parametersError () const override ;
4444
4545 // / Chi square of the fit for segments, else 0
46- virtual double chi2 () const ;
46+ double chi2 () const ;
4747
4848 // / Degrees of freedom for segments, else 0
49- virtual int degreesOfFreedom () const ;
49+ int degreesOfFreedom () const ;
5050
5151 // / if this rec hit is a DT rec hit
5252 bool isDT () const ;
@@ -66,7 +66,7 @@ class MuonTransientTrackingRecHit final : public GenericTransientTrackingRecHit
6666 // / return the sub components of this transient rechit
6767 ConstRecHitContainer transientHits () const override ;
6868
69- // / FIXME virtual ConstMuonRecHitContainer specificTransientHits() const;
69+ // / FIXME ConstMuonRecHitContainer specificTransientHits() const;
7070
7171 static RecHitPointer build (const GeomDet* geom, const TrackingRecHit* rh) {
7272 return RecHitPointer (new MuonTransientTrackingRecHit (geom, rh));
0 commit comments