g3config.C and g3config_new.C [message #8193] |
Thu, 09 April 2009 14:52 |
donghee
Messages: 385 Registered: January 2009 Location: Germnay
|
first-grade participant |
From: *kph.uni-mainz.de
|
|
Hi,
I'm trying to produce some simulation data.
At present, I'm following the example in the macro/fsim/* and macro/run/*
When I do run my MC script with fRun->SetName("TGeant4");,
the script is working properly well.
But if I try to run fRun->SetName("TGeant3");, they could not access gconfig/g3Config.C
Error message looks like this:
------------------------------------------------------------
FairGeanePro::TGeant3 has not been initialized! ABORTING!
terminate called without an active exception
------------------------------------------------------------
I found in gconfig/ that there are new additional version with name of g3Config_new.C. Now, I assume that I have to exchange this file.
How can I change from g3Config.C to g3Config_new.C
Do I need to recomplie full pandaroot after rename of this file?
or is it possible to change this file locally?
What do I have to do?
Best regards,
Donghee Kang
|
|
|