EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BEmcRec Class Reference

#include <fun4all_coresoftware/blob/master/offline/packages/CaloReco/BEmcRec.h>

+ Inheritance diagram for BEmcRec:
+ Collaboration diagram for BEmcRec:

Public Member Functions

 BEmcRec ()
 
virtual ~BEmcRec ()
 
void SetVertex (float *vv)
 
void SetDim (int nx, int ny)
 
bool SetTowerGeometry (int ix, int iy, float xx, float yy, float zz)
 
bool GetTowerGeometry (int ix, int iy, TowerGeom &geom)
 
bool CompleteTowerGeometry ()
 
void PrintTowerGeometry (const std::string &fname)
 
void SetPlanarGeometry ()
 
void SetCylindricalGeometry ()
 
bool isCylindrical () const
 
void SetProfileProb (bool bprob)
 
void SetCalotype (int caloid)
 
void SetScinSize (float S_S)
 
int GetNx () const
 
int GetNy () const
 
int GetCalotype () const
 
float GetScinSize () const
 
float GetVx () const
 
float GetVy () const
 
float GetVz () const
 
void SetPeakThreshold (float Thresh)
 
float GetPeakThreshold ()
 
void SetTowerThreshold (float Thresh)
 
float GetTowerThreshold ()
 
void SetModules (std::vector< EmcModule > const *modules)
 
std::vector< EmcModule > * GetModules ()
 
std::vector< EmcCluster > * GetClusters ()
 
int iTowerDist (int ix1, int ix2)
 
float fTowerDist (float x1, float x2)
 
int FindClusters ()
 
void Momenta (std::vector< EmcModule > *, float &, float &, float &, float &, float &, float &, float thresh=0)
 
void Tower2Global (float E, float xC, float yC, float &xA, float &yA, float &zA)
 
float GetTowerEnergy (int iy, int iz, std::vector< EmcModule > *plist)
 
float PredictEnergy (float, float, float, int, int)
 
float PredictEnergyProb (float en, float xcg, float ycg, int ix, int iy)
 
virtual float PredictEnergyParam (float, float, float)
 
virtual void CorrectEnergy (float energy, float, float, float &ecorr)
 
virtual void CorrectECore (float ecore, float, float, float &ecorecorr)
 
virtual void CorrectPosition (float, float x, float y, float &xcorr, float &ycorr)
 
virtual void CorrectShowerDepth (float, float x, float y, float z, float &xc, float &yc, float &zc)
 
virtual void LoadProfile (const std::string &fname)
 
virtual void GetImpactThetaPhi (float, float, float, float &theta, float &phi)
 
float GetProb (std::vector< EmcModule > HitList, float e, float xg, float yg, float zg, float &chi2, int &ndf)
 
void SetProbNoiseParam (float rn)
 
float GetProbNoiseParam ()
 
virtual std::string Name () const
 
virtual void Name (const std::string &name)
 

Static Public Member Functions

static int HitNCompare (const void *, const void *)
 
static int HitACompare (const void *, const void *)
 
static void CopyVector (int *, int *, int)
 
static void CopyVector (EmcModule *, EmcModule *, int)
 
static void ZeroVector (int *, int)
 
static void ZeroVector (float *, int)
 
static void ZeroVector (EmcModule *, int)
 

Protected Attributes

bool bCYL = true
 
bool bProfileProb = false
 
int fNx = -1
 
int fNy = -1
 
std::map< int, TowerGeomfTowerGeom
 
float fVx = 0.
 
float fVy = 0.
 
float fVz = 0.
 
std::vector< EmcModule > * fModules
 
std::vector< EmcCluster > * fClusters
 
float fgProbNoiseParam = 0.04
 
float fgTowerThresh = 0.01
 
float fgMinPeakEnergy = 0.08
 
BEmcProfile_emcprof = nullptr
 

Static Protected Attributes

static int const fgMaxLen = 1000
 

Private Member Functions

 BEmcRec (const BEmcRec &)=delete
 

Private Attributes

std::string m_ThisName = "NOTSET"
 
int Calorimeter_ID = 0
 
