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 4e230c1 commit f871be3Copy full SHA for f871be3
PWGHF/HFC/TableProducer/correlatorHfeHadrons.cxx
@@ -182,7 +182,7 @@ struct HfCorrelatorHfeHadrons {
182
return;
183
}
184
int poolBin = corrBinning.getBin(std::make_tuple(collision.posZ(), collision.multFT0M()));
185
- auto bc = collision.template bc_as<aod::BCsWithTimestamps>();
+ auto bc = collision.template bc_as<BcType>();
186
int gCollisionId = collision.globalIndex();
187
int64_t timeStamp = bc.timestamp();
188
0 commit comments