[FIXED] Problem with UseEvtGenDirect [message #14294] |
Thu, 03 January 2013 16:34 |
Ronald Kunne
Messages: 32 Registered: October 2009
|
continuous participant |
From: *in2p3.fr
|
|
Hi there and best wishes for 2013!
I try to run macro/run/sim_complete.C using the UseEvtGenDirect.
My .dec file looks like this:
noPhotos
Decay pbarpSystem
1.0 J/psi pi+ pi- PHSP;
Enddecay
End
Running this results in the error message:
root.exe: /vol0/panda/pandasep12/pandaroot/pgenerators/EvtGen/EvtGenBase/EvtIntervalFlatPdf.cc:19:
EvtIntervalFlatPdf::EvtIntervalFlatPdf(double, double): Assertion `max >= min' failed.
If I replace the "J/psi" by a "phi" everything works.
What is the problem here?
[Updated on: Wed, 10 September 2014 14:52] by Moderator Report message to a moderator
|
|
|
|
|
Re: Problem with UseEvtGenDirect [message #14297 is a reply to message #14296] |
Thu, 03 January 2013 17:13 |
StefanoSpataro
Messages: 2736 Registered: June 2005 Location: Torino
|
first-grade participant |
From: 2.235.190*
|
|
I have just tried with the latest trunk w/o any problem.
Could you please check in the log that you have the following text:
<I> PndEvtGenDirect
<I> Particle: pbarpSystem
<I> decfile: /home/spataro/sep12/pandaroot/macro/run/ronald.dec
<I> pbar-Momentum: 10
<I> Rnd Seed: -1
<I> Rnd Seed changed to 3319
EvtGen:Initializing EvtGen
EvtGen:Storing known decay models
Will register EvtPythia
EvtGen:Main decay file name :/home/spataro/sep12/pandaroot/pgenerators/EvtGen/DECAY.DEC
EvtGen:PDT table file name :/home/spataro/sep12/pandaroot/pgenerators/EvtGen/evt.pdl
EvtGen:Initializing RadCorr=PHOTOS
EvtGen:No RadCorr engine given in EvtGen::EvtGen constructor, will use default EvtPHOTOS.
EvtGen:In readDecayFile, reading:/home/spataro/sep12/pandaroot/pgenerators/EvtGen/DECAY.DEC
EvtGen:As requested, PHOTOS will be turned on.
and
EvtGen:In readDecayFile, reading:/home/spataro/sep12/pandaroot/macro/run/ronald.dec
EvtGen:As requested, PHOTOS will be turned off.
EvtGen:Given allowed decays, resetting minMass pbarpSystem 1.48 to 3.37581
EvtGen:Reading /home/spataro/sep12/pandaroot/macro/run/ronald.dec to override decay table.
############# Generating with following conditions:
incident 4-mom : (10.9822, 0, 0, 10), m = 4.53966
######################
and copy it here?
|
|
|
|
|