Skip to content

Commit e018db2

Browse files
committed
apply code format
1 parent 317192e commit e018db2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Validation/MuonRPCDigis/src/RPCDigiValid.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ void RPCDigiValid::analyze(const Event &event, const EventSetup &eventSetup) {
124124
}
125125

126126
// Fill timing information
127-
if ( isDigiTimeAvailable_ ) {
127+
if (isDigiTimeAvailable_) {
128128
const double digiTime = digiIt->hasTime() ? digiIt->time() : digiIt->bx() * 25;
129129
hDigiTimeAll_->Fill(digiTime);
130130
if (digiIt->hasTime()) {
@@ -241,7 +241,7 @@ void RPCDigiValid::bookHistograms(DQMStore::IBooker &booker, edm::Run const &run
241241
hBxDisc_4Min_ = booker.book1D("BxDisc_4Min", "BxDisc_4Min", 20, -10., 10.);
242242

243243
// Timing informations
244-
if ( isDigiTimeAvailable_ ) {
244+
if (isDigiTimeAvailable_) {
245245
hDigiTimeAll_ =
246246
booker.book1D("DigiTimeAll", "Digi time including present electronics;Digi time (ns)", 100, -12.5, 12.5);
247247
hDigiTime_ = booker.book1D("DigiTime", "Digi time only with timing information;Digi time (ns)", 100, -12.5, 12.5);

0 commit comments

Comments
 (0)