EDG - Emebdded Data Generator for SELEX
QQ Documentation Sources at CLEO
How to use EDG
-
1. setup edg
-
2. Prepare control files in some direcotry
- decay.inp - conrol file
- decay.dec - decay mode you are looking for
- Here are examples of xic -> Lambda K Pi Pi possible files
- xic_lkii.inp:
- nevent 1000 ! number of events
- decay_id 4322 ! XiC StdHEP ID number
- beam_id 3112 ! Sigma- StdHEP ID number
- beam_momentum 600.0 ! guess what? beam momentum
- mean_pt 1.0 ! pt distribution of XiC
- xf_power 4.0 ! Xf distribution of XiC
- data_out xic_lkii.dat ! Output Embedded file
- hist_out xic_lkii.hbk ! Output Histogram file
- decay_file xic_lkii.dec ! Input File with decay mode
- xic_lkii.dec:
- ;CSU1 used to be XIC+
- DECAY CSU1
- ;
- CHANNEL 0 1.0000 LAM K- PI+ PI+
- ;
- ENDDECAY
- ;
- DECAY LAM
- ;
- CHANNEL 0 1.0000 P+ PI-
- ;
- ENDDECAY
- gmake -f GNUmakefile
-
3. ln -s decay.inp embed_gen.inp
-
4. If you don't want to do any selections just run official executale. embed_gen.exe
-
5. Well, if you want certain cuts, then create routine
edg_select_mode.F (use edg_select.F from $EDG_DIR as an example)
gmake MODE=mode (take GNUmakefile form $EDG_DIR)
embed_gen_mode.exe
CVS repository
cvs checkout edg
Developer
Author: Mike Procario -- Carnegie-Mellon -- Fall 1998
Modified: Alexander Kushnirenko -- Carnegie-Mellon -- Fall 1998
syjun@fnal.gov