#include <LArGeoTB2004Options.h>
Definition at line 15 of file LArGeoTB2004Options.h.
◆ LArGeoTB2004Options()
LArGeoTB2004Options::LArGeoTB2004Options |
( |
| ) |
|
|
inline |
◆ Checkother()
void LArGeoTB2004Options::Checkother |
( |
bool |
value | ) |
|
|
inline |
◆ Checkprim()
void LArGeoTB2004Options::Checkprim |
( |
bool |
value | ) |
|
|
inline |
◆ Coldnose()
void LArGeoTB2004Options::Coldnose |
( |
bool |
value | ) |
|
|
inline |
◆ CryoXPosition() [1/2]
void LArGeoTB2004Options::CryoXPosition |
( |
double |
value | ) |
|
|
inline |
◆ CryoXPosition() [2/2]
double LArGeoTB2004Options::CryoXPosition |
( |
void |
| ) |
const |
|
inline |
◆ Emec()
void LArGeoTB2004Options::Emec |
( |
bool |
value | ) |
|
|
inline |
◆ Fcal()
void LArGeoTB2004Options::Fcal |
( |
bool |
value | ) |
|
|
inline |
◆ Hec()
void LArGeoTB2004Options::Hec |
( |
bool |
value | ) |
|
|
inline |
◆ isCheckother()
bool LArGeoTB2004Options::isCheckother |
( |
void |
| ) |
const |
|
inline |
◆ isCheckprim()
bool LArGeoTB2004Options::isCheckprim |
( |
void |
| ) |
const |
|
inline |
◆ isColdnose()
bool LArGeoTB2004Options::isColdnose |
( |
void |
| ) |
const |
|
inline |
◆ isEmec()
bool LArGeoTB2004Options::isEmec |
( |
void |
| ) |
const |
|
inline |
◆ isFcal()
bool LArGeoTB2004Options::isFcal |
( |
void |
| ) |
const |
|
inline |
◆ isHec()
bool LArGeoTB2004Options::isHec |
( |
void |
| ) |
const |
|
inline |
◆ isPrintstep()
bool LArGeoTB2004Options::isPrintstep |
( |
void |
| ) |
const |
|
inline |
◆ isRun1()
bool LArGeoTB2004Options::isRun1 |
( |
void |
| ) |
const |
|
inline |
◆ printMe()
void LArGeoTB2004Options::printMe |
( |
| ) |
const |
Definition at line 23 of file LArGeoTB2004Options.cxx.
25 std::cout <<
" *** *** This is the object of type LArGeoTB2004Options *** *** \n";
26 std::cout <<
" ** H1 Cryostat X Position = " <<
m_CryoXPosition <<
"\n *** *** \n";
27 std::cout <<
" ** H1 Table Y Position = " <<
m_TableYPosition <<
"\n *** *** \n";
28 std::cout <<
" ** Run1 = " <<
m_Run1 <<
"\n *** *** \n";
29 std::cout <<
" ** Emec = " <<
m_emec <<
"\n *** *** \n";
30 std::cout <<
" ** Hec = " <<
m_hec <<
"\n *** *** \n";
31 std::cout <<
" ** Fcal = " <<
m_fcal <<
"\n *** *** \n";
32 std::cout <<
" ** Coldnose = " <<
m_coldnose <<
"\n *** *** \n";
33 std::cout <<
" ** Print step = " <<
m_printstep <<
"\n *** *** \n";
34 std::cout <<
" ** Check primary = " <<
m_checkprim <<
"\n *** *** \n";
35 std::cout <<
" ** Check other = " <<
m_checkother <<
"\n *** *** \n";
◆ Printstep()
void LArGeoTB2004Options::Printstep |
( |
bool |
value | ) |
|
|
inline |
◆ Run1()
void LArGeoTB2004Options::Run1 |
( |
bool |
value | ) |
|
|
inline |
◆ saveMe()
void LArGeoTB2004Options::saveMe |
( |
| ) |
|
Definition at line 11 of file LArGeoTB2004Options.cxx.
13 SmartIF<StoreGateSvc>
detStore{Gaudi::svcLocator()->service(
"DetectorStore")};
15 std::cout <<
"LArGeoTB2004Options::saveMe ERROR Could not dynamic cast det store" << std::endl;
18 if (!
detStore->record(
this,
"LArGeoTB2004Options").isSuccess()) {
19 std::cout <<
"Can not record LArGeoTB2004Options" << std::endl;
◆ TableYPosition() [1/2]
void LArGeoTB2004Options::TableYPosition |
( |
double |
value | ) |
|
|
inline |
◆ TableYPosition() [2/2]
double LArGeoTB2004Options::TableYPosition |
( |
void |
| ) |
const |
|
inline |
◆ m_checkother
bool LArGeoTB2004Options::m_checkother |
|
private |
◆ m_checkprim
bool LArGeoTB2004Options::m_checkprim |
|
private |
◆ m_coldnose
bool LArGeoTB2004Options::m_coldnose |
|
private |
◆ m_CryoXPosition
double LArGeoTB2004Options::m_CryoXPosition |
|
private |
◆ m_emec
bool LArGeoTB2004Options::m_emec |
|
private |
◆ m_fcal
bool LArGeoTB2004Options::m_fcal |
|
private |
◆ m_hec
bool LArGeoTB2004Options::m_hec |
|
private |
◆ m_printstep
bool LArGeoTB2004Options::m_printstep |
|
private |
◆ m_Run1
bool LArGeoTB2004Options::m_Run1 |
|
private |
◆ m_TableYPosition
double LArGeoTB2004Options::m_TableYPosition |
|
private |
The documentation for this class was generated from the following files: