ATLAS Offline Software
Loading...
Searching...
No Matches
InnerDetector
InDetValidation
InDetDefectsEmulation
src
PixelDefectsEmulatorCondAlg.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
#include "
PixelDefectsEmulatorCondAlg.h
"
5
6
#include "
InDetIdentifier/PixelID.h
"
7
8
namespace
InDet
{
9
10
StatusCode
PixelDefectsEmulatorCondAlg::initialize
(){
11
12
m_groupDefectHistNames
.clear();
13
m_groupDefectHistNames
.push_back(
"core-column"
);
14
m_groupDefectHistNames
.push_back(
"circuit"
);
15
// set upper edge of the 1D number of group defects (core-column, circuit) histograms
16
m_maxNGroupDefects
.clear();
17
m_maxNGroupDefects
.push_back(10);
18
m_maxNGroupDefects
.push_back(4);
19
return
DefectsEmulatorCondAlgImpl<PixelDefectsEmulatorCondAlg>::initialize
();
20
}
21
22
}
// namespace closure
PixelDefectsEmulatorCondAlg.h
PixelID.h
This is an Identifier helper class for the Pixel subdetector.
InDet::DefectsEmulatorCondAlgImpl< PixelDefectsEmulatorCondAlg >::m_groupDefectHistNames
std::vector< std::string > m_groupDefectHistNames
Definition
DefectsEmulatorCondAlgBase.h:225
InDet::DefectsEmulatorCondAlgImpl< PixelDefectsEmulatorCondAlg >::m_maxNGroupDefects
std::vector< unsigned int > m_maxNGroupDefects
Definition
DefectsEmulatorCondAlgBase.h:226
InDet::DefectsEmulatorCondAlgImpl::initialize
virtual StatusCode initialize() override
InDet::PixelDefectsEmulatorCondAlg::initialize
virtual StatusCode initialize() override final
Definition
PixelDefectsEmulatorCondAlg.cxx:10
InDet
Primary Vertex Finder.
Definition
VP1ErrorUtils.h:36
Generated on
for ATLAS Offline Software by
1.14.0