Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
PoPI::PQ_shell Class Reference

#include <PoPI.hpp>

Inheritance diagram for PoPI::PQ_shell:

Public Member Functions

 PQ_shell (HAPI::Node const &a_node)
 ~PQ_shell ()
Public Member Functions inherited from PoPI::PQ_double
 PQ_double (HAPI::Node const &a_node)
 PQ_double (HAPI::Node const &a_node, PQ_class a_class)
virtual ~PQ_double ()
double value (void) const
double value (char const *a_unit) const
double value (std::string const &a_unit) const
virtual std::string valueToString (void) const
Public Member Functions inherited from PoPI::PhysicalQuantity
 PhysicalQuantity (HAPI::Node const &a_node, PQ_class a_class)
virtual ~PhysicalQuantity ()
PQ_class Class (void) const
std::string const & tag (void) const
std::string const & label (void) const
std::string const & valueString (void) const
std::string const & unit (void) const
void toXMLList (std::vector< std::string > &a_XMLList, std::string const &a_indent1) const

Detailed Description

The physical quantity that represents the probability as a double that a process like internal conversion or pair production occurs.

Definition at line 515 of file PoPI.hpp.

Constructor & Destructor Documentation

◆ PQ_shell()

PoPI::PQ_shell::PQ_shell ( HAPI::Node const & a_node)
Parameters
a_node[in] The HAPI::Node node to be parsed.

Definition at line 277 of file PoPI_physicalQuantity.cc.

277 :
278 PQ_double( a_node, PQ_class::shell ) {
279
280}
PQ_double(HAPI::Node const &a_node)

◆ ~PQ_shell()

PoPI::PQ_shell::~PQ_shell ( )

Definition at line 285 of file PoPI_physicalQuantity.cc.

285 {
286
287}

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