Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Common/Core/PID/PIDTOFParamService.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include "Common/Core/CollisionTypeHelper.h"
#include "Common/Core/MetadataHelper.h"
#include "Common/Core/PID/PIDTOF.h"

#include <CCDB/BasicCCDBManager.h>
#include <DataFormatsParameters/GRPLHCIFData.h>
Expand All @@ -30,7 +31,6 @@
#include <Framework/ServiceHandle.h>
#include <Framework/ServiceSpec.h>
#include <Framework/TypeIdHelpers.h>
#include <PID/PIDTOF.h>

#include <TGraph.h>

Expand Down Expand Up @@ -80,7 +80,7 @@ void o2::pid::tof::TOFResponseImpl::initSetup(o2::ccdb::BasicCCDBManager* ccdb,
LOG(fatal) << "CCDB manager is not set, cannot initialize TOFResponseImpl";
}
inheritFromBaseTask(initContext, task); // Gets the configuration parameters from the base task (tof-signal)
mCcdb = ccdb; // Set the CCDB manager
mCcdb = ccdb; // Set the CCDB manager
mCcdb->setURL(mUrl);
mCcdb->setTimestamp(mTimestamp);
mCcdb->setCaching(true);
Expand Down
3 changes: 2 additions & 1 deletion Common/Core/PID/ParamBase.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
/// These are the basic storage elements to be kept in the CCDB
///

#include "ParamBase.h"

#include <Framework/Logger.h>
#include <PID/ParamBase.h>

#include <TFile.h>
#include <TString.h>
Expand Down
4 changes: 2 additions & 2 deletions Common/TableProducer/PID/pidTOF.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.

Check failure on line 1 in Common/TableProducer/PID/pidTOF.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/workflow-file]

Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.)
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
// All rights not expressly granted are reserved.
//
Expand All @@ -17,7 +17,8 @@
///

#include "pidTOFBase.h"

//
#include "Common/Core/PID/PIDTOF.h"
#include "Common/Core/TableHelper.h"
#include "Common/DataModel/PIDResponseTOF.h"

Expand All @@ -31,7 +32,6 @@
#include <Framework/Configurable.h>
#include <Framework/InitContext.h>
#include <Framework/Variant.h>
#include <PID/PIDTOF.h>
#include <ReconstructionDataFormats/PID.h>

#include <TGraph.h>
Expand Down Expand Up @@ -74,8 +74,8 @@
Service<o2::ccdb::BasicCCDBManager> ccdb;
Configurable<bool> inheritFromBaseTask{"inheritFromBaseTask", true, "Flag to iherit all common configurables from the TOF base task"};
// CCDB configuration (inherited from TOF base task)
Configurable<std::string> url{"ccdb-url", "", "url of the ccdb repository"};

Check failure on line 77 in Common/TableProducer/PID/pidTOF.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/configurable]

Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
Configurable<int64_t> timestamp{"ccdb-timestamp", -1, "timestamp of the object"};

Check failure on line 78 in Common/TableProducer/PID/pidTOF.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/configurable]

Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
// TOF Calib configuration (inherited from TOF base task)
Configurable<std::string> paramFileName{"paramFileName", "", "Path to the parametrization object. If empty the parametrization is not taken from file"};
Configurable<std::string> parametrizationPath{"parametrizationPath", "", "Path of the TOF parametrization on the CCDB or in the file, if the paramFileName is not empty"};
Expand Down
10 changes: 5 additions & 5 deletions Common/TableProducer/PID/pidTOFBase.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.

Check failure on line 1 in Common/TableProducer/PID/pidTOFBase.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/workflow-file]

Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.)
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
// All rights not expressly granted are reserved.
//
Expand All @@ -17,6 +17,7 @@

#include "pidTOFBase.h"

