#include <NswPassivationDbData.h>
Definition at line 20 of file NswPassivationDbData.h.
◆ PassivationMap
◆ NswPassivationDbData()
NswPassivationDbData::NswPassivationDbData |
( |
const MmIdHelper & |
mmIdHelper | ) |
|
◆ ~NswPassivationDbData()
virtual NswPassivationDbData::~NswPassivationDbData |
( |
| ) |
|
|
virtualdefault |
◆ getChannelIds()
std::vector< Identifier > NswPassivationDbData::getChannelIds |
( |
| ) |
const |
Definition at line 38 of file NswPassivationDbData.cxx.
39 std::vector<Identifier>
keys;
41 [](
const PassivationMap::value_type& key_pair) ->Identifier{
42 return Identifier{key_pair.first};
◆ getPassivation()
◆ setData()
Definition at line 11 of file NswPassivationDbData.cxx.
19 if (position==
"left" ) passiv.left = indiv +
extra;
20 else if(position==
"right") passiv.right = indiv +
extra;
32 if(pcb!=5 && pcb!=8) passiv.top =
extra/2;
33 if(pcb!=1 && pcb!=6) passiv.bottom =
extra/2;
◆ m_data
◆ m_mmIdHelper
The documentation for this class was generated from the following files:
Identifier pcbID(int stationName, int stationEta, int stationPhi, int multilayer, int gasGap, int pcb) const