Forum: Fast Simulations |
---|
Topic: LiC Detector Toy |
---|
LiC Detector Toy [message #557] |
Mon, 24 July 2006 07:08 |
mitaroff Messages: 10 Registered: March 2004 Location: HEPHY Vienna, Austria, EU |
|
|
|
A simple but powerful software tool for detector design studies, aimed at investigating the resolution of fitted track parameters in the vertex region for the purpose of comparing and optimizing the track sensitive devices and the material budgets of various detector set-ups. This is achieved by a mini simulation of the set-up (rotational symmetric w.r.t. the beam axis, homogeneous magnetic field), followed by a full track reconstruction.
A first presentation has been made by Meinhard Regler (regler@hephy.oeaw.ac.at) at the 3rd SiLC Collaboration Meeting last June in Liverpool; his slides can be downloaded from
here .
The package is written in MatLab. A pre-release, covering only "barrel region" tracks, is available from Meinhard. Preliminary documentation can be downloaded from http://wwwhephy.oeaw.ac.at/p3w/ilc/reports/LiC_Det_Toy/UserG uide.pdf.
Recent addition is a simple interface to the VERTIGO DataSeeder for vertex reconstruction by the RAVE toolkit. An official release, including also the "forward/backward region", is due by autumn this year.
Cheers, Winfried
[Updated on: Mon, 24 July 2006 08:34]
|
|
|
Topic: Lelaps V03-20-25 available from CVS |
---|
Lelaps V03-20-25 available from CVS [message #134] |
Wed, 25 August 2004 17:19 |
langeveld Messages: 12 Registered: March 2004 Location: SLAC |
|
|
|
The latest version of Lelaps, V03-20-25, is now available from CVS.
The only difference from previous versions is that it now implements the SimulatorStatus bits for LCIO, hopefully correctly.
To get this version, type:
cvs -d :pserver:anonymous@cvs.freehep.org:/cvs/lelaps checkout -r V03-20-25 lelaps
To compile on Solaris, Linux or Cygwin, cd to the lelaps directory and type "make".
Willy.
Willy Langeveld (wglp09@slac.stanford.edu)
(650) 926-2280
|
|
|
Topic: Lelaps available from CVS |
---|
Lelaps available from CVS [message #119] |
Fri, 30 July 2004 12:18 |
langeveld Messages: 12 Registered: March 2004 Location: SLAC |
|
|
|
To get Lelaps from CVS, type the following:
cvs -d :pserver:anonymous@cvs.freehep.org:/cvs/lelaps co lelaps
To compile it, do the following:
cd lelaps
make
To run it, do this:
cd lelaps # change to the lelaps directory inside lelaps!
lelaps -h
The above will show you a number of options. Most likely you will want to use:
lelaps -o foo.sio -E bar.stdhep
or
lelaps -o foo.slcio -E bar.stdhep
You can create one output file for multiple stdhep input file by just specifying more than one .stdhep file:
lelaps -o foo.slcio -E bar1.stdhep bar2.stdhep ...
or even:
lelaps -o foo.slcio -E *.stdhep
By default it simulates SDJan03, but you can change the detector using:
lelaps -L LDMar01 -o foo.slcio -E *.stdhep
Willy.
[Updated on: Thu, 05 August 2004 13:55] Willy Langeveld (wglp09@slac.stanford.edu)
(650) 926-2280
|
|
|
Topic: Lelaps |
---|
|