Provides information about the active material in the TPC.
More...
#include "AtomicNumber.h"
|
| struct | Config |
| | Collection of configuration parameters for the service. More...
|
| |
Provides information about the active material in the TPC.
- See also
- AtomicNumber example overview
Configuration parameters
See AtomicNumber service provider class.
- AtomicNumber (integer, default: 18): atomic number of the active material
Definition at line 39 of file AtomicNumber.h.
Type describing all the parameters.
Definition at line 56 of file AtomicNumber.h.
| lar::example::AtomicNumber::AtomicNumber |
( |
Config const & |
config | ) |
|
|
inline |
Constructor from the complete configuration object.
Definition at line 61 of file AtomicNumber.h.
62 :
Z_(config.AtomicNumber())
unsigned int Z_
atomic number
| lar::example::AtomicNumber::AtomicNumber |
( |
AtomicNumber const & |
pset | ) |
|
|
delete |
| lar::example::AtomicNumber::AtomicNumber |
( |
AtomicNumber && |
pset | ) |
|
|
delete |
| unsigned int lar::example::AtomicNumber::Z |
( |
| ) |
const |
|
inline |
Returns the atomic number.
Definition at line 85 of file AtomicNumber.h.
References Z_.
unsigned int Z_
atomic number
| unsigned int lar::example::AtomicNumber::Z_ |
|
private |
The documentation for this class was generated from the following file:
- /cvmfs/larsoft.opensciencegrid.org/products/larexamples/v07_00_19/source/larexamples/Services/AtomicNumber/Providers/AtomicNumber.h