mkdir new_detector; cd new_detector
, ALL further actions to be done
in the this directory!
- To create new geometry description :
cvs co pams/geometry
cvs co StRoot/StTrsMaker
- geant tables also reside here, so it needs to be recompiled also
cd pams/geometry; mkdir crdegeo; cd crdgeo;
touch crdegeo.g
follow the examples here
- To integrate into STAR framework :
cvs co pams/sim
- pams/sim/g2t/g2t_crd.F, not exists, create
- pams/sim/g2t/g2t_crd.idl, not exists, create
- pams/sim/idl/g2t_crd_hit.idl, not exists, create
- pams/sim/idl/g2t_track.idl - exists, add lines for crd
- pams/sim/g2t/g2t_volume_id.g - exists, add lines for crd
- Do
cons
(probably twice), top level directory where pams/.. is located
- To add hits into .geant.root :
cvs co StRoot/St_geant_Maker
- add your hit code to StRoot/St_geant_Maker.cxx
cons
from top level directory where StRoot/.. is located