GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Bugs, Fixes, Releases » mistery
mistery [message #12615] Sun, 04 September 2011 00:01 Go to next message
Gianluigi Boca is currently offline  Gianluigi Boca
Messages: 177
Registered: March 2004
first-grade participant
From: *gsi.de
Hi,
I run some macros from svn generating 20 events of Eta_c :

pandaroot/macro/run/tdrct/eta_c/run_sim_stt_evt.C
pandaroot/macro/run/tdrct/eta_c/run_digi_stt_evt.C
pandaroot/macro/run/tdrct/eta_c/run_reco_stt_evt.C
pandaroot/macro/run/tdrct/eta_c/run_pid_stt_evt.C
pandaroot/macro/run/tdrct/eta_c/run_ana_eta_c_stt.C

When I count the n. of entries in the root files I find:

20 evts in evt_points_stt.root (right!)
21 evts in evt_digi_stt.root (ok, this is the extra evt by
Tobias)
22 evts in evt_reco_stt.root (what ????????)
21 evts in evt_pid_stt.root (coherent with evt_digi_stt.root)

Has anybody an explanation for these 22 evts ? Can I consider
the first 20 evts aligned anyways?

Thanks in advance Gianluigi
Re: mistery [message #12616 is a reply to message #12615] Sun, 04 September 2011 00:08 Go to previous message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: *10-79-r.retail.telecomitalia.it
Hi,
the first 20 events are always aligned.
The number of events is equal to the number of events of the input file +1.

points -> 20
digi = points + 1 = 21
reco = digi + 1 = 22
pid = points + 1 = 21

In reco macro the input file is digi (21), and points is added as friend.
In pid macro the input file is points (20), and digi/reco are added as friends.

I hope I made everything clear.
Previous Topic: August11 release...
Next Topic: Event Mixing on the GRID
Goto Forum:
  


Current Time: Fri Mar 29 13:56:44 CET 2024

Total time taken to generate the page: 0.00980 seconds