#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Utilities/interface/Exception.h"
#include "DataFormats/GeometrySurface/interface/Plane.h"
#include "Geometry/HGCalGeometry/interface/HGCalGeometry.h"
#include "Geometry/CaloGeometry/interface/CaloGenericDetId.h"
#include "Geometry/CaloGeometry/interface/CaloCellGeometry.h"
#include "TrackingTools/TrajectoryState/interface/TrajectoryStateOnSurface.h"
#include "TrackingTools/GeomPropagators/interface/AnalyticalPropagator.h"
#include <cmath>
#include <Math/Transform3D.h>
#include <Math/EulerAngles.h>
#include "FWCore/Utilities/interface/typelookup.h"
Go to the source code of this file.
Namespaces | |
edm | |
HLT enums. | |
edm::typelookup | |
Typedefs | |
typedef std::vector< float > | ParmVec |
typedef CaloCellGeometry::Tr3D | Tr3D |
Functions | |
template<> | |
const char * | edm::typelookup::className< HGCalGeometry > () |
template<> | |
const std::type_info & | edm::typelookup::classTypeInfo< HGCalGeometry > () |
Variables | |
const bool | debugLocate = false |
static const edm::typelookup::NameRegistrar | s_register__LINE__ (edm::typelookup::className< HGCalGeometry >(), typeid(HGCalGeometry)) |
typedef std::vector<float> ParmVec |
Definition at line 22 of file HGCalGeometry.cc.
typedef CaloCellGeometry::Tr3D Tr3D |
Definition at line 21 of file HGCalGeometry.cc.
const bool debugLocate = false |
Definition at line 26 of file HGCalGeometry.cc.
Referenced by HGCalGeometry::get8Corners(), and HGCalGeometry::getCorners().
|
static |