|
14 | 14 | /// \author Barbara Chytla, WUT Warsaw, barbara.chytla@cern.ch |
15 | 15 | /// \author Shirajum Monira, WUT Warsaw, shirajum.monira@cern.ch |
16 | 16 |
|
17 | | -#include <vector> |
18 | | -#include <set> |
19 | | -#include "Framework/AnalysisTask.h" |
20 | | -#include "Framework/runDataProcessing.h" |
21 | | -#include "Framework/HistogramRegistry.h" |
22 | | -#include "Framework/ASoAHelpers.h" |
23 | | -#include "Framework/RunningWorkflowInfo.h" |
24 | | -#include "Framework/StepTHn.h" |
25 | | -#include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h" |
26 | | -#include "PWGCF/FemtoUniverse/Core/FemtoUniverseParticleHisto.h" |
27 | | -#include "PWGCF/FemtoUniverse/Core/FemtoUniverseEventHisto.h" |
28 | | -#include "PWGCF/FemtoUniverse/Core/FemtoUniversePairCleaner.h" |
29 | 17 | #include "PWGCF/FemtoUniverse/Core/FemtoUniverseContainer.h" |
30 | 18 | #include "PWGCF/FemtoUniverse/Core/FemtoUniverseDetaDphiStar.h" |
| 19 | +#include "PWGCF/FemtoUniverse/Core/FemtoUniverseEventHisto.h" |
| 20 | +#include "PWGCF/FemtoUniverse/Core/FemtoUniversePairCleaner.h" |
| 21 | +#include "PWGCF/FemtoUniverse/Core/FemtoUniverseParticleHisto.h" |
31 | 22 | #include "PWGCF/FemtoUniverse/Core/femtoUtils.h" |
| 23 | +#include "PWGCF/FemtoUniverse/DataModel/FemtoDerived.h" |
| 24 | + |
| 25 | +#include "Framework/ASoAHelpers.h" |
| 26 | +#include "Framework/AnalysisTask.h" |
| 27 | +#include "Framework/HistogramRegistry.h" |
32 | 28 | #include "Framework/O2DatabasePDGPlugin.h" |
| 29 | +#include "Framework/RunningWorkflowInfo.h" |
| 30 | +#include "Framework/StepTHn.h" |
| 31 | +#include "Framework/runDataProcessing.h" |
| 32 | + |
| 33 | +#include <set> |
| 34 | +#include <vector> |
33 | 35 |
|
34 | 36 | using namespace o2; |
35 | 37 | using namespace o2::soa; |
@@ -290,7 +292,7 @@ struct femtoUniversePairTaskTrackCascadeExtended { |
290 | 292 | } |
291 | 293 | } |
292 | 294 |
|
293 | | - void processCascades(const FilteredFDCollision& col, const FemtoFullParticles& parts, const aod::FDCascParticles& fdcascs) |
| 295 | + void processCascades([[maybe_unused]] const FilteredFDCollision& col, const FemtoFullParticles& parts, const aod::FDCascParticles& fdcascs) |
294 | 296 | { |
295 | 297 | // auto groupCascs = cascs->sliceByCached(aod::femtouniverseparticle::fdCollisionId, col.globalIndex(), cache); |
296 | 298 | // const int multCol = col.multNtr(); |
|
0 commit comments