GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Tracking » Run 951 GRID -TPC
Run 951 GRID -TPC [message #12439] Tue, 02 August 2011 18:41 Go to next message
Elisa Fioravanti is currently offline  Elisa Fioravanti
Messages: 84
Registered: January 2008
continuous participant
From: *42-79-r.retail.telecomitalia.it
Hello,

I have run today the new job on GRID for the tpc for pi+pi- analysis, with august11 release, and unfortunately the results are very strange:

- theta distribution peaks at 90°
- momentum distribution is around 0.5 GeV
- residual momentum peaks at 0.9
- for the invariant mass: only 40 events pass the selection on 100K events generated

I don't know what is the reason, but the results are very bad and strange,

Elisa



Re: Run 952 GRID -TPC [message #12441 is a reply to message #12439] Tue, 02 August 2011 22:46 Go to previous messageGo to next message
Elisa Fioravanti is currently offline  Elisa Fioravanti
Messages: 84
Registered: January 2008
continuous participant
From: *43-79-r.retail.telecomitalia.it
Sorry, but there is an error in the Title of this post:
The run number if 952

Elisa
Re: Run 951 GRID -TPC [message #12446 is a reply to message #12439] Wed, 03 August 2011 12:29 Go to previous messageGo to next message
Dima Melnychuk is currently offline  Dima Melnychuk
Messages: 213
Registered: April 2004
Location: National Centre for Nucle...
first-grade participant
From: *fuw.edu.pl
Hi Elisa,

I see the same problem with eta_c channel, i.e. very low efficiency.

And the reason I suppose that outdated tpc reconstruction macro was used, at least if it is macro on grid /panda/user/p/pbarprod/tdr11/macros/pipi/run_reco_tpc_evt.C.
And it should be updated to trunk/macro/run/tdrct/npipi/run_reco_tpc_evt.C

with additional modification

the line
//tpcSPR->SetMCPid(); // use ideal particle identification

should be uncommented
and the line
tpcSPR->SetPDG(211);
should be commented.

The same is for other channels, except that for eta_c

/panda/user/p/pbarprod/tdr11/macros/eta_c/run_reco_tpc_evt.C

the last modification was already made.

Dima
Re: Run 951 GRID -TPC [message #12448 is a reply to message #12446] Wed, 03 August 2011 13:36 Go to previous messageGo to next message
Felix Boehmer is currently offline  Felix Boehmer
Messages: 149
Registered: May 2007
Location: Munich
first-grade participant

From: *natpool.mwn.de
Hi Dima & Elisa,

this problem should not be related to the way of PID selection in the pattern recognition. We just tested both methods locally for the eta_c channel and still see the same efficiencies (approx. 28%).

Are the macros up-to date, so we can also test pi-pi+ locally? It seems like there is a bug somewhere in the code on the grid ...


Cheers

Felix
Re: Run 951 GRID -TPC [message #12449 is a reply to message #12439] Wed, 03 August 2011 13:47 Go to previous messageGo to next message
Dima Melnychuk is currently offline  Dima Melnychuk
Messages: 213
Registered: April 2004
Location: National Centre for Nucle...
first-grade participant
From: *fuw.edu.pl
Hi Felix,

It's just what I have written, the old version of macro was used for TPC reconstruction on grid.

Running locally I also have close results for both PID selection in the pattern recognition.

So it's a question if/when Stefano will be able to correct macro and rerun.

Dima
Re: Run 951 GRID -TPC [message #12450 is a reply to message #12448] Wed, 03 August 2011 13:54 Go to previous messageGo to next message
Elisa Fioravanti is currently offline  Elisa Fioravanti
Messages: 84
Registered: January 2008
continuous participant
From: *fe.infn.it
Hello Felix,

you can find the analysis macro in

/macro/run/tdrct/npipi/

- ana_invariantmass_2pi_tpc.C that I use to look at the invariant mass of two pions
- plot_invariant.C that I used to produce plots.

Concerning the reconstruction macro, It's not up-to date,

Elisa

[Updated on: Wed, 03 August 2011 13:55]

Report message to a moderator

Re: Run 951 GRID -TPC [message #12451 is a reply to message #12449] Wed, 03 August 2011 15:02 Go to previous messageGo to next message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: 94.165.156*
I can try this evening, I was not aware that the reco macros had to be updated.
Would it be possible to modify all the tpc reco macros in svn, so that I have only to add them on the grid and submit the jobs? I do not have a computer in front of me right now...
Re: Run 951 GRID -TPC [message #12452 is a reply to message #12451] Wed, 03 August 2011 15:16 Go to previous messageGo to next message
Felix Boehmer is currently offline  Felix Boehmer
Messages: 149
Registered: May 2007
Location: Munich
first-grade participant

From: *natpool.mwn.de
Hi all,

we just tested eta_c with a completely clean trunk revision 12933, RKTrackRep revision 370 (grid version according to Johan). That is also true for the macros!

For both fixed PID and MCPID the efficiencies were around 30% (100 simulated events)...

So I don't understand what is going wrong there. Is the grid version really 12933 including all subfolders?


Cheers

Felix

[Updated on: Wed, 03 August 2011 15:20]

Report message to a moderator

Re: Run 951 GRID -TPC [message #12453 is a reply to message #12439] Wed, 03 August 2011 15:16 Go to previous messageGo to next message
Dima Melnychuk is currently offline  Dima Melnychuk
Messages: 213
Registered: April 2004
Location: National Centre for Nucle...
first-grade participant
From: *fuw.edu.pl
Hi Stefano,

I have activated
tpcSPR->SetMCPid();
in all tpc reco macros (run_reco_tpc_evt.C) in /trunk/macro/run/tdrct

So, they can be run on the grid.

Dima
Re: Run 951 GRID -TPC [message #12454 is a reply to message #12439] Wed, 03 August 2011 15:21 Go to previous messageGo to next message
Dima Melnychuk is currently offline  Dima Melnychuk
Messages: 213
Registered: April 2004
Location: National Centre for Nucle...
first-grade participant
From: *fuw.edu.pl
Hi Felix,

On the grid the macros are running not directly from
/macro/run/tdrct

but are copied to separate folder

/panda/user/p/pbarprod/tdr11/macros/

and in this folder they were outdated.

Dima
Re: Run 951 GRID -TPC [message #12455 is a reply to message #12454] Wed, 03 August 2011 15:26 Go to previous messageGo to next message
Felix Boehmer is currently offline  Felix Boehmer
Messages: 149
Registered: May 2007
Location: Munich
first-grade participant

From: *natpool.mwn.de
Ahhhhhh,

thanks for the clarification, Dima Smile
Still, if only the line about the MCPID was different ...

Anyway, with the consistent set of macros everything should be fine. Can you guys please inform us as soon as you see new results? We will try to test pi-pi+ locally in the meantime.


Cheers

Felix
Re: Run 951 GRID -TPC [message #12456 is a reply to message #12453] Wed, 03 August 2011 15:42 Go to previous messageGo to next message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: 94.165.156*
I was pretty sure that i had already applied such changes... maybe they were not correctly saved on the grid... I am getting old
Re: Run 951 GRID -TPC [message #12457 is a reply to message #12439] Wed, 03 August 2011 15:50 Go to previous messageGo to next message
Dima Melnychuk is currently offline  Dima Melnychuk
Messages: 213
Registered: April 2004
Location: National Centre for Nucle...
first-grade participant
From: *fuw.edu.pl
Hi Stefano,

From the modification time of macros in
/panda/user/p/pbarprod/tdr11/macros/

it seems that you could apply changes concerning
tpcSPR->SetMCPid();

but the macros didn't include previous modifications done by Johanes.

Dima
Re: Run 951 GRID -TPC [message #12458 is a reply to message #12439] Wed, 03 August 2011 17:51 Go to previous messageGo to next message
Felix Boehmer is currently offline  Felix Boehmer
Messages: 149
Registered: May 2007
Location: Munich
first-grade participant

From: *natpool.mwn.de
Hi Elisa,

we just took a look at the 2pion example for the npipi macros. From 100 simulated events we see 76 reconstructed entries in the invariant mass spectrum peaking at roughly 3.1 GeV, which is reasonable. All has been done with the macros from the trunk revision 12933.


Cheers

Felix
Re: Run 951 GRID -TPC [message #12459 is a reply to message #12458] Wed, 03 August 2011 19:30 Go to previous messageGo to next message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: *7-87-r.retail.telecomitalia.it
I have just started again TPC runs on the grid, with the updated reco macros. Let's cross our fingers that this will be the last time...
Re: Run 951 GRID -TPC [message #12460 is a reply to message #12459] Wed, 03 August 2011 19:50 Go to previous messageGo to next message
Felix Boehmer is currently offline  Felix Boehmer
Messages: 149
Registered: May 2007
Location: Munich
first-grade participant

From: *adsl.alicedsl.de
Thank you very much!
*keeping fingers crossed*


Have a nice evening!

Felix
Re: Run 951 GRID -TPC [message #12463 is a reply to message #12460] Thu, 04 August 2011 10:23 Go to previous messageGo to next message
Elisa Fioravanti is currently offline  Elisa Fioravanti
Messages: 84
Registered: January 2008
continuous participant
From: *fe.infn.it
Dear collegues,

I have test the pi+pi-pi+pi- analysis with TPC data available on the GRID, and the results seem to be good and resonable, for example for the invariant mass I have an effiency of 73.61% for TPC
and for the STT data on the GRID 72.61%
calculated with the formula :

Efficiency = (Number of reconstructed events)/ (Number of generated events entering within geo. detector acceptance)

that we agreed in the last EVO meeting,

best
Elisa
Re: Run 951 GRID -TPC [message #12464 is a reply to message #12463] Thu, 04 August 2011 10:32 Go to previous message
Felix Boehmer is currently offline  Felix Boehmer
Messages: 149
Registered: May 2007
Location: Munich
first-grade participant

From: *adsl.alicedsl.de
Hi Elisa,

that is good to hear! Thanks to you and everyone involved!


Cheers

Felix
Previous Topic: TpcRiemannTrackingTask - ideal PID now working - please rerun reconstruction
Next Topic: grid shutdown: simulation files stored at KVI
Goto Forum:
  


Current Time: Thu Mar 28 20:14:20 CET 2024

Total time taken to generate the page: 0.01186 seconds