1-hello | 2-mod | 3-pack | 4-pythia | 5-ATLFAST | 6-aodread | 7-sim | 8-dig | 9-rec | 10-aod |

(13)Reconstructing Events with Athena (2008.5.14)

Reconstruction is the process whereby the raw data Digits, such as times and voltages, are reconstructed into tracks and energy deposits as Event Summary Data (ESD). > get_files RecExCommon_links.sh  <==WorkBook no so clear but.... > source RecExCommon_links.sh で4つのファイルがコピーされた。
-rwxr-xr-x 1 kondo zp 385 May 14 16:32 RecExCommon_links.sh* -rwxr-xr-x 1 kondo zp 1887 May 14 16:36 myTopOptions.py* lrwxr-xr-x 1 kondo zp 15 May 14 16:36 jobOptions.py -> myTopOptions.py* lrwxr-xr-x 1 kondo zp 111 May 14 16:36 FastShowerHistograms -> /afs/cern.c h/atlas/software/releases/13.0.30/AtlasReconstruction/13.0.30/InstallArea/share/ FastShowerHistograms/ -rw-r--r-- 1 kondo zp 0 May 14 16:36 cdb.log -rw-r--r-- 1 kondo zp 840 May 14 16:36 PoolFileCatalog.xml.BAK -rw-r--r-- 1 kondo zp 903 May 14 16:36 PoolFileCatalog.xml
> get_files RecExCommon_topOptions.py > vi myRecOptions.py
########################################################## # For ESD Production doWriteESD = True doWriteAOD = False # Detector description DetDescrVersion='ATLAS-CSC-02-01-00' # doTrigger = False # Do not run trigger simulation as it breaks in 12.0.1 #number of Event to process (-1 is all) EvtMax = -1 SkipEvents = 0 # suppress the production of ntuple and histogram files doCBNT = False doHist = False # the input data file PoolRDOInput = [ "g4digi10.pool.root" ] # The ESD output file name PoolESDOutput = "esd.pool.root" #PoolAODOutput = "aod.pool.root" ##########################################################
> athena.py myRecOptions.py RecExCommon_topOptions.py > athena_rec10.out で実行中に出た文句は
Warning in : no dictionary for class IProxyDict is available WARNING: $POOL_CATALOG is not defined using default `xmlcatalog_file:PoolFileCatalog.xml' Warning in : For vector we could not fi nd any information about the type long double
できたファイルは
-rw-r--r-- 1 kondo zp 0 May 14 16:40 cdb.log -rw-r--r-- 1 kondo zp 77011 May 14 16:40 outputLVL1config.xml -rw-r--r-- 1 kondo zp 453761 May 14 16:40 outputHLTconfig.xml -rw-r--r-- 1 kondo zp 453761 May 14 16:40 outputHLTconfig.xml -rw-r--r-- 1 kondo zp 115064 May 14 16:40 outputHLTconfig_sequenceses.dot -rw-r--r-- 1 kondo zp 362 May 14 16:40 OKS_streamTAG_current.py -rw-r--r-- 1 kondo zp 362 May 14 16:40 OKS_streamRDO_current.py -rw-r--r-- 1 kondo zp 3097 May 14 16:40 OKS_streamESD_current.py -rw-r--r-- 1 kondo zp 1108 May 14 16:40 OKS_streamAOD_current.py -rw-r--r-- 1 kondo zp 475 May 14 16:42 GeoModelStatistics -rw-r--r-- 1 kondo zp 0 May 14 16:42 TileMapIdAndHash.txt -rw-r--r-- 1 kondo zp 233480 May 14 16:43 TAG.pool.root -rw-r--r-- 1 kondo zp 1067 May 14 16:43 PoolFileCatalog.xml.BAK -rw-r--r-- 1 kondo zp 149 May 14 16:43 AtRndmGenSvc.out -rw-r--r-- 1 kondo zp 1067 May 14 16:43 PoolFileCatalog.xml -rw-r--r-- 1 kondo zp 1297517 May 14 16:43 esd10.pool.root <= 小さいな。 -rw-r--r-- 1 kondo zp 362 May 14 16:43 debug-monitoring.root -rw-r--r-- 1 kondo zp 362 May 14 16:43 shift-monitoring.root -rw-r--r-- 1 kondo zp 370 May 14 16:43 runstat-monitoring.root -rw-r--r-- 1 kondo zp 1127974 May 14 16:43 expert-monitoring.root -rw-r--r-- 1 kondo zp 7084258 May 14 16:43 athena_rec10.out -rw-r--r-- 1 kondo zp 931 May 14 16:43 fort.79
スペースがなくなった。
Volume Name Quota Used %Used Partition user.kondo 200000 197843 99%<< 52% < (Instead of creating myRecOptions.py, another equivalent procedure is to use file myTopOptions.py and adapt it to your needs, and run with (this is the default file)) AODをESDと同時に作ることにする。myRecOptions.pyの中で
doWriteAOD = True and uncomment PoolAODOutput = "aod10.pool.root"
SysError in : error writing to file esd10.pool.root (-1) (Disk quota exceeded) が出てしまったのでesd10.pool.rootは作らないことにする。outもやめる。
628 May 14 18:04 myRecOptions.py 0 May 14 18:12 cdb.log 453761 May 14 18:12 outputHLTconfig.xml 77011 May 14 18:12 outputLVL1config.xml 115064 May 14 18:12 outputHLTconfig_sequenceses.dot 362 May 14 18:12 OKS_streamTAG_current.py 362 May 14 18:12 OKS_streamRDO_current.py 3097 May 14 18:12 OKS_streamESD_current.py 1108 May 14 18:12 OKS_streamAOD_current.py 475 May 14 18:13 GeoModelStatistics 0 May 14 18:14 TileMapIdAndHash.txt 1231 May 14 18:15 PoolFileCatalog.xml.BAK 1446540 May 14 18:25 TAG.pool.root 150 May 14 18:25 AtRndmGenSvc.out 2406666 May 14 18:25 aod10.pool.root <=====できたかな? 362 May 14 18:25 debug-monitoring.root 362 May 14 18:25 shift-monitoring.root 370 May 14 18:25 runstat-monitoring.root 1154610 May 14 18:25 expert-monitoring.root 1463 May 14 18:25 fort.79