BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
PPbar.h
Go to the documentation of this file.
1#ifndef Physics_Analysis_PPbar_H
2#define Physics_Analysis_PPbar_H
3
4#include "GaudiKernel/AlgFactory.h"
5#include "GaudiKernel/Algorithm.h"
6#include "GaudiKernel/NTuple.h"
7
8class PPbar : public Algorithm {
9
10public:
11 PPbar(const std::string& name, ISvcLocator* pSvcLocator);
12 StatusCode initialize();
13 StatusCode execute();
14 StatusCode finalize();
15
16private:
17
18
19 bool m_testv;
20 // bool m_signal;
21 // bool m_mctruth;
22
23 Algorithm* m_TestV;
24 // Algorithm* m_Signal;
25 // Algorithm* m_McTruth;
26};
27
28#endif
Definition PPbar.h:8
PPbar(const std::string &name, ISvcLocator *pSvcLocator)
Definition PPbar.cxx:13
StatusCode finalize()
Definition PPbar.cxx:72
StatusCode execute()
Definition PPbar.cxx:56
StatusCode initialize()
Definition PPbar.cxx:21