float Scin_size = NAN
 

Detailed Description

Definition at line 29 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 29 of file BEmcRec.h

Constructor & Destructor Documentation

BEmcRec::BEmcRec ( )

Definition at line 23 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 23 of file BEmcRec.cc

References fClusters, fModules, and fTowerGeom.

BEmcRec::~BEmcRec ( )
virtual

Definition at line 32 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 32 of file BEmcRec.cc

References _emcprof, fClusters, and fModules.

BEmcRec::BEmcRec ( const BEmcRec )
privatedelete

Member Function Documentation

bool BEmcRec::CompleteTowerGeometry ( )

Definition at line 119 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 119 of file BEmcRec.cc

References TowerGeom::dX, TowerGeom::dY, TowerGeom::dZ, fNx, fTowerGeom, GetTowerGeometry(), it, TowerGeom::Xcenter, TowerGeom::Ycenter, and TowerGeom::Zcenter.

Referenced by RawClusterBuilderTemplate::InitRun().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void BEmcRec::CopyVector ( int *  from,
int *  to,
int  N 
)
static

Definition at line 802 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 802 of file BEmcRec.cc

References charm_jet_strange_helicity::N.

Referenced by FindClusters().

+ Here is the caller graph for this function:

void BEmcRec::CopyVector ( EmcModule from,
EmcModule to,
int  N 
)
static

Definition at line 810 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 810 of file BEmcRec.cc

References charm_jet_strange_helicity::N.

virtual void BEmcRec::CorrectECore ( float  ecore,
float  ,
float  ,
float &  ecorecorr 
)
inlinevirtual

Reimplemented in BEmcRecCEMC, BEmcRecEEMC, and BEmcRecFEMC.

Definition at line 93 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 93 of file BEmcRec.h

Referenced by EmcCluster::GetECoreCorrected().

+ Here is the caller graph for this function:

virtual void BEmcRec::CorrectEnergy ( float  energy,
float  ,
float  ,
float &  ecorr 
)
inlinevirtual

Reimplemented in BEmcRecCEMC, BEmcRecEEMC, and BEmcRecFEMC.

Definition at line 92 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 92 of file BEmcRec.h

virtual void BEmcRec::CorrectPosition ( float  ,
float  x,
float  y,
float &  xcorr,
float &  ycorr 
)
inlinevirtual

Reimplemented in BEmcRecCEMC, BEmcRecEEMC, and BEmcRecFEMC.

Definition at line 94 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 94 of file BEmcRec.h

References x, and y.

Referenced by EmcCluster::GetCorrPos().

+ Here is the caller graph for this function:

virtual void BEmcRec::CorrectShowerDepth ( float  ,
float  x,
float  y,
float  z,
float &  xc,
float &  yc,
float &  zc 
)
inlinevirtual

Reimplemented in BEmcRecCEMC, BEmcRecEEMC, and BEmcRecFEMC.

Definition at line 99 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 99 of file BEmcRec.h

References x, y, and z.

Referenced by Tower2Global().

+ Here is the caller graph for this function:

int BEmcRec::FindClusters ( )

Definition at line 275 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 275 of file BEmcRec.cc

References bCYL, CopyVector(), fClusters, fgMaxLen, fModules, fNx, HitNCompare(), EmcModule::ich, EmcCluster::ReInitialize(), and ZeroVector().

Referenced by RawClusterBuilderTemplate::process_event().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

float BEmcRec::fTowerDist ( float  x1,
float  x2 
)

Definition at line 256 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 256 of file BEmcRec.cc

References kdfinder::abs(), bCYL, and fNx.

Referenced by EmcCluster::GetSubClusters(), PredictEnergy(), and PredictEnergyProb().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int BEmcRec::GetCalotype ( ) const
inline

Definition at line 62 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 62 of file BEmcRec.h

References Calorimeter_ID.

Referenced by BEmcRecEEMC::CorrectShowerDepth().

+ Here is the caller graph for this function:

std::vector<EmcCluster>* BEmcRec::GetClusters ( )
inline

Definition at line 74 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 74 of file BEmcRec.h

