FairRoot
|
#include <FairEveCut.h>
Public Member Functions | |
FairEveIntCut (TGedFrame *frame=0, TGCompositeFrame *tab=0, TString name="", Int_t width=170) | |
void | Init () |
Bool_t | GetValue (Int_t &val) const |
virtual | ~FairEveIntCut () |
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 particles with given property expressed as an integer nubmer
Definition at line 95 of file FairEveCut.h.
FairEveIntCut::FairEveIntCut | ( | TGedFrame * | frame = 0 , |
TGCompositeFrame * | tab = 0 , |
||
TString | name = "" , |
||
Int_t | width = 170 |
||
) |
Definition at line 115 of file FairEveCut.cxx.
|
inlinevirtual |
Definition at line 104 of file FairEveCut.h.
Bool_t FairEveIntCut::GetValue | ( | Int_t & | val | ) | const |
Definition at line 139 of file FairEveCut.cxx.
|
virtual |
Implements FairEveCut.
Definition at line 121 of file FairEveCut.cxx.