ATLAS Offline Software
ITkPixV2Encoder.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: 02/2024
8 * Description: ITkPixv2 encoding
9 */
10 
11 #ifndef ITKPIXV2ENCODER_H
12 #define ITKPIXV2ENCODER_H
13 
14 #include "ITkPixEncoder.h"
15 
17 
18  public:
19 
20  void endStream();
21 
22  void addToStream(const HitMap& hitMap, bool last = false);
23 };
24 
25 #endif
ITkPixV2Encoder::addToStream
void addToStream(const HitMap &hitMap, bool last=false)
Definition: ITkPixV2Encoder.cxx:18
ITkPixEncoder.h
ITkPixV2Encoder
Definition: ITkPixV2Encoder.h:16
ITkPixV2Encoder::endStream
void endStream()
Definition: ITkPixV2Encoder.cxx:13
ITkPixEncoder
Definition: ITkPixEncoder.h:19
ITkPixLayout< uint16_t >