References fClusters.

Referenced by RawClusterBuilderTemplate::process_event().

+ Here is the caller graph for this function:

virtual void BEmcRec::GetImpactThetaPhi ( float  ,
float  ,
float  ,
float &  theta,
float &  phi 
)
inlinevirtual

Reimplemented in BEmcRecEEMC, BEmcRecFEMC, and BEmcRecCEMC.

Definition at line 106 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 106 of file BEmcRec.h

Referenced by GetProb(), and PredictEnergyProb().

+ Here is the caller graph for this function:

std::vector<EmcModule>* BEmcRec::GetModules ( )
inline

Definition at line 73 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 73 of file BEmcRec.h

References fModules.

int BEmcRec::GetNx ( ) const
inline

Definition at line 60 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 60 of file BEmcRec.h

References fNx.

Referenced by EmcCluster::GetE9(), EmcCluster::GetECore(), EmcCluster::GetSubClusters(), and EmcCluster::GetTowerEnergy().

+ Here is the caller graph for this function:

int BEmcRec::GetNy ( ) const
inline

Definition at line 61 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 61 of file BEmcRec.h

References fNy.

float BEmcRec::GetPeakThreshold ( )
inline

Definition at line 68 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 68 of file BEmcRec.h

References fgMinPeakEnergy.

Referenced by EmcCluster::GetSubClusters().

+ Here is the caller graph for this function:

float BEmcRec::GetProb ( std::vector< EmcModule HitList,
float  e,
float  xg,
float  yg,
float  zg,
float &  chi2,
int &  ndf 
)

Definition at line 659 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 659 of file BEmcRec.cc

References _emcprof, check_license::err(), GetImpactThetaPhi(), GetProbNoiseParam(), GetTowerEnergy(), GetTowerThreshold(), ip(), BEmcProfile::IsLoaded(), Momenta(), NP, phi, BEmcProfile::PredictEnergy(), and theta().

Referenced by EmcCluster::GetProb().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

float BEmcRec::GetProbNoiseParam ( )
inline

Definition at line 114 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 114 of file BEmcRec.h

References fgProbNoiseParam.

Referenced by GetProb().

+ Here is the caller graph for this function:

float BEmcRec::GetScinSize ( ) const
inline

Definition at line 63 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 63 of file BEmcRec.h

References Scin_size.

Referenced by BEmcRecEEMC::CorrectShowerDepth().

+ Here is the caller graph for this function:

float BEmcRec::GetTowerEnergy ( int  iy,
int  iz,
std::vector< EmcModule > *  plist 
)

Definition at line 640 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 640 of file BEmcRec.cc

References fNx, and izt.

Referenced by GetProb().

+ Here is the caller graph for this function:

bool BEmcRec::GetTowerGeometry ( int  ix,
int  iy,
TowerGeom geom 
)

Definition at line 90 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 90 of file BEmcRec.cc

References fNx, fNy, fTowerGeom, and it.

Referenced by CompleteTowerGeometry(), and Tower2Global().

+ Here is the caller graph for this function:

float BEmcRec::GetTowerThreshold ( )
inline

Definition at line 70 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 70 of file BEmcRec.h

References fgTowerThresh.

Referenced by GetProb().

+ Here is the caller graph for this function:

float BEmcRec::GetVx ( ) const
inline

Definition at line 64 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 64 of file BEmcRec.h

References fVx.

float BEmcRec::GetVy ( ) const
inline

Definition at line 65 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 65 of file BEmcRec.h

References fVy.

float BEmcRec::GetVz ( ) const
inline

Definition at line 66 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 66 of file BEmcRec.h

References fVz.

int BEmcRec::HitACompare ( const void *  h1,
const void *  h2 
)
static

Definition at line 763 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 763 of file BEmcRec.cc

References h1, and h2.

int BEmcRec::HitNCompare ( const void *  h1,
const void *  h2 
)
static

Definition at line 756 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 756 of file BEmcRec.cc

Referenced by FindClusters(), and EmcCluster::GetSubClusters().

+ Here is the caller graph for this function:

