Skip to content

Commit d616dba

Browse files
committed
Please consider the following formatting changes
1 parent 27819ce commit d616dba

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)