ARTEMIS-CRIB
 
Loading...
Searching...
No Matches
TEvtNumProcessor.h
Go to the documentation of this file.
1/**
2 * @file TEvtNumProcessor.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:27:37
7 * @details originally made by J. W. Hwang
8 */
9
10#ifndef _CRIB_TEVTNUMPROCESSOR_H_
11#define _CRIB_TEVTNUMPROCESSOR_H_
12
13#include "TProcessor.h"
14
15namespace art::crib {
16class TEvtNumProcessor;
17}
18
20
21 public:
23 ~TEvtNumProcessor() override;
24
25 void Init(TEventCollection *col) override;
26 void EndOfRun() override;
27 void Process() override;
28
29 private:
30 Int_t fCurNum;
31 Int_t fLimEvNum;
32 Bool_t fPriEv;
33 Int_t fPriEvNum;
34
35 protected:
37};
38#endif // end of #ifdef _TEVTNUMPROCESSOR_H_
void Init(TEventCollection *col) override
ClassDefOverride(TEvtNumProcessor, 1)
return to the guide