|
Jpp 20.0.0-195-g190c9e876
the software that should make you happy
|
Auxiliary data structure for mechanical model parameters of strings in a given detector. More...
#include <JMechanics_t.hh>
Public Types | |
| enum | { WILDCARD = -1 } |
Public Member Functions | |
| const JMechanics & | operator() (const int string) const |
| Get mechanical parameters for given string. | |
| ClassDef (JDetectorMechanics_t, 1) | |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const JDetectorMechanics_t &object) |
| Write detector mechanics to output. | |
Auxiliary data structure for mechanical model parameters of strings in a given detector.
Note that the JDetectorMechanics::WILDCARD acts as default value for the string number.
Definition at line 104 of file JMechanics_t.hh.
| anonymous enum |
| Enumerator | |
|---|---|
| WILDCARD | wild card for string number. |
Definition at line 108 of file JMechanics_t.hh.
|
inline |
Get mechanical parameters for given string.
| string | string number |
Definition at line 119 of file JMechanics_t.hh.
| JACOUSTICS::JDetectorMechanics_t::ClassDef | ( | JDetectorMechanics_t | , |
| 1 | ) |
|
friend |
Write detector mechanics to output.
| out | output stream |
| object | detector mechanics |
Definition at line 141 of file JMechanics_t.hh.