from SamUserApiImportClasses import * datatier='reconstructed' appfamily=AppFamily('reconstruction','p14.06.00','d0reco') dict={ 'Simulated':{ 'keepparticlecalenergy':'off', 'geometry':'plate', 'd0release':'p14.07.00', # required to get correct versions of code (more than one release available) }, 'Reconstructed':{ 'frameworkrcpname':'runD0reco_mc.rcp', 'd0release':'p14.06.00', # required to get correct versions of code (more than one release available) }, 'Global':{ 'runtype':'Monte Carlo', 'stream':'notstreamed', 'description':'CSMC ', # DO NOT REMOVE THE CSMC STRING!!!!!!!!!!!!!!!!!!!!!!!!!!!! 'producedforname':'', 'phase':'mcp14', 'groupname':'dzero', }, 'Generated':{ 'useevtgen':'on', # DO NOT REMOVE FOR ANY PYTHIA REQUEST!!!!!!!!!!!!!!!!!!!!!!!!!!!! 'cardfiledir':'dzero or ', # Please only use your directory if the cardfiles is absent in dzero 'kinmasslt':'130.0', # put kinematical cuts compliant w/ the Common Samples MC agreement (especially for pT* cuts). If you're not sure, 'kinmassgt':'60.0', # please revisit http://www-d0.fnal.gov/computing/MonteCarlo/generator_tools/common_samples/proposal.html 'production':'gam-z', 'collisionenergy':'1960.0', # 'd0messprocess':'muinclextratight', # if necessary uncomment this line and put the correct d0_mess RCP 'decay':'cc', 'generator':'pythia', 'cardfileversion':'v00-08-06', # of course any higher version w/ "naming scheme" compliant cardfiles is acceptable 'pdflibfunc':'CTEQ5L', 'd0release':'p14.07.00', # required to get correct versions of code (more than one release available) ### 'UseEvtGen':'on', # required to ensure evtgen is used. DO NOT REMOVE FOR ANY PYTHIA REQUEST!!!!!!!!!!!!!!!!!!!!!!!!!!!! }, 'Digitized':{ 'calorimeternoise':'on', 'numminbi':'0.4', 'minbiopt':'Poisson', 'd0release':'p14.07.00', # required to get correct versions of code (more than one release available) }, }