Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45055
b: "refs/heads/CMSSW_7_1_X"
c: d6edcba
h: "refs/heads/CMSSW_7_1_X"
i:
  45053: 5bae48e
  45051: b54ff26
  45047: 536be4f
  45039: 041d91b
  45023: e682e40
  44991: c8409c8
  44927: c891ec7
  44799: e33c461
  44543: ed18698
  44031: 74af3bc
  43007: 3b2facb
  40959: 5e00329
v: v3
  • Loading branch information
giorgia committed Jun 4, 2008
1 parent ce267b2 commit 5cfb651
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: ac155dadd83efa75cad55c0508a57a2b9dd3d66c
"refs/heads/CMSSW_7_1_X": 88ff0c07b216caf1a3f5dff3705c03dcb6914bc7
"refs/heads/CMSSW_7_1_X": d6edcbaae562385267ba70794f0a87bb6144f8c4
8 changes: 4 additions & 4 deletions trunk/DQM/DTMonitorClient/src/DTDataIntegrityTest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
* \file DTDataIntegrityTest.cc
*
* $Date: 2008/06/03 16:33:51 $
* $Revision: 1.17 $
* $Date: 2008/06/04 16:18:48 $
* $Revision: 1.19 $
* \author S. Bolognesi - CERN
*
*/
Expand Down Expand Up @@ -269,11 +269,11 @@ void DTDataIntegrityTest::endLuminosityBlock(LuminosityBlock const& lumiSeg, Eve
} else { // there are errors
result = 2;
}
summaryHisto->setBinContent(rosNumber-769,dduId,result);
summaryHisto->setBinContent(rosNumber,dduId-769,result);
}
} else { // no data in this FED: it is off
for(int rosNumber = 1; rosNumber <= 12; ++rosNumber) {
summaryHisto->setBinContent(rosNumber-769,dduId,1);
summaryHisto->setBinContent(rosNumber,dduId-769,1);
}
}

Expand Down

0 comments on commit 5cfb651

Please sign in to comment.