Skip to content

Commit

Permalink
Merge pull request #9586 from MilanoBicocca-pix/CMSSW_7_5_X_60LS_harv…
Browse files Browse the repository at this point in the history
…esting

Fix inconsistency in BeamSpot IOV creation in PCL
  • Loading branch information
cmsbuild committed Jun 16, 2015
2 parents e97d0b3 + 5a0b0c7 commit 7a3b4fe
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 7a3b4fe

Please sign in to comment.