Skip to content

Commit 38848b9

Browse files
Set finer binning for FT0 and FV0 timeres plots
1 parent 7d26611 commit 38848b9

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

DPG/Tasks/FIT/qaFIT.cxx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)