#include <LArGeoTBGeometricOptions.h>
Definition at line 19 of file LArGeoTBGeometricOptions.h.
◆ LArGeoTBGeometricOptions()
| LArGeoTBGeometricOptions::LArGeoTBGeometricOptions |
( |
| ) |
|
|
inline |
◆ CryoEtaPosition() [1/2]
| void LArGeoTBGeometricOptions::CryoEtaPosition |
( |
double | value | ) |
|
|
inline |
◆ CryoEtaPosition() [2/2]
| double LArGeoTBGeometricOptions::CryoEtaPosition |
( |
void | | ) |
const |
|
inline |
◆ CryoPhiPosition() [1/2]
| void LArGeoTBGeometricOptions::CryoPhiPosition |
( |
double | value | ) |
|
|
inline |
◆ CryoPhiPosition() [2/2]
| double LArGeoTBGeometricOptions::CryoPhiPosition |
( |
void | | ) |
const |
|
inline |
◆ printMe()
| void LArGeoTBGeometricOptions::printMe |
( |
| ) |
|
Definition at line 23 of file LArGeoTBGeometricOptions.cxx.
24{
25 std::cout << " *** *** This is the object of type LArGeoTBGeometricOptions *** *** \n";
28}
◆ saveMe()
| void LArGeoTBGeometricOptions::saveMe |
( |
| ) |
|
Definition at line 11 of file LArGeoTBGeometricOptions.cxx.
12{
13 SmartIF<StoreGateSvc>
detStore{Gaudi::svcLocator()->service(
"DetectorStore")};
14 if (!detStore) {
15 std::cout << "LArGeoTBGeometricOptions::saveMe ERROR Could not dynamic cast det store" << std::endl;
16 return;
17 }
18 if(!
detStore->record(
this,
"LArGeoTBGeometricOptions").isSuccess()) {
19 std::cout << "Can not record LArGeoTBGeometricOptions" << std::endl;
20 }
21}
◆ m_CryoEtaPosition
| double LArGeoTBGeometricOptions::m_CryoEtaPosition |
|
private |
◆ m_CryoPhiPosition
| double LArGeoTBGeometricOptions::m_CryoPhiPosition |
|
private |
The documentation for this class was generated from the following files: