Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please consider the following formatting changes to #10437 #4

Merged
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