# # 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 = 5 #SkipEvents=10 PoolEvgenInput=["vbf2.pool.root"] PoolHitsOutput="vbfg4hits2.pool.root" #-------------------------------------------------------------- # Set some of the global flags. Like eg the DD version: #-------------------------------------------------------------- DetDescrVersion='Rome-Initial'