Garfield++ 5.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
Loading...
Searching...
No Matches
Heed::PhotoAbsCSLib Class Reference

#include <PhotoAbsCSLib.h>

Static Public Member Functions

static AtomPhotoAbsCSgetAPACS (const std::string &name)
 

Detailed Description

Library of photoabsorption cross sections for some frequently used atoms and molecules. 2004, I. Smirnov

Definition at line 14 of file PhotoAbsCSLib.h.

Member Function Documentation

◆ getAPACS()

AtomPhotoAbsCS * Heed::PhotoAbsCSLib::getAPACS ( const std::string & name)
static

Definition at line 86 of file PhotoAbsCSLib.cpp.

86 {
87 if (apacs.empty()) initialise();
88 if (name == "H" || name.find("H for") == 0) {
89 return &hpacs[name];
90 }
91 if (apacs.count(name) > 0) return &apacs[name];
92 return nullptr;
93}

The documentation for this class was generated from the following files: