Report problems to ATLAS LXR Team (with time and IP address indicated)

The LXR Cross Referencer

source navigation ]
diff markup ]
identifier search ]
general search ]
 
 
Architecture: linux ]
Version: head ] [ nightly ] [ GaudiDev ]
  Links to LXR source navigation pages for stable releases [ 12.*.* ]   [ 13.*.* ]   [ 14.*.* ] 

001 #######################################################################
002 #
003 # Job options file
004 # W+W- -> enu enu production with MC@NLO 3.10 and Herwig/Herwig
005 #
006 # Author :Modified from file by  Tiesheng Dai  daits@umich.edu
007 # Prepared by Pauline Gagnon and Halasya Siva Subramania, February 2007
008 #======================================================================
009 #--------------------------------------------------------------
010 # General Application Configuration options
011 #--------------------------------------------------------------
012 
013 #--------------------------------------------------------------
014 # Private Application Configuration options
015 #--------------------------------------------------------------
016 
017 # Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL )
018 
019 # ... Main generator : Herwig
020 from AthenaCommon.AlgSequence import AlgSequence 
021 topAlg = AlgSequence("TopAlg") 
022 
023 from Herwig_i.Herwig_iConf import Herwig
024 topAlg += Herwig()
025 
026 Herwig = topAlg.Herwig
027 Herwig.HerwigCommand = [ "iproc mcatnlo",
028                        "modpdf 10000",
029                        "autpdf HWLHAPDF",
030                        "maxpr 5",
031                        "msflag 1",
032                        "jmbug 0",
033                        "jmueo 1",
034                        "ptjim 3.85",
035                        "jmrad 73 1.8",
036                        "pltcut 0.0000000000333",
037                        "ptmin 10.",
038                        "prsof 0",
039                        "taudec TAUOLA",
040                        "clpow 1.20"]
041 #--------------------------------------------------------------                                                                                                        
042 # ... Tauola
043 include ( "EvgenJobOptions/CSC_Tauola_Fragment.py" )
044 
045 # ... Photos
046 include ( "EvgenJobOptions/CSC_Photos_Fragment.py" )
047 
048 #--------------------------------------------------------------
049 # Filter
050 #--------------------------------------------------------------
051 
052 from GeneratorFilters.GeneratorFiltersConf import PtmissPlusLeptonsFilter
053 topAlg += PtmissPlusLeptonsFilter()
054 
055 PtmissPlusLeptonsFilter = topAlg.PtmissPlusLeptonsFilter
056 PtmissPlusLeptonsFilter.PtcutLepton = 4500.
057 PtmissPlusLeptonsFilter.PtcutTrack = 5000.
058 PtmissPlusLeptonsFilter.PtcutMissing = 50000.
059 PtmissPlusLeptonsFilter.MinEtaLost = 5.
060 PtmissPlusLeptonsFilter.MaxEtaLepton = 2.7
061 PtmissPlusLeptonsFilter.NLeptons = 2
062 PtmissPlusLeptonsFilter.mZwindow = 30000.
063 
064 try:
065      Stream1.RequireAlgs = [ "PtmissPlusLeptonsFilter" ]
066 except Exception, e:
067      pass
068 #==============================================================
069 #
070 # End of job options file
071 #
072 ###############################################################
073 #--------------------------------------------------------------
074 # Configuration for EvgenJobTransforms
075 #--------------------------------------------------------------
076 from EvgenJobOptions.McAtNloEvgenConfig  import evgenConfig
077 evgenConfig.inputfilebase = 'mcatnlo0310.006808.WpWm_enumunu'
078 evgenConfig.minevents=50
079 evgenConfig.efficiency = 0.00045
080 #72/113637=.00063359645185986958
081 #69/113637=.00060719659969904168
082 #58/113637=.00051039714177600605
083 #73/113637=.00064239640258014555
084 #(worst case) 58/113637*0.9=.00045935742759840544
085 

source navigation ] diff markup ] identifier search ] general search ]

Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems
This page was automatically generated by the LXR engine. Valid HTML 4.01!