Skip to content

Commit 21916ad

Browse files
authored
Merge pull request #20 from alibuild/alibot-cleanup-2404
Please consider the following formatting changes to #2404
2 parents 27819ce + d616dba commit 21916ad

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

EventFiltering/selectBCRange.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ struct BCRangeSelector {
3434
// buffer for task output
3535
Produces<aod::BCRanges> tags;
3636

37-
template<typename T>
38-
IRFrame getIRFrame(T& collision) {
37+
template <typename T>
38+
IRFrame getIRFrame(T& collision)
39+
{
3940
auto collBC = collision.bc().globalBC();
4041
auto evSelBC = collision.has_foundBC() ? collision.foundBC().globalBC() : collBC;
4142
int deltaBC = std::ceil(collision.collisionTimeRes() * nTimeRes / constants::lhc::LHCBunchSpacingNS);

0 commit comments

Comments
 (0)