Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/physics_lists/builders/src/G4OpticalPhysics.cc

    r1203 r1315  
    4242
    4343//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
    44 
    45 G4OpticalPhysics::G4OpticalPhysics(G4int verbose, const G4String& name)
    46   : G4VPhysicsConstructor(name),
     44G4OpticalPhysics::G4OpticalPhysics(G4int verbose)
     45  : G4VPhysicsConstructor("Optical")
     46,
    4747    wasActivated(false),
    4848
     
    6565}
    6666
     67G4OpticalPhysics::G4OpticalPhysics(G4int verbose, const G4String& name)
     68  : G4VPhysicsConstructor(name),
     69    wasActivated(false),
     70
     71    fScintillationProcess(0),
     72    fCerenkovProcess(0),
     73    fOpWLSProcess(0),
     74    fOpAbsorptionProcess(0),
     75    fOpRayleighScatteringProcess(0),
     76    fOpBoundaryProcess(0),
     77    fMaxNumPhotons(100),
     78    fMaxBetaChange(10.0),
     79    fYieldFactor(1.),
     80    fExcitationRatio(0.0),
     81    fSurfaceModel(unified),
     82    fProfile("delta"),
     83    fTrackSecondariesFirst(true)
     84{
     85  verboseLevel = verbose;
     86  fMessenger = new G4OpticalPhysicsMessenger(this);
     87}
     88
    6789//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
    6890
Note: See TracChangeset for help on using the changeset viewer.