Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

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

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4Scintillation.hh,v 1.18 2010/06/25 09:41:46 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4Scintillation.hh,v 1.21 2010/10/28 23:29:21 gum Exp $
     28// GEANT4 tag $Name: xrays-V09-03-05 $
    2929//
    3030//
     
    3838// Created:     1998-11-07
    3939// Author:      Peter Gumplinger
    40 // Updated:     2005-07-28 add G4ProcessType to constructor
     40// Updated:     2010-10-20 Allow the scintillation yield to be a function
     41//                         of energy deposited by particle type
     42//                         Thanks to Zach Hartwig (Department of Nuclear
     43//                         Science and Engineeering - MIT)
     44//              2005-07-28 add G4ProcessType to constructor
    4145//              2002-11-21 change to user G4Poisson for small MeanNumPotons
    4246//              2002-11-07 allow for fast and slow scintillation
     
    182186        // Adds Birks Saturation to the process.
    183187
     188        void RemoveSaturation() { emSaturation = NULL; }
     189        // Removes the Birks Saturation from the process.
     190
    184191        G4EmSaturation* GetSaturation() const { return emSaturation; }
    185192        // Returns the Birks Saturation.
     193
     194        void SetScintillationByParticleType(const G4bool );
     195        // Called by the user to set the scintillation yield as a function
     196        // of energy deposited by particle type
     197
     198        G4bool GetScintillationByParticleType() const
     199        { return scintillationByParticleType; }
     200        // Return the boolean that determines the method of scintillation
     201        // production
    186202
    187203        void DumpPhysicsTable() const;
     
    210226
    211227        G4double ExcitationRatio;
     228
     229        G4bool scintillationByParticleType;
    212230
    213231private:
Note: See TracChangeset for help on using the changeset viewer.