BOSS 7.0.7
BESIII Offline Software System
Loading...
Searching...
No Matches
ZddReconAlg.h
Go to the documentation of this file.
1#ifndef ZDD_RECON_ALG_H
2#define ZDD_RECON_ALG_H
3
4#include "GaudiKernel/Algorithm.h"
5#include "ZddEvent/ZddEvent.h"
7
8class ZddReconAlg : public Algorithm
9{
10 public:
11
12 ZddReconAlg(const std::string& name, ISvcLocator* pSvcLocator);
13
14 StatusCode initialize();
15 StatusCode execute();
16 StatusCode finalize();
17
18 private :
19
20 double getEK(int chId);
21 int zddDataStat(const Event::ZddEvent* zddEvt, int evtId);
22 int calFragEandT(const ZddFragment& frag, int& efrag, int& tfrag);
23
24 bool m_errStat;
25 bool m_errQuit;
26};
27
28#endif
#define private
StatusCode execute()
Definition: ZddReconAlg.cxx:30
StatusCode finalize()
StatusCode initialize()
Definition: ZddReconAlg.cxx:21