Ignore:
Timestamp:
Apr 6, 2009, 12:21:12 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/electromagnetic/xrays/include/G4Scintillation.hh

    r819 r961  
    2525//
    2626//
    27 // $Id: G4Scintillation.hh,v 1.13 2006/06/29 19:55:39 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     27// $Id: G4Scintillation.hh,v 1.15 2008/06/13 01:04:49 gum Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
     
    7272#include "G4PhysicsOrderedFreeVector.hh"
    7373
     74#include "G4EmSaturation.hh"
     75
    7476// Class Description:
    7577// RestDiscrete Process - Generation of Scintillation Photons.
     
    170172        // Returns the address of the slow scintillation integral table.
    171173
     174        void AddSaturation(G4EmSaturation* sat) { emSaturation = sat; }
     175        // Adds Birks Saturation to the process.
     176
     177        G4EmSaturation* GetSaturation() const { return emSaturation; }
     178        // Returns the Birks Saturation.
     179
    172180        void DumpPhysicsTable() const;
    173181        // Prints the fast and slow scintillation integral tables.
    174182
    175 private:
     183protected:
    176184
    177185        void BuildThePhysicsTable();
     
    183191        ///////////////////////
    184192
    185 protected:
    186193
    187194        G4PhysicsTable* theSlowIntegralTable;
    188195        G4PhysicsTable* theFastIntegralTable;
    189196
     197
     198
     199        G4bool fTrackSecondariesFirst;
     200
     201        G4double YieldFactor;
     202
     203        G4double ExcitationRatio;
     204
    190205private:
    191206
    192         G4bool fTrackSecondariesFirst;
    193 
    194         G4double YieldFactor;
    195 
    196         G4double ExcitationRatio;
     207        G4EmSaturation* emSaturation;
    197208
    198209};
Note: See TracChangeset for help on using the changeset viewer.