#include <GPFCluster.h>
Public Member Functions | |
virtual void | draw () |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
double | getEnergy () |
GPFCluster (DisplayManager *dm, int view, int ident, const reco::PFCluster *clus, double x, double y, TAttMarker *attm) | |
const GPFCluster & | operator= (const GPFCluster &other) |
virtual void | Print () |
void | setColor () |
void | setColor (int newcol) |
void | setInitialColor () |
void | setNewSize () |
void | setNewStyle () |
virtual | ~GPFCluster () |
Public Member Functions inherited from GPFBase | |
int | getOrigin () |
virtual double | getPt () |
int | getView () |
GPFBase (DisplayManager *display, int viewType, int ident, TAttMarker *attm, TAttLine *attl) | |
GPFBase (DisplayManager *display, int viewType, int ident, TAttMarker *attm) | |
GPFBase (DisplayManager *display, int viewType, int ident, int color) | |
virtual | ~GPFBase () |
Private Attributes | |
const reco::PFCluster * | clus_ |
double | en_ |
Additional Inherited Members | |
Protected Attributes inherited from GPFBase | |
int | color_ |
DisplayManager * | display_ |
TAttLine * | lineAttr_ |
TAttMarker * | markerAttr_ |
int | origId_ |
int | viewId_ |
Definition at line 14 of file GPFCluster.h.
GPFCluster::GPFCluster | ( | DisplayManager * | dm, |
int | view, | ||
int | ident, | ||
const reco::PFCluster * | clus, | ||
double | x, | ||
double | y, | ||
TAttMarker * | attm | ||
) |
Definition at line 10 of file GPFCluster.cc.
References clus_, en_, reco::PFCluster::energy(), and GPFBase::markerAttr_.
|
inlinevirtual |
Definition at line 20 of file GPFCluster.h.
|
virtual |
Reimplemented from GPFBase.
Definition at line 46 of file GPFCluster.cc.
|
virtual |
Definition at line 30 of file GPFCluster.cc.
References GPFBase::display_, DisplayManager::findAndDraw(), DisplayManager::findBlock(), GPFBase::origId_, and Print().
|
inlinevirtual |
|
inline |
|
virtual |
Definition at line 25 of file GPFCluster.cc.
References clus_, and gather_cfg::cout.
Referenced by ExecuteEvent().
|
virtual |
|
virtual |
Implements GPFBase.
Definition at line 56 of file GPFCluster.cc.
|
virtual |
|
virtual |
|
virtual |
|
private |
Definition at line 40 of file GPFCluster.h.
Referenced by GPFCluster(), operator=(), and Print().
|
private |
Definition at line 42 of file GPFCluster.h.
Referenced by getEnergy(), and GPFCluster().