CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrajectoryStateTransform.h
Go to the documentation of this file.
1 #ifndef TrajectoryStateTransform_H
2 #define TrajectoryStateTransform_H
3 
6 
9 class TrackingGeometry;
10 class Surface;
11 class MagneticField;
12 
13 namespace trajectoryStateTransform {
14 
16  unsigned int detid);
17 
19  const Surface* surface,
20  const MagneticField* field);
21 
25  const MagneticField* field, bool withErr=true);
26 
28  const MagneticField* field, bool withErr=true);
30  const MagneticField* field, bool withErr=true);
31 
35  const TrackingGeometry& geom,
36  const MagneticField* field, bool withErr=true);
38  const TrackingGeometry& geom,
39  const MagneticField* field, bool withErr=true);
40 
41 }
42 
43 // backward compatibility
45 
46 
47 #endif
TrajectoryStateOnSurface outerStateOnSurface(const reco::Track &tk, const TrackingGeometry &geom, const MagneticField *field, bool withErr=true)
PTrajectoryStateOnDet persistentState(const TrajectoryStateOnSurface &ts, unsigned int detid)
TrajectoryStateOnSurface transientState(const PTrajectoryStateOnDet &ts, const Surface *surface, const MagneticField *field)
FreeTrajectoryState innerFreeState(const reco::Track &tk, const MagneticField *field, bool withErr=true)
FreeTrajectoryState outerFreeState(const reco::Track &tk, const MagneticField *field, bool withErr=true)
FreeTrajectoryState initialFreeState(const reco::Track &tk, const MagneticField *field, bool withErr=true)
TrajectoryStateOnSurface innerStateOnSurface(const reco::Track &tk, const TrackingGeometry &geom, const MagneticField *field, bool withErr=true)