display of hits inside the gGeoManager
More...
#include <PndEventDisplay.h>
|
| PndEventDisplay () |
|
| PndEventDisplay (PndEventDisplay &display) |
|
virtual | ~PndEventDisplay () |
|
void | AddNewGroup (TString groupName, PndGeoHitList *newList) |
|
void | AddHit (TString groupName, FairHit *hit, Bool_t vis=kTRUE) |
|
void | AddHit (TString groupName, Double_t x, Double_t y, Double_t z, Bool_t vis=kTRUE) |
|
void | AddHit (TString groupName, TGeoMatrix *mat, Bool_t vis=kTRUE) |
|
void | AddHits (TString groupName, TClonesArray *hits, Bool_t vis=kTRUE) |
|
void | SetHits (TString groupName, TClonesArray *hits, Bool_t vis=kTRUE) |
|
void | ClearHits (TString groupName) |
|
PndGeoHitList * | GetHitList (TString ListName) |
|
std::map< TString, PndGeoHitList * > | GetHitListMap () |
|
PndEventDisplay & | operator= (PndEventDisplay &display) |
|
display of hits inside the gGeoManager
PndEventDisplay
- Author
- Tobias Stockmanns t.sto.nosp@m.ckma.nosp@m.nns@f.nosp@m.z-ju.nosp@m.elich.nosp@m..de
- Since
- 29.10.2007
This class allows the display of event information within the gGeoManager. First a new group has to be created via the AddNewGroup command. A Group contains a unique name for the informations which should be displayed and a pointer to a PndGeoHitList. After the creation of the group hits can be added to the group by the name of the group and various imput possibilities.
Definition at line 25 of file PndEventDisplay.h.
◆ PndEventDisplay() [1/2]
PndEventDisplay::PndEventDisplay |
( |
| ) |
|
◆ PndEventDisplay() [2/2]
◆ ~PndEventDisplay()
virtual PndEventDisplay::~PndEventDisplay |
( |
| ) |
|
|
virtual |
◆ AddHit() [1/3]
void PndEventDisplay::AddHit |
( |
TString |
groupName, |
|
|
FairHit * |
hit, |
|
|
Bool_t |
vis = kTRUE |
|
) |
| |
◆ AddHit() [2/3]
void PndEventDisplay::AddHit |
( |
TString |
groupName, |
|
|
Double_t |
x, |
|
|
Double_t |
y, |
|
|
Double_t |
z, |
|
|
Bool_t |
vis = kTRUE |
|
) |
| |
◆ AddHit() [3/3]
void PndEventDisplay::AddHit |
( |
TString |
groupName, |
|
|
TGeoMatrix * |
mat, |
|
|
Bool_t |
vis = kTRUE |
|
) |
| |
◆ AddHits()
void PndEventDisplay::AddHits |
( |
TString |
groupName, |
|
|
TClonesArray * |
hits, |
|
|
Bool_t |
vis = kTRUE |
|
) |
| |
◆ AddNewGroup()
void PndEventDisplay::AddNewGroup |
( |
TString |
groupName, |
|
|
PndGeoHitList * |
newList |
|
) |
| |
◆ ClearHits()
void PndEventDisplay::ClearHits |
( |
TString |
groupName | ) |
|
◆ GetHitList()
◆ GetHitListMap()
std::map<TString, PndGeoHitList *> PndEventDisplay::GetHitListMap |
( |
| ) |
|
|
inline |
◆ operator=()
◆ SetHits()
void PndEventDisplay::SetHits |
( |
TString |
groupName, |
|
|
TClonesArray * |
hits, |
|
|
Bool_t |
vis = kTRUE |
|
) |
| |
The documentation for this class was generated from the following file: