--- PamVMC/HOWTO_VMC_and_PAMELA 2009/06/12 18:56:07 1.1 +++ PamVMC/HOWTO_VMC_and_PAMELA 2009/07/13 15:05:46 1.2 @@ -241,10 +241,20 @@ make @ after this step an application library $(PAM_VMC)/lib/tgt_$(PLATFORM)/libPamVMC_fc.so will be compiled and some calibration files will be copied from $(PAM_VMC)/aux@ + @ do an export + export LD_LIBRARY_PATH=$(PAM_VMC)/lib/tgt_$(PLATFORM):$(LD_LIBRARY_PATH) @ in $(PAM_VMC)/examples you can find an example of usage @ @ For more details please look inside $(PAM_VMC)/include PamVMCPrimaryGenerator.h and PamVMCDetectorHit.h @ +/////////////EXTERNAL DIGITIZER///////////////// +In aux/PamVMVDigitizer you can find a source code of stand-alone digitizer. Just do make. +There are only 3 parameters: input root-file name, output raw-filename and integer random seed. +If you specify 0, then TRandom3(0) object will be created. All digitizers use this object. +Please note, that current version of digidaizer could be not compatible with root-files generated +with previous versions of PamVMC due to addtitonal variables in PamVMCDetectorHit class + + /////////////SPGECTRA GENERATOR///////////////// @ spectra_generator is a tool which allow you to generate tracks above the apparatus isotropically and save initial kinematic parameters (X0,Y0,Z0=110., P, Theta, Phi)