We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3331e64 commit 385beeeCopy full SHA for 385beee
PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx
@@ -13,14 +13,15 @@
13
/// \author Josué Martínez García, josuem@cern.ch
14
/// \file upcPhotonuclearAnalysisJMG.cxx
15
16
+#include <vector>
17
+
18
#include "Framework/AnalysisDataModel.h"
19
#include "Framework/AnalysisTask.h"
20
#include "Framework/runDataProcessing.h"
21
#include "CCDB/BasicCCDBManager.h"
22
#include "Framework/StepTHn.h"
-#include <TTree.h>
-#include <vector>
23
#include "CommonConstants/MathConstants.h"
24
+#include <TTree.h>
25
26
#include "Common/CCDB/EventSelectionParams.h"
27
#include "Common/Core/TrackSelection.h"
0 commit comments