[SOLVED] Diffs between r 13415 and current & developement help [message #18597] |
Wed, 28 October 2015 15:01 |
Mamen
Messages: 55 Registered: January 2009 Location: Mainz
|
continuous participant |
From: *kph.uni-mainz.de
|
|
Dear all,
Since some time I am working on doing simulations for the possibility of converting PANDA into a detector capable of measuring reaction products from a p + e collider (proposed Electron Nucleon Collider - ENC, using HESR and PANDA).
Some years ago, Donghee Kang developed some software for the same project, based on the current version of pandaroot at that time (i.e. r 13415) and my task would consist on taking what he did and try to adapt it to the current version of pandaroot now.
I could manage to take his installed and edited software to my working directory and make it (more or less) run, using the reaction pe^- -> pe^- gamma generated for three different cases (DVCS, BH and Interference of both).
In the last few weeks, when I finally started working intensively with pandaroot, I have encountered some problems:
1.- It seems that I cannot install without errors the revision 13415 from the svn repository anymore. So I copied what Donghee had in his directory and installed it to my working directory. However, I would like to install a clean revision 13415 of pandaroot to be able to compare the changes that Donghee did with what it was in the software at that time.
2.- Also I have no idea how can I find out what has changed (I don't need details, but in a first step just roughly) since that version to the current one, concerning geometry, reconstruction, tracking, pid...
Any help or ideas will be appreciated.
I would also like to point that I am new to the development branch of pandaroot, so I might need quite a lot of help to understand some things. So, please, be patient with me .
Thank you very much in advance!!!
Cheers,
Mamen.
[Updated on: Mon, 09 November 2015 17:34] Report message to a moderator
|
|
|
Re: Diffs between r 13415 and current & developement help [message #18605 is a reply to message #18597] |
Fri, 30 October 2015 11:48 |
StefanoSpataro
Messages: 2736 Registered: June 2005 Location: Torino
|
first-grade participant |
From: *to.infn.it
|
|
Dear Mamen,
long time ago the management of the base packages was a bit different, and it is causing your problem in the installation.
In theory, you should do the following
* go to the pandaroot folder
* type "svn propedit svn:externals ."
* edit all the "base" lines (all the lines not "genfit") adding "-r 13415" before "https://..." and save -> "base -r 13415 https://..."
* type "svn update" from the pandaroot folder
* compile
This should link the base packages to the release 13415.
About differences, we are speaking about code of 2011, then tracking was not highly performant like now, there was no SciTil, GEMs were different as well as DIRC, no forward tracking, different beampipe, no EMC pid.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|