Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alejands committed Oct 13, 2021
1 parent bd8ef13 commit 71e5474
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DQM/EcalMonitorTasks/src/RawDataTask.cc
Expand Up @@ -28,7 +28,8 @@ namespace ecaldqm {
// TCDS calls it always 3564, but some subsystems call it 0.
// From testing: bx_ is labeled 0, dccBX and FEBxs[iFE] labeled 3564
// Setting bx_ to 0 to match the other two
if (bx_ == 3564) bx_ = 0;
if (bx_ == 3564)
bx_ = 0;

triggerType_ = _evt.experimentType() & 0xf;
l1A_ = 0;
Expand Down

0 comments on commit 71e5474

Please sign in to comment.