Skip to content

Commit

Permalink
fix inconsistency in IOV creation. Max 60 LS instead of 59
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanzoni committed Jun 12, 2015
1 parent 161fc8b commit b738794
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Calibration/TkAlCaRecoProducers/src/AlcaBeamSpotManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,9 @@ void AlcaBeamSpotManager::createWeightedPayloads(void){
countlumi = 0;

}
//tmprun = currentBS->second.Run
++countlumi;
//tmprun = currentBS->second.Run
// increase the counter by one only if the IOV hasn't been closed
if (!docreate) ++countlumi;

currentBS = nextBS;
nextBS = nextNextBS;
Expand Down

0 comments on commit b738794

Please sign in to comment.