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

    r819 r1340  
    2424// ********************************************************************
    2525//
     26// $Id: G4Generator2BN.cc,v 1.9 2010/10/14 14:01:02 vnivanch Exp $
     27// GEANT4 tag $Name: emlowen-V09-03-54 $
    2628//
    2729// -------------------------------------------------------------------
     
    4547// Class Description:
    4648//
    47 // Concrete base class for Bremsstrahlung Angular Distribution Generation - 2BN Distribution
     49// Concrete base class for Bremsstrahlung Angular Distribution Generation
     50// 2BN Distribution
    4851//
    4952// Class Description: End
    5053//
    5154// -------------------------------------------------------------------
    52 //
    53 //   
     55//   
    5456
    5557#include "G4Generator2BN.hh"
     
    150152
    151153
    152 G4Generator2BN::G4Generator2BN(const G4String& name):G4VBremAngularDistribution(name)
     154G4Generator2BN::G4Generator2BN(const G4String&)
     155 : G4VBremAngularDistribution("AngularGen2BN")
    153156{
    154157  b = 1.2;
     
    172175
    173176G4Generator2BN::~G4Generator2BN()
    174 {;}
     177{}
    175178
    176179//
Note: See TracChangeset for help on using the changeset viewer.