We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c7200 commit e2f86e1Copy full SHA for e2f86e1
1 file changed
Common/Tasks/centralityStudy.cxx
@@ -44,7 +44,7 @@ struct centralityStudy {
44
Configurable<bool> doOccupancyStudyVsRawValues2d{"doOccupancyStudyVsRawValues2d", true, "0 - no, 1 - yes"};
45
Configurable<bool> doOccupancyStudyVsCentrality3d{"doOccupancyStudyVsCentrality3d", false, "0 - no, 1 - yes"};
46
Configurable<bool> doOccupancyStudyVsRawValues3d{"doOccupancyStudyVsRawValues3d", false, "0 - no, 1 - yes"};
47
- Configurable<bool> doTimeStudies{"doTimeStudies", false, "0 - no, 1 - yes"};
+ Configurable<bool> doTimeStudies{"doTimeStudies", true, "0 - no, 1 - yes"};
48
Configurable<bool> doNGlobalTracksVsRawSignals{"doNGlobalTracksVsRawSignals", true, "0 - no, 1 - yes"};
49
Configurable<bool> applySel8{"applySel8", true, "0 - no, 1 - yes"};
50
Configurable<bool> applyVtxZ{"applyVtxZ", true, "0 - no, 1 - yes"};
0 commit comments