You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Common/DCAFitter/src/DCAFitterLinkDef.h
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,6 @@
18
18
#pragma link C++ class o2::vertexing::DCAFitterN < 2, o2::track::TrackParCov> + ;
19
19
#pragma link C++ class o2::vertexing::DCAFitterN < 3, o2::track::TrackParCov> + ;
20
20
21
-
#pragma link C++ class o2::track::TrackAuxPar + ;
22
-
#pragma link C++ class o2::track::CrossInfo + ;
23
-
24
21
#pragma link C++ function o2::vertexing::DCAFitter2::process(const o2::track::TrackParCov&, const o2::track::TrackParCov&);
25
22
#pragma link C++ function o2::vertexing::DCAFitter3::process(const o2::track::TrackParCov&, const o2::track::TrackParCov&, const o2::track::TrackParCov&);
0 commit comments