#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.
◆ TileCablingSvc()
TileCablingSvc::TileCablingSvc |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
Definition at line 30 of file TileCablingSvc.cxx.
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");
◆ 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()
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ 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: