#include <EdbShowAlg.h>
|
| ClassDef (EdbShowAlg_BW, 1) |
|
| EdbShowAlg_BW () |
|
void | Execute () |
|
void | Finalize () |
|
void | Initialize () |
|
virtual | ~EdbShowAlg_BW () |
|
void | AddRecoShowerArray (EdbShowerP *shower) |
|
| ClassDef (EdbShowAlg, 1) |
|
Double_t | DeltaR_NoPropagation (EdbSegP *s, EdbSegP *stest) |
|
Double_t | DeltaR_WithoutPropagation (EdbSegP *s, EdbSegP *stest) |
|
Double_t | DeltaR_WithPropagation (EdbSegP *s, EdbSegP *stest) |
|
Double_t | DeltaTheta (EdbSegP *s1, EdbSegP *s2) |
|
Double_t | DeltaThetaComponentwise (EdbSegP *s1, EdbSegP *s2) |
|
Double_t | DeltaThetaSingleAngles (EdbSegP *s1, EdbSegP *s2) |
|
| EdbShowAlg () |
|
| EdbShowAlg (TString AlgName, Int_t AlgValue) |
|
virtual void | Execute () |
|
virtual void | Finalize () |
|
TString | GetAlgName () const |
|
Int_t | GetAlgValue () const |
|
Double_t | GetMinimumDist (EdbSegP *seg1, EdbSegP *seg2) |
|
TObjArray * | GetRecoShowerArray () const |
|
Int_t | GetRecoShowerArrayN () const |
|
EdbShowerP * | GetShower (Int_t i) const |
|
Double_t | GetSpatialDist (EdbSegP *s1, EdbSegP *s2) |
|
void | Help () |
|
virtual void | Initialize () |
|
Bool_t | IsInConeTube (EdbSegP *sTest, EdbSegP *sStart, Double_t CylinderRadius, Double_t ConeAngle) |
|
void | Print () |
|
void | PrintAll () |
|
void | PrintMore () |
|
void | PrintParameters () |
|
void | PrintParametersShort () |
|
void | SetActualAlgParameterset (Int_t ActualAlgParametersetNr) |
|
void | SetEdbPVRec (EdbPVRec *Ali) |
|
void | SetEdbPVRecPIDNumbers (Int_t FirstPlate_eAliPID, Int_t LastPlate_eAliPID, Int_t MiddlePlate_eAliPID, Int_t NumberPlate_eAliPID) |
|
void | SetInBTArray (TObjArray *InBTArray) |
|
void | SetParameter (Int_t parNr, Float_t par) |
|
void | SetParameters (Float_t *par) |
|
void | SetRecoShowerArray (TObjArray *RecoShowerArray) |
|
void | SetRecoShowerArrayN (Int_t RecoShowerArrayN) |
|
void | SetUseAliSub (Bool_t UseAliSub) |
|
void | Transform_eAli (EdbSegP *InitiatorBT, Float_t ExtractSize) |
|
void | UpdateShowerIDs () |
|
void | UpdateShowerMetaData () |
|
virtual | ~EdbShowAlg () |
|
◆ EdbShowAlg_BW()
EdbShowAlg_BW::EdbShowAlg_BW |
( |
| ) |
|
1876{
1877
1878 cout << "EdbShowAlg_BW::EdbShowAlg_BW() Default Constructor B_ackW_ard."<<endl;
1879
1880
1882
1886
1895}
Float_t eParaValue[10]
Definition: EdbShowAlg.h:52
TString eParaString[10]
Definition: EdbShowAlg.h:53
TString eAlgName
Definition: EdbShowAlg.h:49
void Set0()
Definition: EdbShowAlg.cxx:53
Int_t eAlgValue
Definition: EdbShowAlg.h:50
Int_t eParaN
Definition: EdbShowAlg.h:51
◆ ~EdbShowAlg_BW()
EdbShowAlg_BW::~EdbShowAlg_BW |
( |
| ) |
|
|
virtual |
1898{
1899
1900 cout << "EdbShowAlg_BW::~EdbShowAlg_BW()"<<endl;
1901}
◆ ClassDef()
◆ DummyBWFunction()
Bool_t EdbShowAlg_BW::DummyBWFunction |
( |
| ) |
|
|
private |
1922{
1923 cout << "EdbShowAlg_BW::DummyBWFunction()" << endl;
1924 return kTRUE;
1925}
◆ Execute()
void EdbShowAlg_BW::Execute |
( |
| ) |
|
|
virtual |
Reimplemented from EdbShowAlg.
1910{
1911 cout << "EdbShowAlg_BW::Execute()" << endl;
1912 return;
1913}
◆ Finalize()
void EdbShowAlg_BW::Finalize |
( |
| ) |
|
|
virtual |
Reimplemented from EdbShowAlg.
1916{
1917 cout << "EdbShowAlg_BW::Finalize()" << endl;
1918 return;
1919}
◆ Initialize()
void EdbShowAlg_BW::Initialize |
( |
| ) |
|
|
virtual |
Reimplemented from EdbShowAlg.
1904{
1905 cout << "EdbShowAlg_BW::Initialize()" << endl;
1906 return;
1907}
The documentation for this class was generated from the following files: