Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
fcs:cepc:2017 [2017/09/21 12:39]
hepsim17 [Some physics plots]
fcs:cepc:2017 [2017/09/21 14:09]
hepsim17 [Some physics plots]
Line 106: Line 106:
   * [[http://atlaswww.hep.anl.gov/hepsim/info.php?item=295|gev250ee_pythia8_zhiggs_nunugg]] - Z0+Higgs-> nunu+gg   * [[http://atlaswww.hep.anl.gov/hepsim/info.php?item=295|gev250ee_pythia8_zhiggs_nunugg]] - Z0+Higgs-> nunu+gg
  
 +You can get the data (for Z0+Higgs-> nunu+mu+mu-, for example), as:
 +<code bash>
 +bash   #  set bash if you haven't done this before 
 +wget http://atlaswww.hep.anl.gov/hepsim/soft/hs-toolkit.tgz -O - | tar -xz;
 +source hs-toolkit/setup.sh
 +hs-get gev250ee_pythia8_zhiggs_nunumumu          # download ProMC (truth) files
 +hs-get gev250ee_pythia8_zhiggs_nunumumu%rfull102 # download SLCIO files for rfull102 tag
 +</code>
  
  
  
 +See [[http://atlaswww.hep.anl.gov/hepsim/doc/doku.php?id=hepsim:quick|ProMC manual]]. You can convert ProMC data to STDHEP or LCIO (MCParticle) with full simulations using promc2stdhep or promc2lcio converters as discussed in
 +[[hepsim:dev_full|this section]].
  
 +
 +Here are a few plots that show the performance using [[http://atlaswww.hep.anl.gov/hepsim/info.php?item=148|gev250ee_pythia6_zpole_mumu]]:
  
 {{:fcs:cepc:zpeak_mumu_fit.png?400|}} {{:fcs:cepc:zpeak_mumu_fit.png?400|}}
 +
 +Here is the plot for [[http://atlaswww.hep.anl.gov/hepsim/info.php?item=292|gev250ee_pythia8_higgs_mumu]] - Higgs ->mu+mu+ (all Higgs processes)
  
 {{:fcs:cepc:higgs_mumu_fit.png?400|}} {{:fcs:cepc:higgs_mumu_fit.png?400|}}
 +
 +Here is the plot for [[http://atlaswww.hep.anl.gov/hepsim/info.php?item=146|gev250ee_pythia6_zpole_ee]] - Z-> e+e-
  
 {{:fcs:cepc:zpeak_ee_fit.png?400|}} {{:fcs:cepc:zpeak_ee_fit.png?400|}}