#include <G4WarnPLStatus.hh>
Definition at line 31 of file G4WarnPLStatus.hh.
◆ G4WarnPLStatus()
G4WarnPLStatus::G4WarnPLStatus |
( |
| ) |
|
◆ ~G4WarnPLStatus()
G4WarnPLStatus::~G4WarnPLStatus |
( |
| ) |
|
◆ Experimental()
Definition at line 117 of file G4WarnPLStatus.cc.
118{
120"*=====================================================================" <<
G4endl <<
122"* The Physics list "<<aPL<<
" is an experimental physics list ! " <<
G4endl <<
124"* Please report your use case for, and your experience with this " <<
G4endl <<
125"* physics list on the Geant4 User Forum dedicated to physics lists: " <<
G4endl <<
126"* http://hypernews.slac.stanford.edu/HyperNews/geant4/get/phys-list.html"<<
G4endl <<
128"*=====================================================================*" <<
G4endl<<
130}
G4DLLIMPORT std::ostream G4cout
◆ OnlyFromFactory()
Definition at line 54 of file G4WarnPLStatus.cc.
55{
57"*=====================================================================" <<
G4endl <<
59"* The Physics list "<<aPL<<
", a variation of "<< basePL<<
" will be " <<
G4endl <<
60"* available only via the physics list factory starting from the " <<
G4endl <<
61"* next release, Geant4 10 . " <<
G4endl <<
62"* We recommend you to replace code like " <<
G4endl <<
64" runManager->SetUserInitialization( new " << aPL <<
" ); " <<
G4endl <<
66"* by the following " <<
G4endl <<
68" G4PhysListFactory factory; " <<
G4endl <<
69" runManager->SetUserInitialization(" <<
G4endl <<
70" factory.GetReferencePhysList(\"" << aPL <<
"\");" <<
G4endl <<
72"* For more information how to use G4PhysListFactory, please refer " <<
G4endl <<
73"* to the documentation available at " <<
G4endl <<
74"* http://cern.ch/geant4/support/physicsLists/PhysListFactory.shtml " <<
G4endl <<
76"* We invite you to report your use case for, and your experience with" <<
G4endl <<
77"* this physics list on the Geant4 User Forum dedicated to physics " <<
G4endl <<
79"* http://hypernews.slac.stanford.edu/HyperNews/geant4/get/phys-list.html"<<
G4endl <<
81"*=====================================================================*" <<
G4endl<<
83
84
85
86}
◆ Replaced()
Definition at line 35 of file G4WarnPLStatus.cc.
36{
38"*=====================================================================" <<
G4endl <<
40"* The Physics list "<<aPL<<
" no longer exists " <<
G4endl <<
41"* We recommend you use the physics lists "<<Replacement<<
"," <<
G4endl <<
42"* this offers similar functionality for most use cases " <<
G4endl <<
45"* We invite you to report your use case for, and your experience with" <<
G4endl <<
46"* this physics list on the Geant4 User Forum dedicated to physics " <<
G4endl <<
48"* http://hypernews.slac.stanford.edu/HyperNews/geant4/get/phys-list.html"<<
G4endl <<
50"*=====================================================================*" <<
G4endl<<
52}
◆ Unsupported()
Definition at line 89 of file G4WarnPLStatus.cc.
90{
92"*=====================================================================" <<
G4endl <<
94"* The Physics list "<<aPL<<
" is NO LONGER SUPPORTED ! " <<
G4endl <<
95
96"* and will be deleted in the next release, Geant4 10 " <<
G4endl <<
98 if (Replacement.size() > 0)
99 {
101"* We recommend you try the physics lists "<<Replacement<<
"," <<
G4endl <<
102"* this offers similar functionality for most use cases " <<
G4endl <<
104
105 }
108"* We invite you to report your use case for, and your experience with" <<
G4endl <<
109"* this physics list on the Geant4 User Forum dedicated to physics " <<
G4endl <<
111"* http://hypernews.slac.stanford.edu/HyperNews/geant4/get/phys-list.html"<<
G4endl <<
113"*=====================================================================*" <<
G4endl<<
115}
The documentation for this class was generated from the following files: