= 2004.12.18 lxatlとRocks系ではshared libraryのパスが違う。 --> check /etc/ld.so.conf (ldconfig by root) = 2004.12.17 [DB test@ICEPP] (1) my.cnf (from share/my.cnf) host = atlasdb1.icepp.s.u-tokyo.ac.jp (2) *** the end of jobO.py *** RDBAccessSvc = Service("RDBAccessSvc") RDBAccessSvc.HostName="pdb01" IOVDbSvc.serverName = "atlasdb1.icepp.s.u-tokyo.ac.jp" NovaCnvSvc.Host = "atlasdb1.icepp.s.u-tokyo.ac.jp" = 2004.11.11 get_files RecExCommon_topOptions.py pool_insertFileToCatalog xxx.pool.root athena >& log (read jobOptions.py) athena myTopOptions.py >& log athena -c "EvtMax=2;doWriteESD=True;doAtlfast=True;" myTopOptions.py >& log athena myOptions.py myTopOptions.py >& log athena myOptionsFront.py myTopOptions.py myOptionsBack.py >& log atlasdev1.cern.ch (lxfs6131.cern.ch) atlasdbpro.cern.ch (lxfs6031.cern.ch) CBNT_LArCell WARNING Too many cells. Save only 10000 jobO.py --> read all contents and then interpret them. (not interpret contents step by step.) = before 2004.11.11 [Noise = OFF] cellbuilderEM.WithNoise=false;//choose if you want with or without noise cellbuilderHEC.WithNoise=false;//choose if you want with or without noise cellbuilderFCal.WithNoise=false;//choose if you want with or without noise [Unit] A hot topic at summer (2003). Basically everything is in GeV/cm except for the truth which is in GeV/mm. --> decide to use CLHEP header file (Sep 2003), that is, MeV/mm. --> /afs/cern.ch/sw/lhcxx/specific/rh73_gcc32/CLHEP/1.8.2.0/include/CLHEP/Units/SystemOfUnits.h (8.0.0) static const double millimeter = 1.; static const double radian = 1.; static const double nanosecond = 1.; static const double megaelectronvolt = 1. ; [DC1 simul 2056] I could not reconstruct the following files with 6.0.4: dc1.002056.simul.00012.hlt.pyt_WH120_munuuu.zebra dc1.002056.simul.00077.hlt.pyt_WH120_munuuu.zebra [dump...] Subject: Re: what is in storegate and how to find out all the container names From: David Rousseau Date: Thu, 13 Nov 2003 14:31:44 +0100 In RecExCommon_jobOptions.txt you can comment out the line: //StoreGateSvc.Dump = true ; This will dump for each event all the content of the transient event store. The same can be done for detector and condition store: //DetectorStore.Dump = true ; //ConditionsStore.Dump = true ; Another tip: to find out which property has been set by different joboption it is much faster/safer to look at the log file where *all* the jobOptions used directly and indirectly are dumped. (of course if the name is hardwired this would not help)