ATLAS Offline Software
ITkPixelEncodingTool.h
Go to the documentation of this file.
1 /*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /*
6 * Author: Ondra Kovanda, ondrej.kovanda at cern.ch
7 * Date: 05/2024
8 * Description: Athena tool wrapper around the ITkPix encoder
9 */
10 
11 #ifndef ITKPIXELBYTESTREAMCNV_ITKPIXELENCODINGTOOL_H
12 #define ITKPIXELBYTESTREAMCNV_ITKPIXELENCODINGTOOL_H
13 
14 #include <vector>
15 #include <memory>
16 #include <cstdint>
18 #include "ITkPixLayout.h"
19 #include "ITkPixV2Encoder.h"
20 
22  public:
23 
25 
26  ITkPixelEncodingTool(const std::string& type,const std::string& name,const IInterface* parent);
27 
29 
30  std::vector<uint32_t> encodeFE(const HitMap & hitMap) const;
31 
32 };
33 
34 
35 #endif
ITkPixelEncodingTool::initialize
StatusCode initialize()
Definition: ITkPixelEncodingTool.cxx:19
ITkPixelEncodingTool
Definition: ITkPixelEncodingTool.h:21
ITkPixLayout.h
ITkPixelEncodingTool::encodeFE
std::vector< uint32_t > encodeFE(const HitMap &hitMap) const
Definition: ITkPixelEncodingTool.cxx:24
python.CaloAddPedShiftConfig.type
type
Definition: CaloAddPedShiftConfig.py:42
ITkPixelEncodingTool::ITkPixelEncodingTool
ITkPixelEncodingTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: ITkPixelEncodingTool.cxx:13
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
ITkPixV2Encoder.h
ITkPixLayout
Definition: ITkPixLayout.h:18
AthAlgTool
Definition: AthAlgTool.h:26
ITkPixelEncodingTool::HitMap
ITkPixLayout< uint16_t > HitMap
Definition: ITkPixelEncodingTool.h:24