|
Garfield++ 3.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <PhotoAbsCS.h>
Inheritance diagram for Heed::HydrogenPhotoAbsCS:Public Member Functions | |
| HydrogenPhotoAbsCS () | |
| Constructor. | |
| virtual | ~HydrogenPhotoAbsCS () |
| Destructor. | |
| double | get_CS (double energy) const override |
| Retrieve cross-section [Mb] at a given energy [MeV]. | |
| double | get_integral_CS (double energy1, double energy2) const override |
| Retrieve integral cross-section [Mb * MeV] in a given interval [MeV]. | |
| void | scale (double fact) override |
| Multiply by some factor. Can be useful for debugging and other purposes. | |
| void | print (std::ostream &file, int l) const override |
| HydrogenPhotoAbsCS * | copy () const override |
Public Member Functions inherited from Heed::PhotoAbsCS | |
| PhotoAbsCS () | |
| Default constructor. | |
| PhotoAbsCS (const std::string &fname, int fZ, double fthreshold) | |
| Constructor. | |
| virtual | ~PhotoAbsCS () |
| Destructor. | |
| const std::string & | get_name () const |
| Name of this shell or atom. | |
| int | get_number () const |
| Number of this shell. | |
| int | get_Z () const |
| double | get_threshold () const |
| Return the threshold energy. | |
| virtual double | get_CS (double energy) const =0 |
| Retrieve cross-section [Mb] at a given energy [MeV]. | |
| virtual double | get_integral_CS (double energy1, double energy2) const =0 |
| Retrieve integral cross-section [Mb * MeV] in a given interval [MeV]. | |
| virtual void | scale (double fact)=0 |
| Multiply by some factor. Can be useful for debugging and other purposes. | |
| virtual void | print (std::ostream &file, int l) const |
| virtual PhotoAbsCS * | copy () const =0 |
Additional Inherited Members | |
Protected Attributes inherited from Heed::PhotoAbsCS | |
| std::string | name |
| int | number = 0 |
| int | Z |
| double | threshold |
Hydrogen: empirical fit of Kosarev & Podoliak. Original formula for molecular hydrogen. Since this class for separated shell, we divide the molecular CS by two.
Definition at line 123 of file PhotoAbsCS.h.
| Heed::HydrogenPhotoAbsCS::HydrogenPhotoAbsCS | ( | ) |
Constructor.
Definition at line 161 of file PhotoAbsCS.cpp.
Referenced by copy().
|
inlinevirtual |
|
inlineoverridevirtual |
Implements Heed::PhotoAbsCS.
Definition at line 134 of file PhotoAbsCS.h.
|
overridevirtual |
Retrieve cross-section [Mb] at a given energy [MeV].
Implements Heed::PhotoAbsCS.
Definition at line 166 of file PhotoAbsCS.cpp.
|
overridevirtual |
Retrieve integral cross-section [Mb * MeV] in a given interval [MeV].
Implements Heed::PhotoAbsCS.
Definition at line 172 of file PhotoAbsCS.cpp.
|
overridevirtual |
Reimplemented from Heed::PhotoAbsCS.
Definition at line 186 of file PhotoAbsCS.cpp.
|
overridevirtual |
Multiply by some factor. Can be useful for debugging and other purposes.
Implements Heed::PhotoAbsCS.
Definition at line 184 of file PhotoAbsCS.cpp.