#include <FairEveTracks.h>
base evelement that represents tracks
Definition at line 35 of file FairEveTracks.h.
FairEveTracks::FairEveTracks |
( |
Bool_t |
acceptCompound = kFALSE | ) |
|
- Parameters
-
acceptCompound | use compound tracks in track list |
Definition at line 29 of file FairEveTracks.cxx.
FairEveTracks::~FairEveTracks |
( |
| ) |
|
|
virtual |
TEveTrackList * FairEveTracks::FindTrackGroup |
( |
TString |
groupName, |
|
|
Color_t |
color |
|
) |
| |
|
protected |
- Parameters
-
groupName | - name of the track group |
color | - group color |
- Returns
- track group based on parameter
Definition at line 62 of file FairEveTracks.cxx.
Double_t FairEveTracks::GetEnergyMax |
( |
| ) |
const |
|
inlineprotected |
Double_t FairEveTracks::GetEnergyMin |
( |
| ) |
const |
|
inlineprotected |
Double_t FairEveTracks::GetEtaMax |
( |
| ) |
const |
|
inlineprotected |
Double_t FairEveTracks::GetEtaMin |
( |
| ) |
const |
|
inlineprotected |
Double_t FairEveTracks::GetPtMax |
( |
| ) |
const |
|
inlineprotected |
Double_t FairEveTracks::GetPtMin |
( |
| ) |
const |
|
inlineprotected |
virtual void FairEveTracks::Repaint |
( |
| ) |
|
|
pure virtual |
void FairEveTracks::SetEnergyCut |
( |
Double_t |
min, |
|
|
Double_t |
max, |
|
|
Bool_t |
use |
|
) |
| |
|
inline |
set energy cut, cut is used only if use = kTRUE
- Parameters
-
Definition at line 111 of file FairEveTracks.h.
void FairEveTracks::SetEtaCut |
( |
Double_t |
min, |
|
|
Double_t |
max, |
|
|
Bool_t |
use |
|
) |
| |
|
inline |
set pseudorapidity cut, cut is used only if use = kTRUE
- Parameters
-
Definition at line 99 of file FairEveTracks.h.
void FairEveTracks::SetPtCut |
( |
Double_t |
min, |
|
|
Double_t |
max, |
|
|
Bool_t |
use |
|
) |
| |
|
inline |
set pt cut, cut is used only if use = kTRUE
- Parameters
-
Definition at line 87 of file FairEveTracks.h.
void FairEveTracks::ToggleGroups |
( |
| ) |
|
makes visible group of tracks that was not visible, hiden groups become visible
Definition at line 80 of file FairEveTracks.cxx.
void FairEveTracks::ToggleTracks |
( |
| ) |
|
makes visible tracks not visible, hidden tracks become visible
Definition at line 40 of file FairEveTracks.cxx.
Bool_t FairEveTracks::UseEnergyCut |
( |
| ) |
const |
|
inlineprotected |
Bool_t FairEveTracks::UseEtaCut |
( |
| ) |
const |
|
inlineprotected |
Bool_t FairEveTracks::UsePtCut |
( |
| ) |
const |
|
inlineprotected |
The documentation for this class was generated from the following files: