CMS 3D CMS Logo

Classes | Functions
DDHGCalEEAlgo.cc File Reference
#include <cmath>
#include <memory>
#include <string>
#include <unordered_set>
#include <vector>
#include "Geometry/HGCalCommonData/interface/HGCalParameters.h"
#include "Geometry/HGCalCommonData/interface/HGCalGeomTools.h"
#include "DD4hep/DetFactoryHelper.h"
#include "DataFormats/Math/interface/CMSUnits.h"
#include "DetectorDescription/DDCMS/interface/DDPlugins.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "Geometry/HGCalCommonData/interface/HGCalWaferType.h"

Go to the source code of this file.

Classes

struct  HGCalEEAlgo
 

Functions

static long algorithm (dd4hep::Detector &, cms::DDParsingContext &ctxt, xml_h e, dd4hep::SensitiveDetector &)
 
 DD4HEP_OPEN_PLUGIN (dd4hep, ddcms_det_element_DDCMS_hgcal_DDHGCalEEAlgo)
 

Function Documentation

static long algorithm ( dd4hep::Detector &  ,
cms::DDParsingContext ctxt,
xml_h  e,
dd4hep::SensitiveDetector &   
)
static

Definition at line 407 of file DDHGCalEEAlgo.cc.

410  {
411  HGCalEEAlgo eealgo(ctxt, e);
412  return 0;
413 }
DD4HEP_OPEN_PLUGIN ( dd4hep  ,
ddcms_det_element_DDCMS_hgcal_DDHGCalEEAlgo   
)

Definition at line 415 of file DDHGCalEEAlgo.cc.