Exam
Event and Track has to be used from https://gitlab.com/ndmspc/ndhep . Note that one have to use --recurse-submodules
when doing git clone. So one needs to do to clone project
git clone --recurse-submodules https://gitlab.com/ndmspc/ndhep.git
To build project one have to use scripts/make.sh
.
- Generate events (1000 events with 1000 tracks per one file)
- Implement macro to generate these events
- Save files in
root://eos-hlit.jinr.ru//eos/hybrilit.jinr.ru/scratch/upjs/psdjf_exam/XXX
, whereXXX
id. Example is001
then002
and so. @ksajdak(000-009)
, @dsvecova(010-019)
and @adamabdessamad(020-029)
with namendhep.root
filename. Tree name should bendhepTree
and branch name for event should beEvent
- Read/analyze these data and your output should be histogram of following parameters and save them in to root file
Vx
Px
Py
Pt=(sqrt(px^2+py^2))
Each of you will create merge request with username to append at the end. In this case it should be (14-exam-<username>)
and put you code in project directory <project-dir>/exam/<username>/
Edited by Martin Vala