#include <TileCablingSvc.h>
Definition at line 28 of file TileCablingSvc.h.
◆ MAX_TILE_CELLS
| Enumerator |
|---|
| MAX_TILE_CELLS_UPGRADEA | |
| MAX_TILE_CELLS_UPGRADEBC | |
| MAX_TILE_CELLS_UPGRADEABC | |
Definition at line 72 of file TileCablingSvc.h.
@ MAX_TILE_CELLS_UPGRADEABC
@ MAX_TILE_CELLS_UPGRADEBC
@ MAX_TILE_CELLS_UPGRADEA
◆ TileCablingSvc()
| TileCablingSvc::TileCablingSvc |
( |
const std::string & | name, |
|
|
ISvcLocator * | pSvcLocator ) |
Definition at line 30 of file TileCablingSvc.cxx.
34{
35 declareProperty(
"ConnectedDrawers",
m_connectedDrawers,
"List of connected drawer ranges: starts,end1,start2,end2,...");
36 declareProperty(
"CablingType",
m_cablingType = -9,
"Cabling type: -1 - testbeam, 0 - old simulation, 1 - without MBTS, 2 - with MBTS instead of crack scin, 3 - MBTS in spare channels, 4 - RUN2 cabling, 5 - RUN2a cabling");
37 declareProperty(
"UseCache",
m_useCache =
true,
"Use cache for channel_id to cell_id conversion");
38}
std::vector< std::string > m_connectedDrawers
const TileCablingService * m_cablingService
ServiceHandle< StoreGateSvc > m_detStore
◆ ATLAS_NOT_THREAD_SAFE()
| virtual StatusCode initialize TileCablingSvc::ATLAS_NOT_THREAD_SAFE |
( |
| ) |
|
|
overridevirtual |
◆ cablingService()
◆ connectedDrawers()
| const std::vector< std::string > & TileCablingSvc::connectedDrawers |
( |
| ) |
const |
|
inline |
◆ disconnectedCells()
| const std::vector< Identifier > & TileCablingSvc::disconnectedCells |
( |
| ) |
const |
|
inline |
Definition at line 43 of file TileCablingSvc.h.
43 {
45 }
std::vector< Identifier > m_disconnectedCells
◆ msg()
◆ msgLvl()
| bool AthCommonMsg< Service >::msgLvl |
( |
const MSG::Level | lvl | ) |
const |
|
inlineinherited |
◆ m_cablingService
◆ m_cablingType
| int TileCablingSvc::m_cablingType |
|
private |
◆ m_connectedDrawers
| std::vector<std::string> TileCablingSvc::m_connectedDrawers |
|
private |
◆ m_detStore
◆ m_disconnectedCells
| std::vector<Identifier> TileCablingSvc::m_disconnectedCells |
|
private |
◆ m_useCache
| bool TileCablingSvc::m_useCache |
|
private |
The documentation for this class was generated from the following files: