#include <CorrFitDumpedPairAna.h>
|
enum class | eDumpCalcMode { kSignalPairs = 0
, kSignalBackgroundPairs = 1
, kBackgroundPairsOnly = 2
} |
|
analysis of pairs created by FemtoDumpPairAna
Definition at line 40 of file CorrFitDumpedPairAna.h.
◆ eDumpCalcMode
enum class Hal::CorrFitDumpedPairAna::eDumpCalcMode |
|
strongprotected |
◆ CorrFitDumpedPairAna()
Hal::CorrFitDumpedPairAna::CorrFitDumpedPairAna |
( |
Int_t | jobid = -1, |
|
|
Int_t | mapsPerAna = -1 ) |
◆ ~CorrFitDumpedPairAna()
Hal::CorrFitDumpedPairAna::~CorrFitDumpedPairAna |
( |
| ) |
|
|
virtual |
◆ ConfigureFromXML()
Bool_t Hal::CorrFitDumpedPairAna::ConfigureFromXML |
( |
| ) |
|
|
protected |
◆ ConfigureInput()
Bool_t Hal::CorrFitDumpedPairAna::ConfigureInput |
( |
| ) |
|
|
protected |
◆ ConfigureListInput()
Bool_t Hal::CorrFitDumpedPairAna::ConfigureListInput |
( |
| ) |
|
|
protected |
◆ ConfigureRootInput()
Bool_t Hal::CorrFitDumpedPairAna::ConfigureRootInput |
( |
| ) |
|
|
protected |
◆ ConnectToBackground()
void Hal::CorrFitDumpedPairAna::ConnectToBackground |
( |
const std::vector< TString > & | branches | ) |
|
|
protected |
◆ ConnectToData()
virtual Bool_t Hal::CorrFitDumpedPairAna::ConnectToData |
( |
| ) |
|
|
protectedpure virtual |
◆ ConnectToSignal()
void Hal::CorrFitDumpedPairAna::ConnectToSignal |
( |
const std::vector< TString > & | branches | ) |
|
|
protected |
◆ FindTreeName()
TString Hal::CorrFitDumpedPairAna::FindTreeName |
( |
TString | name | ) |
const |
|
protected |
◆ GetSimStepNo()
Int_t Hal::CorrFitDumpedPairAna::GetSimStepNo |
( |
| ) |
const |
|
inlineprotected |
◆ IgnoreSign()
void Hal::CorrFitDumpedPairAna::IgnoreSign |
( |
| ) |
|
|
inline |
◆ Init()
Bool_t Hal::CorrFitDumpedPairAna::Init |
( |
| ) |
|
|
virtual |
◆ InitCFs()
virtual Bool_t Hal::CorrFitDumpedPairAna::InitCFs |
( |
| ) |
|
|
protectedpure virtual |
◆ InitGenerators()
virtual Bool_t Hal::CorrFitDumpedPairAna::InitGenerators |
( |
const std::vector< int > & | dims, |
|
|
XMLNode * | parameters, |
|
|
const CorrFitParamsSetup & | setup ) |
|
protectedpure virtual |
◆ IsVertical()
virtual Bool_t Hal::CorrFitDumpedPairAna::IsVertical |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ LockUnusedBranches()
void Hal::CorrFitDumpedPairAna::LockUnusedBranches |
( |
| ) |
|
|
protected |
◆ PreprocessMixedPair()
virtual void Hal::CorrFitDumpedPairAna::PreprocessMixedPair |
( |
| ) |
|
|
inlinevirtual |
◆ PreprocessPair()
virtual void Hal::CorrFitDumpedPairAna::PreprocessPair |
( |
| ) |
|
|
inlinevirtual |
◆ Print()
void Hal::CorrFitDumpedPairAna::Print |
( |
Option_t * | option = "" | ) |
const |
|
virtual |
◆ Run()
void Hal::CorrFitDumpedPairAna::Run |
( |
Int_t | maxEvents = -1 | ) |
|
|
virtual |
◆ SaveAsRawArray()
Bool_t Hal::CorrFitDumpedPairAna::SaveAsRawArray |
( |
TObject * | cf, |
|
|
Int_t | step ) |
|
protected |
export CF to root tree, this is used for compression of data, you can set value of bin to -1, then such bin will not be used
Definition at line 158 of file CorrFitDumpedPairAna.cxx.
◆ SetCorrFunc()
void Hal::CorrFitDumpedPairAna::SetCorrFunc |
( |
const FemtoCorrFunc & | func | ) |
|
◆ SetGenerator()
◆ SetJobID()
void Hal::CorrFitDumpedPairAna::SetJobID |
( |
Int_t | jobId | ) |
|
|
inline |
◆ SetMultiplyFactorPreprocess()
void Hal::CorrFitDumpedPairAna::SetMultiplyFactorPreprocess |
( |
Int_t | m | ) |
|
|
inline |
for each pair preprocess pair m-times, if multiply factor weight is not 1 then total number of calculations per pair is fMultiplyWeight*fMultiplyPreprocess
- Parameters
-
Definition at line 144 of file CorrFitDumpedPairAna.h.
◆ SetMultiplyFactorWeight()
void Hal::CorrFitDumpedPairAna::SetMultiplyFactorWeight |
( |
Int_t | m | ) |
|
|
inline |
for each pair generatore freezout coords and calculate weight m-times
- Parameters
-
Definition at line 138 of file CorrFitDumpedPairAna.h.
◆ SetPairFile()
void Hal::CorrFitDumpedPairAna::SetPairFile |
( |
TString | pairFile | ) |
|
|
inline |
◆ SetWeightGenerator()
◆ UseBackground()
void Hal::CorrFitDumpedPairAna::UseBackground |
( |
| ) |
|
|
inline |
◆ UseBackgroundOnly()
void Hal::CorrFitDumpedPairAna::UseBackgroundOnly |
( |
| ) |
|
|
inline |
◆ UseImgMomenta()
void Hal::CorrFitDumpedPairAna::UseImgMomenta |
( |
| ) |
|
|
inline |
◆ fBackgroundClones
std::vector<TClonesArray*> Hal::CorrFitDumpedPairAna::fBackgroundClones |
|
protected |
◆ fCF
◆ fGenerator
◆ fGrouping
◆ fIgnoreSing
Bool_t Hal::CorrFitDumpedPairAna::fIgnoreSing = {kFALSE} |
|
protected |
◆ fImgMom
Bool_t Hal::CorrFitDumpedPairAna::fImgMom = {kFALSE} |
|
protected |
◆ fJobId
Int_t Hal::CorrFitDumpedPairAna::fJobId = {-1} |
|
protected |
◆ fMode
eDumpCalcMode Hal::CorrFitDumpedPairAna::fMode |
|
protected |
◆ fMultiplyJobs
Int_t Hal::CorrFitDumpedPairAna::fMultiplyJobs = {1} |
|
protected |
◆ fMultiplyPreprocess
Int_t Hal::CorrFitDumpedPairAna::fMultiplyPreprocess = {1} |
|
protected |
◆ fMultiplyWeight
Int_t Hal::CorrFitDumpedPairAna::fMultiplyWeight = {1} |
|
protected |
◆ fPair
FemtoPair* Hal::CorrFitDumpedPairAna::fPair = {nullptr} |
|
protected |
◆ fPairFile
TString Hal::CorrFitDumpedPairAna::fPairFile |
|
protected |
◆ fPairsProcessed
Int_t Hal::CorrFitDumpedPairAna::fPairsProcessed = {0} |
|
protected |
◆ fPairThreshold
Int_t Hal::CorrFitDumpedPairAna::fPairThreshold = {0} |
|
protected |
◆ fSignalClones
std::vector<TClonesArray*> Hal::CorrFitDumpedPairAna::fSignalClones |
|
protected |
◆ fTempCF
◆ fTempGenerator
◆ fTotalNumberOfPoints
Int_t Hal::CorrFitDumpedPairAna::fTotalNumberOfPoints = {0} |
|
protected |
◆ fWeight
The documentation for this class was generated from the following files: