|
14 | 14 | /// |
15 | 15 | /// \author Igor Altsybeev <Igor.Altsybeev@cern.ch> |
16 | 16 |
|
17 | | -#include <vector> |
18 | | -#include <map> |
19 | | - |
20 | | -#include "Framework/runDataProcessing.h" |
21 | | -#include "Framework/AnalysisTask.h" |
22 | | -#include "Framework/AnalysisDataModel.h" |
23 | | -#include "Common/DataModel/EventSelection.h" |
24 | 17 | #include "Common/CCDB/EventSelectionParams.h" |
25 | | -#include "CCDB/BasicCCDBManager.h" |
26 | | -#include "Framework/HistogramRegistry.h" |
27 | | -#include "CommonDataFormat/BunchFilling.h" |
28 | | -#include "DataFormatsParameters/GRPLHCIFData.h" |
29 | | -#include "DataFormatsParameters/GRPECSObject.h" |
30 | 18 | #include "Common/Core/TrackSelection.h" |
31 | 19 | #include "Common/Core/TrackSelectionDefaults.h" |
32 | | -#include "Common/DataModel/TrackSelectionTables.h" |
33 | | -#include "Common/DataModel/Multiplicity.h" |
34 | 20 | #include "Common/DataModel/Centrality.h" |
| 21 | +#include "Common/DataModel/EventSelection.h" |
| 22 | +#include "Common/DataModel/Multiplicity.h" |
| 23 | +#include "Common/DataModel/TrackSelectionTables.h" |
| 24 | + |
| 25 | +#include "CCDB/BasicCCDBManager.h" |
| 26 | +#include "CommonDataFormat/BunchFilling.h" |
35 | 27 | #include "DataFormatsParameters/AggregatedRunInfo.h" |
| 28 | +#include "DataFormatsParameters/GRPECSObject.h" |
| 29 | +#include "DataFormatsParameters/GRPLHCIFData.h" |
| 30 | +#include "Framework/AnalysisDataModel.h" |
| 31 | +#include "Framework/AnalysisTask.h" |
| 32 | +#include "Framework/HistogramRegistry.h" |
| 33 | +#include "Framework/runDataProcessing.h" |
36 | 34 |
|
37 | 35 | #include "TH1F.h" |
38 | 36 | #include "TH2F.h" |
39 | 37 | #include "TH3.h" |
40 | 38 |
|
| 39 | +#include <map> |
| 40 | +#include <vector> |
| 41 | + |
41 | 42 | using namespace o2; |
42 | 43 | using namespace o2::framework; |
43 | 44 | using namespace o2::aod::evsel; |
@@ -290,7 +291,8 @@ struct DetectorOccupancyQaTask { |
290 | 291 | histos.add("track_distr_nITStrThisEv_above_2000/hPt_highOccupInNeighbourEvents", ";p_{T};n tracks", kTH1D, {axisLogPt}); |
291 | 292 |
|
292 | 293 | // July 2025: to compare data and MC (pt, eta, phi) |
293 | | - AxisSpec axisOccupForKine{{0, 500, 1000, 2000, 4000, 6000, 20000}, "weighted occupancy"}; |
| 294 | + // AxisSpec axisOccupForKine{{0, 500, 1000, 2000, 4000, 6000, 20000}, "weighted occupancy"}; |
| 295 | + AxisSpec axisOccupForKine{{0, 500, 1000, 2000, 4000, 6000, 8000, 10000, 20000}, "weighted occupancy"}; |
294 | 296 | AxisSpec axisPtForKine{{0.2, 0.6, 1.0, 2.0, 10}, "centrality percentile"}; |
295 | 297 | histos.add("track_distr_nITStrThisEv_10_200/kine_vs_weighted_occup/hPt_pos", ";p_{T};weighted occupancy", kTH2D, {axisLogPt, axisOccupForKine}); |
296 | 298 | histos.add("track_distr_nITStrThisEv_10_200/kine_vs_weighted_occup/hPt_neg", ";p_{T};weighted occupancy", kTH2D, {axisLogPt, axisOccupForKine}); |
|
0 commit comments