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/20 18:46]
hepsim17
fcs:cepc:2017 [2017/09/21 14:09]
hepsim17 [Some physics plots]
Line 100: Line 100:
 Here are a few plots illustrating physics performances. The figures have been done using fully identified muons and electrons (PandoraPFO). The following samples (tag rfull102) have been used: Here are a few plots illustrating physics performances. The figures have been done using fully identified muons and electrons (PandoraPFO). The following samples (tag rfull102) have been used:
  
-  * [[http://atlaswww.hep.anl.gov/hepsim/info.php?item=148|gev250ee_pythia6_zpole_mumu]] +  * [[http://atlaswww.hep.anl.gov/hepsim/info.php?item=148|gev250ee_pythia6_zpole_mumu]] - Z->mu+mu- 
-  * [[http://atlaswww.hep.anl.gov/hepsim/info.php?item=292|gev250ee_pythia8_higgs_mumu]] +  * [[http://atlaswww.hep.anl.gov/hepsim/info.php?item=292|gev250ee_pythia8_higgs_mumu]] - Higgs ->mu+mu+ (all Higgs processes) 
-  * [[http://atlaswww.hep.anl.gov/hepsim/info.php?item=146|gev250ee_pythia6_zpole_ee]]+  * [[http://atlaswww.hep.anl.gov/hepsim/info.php?item=146|gev250ee_pythia6_zpole_ee]] - Z-> e+e- 
 +  * [[http://atlaswww.hep.anl.gov/hepsim/info.php?item=294|gev250ee_pythia8_zhiggs_nunumumu]] - Z0+Higgs-> nunu+mu+mu- 
 +  * [[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|}}