Skip to content
Snippets Groups Projects
Commit a156caf4 authored by Zhenyu Ye's avatar Zhenyu Ye
Browse files

Debug TOF

parent 5ae60de7
Branches
No related tags found
1 merge request!92Draft: Resolve "Add TOF benchmark"
......@@ -147,8 +147,8 @@ int sim_tof_hits(const char* fname = "sim_tof_hits.root")
auto hVertexEndcap_N_vs_theta = df0.Histo1D({"hVertexEndcap_N_vs_theta", "; #theta [deg.]", 20, 0, 180 }, "theta0", "N_VertexEndcapHits");
auto hBarrelTof_time_vs_p = df0.Histo2D(
{"hBarrelTof_time_vs_length", "; time ; p ", 100, 0, 10, 100, 0, 2},
auto hBarrelTof_time_vs_length = df0.Histo2D(
{"hBarrelTof_time_vs_length", "; time ; length ", 100, 0, 10, 100, 0, 2},
"BarrelTOFHits.truth.time", "BarrelTOFHits.length");
auto hBarrelTof_x_vs_y = df0.Histo2D(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment