241 |
make |
make |
242 |
@ after this step an application library $(PAM_VMC)/lib/tgt_$(PLATFORM)/libPamVMC_fc.so will be compiled |
@ after this step an application library $(PAM_VMC)/lib/tgt_$(PLATFORM)/libPamVMC_fc.so will be compiled |
243 |
and some calibration files will be copied from $(PAM_VMC)/aux@ |
and some calibration files will be copied from $(PAM_VMC)/aux@ |
244 |
|
@ do an export |
245 |
|
export LD_LIBRARY_PATH=$(PAM_VMC)/lib/tgt_$(PLATFORM):$(LD_LIBRARY_PATH) |
246 |
|
|
247 |
@ in $(PAM_VMC)/examples you can find an example of usage @ |
@ in $(PAM_VMC)/examples you can find an example of usage @ |
248 |
@ For more details please look inside $(PAM_VMC)/include PamVMCPrimaryGenerator.h and PamVMCDetectorHit.h @ |
@ For more details please look inside $(PAM_VMC)/include PamVMCPrimaryGenerator.h and PamVMCDetectorHit.h @ |
249 |
|
|
250 |
|
/////////////EXTERNAL DIGITIZER///////////////// |
251 |
|
In aux/PamVMVDigitizer you can find a source code of stand-alone digitizer. Just do make. |
252 |
|
There are only 3 parameters: input root-file name, output raw-filename and integer random seed. |
253 |
|
If you specify 0, then TRandom3(0) object will be created. All digitizers use this object. |
254 |
|
Please note, that current version of digidaizer could be not compatible with root-files generated |
255 |
|
with previous versions of PamVMC due to addtitonal variables in PamVMCDetectorHit class |
256 |
|
|
257 |
|
|
258 |
/////////////SPGECTRA GENERATOR///////////////// |
/////////////SPGECTRA GENERATOR///////////////// |
259 |
@ spectra_generator is a tool which allow you to generate tracks above the apparatus |
@ spectra_generator is a tool which allow you to generate tracks above the apparatus |
260 |
isotropically and save initial kinematic parameters (X0,Y0,Z0=110., P, Theta, Phi) |
isotropically and save initial kinematic parameters (X0,Y0,Z0=110., P, Theta, Phi) |