# # 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=-1 SkipEvents=0 PoolHitsInput=["run10000.pool.root"] PoolRDOOutput="digi10000.rdo.root" #-------------------------------------------------------------- # Pileup configuration #-------------------------------------------------------------- # doMinimumBias=True # numberOfCollisions=2.3 # minBiasInputCols=["", "", "" ] # doCavern=True # cavernInputCols=["",""] #-------------------------------------------------------------- # Set some of the global flags. Like eg the DD version: #-------------------------------------------------------------- DetDescrVersion='Rome-Initial'