Skip to content

Commit 7fcad12

Browse files
committed
[PWGJE] Remove unused constant
1 parent 5251f84 commit 7fcad12

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

PWGJE/Tasks/jetDsSpecSubs.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ struct JetDsSpecSubs {
9494
std::vector<int> eventSelectionBits;
9595
int trackSelection = -1;
9696

97-
static constexpr float epsilon = 1.e-6f;
9897
// Filters
9998
Filter jetCuts = aod::jet::pt > jetPtMin&& aod::jet::r == nround(jetR.node() * 100.0f);
10099
// Filter collisionFilter = nabs(aod::jcollision::posZ) < vertexZCut;

0 commit comments

Comments
 (0)