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.
2 parents 8f826c9 + 8e86467 commit 1d64adfCopy full SHA for 1d64adf
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