46 fState(kMatStateUndefined),
57 fState = kMatStateUndefined;
73 fState(kMatStateUndefined),
325 return (
char*)name.
Data();
337 if (
fA<0.9 ||
fZ<0.9) {
338 if (radlen<-1e5 || intlen<-1
e-5) {
339 Error(
"SetRadLen",
"Material %s: user values taken for vacuum: radlen=%g or intlen=%g - too small",
GetName(),
fRadLen,
fIntLen);
343 if (radlen>=0)
fRadLen = 1.E30;
344 if (intlen>=0)
fIntLen = 1.E30;
350 const Double_t alr2av=1.39621E-03, al183=5.20948;
358 const Double_t amu = 1.03642688246781065e-02;
359 const Double_t lambda0 = 35.*g/(cm*cm);
363 Fatal(
"SetRadLen",
"Element not found for material %s",
GetName());
368 nilinv *= amu/lambda0;
386 Double_t fp = ( 0.0083*az4 + 0.20206 + 1./(1.+az2) ) * az2;
387 Double_t fm = ( 0.0020*az4 + 0.0369 ) * az4;
396 if (other==
this)
return kTRUE;
412 printf(
"Material %s %s A=%g Z=%g rho=%g radlen=%g intlen=%g index=%i\n",
GetName(),
GetTitle(),
423 out <<
"// Material: " <<
GetName() << std::endl;
424 out <<
" a = " <<
fA <<
";" << std::endl;
425 out <<
" z = " <<
fZ <<
";" << std::endl;
426 out <<
" density = " <<
fDensity <<
";" << std::endl;
427 out <<
" radl = " <<
fRadLen <<
";" << std::endl;
428 out <<
" absl = " <<
fIntLen <<
";" << std::endl;
430 out <<
" " << name <<
" = new TGeoMaterial(\"" <<
GetName() <<
"\", a,z,density,radl,absl);" << std::endl;
431 out <<
" " << name <<
"->SetIndex(" <<
GetIndex() <<
");" << std::endl;
485 if (!ncomp)
return this;
490 for (i=0; i<ncomp; i++) {
497 Int_t ncomp1 = ncomp;
498 for (i=0; i<ncomp; i++) {
499 if ((weight[i]/amed)<precision) {
512 for (i=0; i<ncomp; i++) {
514 if (weight[i]<precision)
continue;
549 Error(
"FillMaterialEvolution",
"Provide an empty array !");
559 Fatal(
"FillMaterialEvolution",
"Element not found for material %s",
GetName());
563 population->
Add(elem);
654 const Double_t alr2av = 1.39621E-03 , al183 =5.20948;
657 const Double_t amu = 1.03642688246781065e-02;
658 const Double_t lambda0 = 35.*g/(cm*cm);
677 if (radinv > 0)
fRadLen = 1/radinv;
679 nilinv *= amu/lambda0;
691 Fatal(
"AddElement",
"Cannot add element having Z=%d to mixture %s", (
Int_t)
z,
GetName());
705 Int_t nelements = fNelements+1;
728 Warning(
"DefineElement",
"Mixture %s has element defined with fractional Z=%f",
GetName(), z);
755 TGeoMixture *mix = (TGeoMixture*)mat;
761 for (i=0; i<nelem; i++) {
764 if (!elnew)
continue;
776 if (elfound)
continue;
778 wnew = weight * (mix->
GetWmixt())[i];
796 if (elemold == elem) exist =
kTRUE;
816 else if (elemold != elem)
continue;
817 if ((elem==elemold) ||
835 Fatal(
"AddElement",
"Cannot add element by natoms in mixture %s after defining elements by weight",
839 Int_t nelements = fNelements+1;
860 Int_t iel = fNelements-1;
883 Fatal(
"DefineElement",
"In mixture %s, element with Z=%i not found",
GetName(),z);
900 if (elem)
return elem;
926 TGeoMixture *mix = (TGeoMixture*)other;
948 printf(
"Mixture %s %s Aeff=%g Zeff=%g rho=%g radlen=%g intlen=%g index=%i\n",
GetName(),
GetTitle(),
965 out <<
"// Mixture: " <<
GetName() << std::endl;
966 out <<
" nel = " <<
fNelements <<
";" << std::endl;
967 out <<
" density = " <<
fDensity <<
";" << std::endl;
968 out <<
" " << name <<
" = new TGeoMixture(\"" <<
GetName() <<
"\", nel,density);" << std::endl;
972 out <<
" " << name <<
"->DefineElement(" << i <<
",a,z,w);" << std::endl;
974 out <<
" " << name <<
"->SetIndex(" <<
GetIndex() <<
");" << std::endl;
988 if (!ncomp)
return this;
994 for (i=0; i<ncomp; i++) {
1006 TGeoMixture *mix = 0;
1007 Int_t ncomp1 = ncomp;
1008 for (i=0; i<ncomp; i++) {
1009 if ((weight[i]/amed)<precision) {
1022 for (i=0; i<ncomp; i++) {
1024 if (weight[i]<precision)
continue;
1059 Error(
"FillMaterialEvolution",
"Provide an empty array !");
1071 population->
Add(elem);
1088 const Double_t al183= 5.20948 , al1440 = 7.27239;
virtual const char * GetName() const
Returns name of object.
virtual UInt_t GetUniqueID() const
Return the unique object id.
void FillPopulation(TObjArray *population, Double_t precision=0.001, Double_t factor=1.)
Fills the input array with the set of RN elements resulting from the decay of this one...
virtual Bool_t IsEq(const TGeoMaterial *other) const
Return true if the other material has the same physical properties.
The manager class for any TGeo geometry.
void DefineElement(Int_t iel, Double_t a, Double_t z, Double_t weight)
TGeoExtension * fFWExtension
Transient user-defined extension to materials.
virtual Double_t GetDensity() const
Bool_t TestBit(UInt_t f) const
TGeoElementTable * GetElementTable()
Returns material table. Creates it if not existing.
Double_t * GetWmixt() const
virtual TGeoElement * GetElement(Int_t i=0) const
Retrieve the pointer to the element corresponding to component I.
void SetRadLen(Double_t radlen, Double_t intlen=0.)
Set radiation/absorption lengths.
Base class describing materials.
virtual ~TGeoMaterial()
Destructor.
TObject * At(Int_t idx) const
void AverageProperties()
Compute effective A/Z and radiation length.
static const Double_t STP_pressure
TGeoElement * GetBaseElement() const
LongDouble_t Power(LongDouble_t x, LongDouble_t y)
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
TList * GetListOfMaterials() const
virtual void FillMaterialEvolution(TObjArray *population, Double_t precision=0.001)
Fills a user array with all the elements deriving from the possible decay of the top elements composi...
virtual Bool_t IsRadioNuclide() const
Fill Area Attributes class.
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString...
TGeoExtension * GrabFWExtension() const
Get a copy of the framework extension pointer.
Double_t Neff() const
Returns effective number of nucleons.
The TNamed class is the base class for all named ROOT classes.
virtual void Print(const Option_t *option="") const
print characteristics of this material
void SetUserExtension(TGeoExtension *ext)
Connect user-defined extension to the material.
Double_t Concentration(Double_t time) const
Find concentration of the element at a given time.
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save a primitive as a C++ statement(s) on output stream "out".
Base class for chemical elements.
virtual Double_t GetA() const
virtual void FillMaterialEvolution(TObjArray *population, Double_t precision=0.001)
Fills a user array with all the elements deriving from the possible decay of the top element composin...
static Double_t Coulomb(Double_t z)
static function Compute Coulomb correction for pair production and Brem REFERENCE : EGS MANUAL SLAC 2...
virtual Bool_t IsEqual(const TObject *obj) const
Default equal comparison (objects are equal if they have the same address in memory).
virtual Double_t GetZ() const
Int_t GetIndex()
Retrieve material index in the list of materials.
void AddElement(Double_t a, Double_t z, Double_t weight)
add an element to the mixture using fraction by weight Check if the element is already defined ...
virtual void Release() const =0
TGeoMaterial()
Default constructor.
TNamed & operator=(const TNamed &rhs)
TNamed assignment operator.
virtual void AddAtAndExpand(TObject *obj, Int_t idx)
Add object at position idx.
TGeoMixture()
Default constructor.
virtual TGeoMaterial * DecayMaterial(Double_t time, Double_t precision=0.001)
Create the material representing the decay product of this material at a given time.
virtual TObject * GetCerenkovProperties() const
TGeoMixture & operator=(const TGeoMixture &)
assignment operator
TGeoBatemanSol * Ratio() const
ABC for user objects attached to TGeoVolume or TGeoNode.
TObjArray * GetElementsRN() const
char * GetPointerName() const
Provide a pointer name containing uid.
virtual Int_t GetNelements() const
Int_t GetEntriesFast() const
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
void SetFWExtension(TGeoExtension *ext)
Connect framework defined extension to the material.
TSubString Strip(EStripType s=kTrailing, char c=' ') const
Return a substring of self stripped at beginning and/or end.
Int_t GetNelements() const
virtual void AddAt(TObject *obj, Int_t idx)
Add object at position ids.
static const Double_t STP_temperature
virtual TGeoElement * GetElement(Int_t i=0) const
Get a pointer to the element this material is made of.
static Double_t ScreenFactor(Double_t z)
static function Compute screening factor for pair production and Bremsstrahlung REFERENCE : EGS MANUA...
void SetUsed(Bool_t flag=kTRUE)
virtual ~TGeoMixture()
Destructor.
R__EXTERN TGeoManager * gGeoManager
Double_t * GetAmixt() const
virtual Bool_t IsMixture() const
Int_t IndexOf(const TObject *obj) const
you should not use this method at all Int_t Int_t Double_t Double_t Double_t e
virtual void GetElementProp(Double_t &a, Double_t &z, Double_t &w, Int_t i=0)
Single interface to get element properties.
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save a primitive as a C++ statement(s) on output stream "out".
void SetDefined(Bool_t flag=kTRUE)
virtual Int_t GetDefaultColor() const
Get some default color related to this material.
Binding & operator=(OUT(*fun)(void))
you should not use this method at all Int_t Int_t z
virtual TGeoExtension * Grab()=0
void SetUsed(Bool_t flag=kTRUE)
TGeoExtension * fUserExtension
Class representing a radionuclide.
virtual Double_t GetSpecificActivity() const
Double_t * GetZmixt() const
Int_t AddMaterial(const TGeoMaterial *material)
Add a material to the list. Returns index of the material in list.
TGeoMaterial & operator=(const TGeoMaterial &)
assignment operator
virtual TGeoMaterial * DecayMaterial(Double_t time, Double_t precision=0.001)
Create the mixture representing the decay product of this material at a given time.
virtual Double_t GetSpecificActivity(Int_t i=-1) const
Get specific activity (in Bq/gram) for the whole mixture (no argument) or for a given component...
TGeoElement * GetElement(Int_t z)
virtual void Fatal(const char *method, const char *msgfmt,...) const
Issue fatal error message.
TGeoExtension * GrabUserExtension() const
Get a copy of the user extension pointer.
virtual void Print(const Option_t *option="") const
print characteristics of this material
void ResetRatio()
Clears the existing ratio.
virtual void Warning(const char *method, const char *msgfmt,...) const
Issue warning message.
virtual const char * GetTitle() const
Returns title of object.
virtual Bool_t IsEq(const TGeoMaterial *other) const
return true if the other material has the same physical properties
virtual Int_t IndexOf(const TObject *obj) const
Return index of object in collection.
const char * Data() const