Skip to content

Commit 6551652

Browse files
committed
Minors
1 parent 2beb66e commit 6551652

File tree

7 files changed

+271
-303
lines changed

7 files changed

+271
-303
lines changed

DPG/Tasks/AOTTrack/PID/HMPID/hmpidDeuteron.cxx

100644100755
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@
1717
#include <TMath.h>
1818
#include <TString.h>
1919

20-
// distance 2D between MIP and Track extrapolated
21-
float distance2D(float x1, float y1, float x2, float y2)
22-
{
23-
float d = TMath::Sqrt(TMath::Power(x2 - x1, 2) + TMath::Power(y2 - y1, 2));
24-
return d;
25-
}
26-
2720
using namespace o2;
2821
using namespace o2::framework;
2922

DPG/Tasks/AOTTrack/PID/HMPID/hmpidQaPbPb.cxx

Lines changed: 135 additions & 146 deletions
Large diffs are not rendered by default.

DPG/Tasks/AOTTrack/PID/HMPID/hmpidQaPp.cxx

Lines changed: 136 additions & 147 deletions
Large diffs are not rendered by default.

DPG/Tasks/AOTTrack/PID/HMPID/hmpidTableProducerPbPb.cxx

100644100755
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
// O2 includes
13-
1412
#include "tableHMPIDPbPb.h"
1513

1614
#include "Common/Core/PID/PIDTOF.h"

DPG/Tasks/AOTTrack/PID/HMPID/hmpidTableProducerPp.cxx

100644100755
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
// O2 includes
1312
#include "tableHMPIDpp.h"
1413

1514
#include "Common/Core/PID/PIDTOF.h"

DPG/Tasks/AOTTrack/PID/HMPID/tableHMPIDPbPb.h

100644100755
File mode changed.

DPG/Tasks/AOTTrack/PID/HMPID/tableHMPIDpp.h

100644100755
File mode changed.

0 commit comments

Comments
 (0)