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 18de897 commit 5a0b0c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Calibration/TkAlCaRecoProducers/src/AlcaBeamSpotManager.cc
Expand Up @@ -305,7 +305,8 @@ void AlcaBeamSpotManager::createWeightedPayloads(void){

}
//tmprun = currentBS->second.Run
++countlumi;
// 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 5a0b0c7

Please sign in to comment.