diff --git a/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/test/testPhotonVertexSelection.py b/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/test/testPhotonVertexSelection.py index a5fbaa361b4adc07240ed2973560f90853418053..37158d431e50a061129028e885f515da4a153f31 100755 --- a/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/test/testPhotonVertexSelection.py +++ b/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/test/testPhotonVertexSelection.py @@ -65,8 +65,8 @@ def setupAthenaJob(algoClass, inputfile = defaultFile, EvtMax = None): # Maximum events if EvtMax: - from Configurables import StopperAlg - AlgFactory( StopperAlg, StopCount=EvtMax )() + from Configurables import AthenaStopperAlg + AlgFactory( AthenaStopperAlg, StopCount=EvtMax )() # -------------------------------- # Athena algorithm and setup