#include <HCALBarrelProperties.h>
Public Member Functions | |
double | getHcalDepth (double) |
HCALBarrelProperties (const edm::ParameterSet &fastDet) | |
double | thickness (const double eta) const |
Thickness (in cm) of the homegeneous material as a function of rapidity. | |
virtual | ~HCALBarrelProperties () |
Definition at line 21 of file HCALBarrelProperties.h.
HCALBarrelProperties::HCALBarrelProperties | ( | const edm::ParameterSet & | fastDet | ) | [inline] |
Definition at line 26 of file HCALBarrelProperties.h.
:HCALProperties(fastDet) {; }
virtual HCALBarrelProperties::~HCALBarrelProperties | ( | ) | [inline, virtual] |
Definition at line 28 of file HCALBarrelProperties.h.
{ }
double HCALBarrelProperties::getHcalDepth | ( | double | ) |
Referenced by thickness().
double HCALBarrelProperties::thickness | ( | const double | eta | ) | const [inline, virtual] |
Thickness (in cm) of the homegeneous material as a function of rapidity.
Implements CalorimeterProperties.
Definition at line 32 of file HCALBarrelProperties.h.
References getHcalDepth(), and HCALProperties::interactionLength().
{ return HCALProperties::getHcalDepth(eta) * interactionLength(); }