BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
PhotonChildSelector.h
Go to the documentation of this file.
1#ifndef Recon_Pi0EtaToGG_PhotonChildSelector_H
2#define Recon_Pi0EtaToGG_PhotonChildSelector_H
3
4#include "GaudiKernel/Algorithm.h"
5
6class PhotonChildSelector : public Algorithm {
7
8public:
10
11private:
12 double m_angled_cut;
13 double m_minEnergy;
14
15 bool m_useBarrel;
16 bool m_useEndcap;
17}
18
19#endif