Skip to content

Commit c1ab4bd

Browse files
committed
Please consider the following formatting changes
1 parent 64300ed commit c1ab4bd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

PWGUD/TableProducer/twoTracksEventTableProducer.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,18 @@
3131
#include "Framework/runDataProcessing.h"
3232

3333
// O2Physics headers
34+
#include "PWGUD/Core/SGSelector.h"
35+
#include "PWGUD/Core/UPCTauCentralBarrelHelperRL.h"
36+
#include "PWGUD/DataModel/TwoTracksEventTables.h"
37+
#include "PWGUD/DataModel/UDTables.h"
38+
3439
#include "Common/CCDB/EventSelectionParams.h"
3540
#include "Common/Core/TrackSelection.h"
3641
#include "Common/Core/TrackSelectionDefaults.h"
3742
#include "Common/Core/trackUtilities.h"
3843
#include "Common/DataModel/EventSelection.h"
3944
#include "Common/DataModel/PIDResponse.h"
4045
#include "Common/DataModel/TrackSelectionTables.h"
41-
#include "PWGUD/Core/SGSelector.h"
42-
#include "PWGUD/Core/UPCTauCentralBarrelHelperRL.h"
43-
#include "PWGUD/DataModel/TwoTracksEventTables.h"
44-
#include "PWGUD/DataModel/UDTables.h"
4546

4647
// ROOT
4748
#include "Math/Vector4D.h"
@@ -756,4 +757,3 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
756757
return WorkflowSpec{
757758
adaptAnalysisTask<TwoTracksEventTableProducer>(cfgc)};
758759
}
759-

PWGUD/Tasks/testMCstdTabsRL.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ struct TestMCstdTabsRL {
7676

7777
histos.get<TH2>(HIST("Events/Truth/hGenIDvsCountCollisions"))->Fill(collision.getGeneratorId(), 1);
7878
histos.get<TH2>(HIST("Events/Truth/hGenIDvsNparticles"))->Fill(collision.getGeneratorId(), particles.size());
79-
80-
ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double>> mother;
79+
80+
ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double>> mother;
8181
for (const auto& particle : particles) {
8282
histos.get<TH2>(HIST("Events/Truth/hGenIDvsPDGcodesAll"))->Fill(collision.getGeneratorId(), particle.pdgCode());
8383
// if (!particle.isPhysicalPrimary()) continue;

0 commit comments

Comments
 (0)