bool BEmcRec::isCylindrical ( ) const
inline

Definition at line 54 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 54 of file BEmcRec.h

References bCYL.

int BEmcRec::iTowerDist ( int  ix1,
int  ix2 
)

Definition at line 237 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 237 of file BEmcRec.cc

References kdfinder::abs(), bCYL, and fNx.

Referenced by EmcCluster::GetE9(), EmcCluster::GetSubClusters(), Momenta(), and PredictEnergyProb().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void BEmcRec::LoadProfile ( const std::string &  fname)
virtual

Reimplemented in BEmcRecEEMC, BEmcRecFEMC, and BEmcRecCEMC.

Definition at line 51 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 51 of file BEmcRec.cc

References Name().

Referenced by RawClusterBuilderTemplate::LoadProfile().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void BEmcRec::Momenta ( std::vector< EmcModule > *  phit,
float &  pe,
float &  px,
float &  py,
float &  pxx,
float &  pyy,
float &  pyx,
float  thresh = 0 
)

Definition at line 417 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 417 of file BEmcRec.cc

References Acts::UnitConstants::e, fNx, iTowerDist(), x, and y.

Referenced by EmcCluster::GetCorrPos(), EmcCluster::GetE4(), EmcCluster::GetE9(), EmcCluster::GetECore(), EmcCluster::GetECoreCorrected(), EmcCluster::GetMoments(), and GetProb().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual std::string BEmcRec::Name ( ) const
inlinevirtual

Definition at line 116 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 116 of file BEmcRec.h

References m_ThisName.

Referenced by BEmcRecEEMC::BEmcRecEEMC(), and LoadProfile().

+ Here is the caller graph for this function:

virtual void BEmcRec::Name ( const std::string &  name)
inlinevirtual

Definition at line 117 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 117 of file BEmcRec.h

References m_ThisName, and name.

float BEmcRec::PredictEnergy ( float  en,
float  xcg,
float  ycg,
int  ix,
int  iy 
)

Definition at line 507 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 507 of file BEmcRec.cc

References _emcprof, bProfileProb, dx, dy, fTowerDist(), PredictEnergyParam(), and PredictEnergyProb().

Referenced by EmcCluster::GetECore(), and EmcCluster::GetSubClusters().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

float BEmcRec::PredictEnergyParam ( float  ,
float  xc,
float  yc 
)
virtual

Definition at line 516 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 516 of file BEmcRec.cc

References dx, dy, Acts::UnitConstants::e, r1, and r2.

Referenced by PredictEnergy().

+ Here is the caller graph for this function:

float BEmcRec::PredictEnergyProb ( float  en,
float  xcg,
float  ycg,
int  ix,
int  iy 
)

Definition at line 568 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 568 of file BEmcRec.cc

References _emcprof, dx, dy, Acts::UnitConstants::e, check_license::err(), fNx, fTowerDist(), GetImpactThetaPhi(), ip(), iTowerDist(), phi, BEmcProfile::PredictEnergy(), BEmcProfile::PredictEnergyR(), rr, theta(), and Tower2Global().

Referenced by PredictEnergy().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void BEmcRec::PrintTowerGeometry ( const std::string &  fname)

Definition at line 56 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 56 of file BEmcRec.cc

References TowerGeom::dX, TowerGeom::dY, TowerGeom::dZ, fNx, fNy, fTowerGeom, it, TowerGeom::Xcenter, TowerGeom::Ycenter, and TowerGeom::Zcenter.

Referenced by RawClusterBuilderTemplate::InitRun().

+ Here is the caller graph for this function:

void BEmcRec::SetCalotype ( int  caloid)
inline

Definition at line 57 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 57 of file BEmcRec.h

References Calorimeter_ID.

Referenced by RawClusterBuilderTemplate::InitRun().

+ Here is the caller graph for this function:

void BEmcRec::SetCylindricalGeometry ( )
inline

Definition at line 53 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 53 of file BEmcRec.h

References bCYL.

Referenced by RawClusterBuilderTemplate::SetCylindricalGeometry().

+ Here is the caller graph for this function:

