#include "Geometry/CaloGeometry/interface/CaloGenericDetId.h"
#include "Geometry/CaloGeometry/interface/TruncatedPyramid.h"
#include "Geometry/EcalAlgo/interface/EcalBarrelGeometry.h"
#include "Geometry/CaloGeometry/interface/CaloCellGeometry.h"
#include "FWCore/Utilities/interface/Exception.h"
#include "DataFormats/EcalDetId/interface/EBDetId.h"
#include <CLHEP/Geometry/Point3D.h>
#include <CLHEP/Geometry/Plane3D.h>
#include <CLHEP/Geometry/Vector3D.h>
#include <iomanip>
#include <iostream>
Go to the source code of this file.
Typedefs | |
typedef CaloCellGeometry::CCGFloat | CCGFloat |
typedef HepGeom::Plane3D< CCGFloat > | Pl3D |
typedef CaloCellGeometry::Pt3D | Pt3D |
typedef CaloCellGeometry::Pt3DVec | Pt3DVec |
typedef CaloCellGeometry::CCGFloat CCGFloat |
Definition at line 15 of file EcalBarrelGeometry.cc.
typedef HepGeom::Plane3D<CCGFloat> Pl3D |
Definition at line 18 of file EcalBarrelGeometry.cc.
typedef CaloCellGeometry::Pt3D Pt3D |
Definition at line 16 of file EcalBarrelGeometry.cc.
typedef CaloCellGeometry::Pt3DVec Pt3DVec |
Definition at line 17 of file EcalBarrelGeometry.cc.