We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15728e commit 43053e4Copy full SHA for 43053e4
PWGJE/Tasks/jetShape.cxx
@@ -100,8 +100,8 @@ struct JetShapeTask {
100
template <typename T, typename U>
101
bool isAcceptedJet(U const& jet)
102
{
103
- static constexpr double kJetAreaFractonMinValue = -98.0
104
- if (jetAreaFractionMin > kJetAreaFractonMinValue) {
+ static constexpr double kJetAreaFractonMinValue = -98.0 if (jetAreaFractionMin > kJetAreaFractonMinValue)
+ {
105
if (jet.area() < jetAreaFractionMin * o2::constants::math::PI * (jet.r() / 100.0) * (jet.r() / 100.0)) {
106
return false;
107
}
0 commit comments