#include <PndAnaSelectorPar.h>
Definition at line 14 of file PndAnaSelectorPar.h.
PndAnaSelectorPar::PndAnaSelectorPar |
( |
const char * |
name = "PndAnaSelectorParName" , |
|
|
const char * |
title = "Analysis pid Selectorr parameter" , |
|
|
const char * |
context = "TestDefaultContext" |
|
) |
| |
PndAnaSelectorPar::~PndAnaSelectorPar |
( |
void |
| ) |
|
|
inline |
void PndAnaSelectorPar::clear |
( |
void |
| ) |
|
Double_t PndAnaSelectorPar::GetLooseCrit |
( |
Int_t |
ptype | ) |
|
|
inline |
Bool_t PndAnaSelectorPar::getParams |
( |
FairParamList * |
list | ) |
|
Double_t PndAnaSelectorPar::GetTightCrit |
( |
Int_t |
ptype | ) |
|
|
inline |
Double_t PndAnaSelectorPar::GetVariableCrit |
( |
Int_t |
ptype | ) |
|
|
inline |
Double_t PndAnaSelectorPar::GetVeryLooseCrit |
( |
Int_t |
ptype | ) |
|
|
inline |
Double_t PndAnaSelectorPar::GetVeryTightCrit |
( |
Int_t |
ptype | ) |
|
|
inline |
void PndAnaSelectorPar::Print |
( |
| ) |
|
Definition at line 53 of file PndAnaSelectorPar.cxx.
References fLoose, fTight, fVariable, fVeryLoose, fVeryTight, and i.
55 std::cout<<
"Analysis PID Selection Parameters:"<<std::endl;
56 std::cout<<
" criterion \te\tmu\tpi\tK\tp"<<std::endl;
57 std::cout<<
"VeryLoose: ";
61 for(
int i=0;
i<5;
i++) { std::cout<<
"\t"<<
fLoose.At(
i); }
64 for(
int i=0;
i<5;
i++) { std::cout<<
"\t"<<
fTight.At(
i); }
66 std::cout<<
"VeryTight: ";
69 std::cout<<
"Variable: ";
void PndAnaSelectorPar::putParams |
( |
FairParamList * |
list | ) |
|
TArrayD PndAnaSelectorPar::fLoose |
|
private |
TArrayD PndAnaSelectorPar::fTight |
|
private |
TArrayD PndAnaSelectorPar::fVariable |
|
private |
TArrayD PndAnaSelectorPar::fVeryLoose |
|
private |
TArrayD PndAnaSelectorPar::fVeryTight |
|
private |
The documentation for this class was generated from the following files: