CEPC studies plan

This page describes the CEPC studies following the plan described in the observableproposed.docx document. This plan was agreed between ANL (Sergei Chekanov) and IHEP (Manqi Ruan).

Monte Carlo simulation samples

The current baseline for the SiCEPC detector is SiCEPCv2 described here. Compared to the previous version (SiCEPCv1) described in arXiv:1604.01994, it has improved PFA, tracking and a 3T solenoid field. The Monte Carlo samples created for this geometry are located under the tag rful101.

Single electron studies

Setup analysis environment:

wget http://atlaswww.hep.anl.gov/asc/jas4pp/download/current.php -O jas4pp.tgz
tar -zvxf jas4pp.tgz
cd jas4pp
source ./setup.sh # takes 5 sec for first-time optimization

We will study single-particle files posted to as shown here. Let's check file availability:

hs-ls pgun_electron_eta3_pt150gev 

We will use the reconstruction tag “rfull101” which corresponds to SiCEPC detector.

Now download the files and calculate track resolution for electrons. We will use this script to make the resolution plot track_resolution.py

hs-get pgun_electron_eta3_pt150gev%rfull101 data/electrons 2 100 # get 100 files in 2 threads in the directory "data/electrons"
fpad track_resolution.py

The output resolution is

resolution_electrons_v2.png

Sergei Chekanov 2016/11/07 16:27