vlhc:intro
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vlhc:intro [2014/10/27 04:34] – asc | vlhc:intro [2015/10/08 16:03] (current) – asc | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | [[https:// | + | This page describes a few community tools for Future |
+ | [[https:// | ||
+ | ====== Using SLIC for future detector studies====== | ||
- | ====== Monte CArlo simulation files ====== | + | 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:// | ||
- | Monte Carlo simulation files with 100 TeV collision events can be downloaded from [[http:// | + | <code bash> |
+ | # Setup the environment: | ||
+ | source / | ||
+ | # Download a physics file: | ||
+ | wget ftp:// | ||
+ | # Download a detector: | ||
+ | wget http:// | ||
+ | mkdir sidloi3 | ||
+ | cd sidloi3 | ||
+ | unzip ../ | ||
+ | # Convert the compact format to other necessary formats | ||
+ | GeomConverter -o lcdd compact.xml sidloi3.lcdd | ||
+ | GeomConverter -o heprep compact.xml sidloi3.heprep | ||
+ | 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): | ||
+ | / | ||
+ | pythiaZPolemumu.stdhep -g sidloi3/ | ||
+ | # Run the digitization and tracking: | ||
+ | lcsim -D inputFile=input.slcio -D trackingStrategies=/ | ||
+ | # Run the particle flow reconstruction: | ||
+ | PandoraFrontend -g sidloi3/ | ||
+ | </ | ||
+ | |||
+ | |||
+ | You can now analyse the created SLCIO file (" | ||
+ | the [[https:// | ||
+ | |||
+ | |||
+ | ====== Truth-level Monte Carlo files ====== | ||
+ | |||
+ | Monte Carlo simulation files with 100 TeV collision events can be downloaded from the [[http:// | ||
+ | |||
+ | |||
+ | ====== HCAL studies ====== | ||
+ | |||
+ | |||
+ | [[vlhc:hcal | HCAL studies for VLHC]] | ||
+ | |||
+ | --- // |
vlhc/intro.1414384443.txt.gz · Last modified: 2014/10/27 04:34 by asc