Skip to content

Commit d56803c

Browse files
author
jryu
committed
Reorder UPC QA includes and using directives
1 parent f23f731 commit d56803c

1 file changed

Lines changed: 29 additions & 30 deletions

File tree

PWGJE/Tasks/jetUpcQa.cxx

Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,36 @@
1313
/// \brief Standalone QA task for UPC event tagging and charged-jet information.
1414
/// \author Jaehyeok Ryu
1515

16+
#include "PWGUD/Core/SGCutParHolder.h"
17+
#include "PWGUD/Core/SGSelector.h"
18+
19+
#include "Common/DataModel/Centrality.h"
20+
#include "Common/DataModel/EventSelection.h"
21+
#include "Common/DataModel/Multiplicity.h"
22+
#include "Common/DataModel/TrackSelectionTables.h"
23+
24+
#include <CommonConstants/PhysicsConstants.h>
25+
#include <Framework/ASoAHelpers.h>
1626
#include <Framework/AnalysisDataModel.h>
27+
#include <Framework/AnalysisTask.h>
28+
#include <Framework/HistogramRegistry.h>
29+
#include <Framework/runDataProcessing.h>
30+
31+
#include <TPDGCode.h>
32+
33+
#include <fastjet/AreaDefinition.hh>
34+
#include <fastjet/ClusterSequenceArea.hh>
35+
#include <fastjet/GhostedAreaSpec.hh>
36+
#include <fastjet/JetDefinition.hh>
37+
#include <fastjet/PseudoJet.hh>
38+
39+
#include <cmath>
40+
#include <string>
41+
#include <vector>
42+
43+
using namespace o2;
44+
using namespace o2::framework;
45+
using namespace o2::framework::expressions;
1746

1847
namespace o2::aod
1948
{
@@ -241,36 +270,6 @@ using UpcJetTrackMCP = UpcJetTracksMCP::iterator;
241270

242271
} // namespace o2::aod
243272

244-
#include "PWGUD/Core/SGCutParHolder.h"
245-
#include "PWGUD/Core/SGSelector.h"
246-
247-
#include "Common/DataModel/Centrality.h"
248-
#include "Common/DataModel/EventSelection.h"
249-
#include "Common/DataModel/Multiplicity.h"
250-
#include "Common/DataModel/TrackSelectionTables.h"
251-
252-
#include <CommonConstants/PhysicsConstants.h>
253-
#include <Framework/ASoAHelpers.h>
254-
#include <Framework/AnalysisTask.h>
255-
#include <Framework/HistogramRegistry.h>
256-
#include <Framework/runDataProcessing.h>
257-
258-
#include <TPDGCode.h>
259-
260-
#include <fastjet/AreaDefinition.hh>
261-
#include <fastjet/ClusterSequenceArea.hh>
262-
#include <fastjet/GhostedAreaSpec.hh>
263-
#include <fastjet/JetDefinition.hh>
264-
#include <fastjet/PseudoJet.hh>
265-
266-
#include <cmath>
267-
#include <string>
268-
#include <vector>
269-
270-
using namespace o2;
271-
using namespace o2::framework;
272-
using namespace o2::framework::expressions;
273-
274273
/// Stand-alone QA task for validating UPC event tagging for charged-jet studies.
275274
/// The tagging and QA developed here are intended to guide a future integration
276275
/// of the required UPC information into the PWGJE derived-data workflow.

0 commit comments

Comments
 (0)