Skip to content

Commit 8f826c9

Browse files
committed
PWGEM/Dilepton: fix bc in OTS
1 parent 8d53971 commit 8f826c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/TableProducer/skimmerOTS.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ struct skimmerOTS {
100100
void process(MyCollisions const& collisions, MyBCs const&)
101101
{
102102
for (auto& collision : collisions) {
103-
auto bc = collision.template foundBC_as<MyBCs>();
103+
auto bc = collision.template bc_as<MyBCs>(); //don't use foundBC.
104104
initCCDB(bc);
105105

106106
uint16_t trigger_bitmap = 0;

0 commit comments

Comments
 (0)