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 27819ce + d616dba commit 21916adCopy full SHA for 21916ad
1 file changed
EventFiltering/selectBCRange.cxx
@@ -34,8 +34,9 @@ struct BCRangeSelector {
34
// buffer for task output
35
Produces<aod::BCRanges> tags;
36
37
- template<typename T>
38
- IRFrame getIRFrame(T& collision) {
+ template <typename T>
+ IRFrame getIRFrame(T& collision)
39
+ {
40
auto collBC = collision.bc().globalBC();
41
auto evSelBC = collision.has_foundBC() ? collision.foundBC().globalBC() : collBC;
42
int deltaBC = std::ceil(collision.collisionTimeRes() * nTimeRes / constants::lhc::LHCBunchSpacingNS);
0 commit comments