CGEM BOSS 6.6.5.g
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 () |
virtual bool | operator() (CDPi0 &)=0 |
bool | operator() (CDPi0 &iArg) const |
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 |
|
inline |
Definition at line 43 of file Pi0Cut.h.
Referenced by operator()().
Implements DCSelectionFunction< CDPi0 >.
|
inlinestatic |
Definition at line 90 of file Pi0Cut.h.
Referenced by Pi0RecAlg::execute().
double UserPi0Cut::Chisq |
Definition at line 30 of file Pi0Cut.h.
Referenced by operator()(), and Pi0RecAlg::Pi0RecAlg().
double UserPi0Cut::MaxMass |
Definition at line 29 of file Pi0Cut.h.
Referenced by Pi0RecAlg::execute(), operator()(), and Pi0RecAlg::Pi0RecAlg().
double UserPi0Cut::MinAngle |
Definition at line 26 of file Pi0Cut.h.
Referenced by isGoodPhoton(), and Pi0RecAlg::Pi0RecAlg().
double UserPi0Cut::MinEnergyOfBarrelPhoton |
Definition at line 24 of file Pi0Cut.h.
Referenced by isGoodPhoton(), and Pi0RecAlg::Pi0RecAlg().
double UserPi0Cut::MinEnergyOfEndcapPhoton |
Definition at line 25 of file Pi0Cut.h.
Referenced by isGoodPhoton(), and Pi0RecAlg::Pi0RecAlg().
double UserPi0Cut::MinMass |
Definition at line 28 of file Pi0Cut.h.
Referenced by Pi0RecAlg::execute(), operator()(), and Pi0RecAlg::Pi0RecAlg().
|
static |
Definition at line 91 of file Pi0Cut.h.
Referenced by isGoodPhoton(), Pi0::make_gamma_list(), and SetForTrack().
|
static |
Definition at line 92 of file Pi0Cut.h.
Referenced by isGoodPhoton(), Pi0::make_gamma_list(), and SetForTrack().
double UserPi0Cut::TimeLimit |
Definition at line 27 of file Pi0Cut.h.
Referenced by isGoodPhoton(), and Pi0RecAlg::Pi0RecAlg().