Skip to content

Commit

Permalink
Align
Browse files Browse the repository at this point in the history
  • Loading branch information
njacazio committed Jan 22, 2025
1 parent 818c6d1 commit bfb46d5
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion Common/TableProducer/PID/pidBayes.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
#include "Common/Core/PID/PIDTOF.h"
#include "Common/DataModel/Multiplicity.h"
#include "Common/DataModel/TrackSelectionTables.h"
#include "Common/DataModel/PIDResponse.h"
#include "Common/DataModel/PIDResponseCombined.h"
#include "Common/DataModel/PIDResponseTPC.h"
#include "Common/DataModel/PIDResponseTOF.h"

#include "pidTOFBase.h"

Expand Down
2 changes: 1 addition & 1 deletion Common/TableProducer/PID/pidTOFBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// O2Physics
#include "PID/ParamBase.h"
#include "PID/PIDTOF.h"
#include "Common/DataModel/PIDResponse.h"
#include "Common/DataModel/PIDResponseTOF.h"

static constexpr int nSpecies = 9;
static constexpr int nParameters = 1;
Expand Down
2 changes: 1 addition & 1 deletion Common/TableProducer/PID/pidTPC.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "Framework/ASoAHelpers.h"
#include "ReconstructionDataFormats/Track.h"
#include "CCDB/CcdbApi.h"
#include "Common/DataModel/PIDResponse.h"
#include "Common/DataModel/PIDResponseTPC.h"
#include "Common/Core/PID/TPCPIDResponse.h"
#include "Framework/AnalysisDataModel.h"
#include "Common/DataModel/Multiplicity.h"
Expand Down
2 changes: 1 addition & 1 deletion Common/TableProducer/PID/pidTPCBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define COMMON_TABLEPRODUCER_PID_PIDTPCBASE_H_

#include "Common/DataModel/Multiplicity.h"
#include "Common/DataModel/PIDResponse.h"
#include "Common/DataModel/PIDResponseTPC.h"

namespace o2::aod
{
Expand Down
1 change: 0 additions & 1 deletion Common/TableProducer/match-mft-mch-data.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include "Common/DataModel/EventSelection.h"
#include "Common/DataModel/Centrality.h"
#include "Common/CCDB/TriggerAliases.h"
#include "Common/DataModel/PIDResponse.h"
#include "Common/DataModel/TrackSelectionTables.h"
#include "Common/DataModel/MftmchMatchingML.h"
#include "Common/DataModel/MatchMFTMuonData.h"
Expand Down
1 change: 0 additions & 1 deletion Common/TableProducer/mcCollsExtra.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include "Common/DataModel/TrackSelectionTables.h"
#include "Common/DataModel/EventSelection.h"
#include "Common/DataModel/Centrality.h"
#include "Common/DataModel/PIDResponse.h"
#include "DetectorsBase/Propagator.h"
#include "DetectorsBase/GeometryManager.h"
#include "DataFormatsParameters/GRPObject.h"
Expand Down
3 changes: 2 additions & 1 deletion Common/Tools/PID/checkPidPacking.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
/// \since 03/05/2024
///

#include "Common/DataModel/PIDResponse.h"
#include "Common/DataModel/PIDResponseTOF.h"
#include "Common/DataModel/PIDResponseTPC.h"
#include "TH1F.h"
#include "TCanvas.h"
#include "TRandom.h"
Expand Down
3 changes: 2 additions & 1 deletion Common/Tools/aodDataModelGraph.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
#include <fmt/printf.h>
#include "Framework/AnalysisDataModel.h"
#include "PWGHF/DataModel/CandidateReconstructionTables.h"
#include "Common/DataModel/PIDResponse.h"
#include "Common/DataModel/PIDResponseTOF.h"
#include "Common/DataModel/PIDResponseTPC.h"
#include "Common/DataModel/Multiplicity.h"
#include "Common/DataModel/Centrality.h"
#include "Common/DataModel/TrackSelectionTables.h"
Expand Down

0 comments on commit bfb46d5

Please sign in to comment.