Skip to content

Commit 4d6efa4

Browse files
committed
Please consider the following formatting changes
1 parent 68fb95f commit 4d6efa4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

PWGUD/Tasks/upcPolarisationJpsiIncoh.cxx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717

1818
#include "PWGUD/DataModel/UDTables.h"
1919

20+
#include "Common/PhysicsConstants.h"
21+
#include "Common/RecoDecay.h"
22+
2023
#include "CCDB/BasicCCDBManager.h"
2124
#include "DataFormatsParameters/GRPECSObject.h"
2225
#include "DataFormatsParameters/GRPLHCIFData.h"
@@ -34,11 +37,6 @@
3437
#include <unordered_map>
3538
#include <vector>
3639

37-
#include "Framework/AnalysisDataModel.h"
38-
#include "Common/PhysicsConstants.h"
39-
40-
#include "Common/RecoDecay.h"
41-
4240
using namespace ROOT::Math;
4341

4442
// table for saving tree with info on data
@@ -208,7 +206,7 @@ struct UpcPolarisationJpsiIncoh {
208206
{
209207
float rAbs = fwdTrack.rAtAbsorberEnd();
210208
float pDca = fwdTrack.pDca();
211-
float pt = RecoDecay::pt(fwdTrack.px(), fwdTrack.py());
209+
float pt = RecoDecay::pt(fwdTrack.px(), fwdTrack.py());
212210
float eta = RecoDecay::eta(fwdTrack.px(), fwdTrack.py(), fwdTrack.pz());
213211
if (eta < kEtaMin || eta > kEtaMax)
214212
return false;

0 commit comments

Comments
 (0)