ATLAS Offline Software
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
PixelID.h
This is an Identifier helper class for the Pixel subdetector. This class is a factory for creating co...
InDet::DefectsEmulatorCondAlgImpl::initialize
virtual StatusCode initialize() override
PixelDefectsEmulatorCondAlg.h
InDet
Primary Vertex Finder.
Definition:
VP1ErrorUtils.h:36
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
InDet::PixelDefectsEmulatorCondAlg::initialize
virtual StatusCode initialize() override final
Definition:
PixelDefectsEmulatorCondAlg.cxx:10
InDet::DefectsEmulatorCondAlgBase::m_maxNGroupDefects
std::vector< unsigned int > m_maxNGroupDefects
Definition:
DefectsEmulatorCondAlgBase.h:226
InDet::DefectsEmulatorCondAlgBase::m_groupDefectHistNames
std::vector< std::string > m_groupDefectHistNames
Definition:
DefectsEmulatorCondAlgBase.h:225
Generated on Mon Sep 29 2025 21:16:48 for ATLAS Offline Software by
1.8.18