We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5251f84 commit 7fcad12Copy full SHA for 7fcad12
1 file changed
PWGJE/Tasks/jetDsSpecSubs.cxx
@@ -94,7 +94,6 @@ struct JetDsSpecSubs {
94
std::vector<int> eventSelectionBits;
95
int trackSelection = -1;
96
97
- static constexpr float epsilon = 1.e-6f;
98
// Filters
99
Filter jetCuts = aod::jet::pt > jetPtMin&& aod::jet::r == nround(jetR.node() * 100.0f);
100
// Filter collisionFilter = nabs(aod::jcollision::posZ) < vertexZCut;
0 commit comments