ATLAS Offline Software
PixelDefectsEmulatorAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3  */
4 #ifndef InDet_PixelDefectsEmulatorAlg_H
5 #define InDet_PixelDefectsEmulatorAlg_H
6 
7 #include "DefectsEmulatorAlg.h"
9 #include "PixelEmulatedDefects.h"
11 
12 namespace InDet {
13  template <>
15  using ID_Helper = PixelID;
20  };
21 
27  class PixelDefectsEmulatorAlg :public DefectsEmulatorAlg<PixelRDO_Container>
28  {
29  public:
31  };
32 }
33 #endif
PixelID.h
This is an Identifier helper class for the Pixel subdetector. This class is a factory for creating co...
InDet::PixelModuleHelper
Helper class to convert between offline column, row and hardware chip, column, row coordinates.
Definition: PixelModuleHelper.h:33
InDet
Primary Vertex Finder.
Definition: VP1ErrorUtils.h:36
InDetRawDataContainer
Definition: InDetRawDataContainer.h:27
DefectsEmulatorAlg.h
Pixel1RawData
Definition: Pixel1RawData.h:23
InDet::PixelEmulatedDefects
Specialization of emulated defects conditions data for ITk pixels Defect conditions data for defects ...
Definition: PixelEmulatedDefects.h:16
InDet::PixelDefectsEmulatorAlg
Algorithm which selectively copies hits from an input PixelRDO_Container.
Definition: PixelDefectsEmulatorAlg.h:28
PixelEmulatedDefects.h
PixelRDO_Container.h
InDet::DefectsEmulatorTraits
Definition: DefectsEmulatorAlg.h:16
InDet::DefectsEmulatorAlg
Algorithm template to selectivly copy RDOs from an InDetRawDataCollection.
Definition: DefectsEmulatorAlg.h:24
PixelRDORawData
Definition: PixelRDORawData.h:23
PixelID
Definition: PixelID.h:67