#include "Common/Core/PID/PIDTOF.h"
#include "Common/Core/TableHelper.h"
#include "Common/DataModel/EventSelection.h"
#include "Common/DataModel/FT0Corrected.h"
Expand All @@ -35,7 +36,6 @@
#include <Framework/InitContext.h>
#include <Framework/OutputObjHeader.h>
#include <Framework/runDataProcessing.h>
#include <PID/PIDTOF.h>
#include <ReconstructionDataFormats/PID.h>
#include <TOFBase/EventTimeMaker.h>

Expand Down Expand Up @@ -75,8 +75,8 @@
bool enableTable = false; // Flag to check if the TOF signal table is requested or not
bool enableTableFlags = false; // Flag to check if the TOF signal flags table is requested or not
// CCDB configuration
Configurable<std::string> url{"ccdb-url", "http://alice-ccdb.cern.ch", "url of the ccdb repository"};

Check failure on line 78 in Common/TableProducer/PID/pidTOFBase.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/configurable]

Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
Configurable<int64_t> timestamp{"ccdb-timestamp", -1, "timestamp of the object"};

Check failure on line 79 in Common/TableProducer/PID/pidTOFBase.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/configurable]

Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
Configurable<std::string> timeShiftCCDBPath{"timeShiftCCDBPath", "", "Path of the TOF time shift vs eta. If empty none is taken"};
Configurable<float> distanceForGoodMatch{"distanceForGoodMatch", 999.f, "Maximum distance to consider a good match"};
Configurable<float> distanceForGoodMatchLowMult{"distanceForGoodMatchLowMult", 999.f, "Maximum distance to consider a good match for low multiplicity events"};
Expand Down Expand Up @@ -201,8 +201,8 @@
Service<o2::ccdb::BasicCCDBManager> ccdb;
Configurable<bool> inheritFromBaseTask{"inheritFromBaseTask", true, "Flag to iherit all common configurables from the TOF base task"};
// CCDB configuration (inherited from TOF signal task)
Configurable<std::string> url{"ccdb-url", "", "url of the ccdb repository"};

Check failure on line 204 in Common/TableProducer/PID/pidTOFBase.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/configurable]

Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
Configurable<int64_t> timestamp{"ccdb-timestamp", -1, "timestamp of the object"};

Check failure on line 205 in Common/TableProducer/PID/pidTOFBase.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/configurable]

Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
// Event time configurations
Configurable<float> minMomentum{"minMomentum", 0.5f, "Minimum momentum to select track sample for TOF event time"};
Configurable<float> maxMomentum{"maxMomentum", 2.0f, "Maximum momentum to select track sample for TOF event time"};
Expand Down Expand Up @@ -370,8 +370,8 @@
tableEvTimeTOFOnly.reserve(tracks.size());
}

