CMS 3D CMS Logo

List of all members | Public Member Functions
HCALForwardProperties Class Reference

#include <HCALForwardProperties.h>

Inheritance diagram for HCALForwardProperties:
HCALProperties CalorimeterProperties

Public Member Functions

double getHcalDepth (double)
 
 HCALForwardProperties (const edm::ParameterSet &fastDet)
 
double thickness (double eta) const override
 Thickness (in cm) of the homegeneous material as a function of rapidity. More...
 
 ~HCALForwardProperties () override
 
- Public Member Functions inherited from HCALProperties
double criticalEnergy () const override
 Critical energy in GeV (2.66E-3*(x0*Z/A)^1.1) More...
 
int eta2ieta (double eta) const
 
double getHcalDepth (double) const
 
 HCALProperties (const edm::ParameterSet &fastDet)
 
double hOverPi () const
 
double interactionLength () const override
 Interaction length in cm. More...
 
double moliereRadius () const override
 Moliere Radius in cm (=7 A/Z in g/cm^2) More...
 
double radiationLengthIncm () const
 Radiation length in cm but static. More...
 
double radLenIncm () const override
 Radiation length in cm. More...
 
double radLenIngcm2 () const override
 Radiation length in g/cm^2. More...
 
double rho () const override
 Density in g/cm3. More...
 
double spotFraction () const
 Spot fraction wrt ECAL. More...
 
double theAeff () const override
 Effective A. More...
 
double theZeff () const override
 Effective Z. More...
 
 ~HCALProperties () override
 
- Public Member Functions inherited from CalorimeterProperties
 CalorimeterProperties ()
 
virtual ~CalorimeterProperties ()
 

Additional Inherited Members

- Protected Attributes inherited from HCALProperties
std::vector< double > etatow_
 
double HCALAeff_
 
double HCALcriticalEnergy_
 
std::vector< double > hcalDepthLam_
 
double HCALinteractionLength_
 
double HCALmoliereRadius_
 
double HCALradiationLengthIncm_
 
double HCALradLenIngcm2_
 
double HCALrho_
 
double HCALZeff_
 

Detailed Description

Functions to return atomic properties of the material A_eff and Z_eff are computed as the A-weighted sums of the A's and the Z's of Pb, W and O

Author
Patrick Janot
Date
: 25-Jan-2004

Definition at line 21 of file HCALForwardProperties.h.

Constructor & Destructor Documentation

◆ HCALForwardProperties()

HCALForwardProperties::HCALForwardProperties ( const edm::ParameterSet fastDet)
inline

Definition at line 23 of file HCALForwardProperties.h.

23 : HCALProperties(fastDet) { ; }

◆ ~HCALForwardProperties()

HCALForwardProperties::~HCALForwardProperties ( )
inlineoverride

Definition at line 25 of file HCALForwardProperties.h.

25 {}

Member Function Documentation

◆ getHcalDepth()

double HCALForwardProperties::getHcalDepth ( double  )

◆ thickness()

double HCALForwardProperties::thickness ( double  eta) const
inlineoverridevirtual

Thickness (in cm) of the homegeneous material as a function of rapidity.

Implements CalorimeterProperties.

Definition at line 29 of file HCALForwardProperties.h.

29  {
30  double feta = fabs(eta);
31  if (feta > 3.0 && feta < 5.19) {
33  } else {
34  return 0.;
35  }
36  }

References PVValHelper::eta, JetMETHLTOfflineSource_cfi::feta, HCALProperties::getHcalDepth(), and HCALProperties::interactionLength().

HCALProperties::getHcalDepth
double getHcalDepth(double) const
Definition: HCALProperties.cc:35
PVValHelper::eta
Definition: PVValidationHelpers.h:69
HCALProperties::interactionLength
double interactionLength() const override
Interaction length in cm.
Definition: HCALProperties.h:56
JetMETHLTOfflineSource_cfi.feta
feta
Definition: JetMETHLTOfflineSource_cfi.py:30
HCALProperties::HCALProperties
HCALProperties(const edm::ParameterSet &fastDet)
Definition: HCALProperties.cc:9