Skip to content

Commit 4889e78

Browse files
committed
Please consider the following formatting changes
1 parent 00105aa commit 4889e78

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@
1616
///
1717
/// \author Matthias Herzer <matthias.herzer@cern.ch>, Goethe University Frankfurt
1818
///
19-
#include <string>
20-
#include <vector>
19+
#include "PWGLF/DataModel/LFNucleiTables.h"
20+
#include "PWGLF/DataModel/LFPIDTOFGenericTables.h"
21+
#include "PWGLF/DataModel/LFParticleIdentification.h"
22+
#include "PWGLF/Utils/pidTOFGeneric.h"
23+
2124
#include "Common/CCDB/EventSelectionParams.h"
2225
#include "Common/Core/PID/TPCPIDResponse.h"
2326
#include "Common/Core/trackUtilities.h"
@@ -26,19 +29,20 @@
2629
#include "Common/DataModel/Multiplicity.h"
2730
#include "Common/DataModel/PIDResponse.h"
2831
#include "Common/DataModel/TrackSelectionTables.h"
32+
2933
#include "Framework/ASoAHelpers.h"
3034
#include "Framework/AnalysisDataModel.h"
3135
#include "Framework/AnalysisTask.h"
3236
#include "Framework/HistogramRegistry.h"
3337
#include "Framework/runDataProcessing.h"
34-
#include "PWGLF/DataModel/LFNucleiTables.h"
35-
#include "PWGLF/DataModel/LFParticleIdentification.h"
3638
#include "ReconstructionDataFormats/PID.h"
3739
#include "ReconstructionDataFormats/Track.h"
38-
#include "PWGLF/DataModel/LFPIDTOFGenericTables.h"
39-
#include "PWGLF/Utils/pidTOFGeneric.h"
40+
4041
#include <TF1.h>
4142

43+
#include <string>
44+
#include <vector>
45+
4246
namespace o2::aod
4347
{
4448
namespace h3_data

0 commit comments

Comments
 (0)