Skip to content

Commit f871be3

Browse files
authored
use BCType instead of aod::BCsWithTimestamps
use BCType instead of aod::BCsWithTimestamps
1 parent 4e230c1 commit f871be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFC/TableProducer/correlatorHfeHadrons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ struct HfCorrelatorHfeHadrons {
182182
return;
183183
}
184184
int poolBin = corrBinning.getBin(std::make_tuple(collision.posZ(), collision.multFT0M()));
185-
auto bc = collision.template bc_as<aod::BCsWithTimestamps>();
185+
auto bc = collision.template bc_as<BcType>();
186186
int gCollisionId = collision.globalIndex();
187187
int64_t timeStamp = bc.timestamp();
188188

0 commit comments

Comments
 (0)