FairRoot
|
#include <FairEveCut.h>
Public Member Functions | |
FairEveMinMaxCut (TGedFrame *frame=0, TGCompositeFrame *tab=0, TString name="", Int_t width=170) | |
void | Init () |
Bool_t | GetValues (Double_t &min, Double_t &max) const |
virtual | ~FairEveMinMaxCut () |
Public Member Functions inherited from FairEveCut | |
FairEveCut (TGedFrame *frame=0, TGCompositeFrame *tab=0, TString name="", Int_t width=170) | |
void | AddUpdateButton () |
virtual | ~FairEveCut () |
Additional Inherited Members | |
Protected Attributes inherited from FairEveCut | |
const Int_t | fWidth |
const TString | fName |
TGedFrame * | fParent |
TGCompositeFrame * | fTab |
cut for selection of objects with properting from given range
Definition at line 59 of file FairEveCut.h.
FairEveMinMaxCut::FairEveMinMaxCut | ( | TGedFrame * | frame = 0 , |
TGCompositeFrame * | tab = 0 , |
||
TString | name = "" , |
||
Int_t | width = 170 |
||
) |
Definition at line 43 of file FairEveCut.cxx.
|
virtual |
Definition at line 90 of file FairEveCut.cxx.
Bool_t FairEveMinMaxCut::GetValues | ( | Double_t & | min, |
Double_t & | max | ||
) | const |
Definition at line 83 of file FairEveCut.cxx.
|
virtual |
Implements FairEveCut.
Definition at line 50 of file FairEveCut.cxx.