ARTEMIS-CRIB
 
Loading...
Searching...
No Matches
TModuleDecoderTimestamp.h
Go to the documentation of this file.
1/**
2 * @file TModuleDecoderTimestamp.h
3 * @brief
4 * @author Kodai Okawa <okawa@cns.s.u-tokyo.ac.jp>
5 * @date 2022?
6 * @note last modified: 2025-01-08 10:36:39
7 * @details
8 */
9
10#ifndef _CRIB_TMODULEDECODERTIMESTAMP_h_
11#define _CRIB_TMODULEDECODERTIMESTAMP_h_
12
13#include "TModuleDecoder.h"
14
15namespace art::crib {
16class TModuleDecoderTimestamp;
17}
18
20 public:
21 static const int kID = 8;
23 ~TModuleDecoderTimestamp() override;
24 Int_t Decode(char *buffer, const Int_t &size, TObjArray *seg) override;
25
26 protected:
27 TObjArray *fHitData; // array to tomprally store the data for the aggregation
28
29 ClassDefOverride(TModuleDecoderTimestamp, 0) // timestamp decoder
30};
31#endif // _TMODULEDECODERTIMESTAMP_h_
Int_t Decode(char *buffer, const Int_t &size, TObjArray *seg) override
return to the guide