#include <GPFRecHit.h>
Public Member Functions | |
virtual void | draw () |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
double | getEnergy () |
std::string | getOption () |
GPFRecHit (DisplayManager *dm, int view, int ident, reco::PFRecHit *hit, int size, double *x, double *y, int color, std::string option) | |
virtual void | Print () |
void | setColor () |
void | setColor (int newcolor) |
void | setInitialColor () |
void | setNewSize () |
void | setNewStyle () |
virtual | ~GPFRecHit () |
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 | |
double | en_ |
energy More... | |
std::string | option_ |
root draw option More... | |
reco::PFRecHit * | recHit_ |
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 GPFRecHit.h.
GPFRecHit::GPFRecHit | ( | DisplayManager * | dm, |
int | view, | ||
int | ident, | ||
reco::PFRecHit * | hit, | ||
int | size, | ||
double * | x, | ||
double * | y, | ||
int | color, | ||
std::string | option | ||
) |
Definition at line 11 of file GPFRecHit.cc.
References GPFBase::color_, en_, reco::PFRecHit::energy(), and recHit_.
|
inlinevirtual |
Definition at line 19 of file GPFRecHit.h.
|
virtual |
|
virtual |
Definition at line 32 of file GPFRecHit.cc.
References GPFBase::display_, DisplayManager::findAndDraw(), GPFBase::origId_, and Print().
|
inlinevirtual |
|
inline |
|
virtual |
Definition at line 27 of file GPFRecHit.cc.
References gather_cfg::cout, and recHit_.
Referenced by ExecuteEvent().
|
virtual |
Implements GPFBase.
Definition at line 64 of file GPFRecHit.cc.
References GPFBase::color_, and option_.
|
virtual |
|
virtual |
Implements GPFBase.
Definition at line 58 of file GPFRecHit.cc.
References GPFBase::color_, and option_.
|
virtual |
|
virtual |
|
private |
|
private |
root draw option
Definition at line 41 of file GPFRecHit.h.
Referenced by draw(), getOption(), setColor(), and setInitialColor().
|
private |
Definition at line 35 of file GPFRecHit.h.
Referenced by GPFRecHit(), and Print().