File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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-
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments