#include <FemtoFastCut.h>
abstract class for returnin fast cuts
Definition at line 21 of file FemtoFastCut.h.
◆ FemtoFastCut() [1/2]
Hal::FemtoFastCut::FemtoFastCut |
( |
| ) |
|
◆ FemtoFastCut() [2/2]
Hal::FemtoFastCut::FemtoFastCut |
( |
const FemtoFastCut & | copy | ) |
|
◆ ~FemtoFastCut()
Hal::FemtoFastCut::~FemtoFastCut |
( |
| ) |
|
|
virtual |
◆ AddCutBin()
void Hal::FemtoFastCut::AddCutBin |
( |
Double_t | min, |
|
|
Double_t | max, |
|
|
Option_t * | opt = " " ) |
|
virtual |
add new bin
- Parameters
-
min | lower endge of new bin |
max | upper edge of new bin |
opt | not used |
Definition at line 62 of file FemtoFastCut.cxx.
◆ Allocate()
void Hal::FemtoFastCut::Allocate |
( |
| ) |
|
◆ GetBin()
virtual Int_t Hal::FemtoFastCut::GetBin |
( |
| ) |
const |
|
pure virtual |
◆ GetBinCharged()
virtual Int_t Hal::FemtoFastCut::GetBinCharged |
( |
| ) |
const |
|
inlinevirtual |
◆ GetBinHemisphere()
virtual Int_t Hal::FemtoFastCut::GetBinHemisphere |
( |
| ) |
const |
|
pure virtual |
◆ GetBinMixed()
virtual Int_t Hal::FemtoFastCut::GetBinMixed |
( |
| ) |
const |
|
inlinevirtual |
◆ GetBinPerfect()
virtual Int_t Hal::FemtoFastCut::GetBinPerfect |
( |
| ) |
const |
|
inlinevirtual |
◆ GetBinRotated()
virtual Int_t Hal::FemtoFastCut::GetBinRotated |
( |
| ) |
const |
|
pure virtual |
◆ GetMax()
Double_t Hal::FemtoFastCut::GetMax |
( |
Int_t | i | ) |
const |
|
inline |
- Parameters
-
- Returns
- upper egde value
Definition at line 78 of file FemtoFastCut.h.
◆ GetMin()
Double_t Hal::FemtoFastCut::GetMin |
( |
Int_t | i | ) |
const |
|
inline |
- Parameters
-
- Returns
- lower edge value
Definition at line 72 of file FemtoFastCut.h.
◆ GetNBins()
virtual Int_t Hal::FemtoFastCut::GetNBins |
( |
| ) |
const |
|
inlinevirtual |
◆ Init()
void Hal::FemtoFastCut::Init |
( |
FemtoPair * | pair | ) |
|
|
virtual |
initaliza this class
- Parameters
-
pair | pointer to processed femto pair (this pointer cannot be changed during run ! |
Reimplemented in Hal::FemtoFastCutPhi.
Definition at line 47 of file FemtoFastCut.cxx.
◆ MakeCopy()
virtual FemtoFastCut * Hal::FemtoFastCut::MakeCopy |
( |
| ) |
const |
|
pure virtual |
◆ Report()
Package * Hal::FemtoFastCut::Report |
( |
| ) |
const |
|
virtual |
◆ fBins
Int_t Hal::FemtoFastCut::fBins |
|
protected |
◆ fMax
Double_t* Hal::FemtoFastCut::fMax |
|
protected |
◆ fMaxTrue
Double_t* Hal::FemtoFastCut::fMaxTrue |
|
protected |
upper edges of bins used for comparisons
Definition at line 42 of file FemtoFastCut.h.
◆ fMin
Double_t* Hal::FemtoFastCut::fMin |
|
protected |
◆ fMinTrue
Double_t* Hal::FemtoFastCut::fMinTrue |
|
protected |
lower edges of bins used for comparisons
Definition at line 38 of file FemtoFastCut.h.
◆ fPair
The documentation for this class was generated from the following files: