#include <GPFTrack.h>
Public Member Functions | |
virtual void | draw () |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
double | getPt () |
GPFTrack (DisplayManager *dm, int view, int ident, reco::PFRecTrack *tra, int size, double *x, double *y, double pt, TAttMarker *attm, TAttLine *attl, std::string option) | |
const GPFTrack & | operator= (const GPFTrack &other) |
virtual void | Print () |
void | setColor () |
void | setColor (int newcol) |
void | setInitialColor () |
void | setNewSize () |
void | setNewStyle () |
virtual | ~GPFTrack () |
Public Member Functions inherited from GPFBase | |
virtual double | getEnergy () |
int | getOrigin () |
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 | |
std::string | option_ |
double | pt_ |
reco::PFRecTrack * | track_ |
Additional Inherited Members | |
Protected Attributes inherited from GPFBase | |
int | color_ |
DisplayManager * | display_ |
TAttLine * | lineAttr_ |
TAttMarker * | markerAttr_ |
int | origId_ |
int | viewId_ |
Definition at line 15 of file GPFTrack.h.
GPFTrack::GPFTrack | ( | DisplayManager * | dm, |
int | view, | ||
int | ident, | ||
reco::PFRecTrack * | tra, | ||
int | size, | ||
double * | x, | ||
double * | y, | ||
double | pt, | ||
TAttMarker * | attm, | ||
TAttLine * | attl, | ||
std::string | option | ||
) |
Definition at line 11 of file GPFTrack.cc.
References GPFBase::lineAttr_, and GPFBase::markerAttr_.
|
inlinevirtual |
Definition at line 21 of file GPFTrack.h.
|
virtual |
|
virtual |
Definition at line 33 of file GPFTrack.cc.
References GPFBase::display_, DisplayManager::findAndDraw(), DisplayManager::findBlock(), GPFBase::origId_, and Print().
|
inlinevirtual |
|
virtual |
Definition at line 27 of file GPFTrack.cc.
References BREMID, gather_cfg::cout, GPFBase::origId_, SHIFTID, and track_.
Referenced by ExecuteEvent().
|
virtual |
Implements GPFBase.
Definition at line 55 of file GPFTrack.cc.
References GPFBase::lineAttr_, GPFBase::markerAttr_, and option_.
|
virtual |
|
virtual |
Implements GPFBase.
Definition at line 70 of file GPFTrack.cc.
References GPFBase::lineAttr_, GPFBase::markerAttr_, and option_.
|
virtual |
|
virtual |
|
private |
Definition at line 45 of file GPFTrack.h.
Referenced by draw(), setColor(), and setInitialColor().
|
private |
Definition at line 44 of file GPFTrack.h.
Referenced by getPt().
|
private |
Definition at line 43 of file GPFTrack.h.
Referenced by operator=(), and Print().