# # This is the configuration file to run Rome Simulation # Use the following switches for: # EvtMax = Number of events to simulate # SkipEvents = Number of events from input file to skip # PoolEvgenInput= Input collections. The list of files for the events to simulate # PoolHitsOutput= Output file name #-------------------------------------------------------------- # Get Configuration flags: #-------------------------------------------------------------- include( "AthenaCommon/AthenaCommonFlags.py" ) EvtMax = 1000 #EvtMax = 20 SkipEvents=0 #PoolEvgenInput=["rfio:/castor/cern.ch/atlas/project/dc2/preprod/evgen805/dc2.002930.mu_pt30_eta320.evgen805/data/dc2.002930.mu_pt30_eta320.evgen805._0001.pool.root"] #PoolEvgenInput=["athena.root"] PoolEventInput=["McEvent.root"] PoolHitsOutput="myOutput.pool.root" # LArCondCnvDbServer="suzume.icepp.s.u-tokyo.ac.jp" #-------------------------------------------------------------- # Set some of the global flags. Like eg the DD version: #-------------------------------------------------------------- #DetDescrVersion='Rome-Initial' DetDescrVersion='DC2'