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
8
class
PPbar
:
public
Algorithm {
9
10
public
:
11
PPbar
(
const
std::string& name, ISvcLocator* pSvcLocator);
12
StatusCode
initialize
();
13
StatusCode
execute
();
14
StatusCode
finalize
();
15
16
private
:
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
PPbar
Definition
PPbar.h:8
PPbar::PPbar
PPbar(const std::string &name, ISvcLocator *pSvcLocator)
Definition
PPbar.cxx:13
PPbar::finalize
StatusCode finalize()
Definition
PPbar.cxx:72
PPbar::execute
StatusCode execute()
Definition
PPbar.cxx:56
PPbar::initialize
StatusCode initialize()
Definition
PPbar.cxx:21
7.1.1
Validation
ValidPPbarAlg
ValidPPbarAlg-00-01-00
ValidPPbarAlg
PPbar.h
Generated by
1.12.0