BOSS 7.1.1
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
11 public:
12
13 ZddReconAlg(const std::string& name, ISvcLocator* pSvcLocator);
14
15 StatusCode initialize();
16 StatusCode execute();
17 StatusCode finalize();
18
19 private :
20
21 double getEK(int chId);
22 int zddDataStat(const Event::ZddEvent* zddEvt, int evtId);
23 int calFragEandT(const ZddFragment& frag, int& efrag, int& tfrag);
24
25 bool m_errStat;
26 bool m_errQuit;
27};
28
29#endif
#define private
ZddReconAlg(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode execute()
StatusCode finalize()
StatusCode initialize()