Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
#pragma link C++ class o2::track::TrackParCovD + ;
#pragma link C++ class o2::track::TrackParCov + ;
#pragma link C++ class o2::track::TrackParametrizationWithError < float> + ;
#pragma link C++ class std::vector <o2::track::TrackParametrizationWithError < float>> + ;

#pragma link C++ class std::vector < o2::track::TrackParametrizationWithError < float>> + ;

#pragma link C++ class o2::track::TrackParametrizationWithError < double> + ;
#pragma link C++ class o2::track::TrackParFwd + ;
Expand Down
1 change: 0 additions & 1 deletion Detectors/StrangenessTracking/macros/XiTrackingStudy.C
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ void XiTrackingStudy(std::string path)
}
}


TH2D* hHyperhisto = new TH2D("histo hyperV0", ";#it{p}_{T} (GeV/#it{c}); Radius^2 (cm) ; Counts", 20, 1, 10, 30, 1, 900);
TH1D* hResV0histo = new TH1D("pT resolution before hypertracking", ";(#it{p}_{T}^{gen} - #it{p}_{T}^{rec})/#it{p}_{T}^{gen}; Counts", 20, -0.2, 0.2);
TH1D* hResHyperhisto = new TH1D("pT resolution after hypertracking", ";(#it{p}_{T}^{gen} - #it{p}_{T}^{rec})/#it{p}_{T}^{gen}; Counts", 20, -0.2, 0.2);
Expand Down