BOSS 7.0.7
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{
8
9 public:
10
12
13 private:
14
15 double m_angled_cut;
16 double m_minEnergy;
17
18 bool m_useBarrel;
19 bool m_useEndcap;
20
21}
22
23#endif