|
BOSS 8.0.0
BESIII Offline Software System
|
#include <Pi0Cut.h>
Public Member Functions | |
| UserPi0Cut (double MEBP=0.025, double MEEP=0.045, double MA=20., double TL=25., double MinM=0.12, double MaxM=0.15, double c=1e+10) | |
| bool | operator() (CDPi0 &_this) |
| bool | isGoodPhoton (EvtRecTrack *gTrk) |
| Public Member Functions inherited from DCSelectionFunction< CDPi0 > | |
| DCSelectionFunction () | |
| virtual | ~DCSelectionFunction () |
Static Public Member Functions | |
| static void | SetForTrack (EvtRecEvent *_recEvt, EvtRecTrackCol *_recTrkCol) |
Public Attributes | |
| double | MinEnergyOfBarrelPhoton |
| double | MinEnergyOfEndcapPhoton |
| double | MinAngle |
| double | TimeLimit |
| double | MinMass |
| double | MaxMass |
| double | Chisq |
Static Public Attributes | |
| static EvtRecEvent * | recEvt = 0 |
| static EvtRecTrackCol * | recTrkCol = 0 |
|
inline |
Definition at line 11 of file Pi0Cut.h.
|
inline |
Definition at line 40 of file Pi0Cut.h.
Referenced by operator()().
|
inlinevirtual |
Implements DCSelectionFunction< CDPi0 >.
Definition at line 29 of file Pi0Cut.h.
|
inlinestatic |
Definition at line 91 of file Pi0Cut.h.
Referenced by Pi0RecAlg::execute().
| double UserPi0Cut::Chisq |
Definition at line 27 of file Pi0Cut.h.
Referenced by operator()(), and UserPi0Cut().
| double UserPi0Cut::MaxMass |
Definition at line 26 of file Pi0Cut.h.
Referenced by operator()(), and UserPi0Cut().
| double UserPi0Cut::MinAngle |
Definition at line 23 of file Pi0Cut.h.
Referenced by isGoodPhoton(), and UserPi0Cut().
| double UserPi0Cut::MinEnergyOfBarrelPhoton |
Definition at line 21 of file Pi0Cut.h.
Referenced by isGoodPhoton(), and UserPi0Cut().
| double UserPi0Cut::MinEnergyOfEndcapPhoton |
Definition at line 22 of file Pi0Cut.h.
Referenced by isGoodPhoton(), and UserPi0Cut().
| double UserPi0Cut::MinMass |
Definition at line 25 of file Pi0Cut.h.
Referenced by operator()(), and UserPi0Cut().
|
static |
Definition at line 95 of file Pi0Cut.h.
Referenced by isGoodPhoton(), Pi0::make_gamma_list(), and SetForTrack().
|
static |
Definition at line 96 of file Pi0Cut.h.
Referenced by isGoodPhoton(), Pi0::make_gamma_list(), and SetForTrack().
| double UserPi0Cut::TimeLimit |
Definition at line 24 of file Pi0Cut.h.
Referenced by isGoodPhoton(), and UserPi0Cut().