void BEmcRec::SetDim ( int  nx,
int  ny 
)
inline

Definition at line 41 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 41 of file BEmcRec.h

References fNx, and fNy.

Referenced by RawClusterBuilderTemplate::InitRun().

+ Here is the caller graph for this function:

void BEmcRec::SetModules ( std::vector< EmcModule > const *  modules)
inline

Definition at line 72 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 72 of file BEmcRec.h

References fModules.

Referenced by RawClusterBuilderTemplate::process_event().

+ Here is the caller graph for this function:

void BEmcRec::SetPeakThreshold ( float  Thresh)
inline

Definition at line 67 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 67 of file BEmcRec.h

References fgMinPeakEnergy.

void BEmcRec::SetPlanarGeometry ( )
inline

Definition at line 52 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 52 of file BEmcRec.h

References bCYL.

Referenced by BEmcRecEEMC::BEmcRecEEMC(), and RawClusterBuilderTemplate::SetPlanarGeometry().

+ Here is the caller graph for this function:

void BEmcRec::SetProbNoiseParam ( float  rn)
inline

Definition at line 113 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 113 of file BEmcRec.h

References fgProbNoiseParam.

Referenced by RawClusterBuilderTemplate::Detector(), and RawClusterBuilderTemplate::process_event().

+ Here is the caller graph for this function:

void BEmcRec::SetProfileProb ( bool  bprob)
inline

Definition at line 56 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 56 of file BEmcRec.h

References bProfileProb.

Referenced by RawClusterBuilderTemplate::process_event().

+ Here is the caller graph for this function:

void BEmcRec::SetScinSize ( float  S_S)
inline

Definition at line 58 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 58 of file BEmcRec.h

References Scin_size.

Referenced by RawClusterBuilderTemplate::InitRun().

+ Here is the caller graph for this function:

bool BEmcRec::SetTowerGeometry ( int  ix,
int  iy,
float  xx,
float  yy,
float  zz 
)

Definition at line 102 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 102 of file BEmcRec.cc

References TowerGeom::dX, TowerGeom::dY, TowerGeom::dZ, fNx, fNy, fTowerGeom, TowerGeom::Xcenter, TowerGeom::Ycenter, and TowerGeom::Zcenter.

Referenced by RawClusterBuilderTemplate::InitRun().

+ Here is the caller graph for this function:

void BEmcRec::SetTowerThreshold ( float  Thresh)
inline

Definition at line 69 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 69 of file BEmcRec.h

References fgTowerThresh.

Referenced by RawClusterBuilderTemplate::Detector(), and RawClusterBuilderTemplate::process_event().

+ Here is the caller graph for this function:

void BEmcRec::SetVertex ( float *  vv)
inline

Definition at line 35 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 35 of file BEmcRec.h

References fVx, fVy, and fVz.

Referenced by RawClusterBuilderTemplate::Detector(), and RawClusterBuilderTemplate::process_event().

+ Here is the caller graph for this function:

void BEmcRec::Tower2Global ( float  E,
float  xC,
float  yC,
float &  xA,
float &  yA,
float &  zA 
)

Definition at line 178 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 178 of file BEmcRec.cc

References CorrectShowerDepth(), TowerGeom::dX, TowerGeom::dY, TowerGeom::dZ, fNx, fNy, GetTowerGeometry(), m_ThisName, TowerGeom::Xcenter, TowerGeom::Ycenter, and TowerGeom::Zcenter.

Referenced by BEmcRecEEMC::CorrectPosition(), EmcCluster::GetGlobalPos(), and PredictEnergyProb().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void BEmcRec::ZeroVector ( int *  v,
int  N 
)
static

Definition at line 773 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 773 of file BEmcRec.cc

References charm_jet_strange_helicity::N, p, and v.

Referenced by FindClusters(), and EmcCluster::GetSubClusters().

+ Here is the caller graph for this function:

void BEmcRec::ZeroVector ( float *  v,
int  N 
)
static

Definition at line 781 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 781 of file BEmcRec.cc

References charm_jet_strange_helicity::N, p, and v.

