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 8f826c9 commit 8e86467Copy full SHA for 8e86467
PWGEM/Dilepton/TableProducer/skimmerOTS.cxx
@@ -100,7 +100,7 @@ struct skimmerOTS {
100
void process(MyCollisions const& collisions, MyBCs const&)
101
{
102
for (auto& collision : collisions) {
103
- auto bc = collision.template bc_as<MyBCs>(); //don't use foundBC.
+ auto bc = collision.template bc_as<MyBCs>(); // don't use foundBC.
104
initCCDB(bc);
105
106
uint16_t trigger_bitmap = 0;
0 commit comments