#include <LArGeoTBH1GeoOptions.h>
Definition at line 19 of file LArGeoTBH1GeoOptions.h.
◆ LArGeoTBH1GeoOptions()
LArGeoTBH1GeoOptions::LArGeoTBH1GeoOptions |
( |
| ) |
|
|
inline |
◆ CryoXPosition() [1/2]
void LArGeoTBH1GeoOptions::CryoXPosition |
( |
double |
value | ) |
|
|
inline |
◆ CryoXPosition() [2/2]
double LArGeoTBH1GeoOptions::CryoXPosition |
( |
void |
| ) |
const |
|
inline |
◆ printMe()
void LArGeoTBH1GeoOptions::printMe |
( |
| ) |
|
Definition at line 23 of file LArGeoTBH1GeoOptions.cxx.
25 std::cout <<
" *** *** This is the object of type LArGeoTBH1GeoOptions *** *** \n";
26 std::cout <<
" ** H1 Cryostat X Position = " <<
m_CryoXPosition <<
"\n *** *** \n";
27 std::cout <<
" ** H1 Table Y Position = " <<
m_TableYPosition <<
"\n *** *** \n";
◆ saveMe()
void LArGeoTBH1GeoOptions::saveMe |
( |
| ) |
|
Definition at line 11 of file LArGeoTBH1GeoOptions.cxx.
13 SmartIF<StoreGateSvc>
detStore{Gaudi::svcLocator()->service(
"DetectorStore")};
15 std::cout <<
"LArGeoTBH1GeoOptions::saveMe ERROR Could not dynamic cast det store" << std::endl;
18 if (!
detStore->record(
this,
"LArGeoTBH1GeoOptions").isSuccess()) {
19 std::cout <<
"Can not record LArGeoTBH1GeoOptions" << std::endl;
◆ TableYPosition() [1/2]
void LArGeoTBH1GeoOptions::TableYPosition |
( |
double |
value | ) |
|
|
inline |
◆ TableYPosition() [2/2]
double LArGeoTBH1GeoOptions::TableYPosition |
( |
void |
| ) |
const |
|
inline |
◆ m_CryoXPosition
double LArGeoTBH1GeoOptions::m_CryoXPosition |
|
private |
◆ m_TableYPosition
double LArGeoTBH1GeoOptions::m_TableYPosition |
|
private |
The documentation for this class was generated from the following files: