![]() |
![]() |
#include <EndcapGeometry.h>
Public Member Functions | |
EndcapGeometry ()=default | |
EndcapGeometry (std::string const &filename) | |
void | fillGeoMapArraysExplicit () |
float | getdxdy_slope (unsigned int detid) const |
void | load (std::string const &) |
Public Attributes | |
std::vector< unsigned int > | geoMapDetId_buf |
std::vector< float > | geoMapPhi_buf |
unsigned int | nEndCapMap |
Private Attributes | |
std::map< unsigned int, float > | centroid_phis_ |
std::map< unsigned int, float > | dxdy_slope_ |
Definition at line 9 of file EndcapGeometry.h.
|
default |
lst::EndcapGeometry::EndcapGeometry | ( | std::string const & | filename | ) |
void lst::EndcapGeometry::fillGeoMapArraysExplicit | ( | ) |
Definition at line 42 of file EndcapGeometry.cc.
References hcalRecHitTable_cff::detId, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, and VtxSmearedParameters_cfi::Phi.
float lst::EndcapGeometry::getdxdy_slope | ( | unsigned int | detid | ) | const |
Definition at line 56 of file EndcapGeometry.cc.
References ALCARECOPPSCalTrackBasedSel_cff::detid.
Referenced by lst::loadModulesFromFile().
void lst::EndcapGeometry::load | ( | std::string const & | filename | ) |
Definition at line 10 of file EndcapGeometry.cc.
References ALCARECOPPSCalTrackBasedSel_cff::detid, corrVsCorr::filename, and compare_using_db::ifile.
Referenced by EndcapGeometry().
|
private |
Definition at line 12 of file EndcapGeometry.h.
|
private |
Definition at line 11 of file EndcapGeometry.h.
std::vector<unsigned int> lst::EndcapGeometry::geoMapDetId_buf |
Definition at line 15 of file EndcapGeometry.h.
Referenced by lst::loadAndFillESHost().
std::vector<float> lst::EndcapGeometry::geoMapPhi_buf |
Definition at line 16 of file EndcapGeometry.h.
Referenced by lst::loadAndFillESHost().
unsigned int lst::EndcapGeometry::nEndCapMap |
Definition at line 18 of file EndcapGeometry.h.
Referenced by lst::loadAndFillESHost().