macro updates and an all-in-one macro for pandaroot [message #9808] |
Sat, 28 November 2009 19:57 |
Johan Messchendorp
Messages: 693 Registered: April 2007 Location: University of Groningen
|
first-grade participant |
From: *xs4all.nl
|
|
Dear developers,
As we discussed in our last EVO meeting, the aim is to get to a production release of PandaRoot very soon. For this, we would like to update all the available macros in "/macro/xxxx" with a running configuration. Furthermore, we will create a "all-in-one" macro in "/macro/run" with a complete setup, digitization, reconstruction, etc, chain of the complete Panda system. The default transport model which will be used is Geant3 as requested by the TPC developers and agreed upon. In order to get to an all-in-one macro, it is very important that every detector/subsystem developer updates his/her macro in the trunk release (macro/<your-subsystem>/) and remove obsolete macros as well. Many of the macros already have been updated by Mohammad and Stefano in past week, but there are still problems remaining. Once this is done, Mohammad volunteered to setup the all-in-one macro in "macro/run". So please, update your macros asap, before Wednesday upcoming week! Also, inform us which macros to use as input for the "all-in-one" macro....
Kind wishes and thanks in advance,
Johan.
[Updated on: Sat, 28 November 2009 19:58] Report message to a moderator
|
|
|
|
|
|
|
Re: macro updates and an all-in-one macro for pandaroot [message #9836 is a reply to message #9833] |
Wed, 02 December 2009 17:00 |
Mohammad Al-Turany
Messages: 518 Registered: April 2004 Location: GSI, Germany
|
first-grade participant |
From: *gsi.de
|
|
Hi,
As discussed today, and after getting the evtgen file from Klaus I updated the macros so that user can switch on/off three event generators, EvtGen, Dpm and the box generator. The momentum is by default 7.45 GeV/C and can be changed for Dpm and Box from the argument of the macro. The evtGen file is in the input directory, it is less than 1 MB so I put it as it is (ASCII). In the macro there is three boolean for the different generators as below:
Bool_t UseEvtGen =kTRUE;
Bool_t UseDpm =kFALSE;
Bool_t UseBoxGenerator =kFALSE;
you can switch them all on if you like or any combination, by default the EvtGen is used with the file from Klaus (psi2s_jpsi2pi_1k.evt).
Radek also send me the GEM stuff, so it is now integrated in all SIM, DIGI and RECO.
I also added a macro, sim_complete_stt_vis.C which is the same as the sim_complete_stt.C but with the track visualization stuff.
regards
Mohammad
|
|
|
|
|
|
|
|
|
|