Analysis Software
Documentation for sPHENIX simulation software
|
#include <analysis/blob/master/EMCal-calibration/EMCalCalib/PhotonPair.h>
Public Member Functions | |
PhotonPair () | |
virtual | ~PhotonPair () |
virtual void | Clear (Option_t *option="") |
virtual void | Reset () |
Clear Event. | |
Public Member Functions inherited from PHObject | |
PHObject () | |
ctor | |
~PHObject () override | |
dtor | |
virtual PHObject * | CloneMe () const |
Virtual copy constructor. | |
virtual PHObject * | clone () const final |
PHObject * | Clone (const char *newname="") const final |
void | Copy (TObject &object) const final |
virtual void | identify (std::ostream &os=std::cout) const |
virtual int | isValid () const |
isValid returns non zero if object contains vailid data | |
virtual int | Integrate () const |
virtual int | Integrate (PHObject *) |
virtual void | CopyFrom (const PHObject *obj) |
Public Attributes | |
float | gmass |
float | mass |
bool | good_upsilon |
Definition at line 20 of file PhotonPair.h.
View newest version in sPHENIX GitHub at line 20 of file PhotonPair.h
PhotonPair::PhotonPair | ( | ) |
|
virtual |
Definition at line 23 of file PhotonPair.C.
View newest version in sPHENIX GitHub at line 23 of file PhotonPair.C
|
virtual |
Definition at line 39 of file PhotonPair.C.
View newest version in sPHENIX GitHub at line 39 of file PhotonPair.C
References Clear(), and Reset().
|
virtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 29 of file PhotonPair.C.
View newest version in sPHENIX GitHub at line 29 of file PhotonPair.C
References mass.
float PhotonPair::gmass |
Definition at line 33 of file PhotonPair.h.
View newest version in sPHENIX GitHub at line 33 of file PhotonPair.h
bool PhotonPair::good_upsilon |
Definition at line 35 of file PhotonPair.h.
View newest version in sPHENIX GitHub at line 35 of file PhotonPair.h
float PhotonPair::mass |
Definition at line 34 of file PhotonPair.h.
View newest version in sPHENIX GitHub at line 34 of file PhotonPair.h