BOSS 6.6.4.p01
BESIII Offline Software System
Loading...
Searching...
No Matches
Pi0RecAlg.h
Go to the documentation of this file.
1#ifndef Physics_Analysis_Pi0Rec_Alg_H
2#define Physics_Analysis_Pi0Rec_Alg_H
3
4#include "CLHEP/Vector/LorentzVector.h"
5#include "GaudiKernel/Algorithm.h"
6#include "Pi0Cut.h"
7// predeclaration
8class RecEmcShower;
9
10class Pi0RecAlg : public Algorithm {
11
12 public:
13
14 Pi0RecAlg(const std::string& name, ISvcLocator* pSvcLocator);
15
16 StatusCode initialize();
17 StatusCode execute();
18 StatusCode finalize();
19
20 private:
21
22 HepLorentzVector getP4(RecEmcShower* gTrk);
23 UserPi0Cut _pi0_cut;
24 /* double m_barrel_min_energy;
25 double m_endcap_min_energy;
26 double m_angle ;
27 double m_time_limit;
28
29 double m_minmass_cut;
30 double m_maxmass_cut;
31 double m_chisq_cut;
32 double m_costheta_cut;*/
33
34};
35#endif
StatusCode execute()
Definition: Pi0RecAlg.cxx:39
StatusCode finalize()
Definition: Pi0RecAlg.cxx:84
StatusCode initialize()
Definition: Pi0RecAlg.cxx:29