int lastCollisionId = -1; // Last collision ID analysed
for (auto const& t : tracks) { // Loop on collisions
int lastCollisionId = -1; // Last collision ID analysed
for (auto const& t : tracks) { // Loop on collisions
if (!t.has_collision() || collisions.size() == 0 || ((sel8TOFEvTime.value == true) && !t.collision_as<EvTimeCollisions>().sel8())) { // Track was not assigned, cannot compute event time or event did not pass the event selection
tableFlags(0);
tableEvTime(0.f, 999.f);
Expand Down Expand Up @@ -432,8 +432,8 @@
tableEvTimeTOFOnly.reserve(tracks.size());
}

int lastCollisionId = -1; // Last collision ID analysed
for (auto const& t : tracks) { // Loop on collisions
int lastCollisionId = -1; // Last collision ID analysed
for (auto const& t : tracks) { // Loop on collisions
if (!t.has_collision() || collisions.size() == 0 || ((sel8TOFEvTime.value == true) && !t.collision_as<EvTimeCollisionsFT0>().sel8())) { // Track was not assigned, cannot compute event time or event did not pass the event selection
tableFlags(0);
tableEvTime(0.f, 999.f);
Expand Down
12 changes: 6 additions & 6 deletions Common/TableProducer/PID/pidTOFFull.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.

Check failure on line 1 in Common/TableProducer/PID/pidTOFFull.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/workflow-file]

Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.)
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
// All rights not expressly granted are reserved.
//
Expand All @@ -18,6 +18,7 @@

#include "pidTOFBase.h"

#include "Common/Core/PID/PIDTOF.h"
#include "Common/Core/TableHelper.h"
#include "Common/DataModel/PIDResponseTOF.h"

Expand All @@ -31,7 +32,6 @@
#include <Framework/Configurable.h>
#include <Framework/InitContext.h>
#include <Framework/Variant.h>
#include <PID/PIDTOF.h>
#include <ReconstructionDataFormats/PID.h>

#include <TGraph.h>
Expand Down Expand Up @@ -74,7 +74,7 @@
Service<o2::ccdb::BasicCCDBManager> ccdb;
Configurable<bool> inheritFromBaseTask{"inheritFromBaseTask", true, "Flag to iherit all common configurables from the TOF base task"};
// CCDB configuration (inherited from TOF base task)
Configurable<std::string> url{"ccdb-url", "", "url of the ccdb repository"};

Check failure on line 77 in Common/TableProducer/PID/pidTOFFull.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/configurable]

Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
Configurable<int64_t> timestamp{"ccdb-timestamp", -1, "timestamp of the object"};
// TOF Calib configuration (inherited from TOF base task)
Configurable<std::string> paramFileName{"paramFileName", "", "Path to the parametrization object. If empty the parametrization is not taken from file"};
Expand Down Expand Up @@ -302,9 +302,9 @@
reserveTable(pidId, tracks.size());
}

int lastCollisionId = -1; // Last collision ID analysed
float resolution = 1.f; // Last resolution assigned
for (auto const& track : tracks) { // Loop on all tracks
int lastCollisionId = -1; // Last collision ID analysed
float resolution = 1.f; // Last resolution assigned
for (auto const& track : tracks) { // Loop on all tracks
if (!track.has_collision() || collisions.size() == 0) { // Track was not assigned, cannot compute NSigma (no event time) -> filling with empty table
for (auto const& pidId : mEnabledParticles) {
makeTableEmpty(pidId);
Expand Down Expand Up @@ -407,8 +407,8 @@
for (auto const& pidId : mEnabledParticles) {
reserveTable(pidId, tracks.size());
}
float resolution = 1.f; // Last resolution assigned
for (auto const& track : tracks) { // Loop on all tracks
float resolution = 1.f; // Last resolution assigned
for (auto const& track : tracks) { // Loop on all tracks
if (!track.has_collision() || collisions.size() == 0) { // Track was not assigned, cannot compute NSigma (no event time) -> filling with empty table
for (auto const& pidId : mEnabledParticles) {
makeTableEmpty(pidId);
Expand Down
16 changes: 8 additions & 8 deletions Common/TableProducer/PID/pidTOFMerge.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include "Common/Core/CollisionTypeHelper.h"
#include "Common/Core/MetadataHelper.h"
#include "Common/Core/PID/PIDTOF.h"
#include "Common/Core/PID/PIDTOFParamService.h"
#include "Common/Core/TableHelper.h"
#include "Common/DataModel/EventSelection.h"
Expand All @@ -40,7 +41,6 @@
#include <Framework/InitContext.h>
#include <Framework/OutputObjHeader.h>
#include <Framework/runDataProcessing.h>
#include <PID/PIDTOF.h>
#include <ReconstructionDataFormats/PID.h>
#include <TOFBase/EventTimeMaker.h>

Expand Down Expand Up @@ -345,7 +345,7 @@ struct tofEventTime {
tableEvTime.reserve(tracks.size());
tableFlags.reserve(tracks.size());

for (auto const& t : tracks) { // Loop on collisions
for (auto const& t : tracks) { // Loop on collisions
if (!t.has_collision() || collisions.size() == 0) { // Track was not assigned, cannot compute event time
tableFlags(0);
tableEvTime(0.f, 999.f);
Expand Down Expand Up @@ -399,8 +399,8 @@ struct tofEventTime {
LOG(debug) << "Running on " << CollisionSystemType::getCollisionSystemName(tofResponse->cfgCollisionType()) << " mComputeEvTimeWithTOF " << mComputeEvTimeWithTOF.value << " mComputeEvTimeWithFT0 " << mComputeEvTimeWithFT0.value;

if (mComputeEvTimeWithTOF == 1 && mComputeEvTimeWithFT0 == 1) {
int lastCollisionId = -1; // Last collision ID analysed
for (auto const& t : tracks) { // Loop on collisions
int lastCollisionId = -1; // Last collision ID analysed
for (auto const& t : tracks) { // Loop on collisions
if (!t.has_collision() || collisions.size() == 0 || ((sel8TOFEvTime.value == true) && !t.collision_as<EvTimeCollisionsFT0>().sel8())) { // Track was not assigned, cannot compute event time or event did not pass the event selection
tableFlags(0);
tableEvTime(0.f, 999.f);
Expand Down Expand Up @@ -475,8 +475,8 @@ struct tofEventTime {
}
}
} else if (mComputeEvTimeWithTOF == 1 && mComputeEvTimeWithFT0 == 0) {
int lastCollisionId = -1; // Last collision ID analysed
for (auto const& t : tracks) { // Loop on collisions
int lastCollisionId = -1; // Last collision ID analysed
for (auto const& t : tracks) { // Loop on collisions
if (!t.has_collision() || collisions.size() == 0 || ((sel8TOFEvTime.value == true) && !t.collision_as<EvTimeCollisions>().sel8())) { // Track was not assigned, cannot compute event time or event did not pass the event selection
tableFlags(0);
tableEvTime(0.f, 999.f);
Expand Down Expand Up @@ -906,7 +906,7 @@ struct tofPidMerge {

float resolution = 1.f; // Last resolution assigned
float nsigma = 0;
for (auto const& trk : tracks) { // Loop on all tracks
for (auto const& trk : tracks) { // Loop on all tracks
if (!trk.has_collision() || collisions.size() == 0) { // Track was not assigned, cannot compute NSigma (no event time) -> filling with empty table
for (auto const& pidId : mEnabledParticles) {
makeTableEmpty(pidId, false);
Expand Down Expand Up @@ -1068,7 +1068,7 @@ struct tofPidMerge {

float resolution = 1.f; // Last resolution assigned
float nsigma = 0;
for (auto const& trk : tracks) { // Loop on all tracks
for (auto const& trk : tracks) { // Loop on all tracks
if (!trk.has_collision() || collisions.size() == 0) { // Track was not assigned, cannot compute NSigma (no event time) -> filling with empty table
for (auto const& pidId : mEnabledParticles) {
makeTableEmpty(pidId, false);
Expand Down
2 changes: 1 addition & 1 deletion Common/TableProducer/PID/pidTOFbeta.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
/// \brief Task to produce TOF beta and TOF mass tables
///

#include "Common/Core/PID/PIDTOF.h"
#include "Common/Core/TableHelper.h"
#include "Common/DataModel/PIDResponseTOF.h"

Expand All @@ -27,7 +28,6 @@
#include <Framework/Configurable.h>
#include <Framework/InitContext.h>
#include <Framework/Variant.h>
#include <PID/PIDTOF.h>
#include <ReconstructionDataFormats/PID.h>

#include <chrono>
Expand Down
2 changes: 1 addition & 1 deletion DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
/// \brief Implementation for QA tasks of the TOF PID quantities
///

#include "Common/Core/PID/PIDTOFParamService.h"
#include "Common/DataModel/EventSelection.h"
#include "Common/DataModel/PIDResponseTOF.h"
#include "Common/DataModel/TrackSelectionTables.h"
Expand All @@ -32,7 +33,6 @@
#include <Framework/OutputObjHeader.h>
#include <Framework/StaticFor.h>
#include <Framework/runDataProcessing.h>
#include <PID/PIDTOFParamService.h>
#include <ReconstructionDataFormats/PID.h>

#include <TH1.h>
Expand Down
2 changes: 1 addition & 1 deletion DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFEvTime.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
/// \brief Tasks of the TOF PID quantities for the event times
///

#include "Common/Core/PID/PIDTOF.h"
#include "Common/DataModel/EventSelection.h"
#include "Common/DataModel/FT0Corrected.h"
#include "Common/DataModel/PIDResponseTOF.h"
Expand All @@ -33,7 +34,6 @@
#include <Framework/InitContext.h>
#include <Framework/OutputObjHeader.h>
#include <Framework/runDataProcessing.h>
#include <PID/PIDTOF.h>

#include <TEfficiency.h>
#include <THashList.h>
Expand Down
2 changes: 1 addition & 1 deletion DPG/Tasks/TOF/tofOfflineCalib.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include "tofSkimsTableCreator.h"

#include "Common/Core/PID/PIDTOF.h"
#include "Common/DataModel/EventSelection.h"
#include "Common/DataModel/FT0Corrected.h"
#include "Common/DataModel/Multiplicity.h"
Expand All @@ -37,7 +38,6 @@
#include <Framework/InitContext.h>
#include <Framework/OutputObjHeader.h>
#include <Framework/runDataProcessing.h>
#include <PID/PIDTOF.h>
#include <ReconstructionDataFormats/PID.h>

#include <TH1.h>
Expand Down
2 changes: 1 addition & 1 deletion PWGEM/Dilepton/TableProducer/skimmerPrimaryElectron.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include "PWGEM/Dilepton/Utils/MlResponseO2Track.h"
#include "PWGEM/Dilepton/Utils/PairUtilities.h"

#include "Common/Core/PID/PIDTOFParamService.h"
#include "Common/Core/TableHelper.h"
#include "Common/Core/trackUtilities.h"
#include "Common/DataModel/CollisionAssociationTables.h"
Expand Down Expand Up @@ -45,7 +46,6 @@
#include <Framework/OutputObjHeader.h>
#include <Framework/runDataProcessing.h>
#include <MathUtils/Utils.h>
#include <PID/PIDTOFParamService.h>
#include <ReconstructionDataFormats/DCA.h>
#include <ReconstructionDataFormats/PID.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "PWGEM/Dilepton/DataModel/dileptonTables.h"
#include "PWGEM/Dilepton/Utils/ElectronModule.h"

#include "Common/Core/PID/PIDTOFParamService.h"
#include "Common/DataModel/CollisionAssociationTables.h"
#include "Common/DataModel/EventSelection.h"
#include "Common/DataModel/PIDResponseTOF.h"
Expand All @@ -33,7 +34,6 @@
#include <Framework/InitContext.h>
#include <Framework/OutputObjHeader.h>
#include <Framework/runDataProcessing.h>
#include <PID/PIDTOFParamService.h>

#include <cmath>
#include <string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "Common/CCDB/RCTSelectionFlags.h"
#include "Common/CCDB/ctpRateFetcher.h"
#include "Common/Core/CollisionTypeHelper.h"
#include "Common/Core/PID/PIDTOFParamService.h"
#include "Common/Core/RecoDecay.h"
#include "Common/Core/Zorro.h"
#include "Common/Core/trackUtilities.h"
Expand All @@ -46,7 +47,6 @@
#include <Framework/InitContext.h>
#include <Framework/runDataProcessing.h>
#include <GPU/GPUROOTCartesianFwd.h>
#include <PID/PIDTOFParamService.h>
#include <ReconstructionDataFormats/DCA.h>
#include <ReconstructionDataFormats/PID.h>
#include <ReconstructionDataFormats/Track.h>
Expand Down
2 changes: 1 addition & 1 deletion PWGEM/Dilepton/Tasks/taggingHFE.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include "Common/CCDB/EventSelectionParams.h"
#include "Common/CCDB/RCTSelectionFlags.h"
#include "Common/Core/PID/PIDTOFParamService.h"
#include "Common/Core/RecoDecay.h"
#include "Common/Core/trackUtilities.h"
#include "Common/DataModel/Centrality.h"
Expand All @@ -46,7 +47,6 @@
#include <Framework/InitContext.h>
#include <Framework/runDataProcessing.h>
#include <GPU/GPUROOTCartesianFwd.h>
#include <PID/PIDTOFParamService.h>
#include <ReconstructionDataFormats/DCA.h>
#include <ReconstructionDataFormats/PID.h>
#include <ReconstructionDataFormats/Track.h>
Expand Down
2 changes: 1 addition & 1 deletion PWGEM/Dilepton/Utils/ElectronModule.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "PWGEM/Dilepton/Utils/PairUtilities.h"
#include "PWGEM/Dilepton/Utils/SemiCharmTag.h"

#include "Common/Core/PID/PIDTOFParamService.h"
#include "Common/Core/RecoDecay.h"
#include "Common/Core/trackUtilities.h"
#include "Tools/ML/MlResponse.h"
Expand All @@ -37,7 +38,6 @@
#include <Framework/HistogramRegistry.h>
#include <Framework/HistogramSpec.h>
#include <Framework/Logger.h>
#include <PID/PIDTOFParamService.h>
#include <ReconstructionDataFormats/DCA.h>
#include <ReconstructionDataFormats/PID.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include "PWGEM/Dilepton/Utils/PairUtilities.h"
#include "PWGEM/PhotonMeson/DataModel/gammaTables.h"

#include "Common/Core/PID/PIDTOFParamService.h"
#include "Common/DataModel/CollisionAssociationTables.h"
#include "Common/DataModel/EventSelection.h"
#include "Common/DataModel/PIDResponseTOF.h"
Expand All @@ -39,7 +40,6 @@
#include <Framework/InitContext.h>
#include <Framework/OutputObjHeader.h>
#include <Framework/runDataProcessing.h>
#include <PID/PIDTOFParamService.h>
#include <ReconstructionDataFormats/DCA.h>
#include <ReconstructionDataFormats/PID.h>

Expand Down
2 changes: 1 addition & 1 deletion PWGHF/TableProducer/mcPidTof.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include "Common/Core/CollisionTypeHelper.h"
#include "Common/Core/MetadataHelper.h"
#include "Common/Core/PID/PIDTOF.h"
#include "Common/Core/TableHelper.h"
#include "Common/DataModel/EventSelection.h"
#include "Common/DataModel/FT0Corrected.h"
Expand All @@ -40,7 +41,6 @@
#include <Framework/Logger.h>
#include <Framework/OutputObjHeader.h>
#include <Framework/runDataProcessing.h>
#include <PID/PIDTOF.h>
#include <ReconstructionDataFormats/PID.h>
#include <TOFBase/EventTimeMaker.h>

Expand Down
2 changes: 1 addition & 1 deletion PWGLF/TableProducer/Nuspex/hyperkinkRecoTask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include "Common/CCDB/EventSelectionParams.h"
#include "Common/Core/MetadataHelper.h"
#include "Common/Core/PID/PIDTOF.h"
#include "Common/Core/RecoDecay.h"
#include "Common/Core/trackUtilities.h"
#include "Common/DataModel/EventSelection.h"
Expand All @@ -41,7 +42,6 @@
#include <Framework/InitContext.h>
#include <Framework/OutputObjHeader.h>
#include <Framework/runDataProcessing.h>
#include <PID/PIDTOF.h>
#include <ReconstructionDataFormats/PID.h>
#include <ReconstructionDataFormats/TrackParametrization.h>

Expand Down
Loading
Loading