void BEmcRec::ZeroVector ( EmcModule v,
int  N 
)
static

Definition at line 789 of file BEmcRec.cc.

View newest version in sPHENIX GitHub at line 789 of file BEmcRec.cc

References EmcModule::amp, EmcModule::ich, charm_jet_strange_helicity::N, and EmcModule::tof.

Member Data Documentation

BEmcProfile* BEmcRec::_emcprof = nullptr
protected

Definition at line 147 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 147 of file BEmcRec.h

Referenced by GetProb(), BEmcRecEEMC::LoadProfile(), PredictEnergy(), PredictEnergyProb(), and ~BEmcRec().

bool BEmcRec::bCYL = true
protected

Definition at line 130 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 130 of file BEmcRec.h

Referenced by FindClusters(), fTowerDist(), isCylindrical(), iTowerDist(), SetCylindricalGeometry(), and SetPlanarGeometry().

bool BEmcRec::bProfileProb = false
protected

Definition at line 131 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 131 of file BEmcRec.h

Referenced by PredictEnergy(), and SetProfileProb().

int BEmcRec::Calorimeter_ID = 0
private

Definition at line 151 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 151 of file BEmcRec.h

Referenced by GetCalotype(), and SetCalotype().

std::vector<EmcCluster>* BEmcRec::fClusters
protected

Definition at line 140 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 140 of file BEmcRec.h

Referenced by BEmcRec(), FindClusters(), GetClusters(), and ~BEmcRec().

int const BEmcRec::fgMaxLen = 1000
staticprotected

Definition at line 145 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 145 of file BEmcRec.h

Referenced by FindClusters().

float BEmcRec::fgMinPeakEnergy = 0.08
protected

Definition at line 144 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 144 of file BEmcRec.h

Referenced by GetPeakThreshold(), and SetPeakThreshold().

float BEmcRec::fgProbNoiseParam = 0.04
protected

Definition at line 142 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 142 of file BEmcRec.h

Referenced by GetProbNoiseParam(), and SetProbNoiseParam().

float BEmcRec::fgTowerThresh = 0.01
protected

Definition at line 143 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 143 of file BEmcRec.h

Referenced by GetTowerThreshold(), and SetTowerThreshold().

std::vector<EmcModule>* BEmcRec::fModules
protected

Definition at line 139 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 139 of file BEmcRec.h

Referenced by BEmcRec(), FindClusters(), GetModules(), SetModules(), and ~BEmcRec().

int BEmcRec::fNx = -1
protected
int BEmcRec::fNy = -1
protected

Definition at line 133 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 133 of file BEmcRec.h

Referenced by GetNy(), GetTowerGeometry(), PrintTowerGeometry(), SetDim(), SetTowerGeometry(), and Tower2Global().

std::map<int, TowerGeom> BEmcRec::fTowerGeom
protected

Definition at line 134 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 134 of file BEmcRec.h

Referenced by BEmcRec(), CompleteTowerGeometry(), GetTowerGeometry(), PrintTowerGeometry(), and SetTowerGeometry().

float BEmcRec::fVx = 0.
protected

Definition at line 135 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 135 of file BEmcRec.h

Referenced by GetVx(), and SetVertex().

float BEmcRec::fVy = 0.
protected

Definition at line 136 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 136 of file BEmcRec.h

Referenced by GetVy(), and SetVertex().

float BEmcRec::fVz = 0.
protected

Definition at line 137 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 137 of file BEmcRec.h

Referenced by BEmcRecEEMC::CorrectPosition(), BEmcRecEEMC::CorrectShowerDepth(), BEmcRecEEMC::GetImpactThetaPhi(), GetVz(), and SetVertex().

std::string BEmcRec::m_ThisName = "NOTSET"
private

Definition at line 150 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 150 of file BEmcRec.h

Referenced by Name(), and Tower2Global().

float BEmcRec::Scin_size = NAN
private

Definition at line 152 of file BEmcRec.h.

View newest version in sPHENIX GitHub at line 152 of file BEmcRec.h

Referenced by GetScinSize(), and SetScinSize().


The documentation for this class was generated from the following files: