How to build CDF2SIM for MDC1
warning: don't use this version of CDF2SIM unless you are generating
datasets for Mock Data Challenge 1
- create a new test release based on the frozen release 3.2.0:
source ~cdfsoft/cdf2.cshrc
setup cdfsoft2 3.2.0
newrel -t 3.2.0 mdc1
- change the directory to make `mdc1' a working directory and run the
following script to check out the packages (note that they are tagged as
`mdc1'):
------------------------ cut here (list of packages goes out of page)
#! /usr/local/bin/tcsh -f
set names="r_n Banks SvxSim Geometry gnt geant_i RootMods gntMods FastSim Gflash PreRad Bbos Muon MuonGeometry FrameMods generatorMods calMods jetMods Framework AbsEnv tauola_i wgrad_i vecbos_i cot Calor imu Tof Clc qq_i TrackingF77 TrackingMods RootObjs RootEventDisplay PackageList ybos ParticleDB"
foreach name ($names)
addpkg $name mdc1
end
------------------------ cut here
- build the libraries and CDF2SIM:
make all
- now you're ready to run it...
- list of packages which have been modified
for MDC1
- please report all the problems to
mc-bugs@cdfsga.fnal.gov
recent progress
Oct 22: Wgrad is using RN manager
Oct 26: Fix to Banks by Frank Chlebana is in the repository, Banks/MDC1
retagged
Oct 26: MDC1 version of CDF2SIM released for public use on CDFSGA.
The binary can be found as
/data69/upgrade/mdc1/bin/IRIX6-KCC_3_3/cdf2sim.exe
Oct 27: Pythia is using RN manager, CDF2SIM rebuilt in MDC1 area
Nov 01: add forgotten TrackingMods, fix RN use by WGRAD,
CDF2SIM rebuilt in MDC1 area
Nov 09:
- add stream initialization for RN, generate dict for RN
- fix to WGRAD (back to Pythia 6.115) by Dave Waters
- add FillEvclModule to the standard list of modules
- CDF2SIM rebuilt in MDC1 area
Nov 15:
- add YBOS to the list of packages (to include LINUX bug fix,
accidentally not proragated into 3.2.0)
- CDF2SIM rebuilt in MDC1 area
Nov 18:
- Linux-specific fixes to dictionary generation (just comment out
smth which is not needed urgently). Updated packages: cot, RootObjs
- CDF2SIM rebuilt in MDC1 area
Nov 23:
- fix round-off error in GEANT3 routine GPAIRG (found on PDSF),
add GPAIRG to the list of files compiled into CDF2SIM
(MDC1 version)
- CDF2SIM rebuilt in MDC1 area
Nov 27:
- move initialization of MC_EVENT RN stream to constructor of MC_EVENT
class to allow its initialization at begin job stage
- CDF2SIM rebuilt in MDC1 area
Nov 29:
- ParticleDB package tagged with `mdc1' tag (fix to heptable.dbt allowing
to generate supersymmetry with Pythia)
Dec 10:
- ParticleDB package retagged : another fix to particle tables -
gravitino added, also allow setting of CDFPARP
- CDF2SIM rebuilt in MDC1 area
still missing
- calls to random number generators are not intercepted for
- Herwig
- Isajet
- Vecbos
- QQ ?
Last updated Nov 27 1999 by murat@cdfsga