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/G4TransitionRadiation.cc

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4TransitionRadiation.cc,v 1.8 2010/06/16 15:34:15 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4TransitionRadiation.cc,v 1.10 2010/10/14 18:38:21 vnivanch Exp $
     28// GEANT4 tag $Name: xrays-V09-03-05 $
    2929//
    3030// G4TransitionRadiation class -- implementation file
     
    4545#include "G4TransitionRadiation.hh"
    4646#include "G4Material.hh"
     47#include "G4EmProcessSubType.hh"
    4748
    4849// Local constants
     
    6263  : G4VDiscreteProcess(processName, type)
    6364{
     65  SetProcessSubType(fTransitionRadiation);
    6466  //  fMatIndex1 = pMat1->GetIndex() ;
    6567  //  fMatIndex2 = pMat2->GetIndex() ;
     
    7274
    7375G4TransitionRadiation::~G4TransitionRadiation()
    74 {
    75         ;
    76 }
     76{}
    7777
    7878
Note: See TracChangeset for help on using the changeset viewer.