#include <SCT_RandomDisabledCellGenerator.h>
|
| FloatProperty | m_disableProbability {this, "TotalBadChannels", 0.01, "probability that a cell is disabled"} |
◆ SCT_RandomDisabledCellGenerator()
| SCT_RandomDisabledCellGenerator::SCT_RandomDisabledCellGenerator |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ ~SCT_RandomDisabledCellGenerator()
| virtual SCT_RandomDisabledCellGenerator::~SCT_RandomDisabledCellGenerator |
( |
| ) |
|
|
virtualdefault |
◆ finalize()
| StatusCode SCT_RandomDisabledCellGenerator::finalize |
( |
| ) |
|
|
overridevirtual |
◆ initialize()
| StatusCode SCT_RandomDisabledCellGenerator::initialize |
( |
| ) |
|
|
overridevirtual |
◆ process()
| void SCT_RandomDisabledCellGenerator::process |
( |
SiChargedDiodeCollection & | collection, |
|
|
CLHEP::HepRandomEngine * | rndmEngine ) const |
|
overridevirtual |
Definition at line 32 of file SCT_RandomDisabledCellGenerator.cxx.
32 {
33
34
35 for (std::pair<const InDetDD::SiCellId, SiChargedDiode>& chargedDiode: collection) {
38 }
39 }
40}
static void disconnected(SiChargedDiode &chDiode, bool flag, bool mask=false)
◆ m_disableProbability
| FloatProperty SCT_RandomDisabledCellGenerator::m_disableProbability {this, "TotalBadChannels", 0.01, "probability that a cell is disabled"} |
|
private |
The documentation for this class was generated from the following files: