Definition at line 24 of file SubCut.h.
◆ SubCut() [1/2]
Hal::SubCut::SubCut |
( |
Int_t | size = 1 | ) |
|
constructor
- Parameters
-
Definition at line 22 of file SubCut.cxx.
◆ SubCut() [2/2]
Hal::SubCut::SubCut |
( |
const SubCut & | other | ) |
|
copy constructor
- Parameters
-
Definition at line 44 of file SubCut.cxx.
◆ ~SubCut()
◆ GetMax()
Double_t Hal::SubCut::GetMax |
( |
Int_t | i | ) |
const |
|
inline |
return upper edge of cut for given parameter
- Parameters
-
- Returns
- upper edge value
Definition at line 99 of file SubCut.h.
◆ GetMin()
Double_t Hal::SubCut::GetMin |
( |
Int_t | i | ) |
const |
|
inline |
return lower edge of cut for given parameter
- Parameters
-
- Returns
- lower edge value
Definition at line 93 of file SubCut.h.
◆ GetSize()
Int_t Hal::SubCut::GetSize |
( |
| ) |
const |
|
inline |
- Returns
- number of paramters in this subcut
Definition at line 81 of file SubCut.h.
◆ GetUnit()
TString Hal::SubCut::GetUnit |
( |
Int_t | i | ) |
const |
|
inline |
- Parameters
-
- Returns
- unit name
Definition at line 70 of file SubCut.h.
◆ GetValue()
Double_t Hal::SubCut::GetValue |
( |
Int_t | i | ) |
const |
|
inline |
return latest value put by SetValue with given parameter number
- Parameters
-
- Returns
- value
Definition at line 105 of file SubCut.h.
◆ operator=()
operator =
- Parameters
-
- Returns
Definition at line 65 of file SubCut.cxx.
◆ SetMax()
void Hal::SubCut::SetMax |
( |
Double_t | val, |
|
|
Int_t | i = 0 ) |
set maximum of given sub-cut parameter (axis)
- Parameters
-
Definition at line 86 of file SubCut.cxx.
◆ SetMin()
void Hal::SubCut::SetMin |
( |
Double_t | val, |
|
|
Int_t | i = 0 ) |
set minimum of given sub-cut parameter
- Parameters
-
val | minimum (axis) |
i | parameter no |
Definition at line 84 of file SubCut.cxx.
◆ SetUnitName()
void Hal::SubCut::SetUnitName |
( |
TString | name, |
|
|
Int_t | i = 0 ) |
|
inline |
set name of cut unit on given parameter
- Parameters
-
name | unit name |
i | parameter numer |
Definition at line 41 of file SubCut.h.
◆ SetValue()
void Hal::SubCut::SetValue |
( |
Double_t | val, |
|
|
Int_t | i = 0 ) |
|
inline |
set value of given parameter
- Parameters
-
Definition at line 87 of file SubCut.h.
◆ Validate()
Bool_t Hal::SubCut::Validate |
( |
| ) |
|
check values
- Returns
- return true if values for all axes are between fMin and fMax
Definition at line 92 of file SubCut.cxx.
◆ ValidateAbs()
Bool_t Hal::SubCut::ValidateAbs |
( |
| ) |
|
check values
- Returns
- return true if absolute values for all axes are between fMin and fMax
Definition at line 99 of file SubCut.cxx.
The documentation for this class was generated from the following files: