Skip to content

Commit c3a5b58

Browse files
authored
Update mcParticlePrediction.cxx
1 parent 696b9d7 commit c3a5b58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/QC/mcParticlePrediction.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ struct mcParticlePrediction {
132132

133133
int countInAcceptance(const aod::McParticles& mcParticles, const float etamin, const float etamax)
134134
{
135-
static_assert(etamin < etamax, "etamin must be smaller than etamax");
135+
// static_assert(etamin < etamax, "etamin must be smaller than etamax");
136136
int counter = 0;
137137
for (const auto& particle : mcParticles) {
138138
if (particle.eta() > etamin && particle.eta() < etamax) {

0 commit comments

Comments
 (0)