File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545
4646#include < TComplex.h>
4747#include < TH3.h>
48- #include < TMath.h>
4948#include < TProfile3D.h>
5049#include < TString.h>
5150
Original file line number Diff line number Diff line change 2222#include < TH1.h>
2323#include < TProfile.h>
2424
25+ #include < cstdlib>
26+
2527using namespace o2 ;
2628using namespace o2 ::framework;
2729
Original file line number Diff line number Diff line change 3232#include < TList.h>
3333#include < TProfile.h>
3434
35- #include < cstdint>
3635#include < format>
3736#include < map>
3837#include < memory>
@@ -331,7 +330,7 @@ struct centralityStudypp {
331330 float multNTracksPV = collision.multNTracksPV ();
332331
333332 if (applyVertexZEqualization) {
334- float epsilon = 1e-2 ; // average value after which this collision will be disregarded
333+ float epsilon = 1e-2 ; // average value after which this collision will be disregarded
335334 float maxVertexZ = 15 .0f ; // max value for any equalization attempt
336335
337336 // same defaults as multCentTable in case of unhealthy signals
Original file line number Diff line number Diff line change 2525
2626#include < TH1.h>
2727
28+ #include < cstdint>
2829#include < limits>
2930#include < memory>
3031
Original file line number Diff line number Diff line change 3939
4040#include < sys/types.h>
4141
42+ #include < concepts>
4243#include < string>
4344#include < vector>
4445
You can’t perform that action at this time.
0 commit comments