File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ struct fitQa {
5050 as well as the amount of event selection conditions to consider,
5151 especially for the 3D histograms. ROOT object buffers can easily
5252 exceed the 1GB limit.
53+
54+ TODO:
55+ - finer resolution for time res plots
5356 */
5457
5558 /* Constants - TODO: get from somehwere else, don't hardcode here? */
@@ -79,10 +82,10 @@ struct fitQa {
7982 static constexpr float tMaxFDD = 20 .;
8083
8184 // Axis limits for histograms from which we deduce collision time for FT0 and FV0
82- // Times are in ns, these give a resolution of 2 ps per bin
85+ // Times are in ns, these give a resolution of 1 ps per bin
8386 static constexpr int nBinsTRes = 2000 ;
84- static constexpr float tResMin = -2 .;
85- static constexpr float tResMax = 2 .;
87+ static constexpr float tResMin = -1 .;
88+ static constexpr float tResMax = 1 .;
8689
8790 // Axis limits for histograms from which we deduce collision time for FDD (it has larger spread)
8891 // Times are in ns, these give a resolution of 2 ps per bin
You can’t perform that action at this time.
0 commit comments