Re: Cherenkov photons in Geant4 [message #11772 is a reply to message #11771] |
Wed, 11 May 2011 20:58 |
Mohammad Al-Turany
Messages: 518 Registered: April 2004 Location: GSI, Germany
|
first-grade participant |
From: *dip.t-dialin.net
|
|
Hi,
To switch on the optical properties with G4 you have to switch it on in the gconfig/g4Config.C
Quote: | TG4RunConfiguration* runConfiguration
= new TG4RunConfiguration("geomRoot", "QGSP_BERT_EMV", "stepLimiter+specialCuts+specialControls");
|
here you have to add "optical" to the physics lists i.e:
Quote: | TG4RunConfiguration* runConfiguration
= new TG4RunConfiguration("geomRoot", "QGSP_BERT_EMV+optical", "stepLimiter+specialCuts+specialControls");
|
see the g4Config.C for more options.
regards,
Mohammad
|
|
|