|
| egPID ()=default |
| Default constructor. More...
|
|
| ~egPID ()=default |
| Destructor. More...
|
|
| egPID (const egPID &original)=default |
| constructor More...
|
|
egPID & | operator= (const egPID &original) |
| Assignment. More...
|
|
unsigned int | isEM (const unsigned int mask=egammaPIDObs::ALL, egammaPIDObs::PID=egammaPIDObs::IsEM, bool *found=nullptr) const |
| Metod to define isEM variable. More...
|
|
unsigned int | isEMsofte (const unsigned int mask=egammaPIDObs::ALL, bool *found=nullptr) const |
| Method to define isEMse variable. More...
|
|
unsigned int | IsGoodOQ (const unsigned int mask=egammaPIDObs::ALLOQ, bool *found=nullptr) const |
| Method to define Object quality variable. More...
|
|
double | egammaID (egammaPIDObs::PID, bool *found=nullptr) const |
| retrieve egamma ID, as double to work for IsEM and all possible weights as likelihood; found, if not NULL, is set to true if found More...
|
|
bool | set_egammaID (egammaPIDObs::PID, double) |
| set egamma ID, as double to work double values and all possible weights as likelihood More...
|
|
bool | set_egammaIDint (egammaPIDObs::PID, unsigned int) |
| set egamma ID, for unsigned int values More...
|
|
Class to hold PID vars egamma information
- Author
- K. Cranmer, S. Rajagopalan, D. Rousseau, D. Zerwas
Definition at line 30 of file egPID.h.