Exemple #1
0
 def setUp(self):
     Simulation.setupJobEffMC()
     cores = 3000
     bandwidth = 3000
     self.system = Site.Batch( cores, bandwidth )
     file1 = "/store/data/1"
     file2 = "/store/data/2"
     theStore = Data.EventStore()
     theStore.addFile( file1, 10000 )
     theStore.addFile( file2, 20000 )
     inputData = { file1, file2 }
     aJob = Job.Job( "T2_CH_CERN", inputData, 0.1, 220, 200, theStore )
     self.system.addJob( aJob )
     self.system.runJob( aJob, 0 )