Skip to content

Commit

Permalink
Formatting update
Browse files Browse the repository at this point in the history
  • Loading branch information
tswilliams committed May 24, 2023
1 parent 9f5c5ba commit 5a2215b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions L1Trigger/DemonstratorTools/src/BoardDataWriter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ namespace l1t::demo {
const std::map<std::string, ChannelSpec>& channelSpecs)
: BoardDataWriter(format, path, framesPerBX, tmux, maxFramesPerFile, mergeMaps(channelMap, channelSpecs)) {}

void BoardDataWriter::setBoardDataFileID(const std::string& aId) {
boardDataFileID_ = aId;
}
void BoardDataWriter::setBoardDataFileID(const std::string& aId) { boardDataFileID_ = aId; }

void BoardDataWriter::addEvent(const EventData& eventData) {
// Check that data is supplied for each channel
Expand Down Expand Up @@ -162,4 +160,4 @@ namespace l1t::demo {
pendingEvents_ = 0;
}

} // namespace l1t::demo
} // namespace l1t::demo

0 comments on commit 5a2215b

Please sign in to comment.