Skip to content

Commit 385beee

Browse files
committed
resolving o2 linter issues
1 parent 3331e64 commit 385beee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@
1313
/// \author Josué Martínez García, josuem@cern.ch
1414
/// \file upcPhotonuclearAnalysisJMG.cxx
1515

16+
#include <vector>
17+
1618
#include "Framework/AnalysisDataModel.h"
1719
#include "Framework/AnalysisTask.h"
1820
#include "Framework/runDataProcessing.h"
1921
#include "CCDB/BasicCCDBManager.h"
2022
#include "Framework/StepTHn.h"
21-
#include <TTree.h>
22-
#include <vector>
2323
#include "CommonConstants/MathConstants.h"
24+
#include <TTree.h>
2425

2526
#include "Common/CCDB/EventSelectionParams.h"
2627
#include "Common/Core/TrackSelection.h"

0 commit comments

Comments
 (0)