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