1515
1616// / \author Niveditha Ram , IP2I
1717
18- #include < vector>
19- #include < unordered_map>
18+ #include " PWGUD/DataModel/UDTables.h"
2019
21- #include " Framework/runDataProcessing.h"
22- #include " Framework/O2DatabasePDGPlugin.h"
23- #include " Framework/AnalysisTask.h"
24- #include " Framework/AnalysisDataModel.h"
2520#include " CCDB/BasicCCDBManager.h"
26- #include " DataFormatsParameters/GRPLHCIFData.h"
2721#include " DataFormatsParameters/GRPECSObject.h"
28- #include " PWGUD/DataModel/UDTables.h"
22+ #include " DataFormatsParameters/GRPLHCIFData.h"
23+ #include " Framework/AnalysisDataModel.h"
24+ #include " Framework/AnalysisTask.h"
25+ #include " Framework/O2DatabasePDGPlugin.h"
26+ #include " Framework/runDataProcessing.h"
2927
3028#include " TLorentzVector.h"
31- #include " TSystem.h"
3229#include " TMath.h"
3330#include " TRandom3.h"
31+ #include " TSystem.h"
32+
33+ #include < unordered_map>
34+ #include < vector>
3435
3536// table for saving tree with info on data
3637namespace dimu
@@ -41,7 +42,7 @@ DECLARE_SOA_COLUMN(M, m, float);
4142DECLARE_SOA_COLUMN (Pt, pt, float );
4243DECLARE_SOA_COLUMN (Rap, rap, float );
4344DECLARE_SOA_COLUMN (Phi, phi, float );
44- }
45+ } // namespace dimu
4546
4647namespace o2 ::aod
4748{
@@ -239,7 +240,7 @@ struct upcPolarisationJPsiIncorr {
239240 for (unsigned int i = 0 ; i < ampsV0A.size (); ++i) {
240241 if (std::abs (ampsRelBCsV0A[i]) <= 1 ) {
241242 if (ampsV0A[i] > kMaxAmpV0A )
242- return ;
243+ return ;
243244 }
244245 }
245246 // MCH-MID match selection
@@ -310,7 +311,7 @@ struct upcPolarisationJPsiIncorr {
310311
311312 // map with the tracks
312313 std::unordered_map<int32_t , std::vector<int32_t >> tracksPerCand;
313- // takes a tracks table with a coloumn of collision ID and makes it into a map of collision ID to each track.
314+ // takes a tracks table with a coloumn of collision ID and makes it into a map of collision ID to each track.
314315 collectCandIDs (tracksPerCand, fwdTracks);
315316
316317 // map with the ZDC info
@@ -341,7 +342,6 @@ struct upcPolarisationJPsiIncorr {
341342 }
342343
343344 PROCESS_SWITCH (upcPolarisationJPsiIncorr, processData, " " , true );
344-
345345};
346346
347347WorkflowSpec defineDataProcessing (ConfigContext const & cfgc)
0 commit comments