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/src/G4SynchrotronRadiation.cc

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4SynchrotronRadiation.cc,v 1.6 2010/06/16 15:34:15 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4SynchrotronRadiation.cc,v 1.8 2010/10/14 18:38:21 vnivanch Exp $
     28// GEANT4 tag $Name: xrays-V09-03-05 $
    2929//
    3030// --------------------------------------------------------------
     
    4545#include "G4SynchrotronRadiation.hh"
    4646#include "G4UnitsTable.hh"
     47#include "G4EmProcessSubType.hh"
    4748
    4849///////////////////////////////////////////////////////////////////////
     
    6566                           (2.5*fine_structure_const*eplus*c_light) ;
    6667  fEnergyConst = 1.5*c_light*c_light*eplus*hbar_Planck/electron_mass_c2  ;
     68
     69  SetProcessSubType(fSynchrotronRadiation);
    6770  verboseLevel=1;
    6871}
     
    7477
    7578G4SynchrotronRadiation::~G4SynchrotronRadiation()
    76 {
    77      ;
    78 }
     79{}
    7980
    8081/////////////////////////////// METHODS /////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.