File indexing completed on 2024-04-06 11:56:12
0001 #ifndef Alignment_CommonAlignmentParametrization_SegmentAlignmentDerivatives4D_h
0002 #define Alignment_CommonAlignmentParametrization_SegmentAlignmentDerivatives4D_h
0003
0004 #include "DataFormats/CLHEP/interface/AlgebraicObjects.h"
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014 class TrajectoryStateOnSurface;
0015
0016 class SegmentAlignmentDerivatives4D {
0017 public:
0018
0019 AlgebraicMatrix operator()(const TrajectoryStateOnSurface &tsos) const;
0020 };
0021
0022 #endif