Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4EnergyLossTables.hh 77290 2013-11-22 10:57:50Z gcosmo $
|
||||
//
|
||||
// $Id:
|
||||
//
|
||||
@@ -205,16 +205,34 @@ public:
|
||||
private:
|
||||
|
||||
static void CPRWarning();
|
||||
static void ParticleHaveNoLoss(const G4ParticleDefinition* aParticle, const G4String&);
|
||||
static void ParticleHaveNoLoss(const G4ParticleDefinition* aParticle,
|
||||
const G4String&);
|
||||
|
||||
/*
|
||||
typedef std::map<K,G4EnergyLossTablesHelper,std::less<K> > helper_map;
|
||||
static helper_map dict;
|
||||
static G4ThreadLocal helper_map *dict;
|
||||
|
||||
static G4EnergyLossTablesHelper GetTables(const G4ParticleDefinition* p);
|
||||
|
||||
static G4EnergyLossTablesHelper t ;
|
||||
static G4EnergyLossTablesHelper null_loss ;
|
||||
static const G4ParticleDefinition* lastParticle ;
|
||||
static G4ThreadLocal G4EnergyLossTablesHelper *t;
|
||||
static G4ThreadLocal G4EnergyLossTablesHelper *null_loss;
|
||||
static G4ThreadLocal G4ParticleDefinition* lastParticle ;
|
||||
static G4ThreadLocal G4double QQPositron ;
|
||||
static G4ThreadLocal G4double Chargesquare ;
|
||||
static G4ThreadLocal G4int oldIndex ;
|
||||
static G4ThreadLocal G4double rmin,rmax,Thigh ;
|
||||
static G4ThreadLocal G4int let_counter;
|
||||
static G4ThreadLocal G4int let_max_num_warnings;
|
||||
static G4ThreadLocal G4bool first_loss;
|
||||
*/
|
||||
typedef std::map<K,G4EnergyLossTablesHelper,std::less<K> > helper_map;
|
||||
static helper_map *dict;
|
||||
|
||||
static G4EnergyLossTablesHelper GetTables(const G4ParticleDefinition* p);
|
||||
|
||||
static G4EnergyLossTablesHelper *t;
|
||||
static G4EnergyLossTablesHelper *null_loss;
|
||||
static G4ParticleDefinition* lastParticle ;
|
||||
static G4double QQPositron ;
|
||||
static G4double Chargesquare ;
|
||||
static G4int oldIndex ;
|
||||
|
||||
Reference in New Issue
Block a user