#include <G4AccType.hh>
Definition at line 51 of file G4AccType.hh.
◆ Option
◆ G4PrintOptions() [1/2]
G4PrintOptions::G4PrintOptions |
( |
| ) |
|
|
inline |
Definition at line 59 of file G4AccType.hh.
59 {
60 SetDefaults();
61 }
◆ G4PrintOptions() [2/2]
G4PrintOptions::G4PrintOptions |
( |
std::initializer_list< Option > | options | ) |
|
|
inline |
Definition at line 62 of file G4AccType.hh.
62 {
63 SetDefaults();
64 for (
const Option& option : options) {
65 fValue.set(option);
66 }
67 }
◆ ~G4PrintOptions()
G4PrintOptions::~G4PrintOptions |
( |
| ) |
|
|
default |
◆ Has()
bool G4PrintOptions::Has |
( |
Option | option | ) |
const |
|
inline |
Definition at line 71 of file G4AccType.hh.
71{ return fValue[option]; }
◆ Set()
void G4PrintOptions::Set |
( |
Option | option, |
|
|
bool | value = true ) |
|
inline |
Definition at line 70 of file G4AccType.hh.
70{ fValue.set(option, value); }
The documentation for this class was generated from the following file: