Skip to content

Commit db54e5c

Browse files
Merge pull request #1 from alibuild/alibot-cleanup-14061
Please consider the following formatting changes to #14061
2 parents 2c300f5 + c4eeff4 commit db54e5c

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

PWGUD/Tasks/upcExclusiveJpsiCB.cxx

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,23 @@
1010
// or submit itself to any jurisdiction.
1111
//
1212

13-
#include <iostream>
14-
#include <cmath>
15-
#include <cstdlib>
16-
#include <string>
17-
#include <vector>
13+
#include "PWGUD/Core/SGSelector.h"
14+
#include "PWGUD/Core/SGTrackSelector.h"
15+
#include "PWGUD/DataModel/UDTables.h"
16+
17+
#include "Framework/AnalysisDataModel.h"
18+
#include "Framework/AnalysisTask.h"
19+
#include "Framework/runDataProcessing.h"
20+
1821
#include "Math/Vector4D.h"
1922
#include "TDatabasePDG.h"
2023
#include "TMath.h"
2124

22-
#include "Framework/runDataProcessing.h"
23-
#include "Framework/AnalysisTask.h"
24-
#include "Framework/AnalysisDataModel.h"
25-
#include "PWGUD/DataModel/UDTables.h"
26-
#include "PWGUD/Core/SGSelector.h"
27-
#include "PWGUD/Core/SGTrackSelector.h"
25+
#include <cmath>
26+
#include <cstdlib>
27+
#include <iostream>
28+
#include <string>
29+
#include <vector>
2830

2931
using namespace o2;
3032
using namespace o2::aod;
@@ -163,7 +165,8 @@ struct upcExclusiveJpsiCB {
163165

164166
registry.fill(HIST("hSelectionCounter"), 2);
165167

166-
if(collision.flags()!=1) return; //UPC setting vs std setting
168+
if (collision.flags() != 1)
169+
return; // UPC setting vs std setting
167170
//____________________________________________________________________________________
168171

169172
// Create LorentzVector to store all tracks, Pion tracks and TPC Pion PID
@@ -204,7 +207,7 @@ struct upcExclusiveJpsiCB {
204207

205208
//_____________________________________
206209
// Add all onlyPionTracks into p
207-
for (const auto &pion : onlyPionTracks) {
210+
for (const auto& pion : onlyPionTracks) {
208211
p += pion;
209212
}
210213

0 commit comments

Comments
 (0)