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<<
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<<
92 "*=====================================================================" <<
G4endl <<
94 "* The Physics list "<<aPL<<
" is NO LONGER SUPPORTED ! " <<
G4endl <<
96 "* and will be deleted in the next release, Geant4 10 " <<
G4endl <<
98 if (Replacement.size() > 0)
101 "* We recommend you try the physics lists "<<Replacement<<
"," <<G4endl <<
102 "* this offers similar functionality for most use cases " <<G4endl <<
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 <<
110 "* lists: " <<G4endl <<
111 "* http://hypernews.slac.stanford.edu/HyperNews/geant4/get/phys-list.html"<<G4endl <<
113 "*=====================================================================*" <<G4endl<<
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<<
G4GLOB_DLL std::ostream G4cout
void Unsupported(const G4String aPL, const G4String Replacement="") const
void Replaced(const G4String aPL, const G4String Replacement) const
void Experimental(const G4String aPL) const
void OnlyFromFactory(const G4String aPL, const G4String basePL) const