CMS 3D CMS Logo

Classes | Functions
DDHCalEndcapAlgo.cc File Reference
#include <cmath>
#include <algorithm>
#include <string>
#include <vector>
#include "DataFormats/Math/interface/angle_units.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DD4hep/DetFactoryHelper.h"
#include "DetectorDescription/Core/interface/DDSplit.h"
#include "DetectorDescription/DDCMS/interface/DDPlugins.h"
#include "DetectorDescription/DDCMS/interface/DDutils.h"

Go to the source code of this file.

Classes

struct  HCalEndcapAlgo
 

Functions

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

Function Documentation

◆ algorithm()

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

Definition at line 990 of file DDHCalEndcapAlgo.cc.

References MillePedeFileConverter_cfg::e, and cms::s_executed.

990  {
991  HCalEndcapAlgo hcalendcapalgo(ctxt, e);
992  return cms::s_executed;
993 }
static constexpr long s_executed

◆ DD4HEP_OPEN_PLUGIN()

DD4HEP_OPEN_PLUGIN ( dd4hep  ,
ddcms_det_element_DDCMS_hcal_DDHCalEndcapAlgo   
)

Definition at line 996 of file DDHCalEndcapAlgo.cc.