Skip to content

Commit dd32cd8

Browse files
author
Niveditha Ramasubramanian
committed
clang-format
1 parent a15f560 commit dd32cd8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

PWGUD/Tasks/upcPolarisationJPsiIncorr.cxx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,23 @@
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
3637
namespace dimu
@@ -41,7 +42,7 @@ DECLARE_SOA_COLUMN(M, m, float);
4142
DECLARE_SOA_COLUMN(Pt, pt, float);
4243
DECLARE_SOA_COLUMN(Rap, rap, float);
4344
DECLARE_SOA_COLUMN(Phi, phi, float);
44-
}
45+
} // namespace dimu
4546

4647
namespace o2::aod
4748
{
@@ -311,7 +312,7 @@ struct upcPolarisationJPsiIncorr {
311312

312313
// map with the tracks
313314
std::unordered_map<int32_t, std::vector<int32_t>> tracksPerCand;
314-
//takes a tracks table with a coloumn of collision ID and makes it into a map of collision ID to each track.
315+
// takes a tracks table with a coloumn of collision ID and makes it into a map of collision ID to each track.
315316
collectCandIDs(tracksPerCand, fwdTracks);
316317

317318
// map with the ZDC info
@@ -342,7 +343,6 @@ struct upcPolarisationJPsiIncorr {
342343
}
343344

344345
PROCESS_SWITCH(upcPolarisationJPsiIncorr, processData, "", true);
345-
346346
};
347347

348348
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)

0 commit comments

Comments
 (0)