ATLAS Offline Software
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 // Silicon trackers includes
6 
8 
9 namespace InDet{
10 
12 
13  m_groupDefectHistNames.clear();
14  m_groupDefectHistNames.push_back("core-column");
15  m_groupDefectHistNames.push_back("circuit");
16  // set upper edge of the 1D number of group defects (core-column, circuit) histograms
17  m_maxNGroupDefects.clear();
18  m_maxNGroupDefects.push_back(10);
19  m_maxNGroupDefects.push_back(4);
21  }
22 
23 }// 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:11
InDet::DefectsEmulatorCondAlgBase::m_maxNGroupDefects
std::vector< unsigned int > m_maxNGroupDefects
Definition: DefectsEmulatorCondAlgBase.h:209
InDet::DefectsEmulatorCondAlgBase::m_groupDefectHistNames
std::vector< std::string > m_groupDefectHistNames
Definition: DefectsEmulatorCondAlgBase.h:208