User Tools

Site Tools


vlhc:intro

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
vlhc:intro [2015/08/19 18:22]
asc
vlhc:intro [2015/10/08 16:03]
asc
Line 1: Line 1:
-====== VLHC community studies ======+====== Future detector studies  ======
  
-[[https://indico.hep.anl.gov/indico/categoryDisplay.py?categId=26 | Very High Energy pp Collider Physics Studies]] (regular meetings)+This page describes a few community tools for Future  Collider Physics Studies. Look at the  
 +[[https://indico.hep.anl.gov/indico/categoryDisplay.py?categId=26 | Future  Collider Physics Studies meetings]]
  
-====== Using SLIC for 100 TeV pp======+====== Using SLIC for future detector studies======
  
-Some reconstructed data are in [[http://atlaswww.hep.anl.gov/asc/vlhc/data/]].+We use SLIC public software for future collider studies. 
 +The instruction how to Run SLIC  are attached (created by Jan Strube). The instruction works for e+e- collisions 
 +generated by Whizard [[https://whizard.hepforge.org/]]
  
-The instruction how to Run SLIC  are attached (created by Jan Strube) +<code bash
- +Setup the environment:  
-For those who have an account at CERN, here are some instructions to go +source /afs/cern.ch/eng/clic/software/setup.sh 
-through the different steps of the simulation and reconstruction. We are +Download a physics file:  
-using Whizard https://whizard.hepforge.org/ to generate the physics eventsŠ +wget ftp://ftp-lcd.slac.stanford.edu/lcd/ILC/ZPole/stdhep/pythia/pythiaZPolemumu.stdhep 
- +Download a detector: 
-<code> +wget http://lcsim.org/detectors/sidloi3.zip 
-Setup the environment: source /afs/cern.ch/eng/clic/software/setup.sh +mkdir sidloi3 
-Download a physics file: wget +cd sidloi3 
-ftp://ftp-lcd.slac.stanford.edu/lcd/ILC/ZPole/stdhep/pythia/pythiaZPolemumu +unzip ../sidloi3.zip 
-.stdhep +Convert the compact format to other necessary formats 
-Download a detector: +GeomConverter -o lcdd compact.xml sidloi3.lcdd 
--- wget http://lcsim.org/detectors/sidloi3.zip +GeomConverter -o heprep compact.xml sidloi3.heprep 
--- mkdir sidloi3 +GeomConverter -o pandora compact.xml sidloi3.pandora 
--- cd sidloi3 +cd .. 
--- unzip ../sidloi3.zip +Run the simulation on 10 events (The crossing angle of the beams is 
-Convert the compact format to other necessary formats +flexible in our simulation. The physics is from head-on collisions. The 
--- GeomConverter -o lcdd compact.xml sidloi3.lcdd +events need to be boosted appropriately such that the outgoing beams go 
--- GeomConverter -o heprep compact.xml sidloi3.heprep +through the right beam pipe):
--- GeomConverter -o pandora compact.xml sidloi3.pandora +
--- cd .. +
-Run the simulation on 10 events (The crossing angle of the beams is +
-flexible in our simulation. The physics is from head-on collisions. The +
-events need to be boosted appropriately such that the outgoing beams go +
-through the right beam pipe):+
 /afs/cern.ch/eng/clic/software/slic/3.0.1/scripts/slic.sh -x -i /afs/cern.ch/eng/clic/software/slic/3.0.1/scripts/slic.sh -x -i
-pythiaZPolemumu.stdhep -g sidloi3/sidloi3.lcdd -r 10 -m +pythiaZPolemumu.stdhep -g sidloi3/sidloi3.lcdd -r 10 -m /afs/cern.ch/user/j/jfstrube/public/FCC/defaultILCCrossingAngle.mac -o input.slcio 
-/afs/cern.ch/user/j/jfstrube/public/FCC/defaultILCCrossingAngle.mac -o +Run the digitization and tracking: 
-input.slcio +lcsim -D inputFile=input.slcio -D trackingStrategies=/afs/cern.ch/user/j/jfstrube/public/FCC/sidloi3_trackingStrategies.xml -D outputFile=tracking.slcio /afs/cern.ch/user/j/jfstrube/public/FCC/sid_dbd_prePandora_noOverlay.xml 
-Run the digitization and tracking: +Run the particle flow reconstruction: 
-lcsim -D inputFile=input.slcio -D +PandoraFrontend -g sidloi3/sidloi3.pandora -i tracking.slcio -c /afs/cern.ch/user/j/jfstrube/public/FCC/PandoraSettings_sidloi3.xml
-trackingStrategies=/afs/cern.ch/user/j/jfstrube/public/FCC/sidloi3_tracking +
-Strategies.xml -D outputFile=tracking.slcio +
-/afs/cern.ch/user/j/jfstrube/public/FCC/sid_dbd_prePandora_noOverlay.xml +
-Run the particle flow reconstruction: +
-PandoraFrontend -g sidloi3/sidloi3.pandora -i tracking.slcio -c +
-/afs/cern.ch/user/j/jfstrube/public/FCC/PandoraSettings_sidloi3.xml+
 </code> </code>
  
  
 +You can now analyse the created SLCIO  file ("tracking.slcio" using Python and 
 +the [[https://atlaswww.hep.anl.gov/asc/wikidoc/doku.php?id=fcs:fpad|FPadSoft]] software
  
 + 
 ====== Truth-level Monte Carlo files ====== ====== Truth-level Monte Carlo files ======
  
vlhc/intro.txt · Last modified: 2015/10/08 16:03 by asc