Heavy ion Analysis Libriares
|
#include <FemtoFastCut.h>
Public Member Functions | |
FemtoFastCutPhi (const FemtoFastCutPhi &fast) | |
Int_t | GetBin () const |
Int_t | GetBinRotated () const |
Int_t | GetBinHemisphere () const |
void | Init (FemtoPair *pair) |
void | SetEventPhi (const Double_t phi) |
virtual FemtoFastCut * | MakeCopy () const |
virtual Package * | Report () const |
Public Member Functions inherited from Hal::FemtoFastCut | |
FemtoFastCut () | |
FemtoFastCut (const FemtoFastCut ©) | |
void | Allocate () |
Double_t | GetMin (Int_t i) const |
Double_t | GetMax (Int_t i) const |
virtual Int_t | GetNBins () const |
virtual Int_t | GetBinMixed () const |
virtual Int_t | GetBinPerfect () const |
virtual Int_t | GetBinCharged () const |
virtual void | AddCutBin (Double_t min, Double_t max, Option_t *opt=" ") |
Additional Inherited Members | |
Protected Attributes inherited from Hal::FemtoFastCut | |
Int_t | fBins |
Double_t * | fMin |
Double_t * | fMax |
Double_t * | fMinTrue |
Double_t * | fMaxTrue |
FemtoPair * | fPair |
basic class for calculating phi bins
Definition at line 192 of file FemtoFastCut.h.
Hal::FemtoFastCutPhi::FemtoFastCutPhi | ( | ) |
Definition at line 179 of file FemtoFastCut.cxx.
Hal::FemtoFastCutPhi::FemtoFastCutPhi | ( | const FemtoFastCutPhi & | fast | ) |
|
virtual |
Definition at line 266 of file FemtoFastCut.cxx.
|
virtual |
return bin number for pair
Implements Hal::FemtoFastCut.
Definition at line 185 of file FemtoFastCut.cxx.
|
virtual |
Implements Hal::FemtoFastCut.
Definition at line 206 of file FemtoFastCut.cxx.
|
virtual |
Implements Hal::FemtoFastCut.
Definition at line 195 of file FemtoFastCut.cxx.
|
virtual |
initaliza this class
pair | pointer to processed femto pair (this pointer cannot be changed during run ! |
Reimplemented from Hal::FemtoFastCut.
Definition at line 208 of file FemtoFastCut.cxx.
|
inlinevirtual |
make copy of this object
Implements Hal::FemtoFastCut.
Definition at line 215 of file FemtoFastCut.h.
|
virtual |
create package
Reimplemented from Hal::FemtoFastCut.
Definition at line 248 of file FemtoFastCut.cxx.
void Hal::FemtoFastCutPhi::SetEventPhi | ( | const Double_t | phi | ) |
set reaction plane phi
phi | event reaction plane |
Definition at line 242 of file FemtoFastCut.cxx.