Logo ROOT   6.10/09
Reference Guide
Variables
TGeoElement.cxx File Reference
#include "RConfigure.h"
#include "Riostream.h"
#include "TSystem.h"
#include "TROOT.h"
#include "TObjArray.h"
#include "TVirtualGeoPainter.h"
#include "TGeoManager.h"
#include "TGeoElement.h"
#include "TMath.h"
Include dependency graph for TGeoElement.cxx:

Variables

static const Int_t gDecayDeltaA [gMaxDecay]
 
static const Int_t gDecayDeltaZ [gMaxDecay]
 
static const char * gDecayName [gMaxDecay+1]
 
static const char gElName [gMaxElem][3]
 
static const char gLevName [gMaxLevel] =" mnpqrs"
 
static const Int_t gMaxDecay = 15
 
static const Int_t gMaxElem = 110
 
static const Int_t gMaxLevel = 8
 

Variable Documentation

◆ gDecayDeltaA

const Int_t gDecayDeltaA[gMaxDecay]
static
Initial value:
= {
0, 0, -1, -1, -4,
-99, 0, 0, -99, -99,
-2, -2, -8, -12, -14 }

Definition at line 71 of file TGeoElement.cxx.

◆ gDecayDeltaZ

const Int_t gDecayDeltaZ[gMaxDecay]
static
Initial value:
= {
2, 1, 0, -1, -2,
-99, -1, 0, -99, -99,
-2, 0, -4, -6, -6 }

Definition at line 76 of file TGeoElement.cxx.

◆ gDecayName

const char* gDecayName[gMaxDecay+1]
static
Initial value:
= {
"2BetaMinus", "BetaMinus", "NeutronEm", "ProtonEm", "Alpha", "ECF",
"ElecCapt", "IsoTrans", "I", "SpontFiss", "2ProtonEm", "2NeutronEm",
"2Alpha", "Carbon12", "Carbon14", "Stable" }

Definition at line 66 of file TGeoElement.cxx.

◆ gElName

const char gElName[gMaxElem][3]
static
Initial value:
= {
"H ","He","Li","Be","B ","C ","N ","O ","F ","Ne","Na","Mg",
"Al","Si","P ","S ","Cl","Ar","K ","Ca","Sc","Ti","V ","Cr",
"Mn","Fe","Co","Ni","Cu","Zn","Ga","Ge","As","Se","Br","Kr",
"Rb","Sr","Y ","Zr","Nb","Mo","Tc","Ru","Rh","Pd","Ag","Cd",
"In","Sn","Sb","Te","I ","Xe","Cs","Ba","La","Ce","Pr","Nd",
"Pm","Sm","Eu","Gd","Tb","Dy","Ho","Er","Tm","Yb","Lu","Hf",
"Ta","W ","Re","Os","Ir","Pt","Au","Hg","Tl","Pb","Bi","Po",
"At","Rn","Fr","Ra","Ac","Th","Pa","U ","Np","Pu","Am","Cm",
"Bk","Cf","Es","Fm","Md","No","Lr","Rf","Db","Sg","Bh","Hs",
"Mt","Ds" }

Definition at line 54 of file TGeoElement.cxx.

◆ gLevName

const char gLevName[gMaxLevel] =" mnpqrs"
static

Definition at line 80 of file TGeoElement.cxx.

◆ gMaxDecay

const Int_t gMaxDecay = 15
static

Definition at line 52 of file TGeoElement.cxx.

◆ gMaxElem

const Int_t gMaxElem = 110
static

Definition at line 50 of file TGeoElement.cxx.

◆ gMaxLevel

const Int_t gMaxLevel = 8
static

Definition at line 51 of file TGeoElement.cxx.