|  | 
								EIC Software
							 
								Reference for 
								EIC 
								simulation and reconstruction software on GitHub
							 | 
#include "GFMaterialEffects.h"#include "GFException.h"#include <iostream>#include <string>#include "stdlib.h"#include "TDatabasePDG.h"#include "TGeoMedium.h"#include "TGeoMaterial.h"#include "TGeoManager.h"#include "TMath.h"#include "math.h"#include "assert.h" Include dependency graph for GFMaterialEffects.cxx:
 Include dependency graph for GFMaterialEffects.cxx:Go to the source code of this file.
| Functions | |
| float | MeanExcEnergy_get (int Z) | 
| float | MeanExcEnergy_get (TGeoMaterial *) | 
| ClassImp (GFMaterialEffects) const int MeanExcEnergy_NELEMENTS | |
| Variables | |
| const float | MeanExcEnergy_vals [] = {1.e15, 19.2, 41.8, 40.0, 63.7, 76.0, 78., 82.0, 95.0, 115.0, 137.0, 149.0, 156.0, 166.0, 173.0, 173.0, 180.0, 174.0, 188.0, 190.0, 191.0, 216.0, 233.0, 245.0, 257.0, 272.0, 286.0, 297.0, 311.0, 322.0, 330.0, 334.0, 350.0, 347.0, 348.0, 343.0, 352.0, 363.0, 366.0, 379.0, 393.0, 417.0, 424.0, 428.0, 441.0, 449.0, 470.0, 470.0, 469.0, 488.0, 488.0, 487.0, 485.0, 491.0, 482.0, 488.0, 491.0, 501.0, 523.0, 535.0, 546.0, 560.0, 574.0, 580.0, 591.0, 614.0, 628.0, 650.0, 658.0, 674.0, 684.0, 694.0, 705.0, 718.0, 727.0, 736.0, 746.0, 757.0, 790.0, 790.0, 800.0, 810.0, 823.0, 823.0, 830.0, 825.0, 794.0, 827.0, 826.0, 841.0, 847.0, 878.0, 890.0} | 
| ClassImp | ( | GFMaterialEffects | ) | const | 
| float MeanExcEnergy_get | ( | int | Z | ) | 
Definition at line 675 of file GFMaterialEffects.cxx.
View newest version in sPHENIX GitHub at line 675 of file GFMaterialEffects.cxx
References genfit::MeanExcEnergy_NELEMENTS, and MeanExcEnergy_vals.
Referenced by genfit::TGeoMaterialInterface::getMaterialParameters(), GFMaterialEffects::getMaterialParameters(), genfit::MeanExcEnergy_get(), and MeanExcEnergy_get().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| float MeanExcEnergy_get | ( | TGeoMaterial * | mat | ) | 
Definition at line 681 of file GFMaterialEffects.cxx.
View newest version in sPHENIX GitHub at line 681 of file GFMaterialEffects.cxx
References denom, and MeanExcEnergy_get().
 Here is the call graph for this function:
 Here is the call graph for this function:| const float MeanExcEnergy_vals[] = {1.e15, 19.2, 41.8, 40.0, 63.7, 76.0, 78., 82.0, 95.0, 115.0, 137.0, 149.0, 156.0, 166.0, 173.0, 173.0, 180.0, 174.0, 188.0, 190.0, 191.0, 216.0, 233.0, 245.0, 257.0, 272.0, 286.0, 297.0, 311.0, 322.0, 330.0, 334.0, 350.0, 347.0, 348.0, 343.0, 352.0, 363.0, 366.0, 379.0, 393.0, 417.0, 424.0, 428.0, 441.0, 449.0, 470.0, 470.0, 469.0, 488.0, 488.0, 487.0, 485.0, 491.0, 482.0, 488.0, 491.0, 501.0, 523.0, 535.0, 546.0, 560.0, 574.0, 580.0, 591.0, 614.0, 628.0, 650.0, 658.0, 674.0, 684.0, 694.0, 705.0, 718.0, 727.0, 736.0, 746.0, 757.0, 790.0, 790.0, 800.0, 810.0, 823.0, 823.0, 830.0, 825.0, 794.0, 827.0, 826.0, 841.0, 847.0, 878.0, 890.0} | 
Definition at line 673 of file GFMaterialEffects.cxx.
View newest version in sPHENIX GitHub at line 673 of file GFMaterialEffects.cxx
Referenced by genfit::MeanExcEnergy_get().