GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Event Generators » improvement of DPM
Re: improvement of DPM [message #13047 is a reply to message #13038] Wed, 08 February 2012 22:17 Go to previous messageGo to previous message
Aida Galoyan is currently offline  Aida Galoyan
Messages: 79
Registered: May 2007
Location: Dubna
continuous participant
From: *jinr.ru
Hi Mohammad,

Felix is right.

I replaced DPM_GEN on DPMGEN, because
when we called subroutine dpm_gen() from DpmEvtGen/main.cc or from PndDpmDirect.cxx (created by you),
it was needed to put 2 underscores at the end: dpm_gen__().

How I remember, it can lead to problems, when we transfer from "g77" to "gfortran".
Therefore, I replace dpm_gen(x,x) on dpmgen(x,x) and now
compile without any errors.

When we use subroutine dpmgen(x,x) instead dpm_gen(x,x),
it is need to change call
dpm_gen__(x,x) to dpmgen_(x,x) (without middle underscore and second underscore at the end)
in the file pgenerators/PndDpmDirect.cxx.
I did it in the file DpmEvtGen/main.cc .
I think, in the case, everythink will be normal.

Aida
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Photon energy distribution using DPM
Next Topic: Evtgen - prob>probmax
Goto Forum:
  


Current Time: Sat Apr 20 15:26:39 CEST 2024

Total time taken to generate the page: 0.01039 seconds