/////////////////////////////////////////////////////////////////////////////// /// Job options for Escher for data produced with Brunel v30r7 or greater /// /// geometry lhcb-200601 (DC06) /// /////////////////////////////////////////////////////////////////////////////// #pragma print on //#include "$ESCHEROPTS/DstContent.opts" // Define contents of dst file #include "$ESCHEROPTS/Escher.opts" // #include "$ESCHEROPTS/EscherMC.opts" // MC data //ApplicationMgr.OutStream += {"DstWriter"}; //for histos #include "$STDOPTS/RootHist.opts" //--------------------------------------------------------------------------- // Geometry specific options //--------------------------------------------------------------------------- // Uncomment the line below to read the xml version of the dbase //DetectorDataSvc.DetDbLocation = "$XMLDDDBROOT/DDDB/lhcb.xml"; //--------------------------------------------------------------------------- // Use sqlite dbase //--------------------------------------------------------------------------- // DC06 database tags // Comment the two lines below to switch back to the xml dbase //DDDB.DefaultTAG = "DC06"; //LHCBCOND.DefaultTAG = "DC06"; #include "$DDDBROOT/options/DC06.opts" // DC06 magnetic field MagneticFieldSvc.FieldMapFile = "$FIELDMAPROOT/cdf/field047.cdf"; // #pragma print on //--------------------------------------------------------------------------- // Number of events to process, optionally skipping some events //--------------------------------------------------------------------------- ApplicationMgr.EvtMax = 2000; //ApplicationMgr.EvtMax = -1; //EventSelector.FirstEvent = 187; // To skip some events //--------------------------------------------------------------------------- // Histogram output //--------------------------------------------------------------------------- HistogramPersistencySvc.OutputFile = "Escher.root"; // Monitoring histos //--------------------------------------------------------------------------- // POOL file catalogs. First one is read-write, others are read only //--------------------------------------------------------------------------- PoolDbCacheSvc.Catalog = { "xmlcatalog_file:$ESCHERROOT/job/MyCatalog.xml" // ,"xmlcatalog_http://cattanem.home.cern.ch/cattanem/POOL/MyCatalog.xml" }; //EventSelector.Input = { // "DATAFILE='PFN:rfio:/castor/cern.ch/grid/lhcb/production/DC06/phys-v2-lumi2/00001768/DST/0000/00001768_00000001_5.dst' TYP='POOL_ROOTTREE' OPT='READ'" //}; EventSelector.Input = { "DATAFILE='PFN:rfio:/castor/cern.ch/user/c/cattanem/Boole/v14r4/00001820_00000001_4.digi' TYP='POOL_ROOT' OPT='READ'" // "DATAFILE='PFN:rfio:/castor/cern.ch/user/v/virets/Boole_misaligned.digi' TYP='POOL_ROOT' OPT='READ'" }; //--------------------------------------------------------------------------- // Event output //--------------------------------------------------------------------------- //DstWriter.Output = "DATAFILE='PFN:Escher.dst' TYP='POOL_ROOTTREE' OPT='REC'"; //////////////////////////////////////////////////////////////////////////////