#include <AHCalGeometry.h>
Public Member Functions | |
AHCalGeometry (edm::ParameterSet const &) | |
AHCalGeometry ()=delete | |
std::pair< double, double > | getXY (const AHCalDetId &id) const |
get the local coordinate in the plane and along depth More... | |
double | getZ (const AHCalDetId &id) const |
int | maxDepth () const |
get maximum number of layers More... | |
~AHCalGeometry () | |
Private Attributes | |
std::unique_ptr< AHCalParameters > | ahcal_ |
Gets position of AHCal cell
Definition at line 12 of file AHCalGeometry.h.
AHCalGeometry::AHCalGeometry | ( | edm::ParameterSet const & | iC | ) |
|
delete |
|
inline |
Definition at line 17 of file AHCalGeometry.h.
std::pair< double, double > AHCalGeometry::getXY | ( | const AHCalDetId & | id | ) | const |
double AHCalGeometry::getZ | ( | const AHCalDetId & | id | ) | const |
|
inline |
|
private |
Definition at line 27 of file AHCalGeometry.h.
Referenced by AHCalGeometry(), getXY(), getZ(), and maxDepth().