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 8a4a54d commit 5d40df0Copy full SHA for 5d40df0
PWGUD/TableProducer/tauEventTableProducer.cxx
@@ -212,7 +212,7 @@ struct TauEventTableProducer {
212
return false;
213
214
// FTOC
215
- if ((std::abs(coll.timeFT0C()) > maxFITtime) && coll.timeFT0A() > -998.)
+ if ((std::abs(coll.timeFT0C()) > maxFITtime) && coll.timeFT0C() > -998.)
216
217
218
return true;
PWGUD/Tasks/upcTauRl.cxx
@@ -852,7 +852,7 @@ struct UpcTauRl {
852
853
854
855
856
857
858
0 commit comments