#include <GPFGenParticle.h>
|
virtual void | draw () |
|
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
|
double | getEnergy () |
|
double | getPt () |
|
| GPFGenParticle (DisplayManager *dm, int view, int ident, double eta, double phi, double en, double pt, int barcode, TAttMarker *attm, std::string name, std::string latexName) |
|
| GPFGenParticle (DisplayManager *dm, int view, int ident, double *eta, double *phi, double en, double pt, int barcode, int barcodeMother, TAttMarker *attm, std::string name, std::string latexName) |
|
virtual void | Print () |
|
void | setColor () |
|
void | setColor (int newcol) |
|
void | setInitialColor () |
|
void | setNewSize () |
|
void | setNewStyle () |
|
virtual | ~GPFGenParticle () |
|
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 () |
|
Definition at line 15 of file GPFGenParticle.h.
GPFGenParticle::GPFGenParticle |
( |
DisplayManager * |
dm, |
|
|
int |
view, |
|
|
int |
ident, |
|
|
double |
eta, |
|
|
double |
phi, |
|
|
double |
en, |
|
|
double |
pt, |
|
|
int |
barcode, |
|
|
TAttMarker * |
attm, |
|
|
std::string |
name, |
|
|
std::string |
latexName |
|
) |
| |
Definition at line 7 of file GPFGenParticle.cc.
References GPFBase::markerAttr_.
11 :
GPFBase(display,view,ident, attm ),
13 TLatex(
x,
y,latexName.c_str()),
GPFBase(DisplayManager *display, int viewType, int ident, TAttMarker *attm, TAttLine *attl)
GPFGenParticle::GPFGenParticle |
( |
DisplayManager * |
dm, |
|
|
int |
view, |
|
|
int |
ident, |
|
|
double * |
eta, |
|
|
double * |
phi, |
|
|
double |
en, |
|
|
double |
pt, |
|
|
int |
barcode, |
|
|
int |
barcodeMother, |
|
|
TAttMarker * |
attm, |
|
|
std::string |
name, |
|
|
std::string |
latexName |
|
) |
| |
Definition at line 24 of file GPFGenParticle.cc.
References line_, and GPFBase::markerAttr_.
29 :
GPFBase(display,view,ident, attm ),
31 TLatex(
x[1],
y[1],latexName.c_str()),
GPFBase(DisplayManager *display, int viewType, int ident, TAttMarker *attm, TAttLine *attl)
virtual GPFGenParticle::~GPFGenParticle |
( |
| ) |
|
|
inlinevirtual |
void GPFGenParticle::draw |
( |
| ) |
|
|
virtual |
void GPFGenParticle::ExecuteEvent |
( |
Int_t |
event, |
|
|
Int_t |
px, |
|
|
Int_t |
py |
|
) |
| |
|
virtual |
Definition at line 50 of file GPFGenParticle.cc.
References Print().
54 gPad->SetCursor(kHand);
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
double GPFGenParticle::getEnergy |
( |
| ) |
|
|
inlinevirtual |
double GPFGenParticle::getPt |
( |
| ) |
|
|
inlinevirtual |
void GPFGenParticle::Print |
( |
void |
| ) |
|
|
virtual |
void GPFGenParticle::setColor |
( |
| ) |
|
|
virtual |
void GPFGenParticle::setColor |
( |
int |
newcol | ) |
|
|
virtual |
void GPFGenParticle::setInitialColor |
( |
| ) |
|
|
virtual |
void GPFGenParticle::setNewSize |
( |
| ) |
|
|
virtual |
void GPFGenParticle::setNewStyle |
( |
| ) |
|
|
virtual |
int GPFGenParticle::barcode_ |
|
private |
int GPFGenParticle::barcodeMother_ |
|
private |
double GPFGenParticle::en_ |
|
private |
TLine* GPFGenParticle::line_ |
|
private |
std::string GPFGenParticle::name_ |
|
private |
double GPFGenParticle::pt_ |
|
private |