#include <TiltedGeometry.h>
Public Member Functions | |
float | getDrDz (unsigned int detid) const |
float | getDxDy (unsigned int detid) const |
void | load (std::string const &) |
TiltedGeometry ()=default | |
TiltedGeometry (std::string const &filename) | |
Private Attributes | |
std::map< unsigned int, float > | drdzs_ |
std::map< unsigned int, float > | dxdys_ |
Definition at line 9 of file TiltedGeometry.h.
|
default |
lst::TiltedGeometry::TiltedGeometry | ( | std::string const & | filename | ) |
float lst::TiltedGeometry::getDrDz | ( | unsigned int | detid | ) | const |
Definition at line 40 of file TiltedGeometry.cc.
References ALCARECOPPSCalTrackBasedSel_cff::detid.
Referenced by lst::loadModulesFromFile().
float lst::TiltedGeometry::getDxDy | ( | unsigned int | detid | ) | const |
Definition at line 45 of file TiltedGeometry.cc.
References ALCARECOPPSCalTrackBasedSel_cff::detid.
Referenced by lst::loadModulesFromFile().
void lst::TiltedGeometry::load | ( | std::string const & | filename | ) |
Definition at line 10 of file TiltedGeometry.cc.
References ALCARECOPPSCalTrackBasedSel_cff::detid, corrVsCorr::filename, and compare_using_db::ifile.
Referenced by TiltedGeometry().
|
private |
Definition at line 11 of file TiltedGeometry.h.
|
private |
Definition at line 12 of file TiltedGeometry.h.