CMS 3D CMS Logo

Namespaces | Classes | Typedefs | Enumerations | Functions | Variables
cms Namespace Reference

Namespace of DDCMS conversion namespace. More...

Namespaces

 concurrency
 
 cuda
 
 cudacompat
 
 cudatest
 
 dd
 
 detail
 
 Ort
 
 xerces
 

Classes

class  Analyzer_minbias
 
class  CaloMETProducer
 
class  CATopJetProducer
 
class  CkfDebugTrackCandidateMaker
 
class  CkfTrackCandidateMaker
 
class  CkfTrackCandidateMakerBase
 
class  CkfTrajectoryMaker
 
class  ClusterizerFP420
 
class  ClusterMTCCFilter
 
class  CompareTrajChi
 
class  CompareTrajLay
 
class  CompoundJetProducer
 
class  CosmicTIFTrigFilter
 
class  CosmicTrackFinder
 
class  CRC32Calculator
 
class  CSCNumberingScheme
 
class  CSJetProducer
 
class  DDAlgoArguments
 
class  DDCMSDetElementCreator
 
class  DDCompactView
 
class  DDDetector
 
class  DDDWorld
 
class  DDExpandedView
 
struct  DDFilter
 
class  DDFilteredView
 
class  DDG4Builder
 
class  DDNamespace
 
class  DDParsingContext
 
struct  DDSolid
 
struct  DDSpecPar
 
struct  DDSpecParRegistry
 
struct  DDVectorRegistry
 
class  DDVolumeProcessor
 
class  Digest
 
class  DigitizerFP420
 
class  DTGeometryBuilder
 
class  DTNumberingScheme
 
class  ElseMETProducer
 
class  Exception
 
struct  ExpandedNodes
 
class  FastSimDataFilter
 
struct  Filter
 
class  GenMETProducer
 
class  HitReCalibrator
 
class  HTTTopJetProducer
 
class  JetCorrectionProducer
 
class  JetVertexAssociation
 
struct  MD5Result
 
class  ME0NumberingScheme
 
class  METSignificanceProducer
 
class  MinBias
 
class  MTCCHLTrigger
 
class  MuonMET
 
class  MuonMETValueMapProducer
 
class  MuonNumbering
 
class  MuonTCMETValueMapProducer
 
class  PFClusterMETProducer
 
class  PFMETProducer
 
class  Phase2TrackerDigitizer
 
class  PileupJPTJetIdAlgo
 
class  PileupVertexAccumulator
 
class  ProducerAnalyzer
 
class  ReconstructerFP420
 
class  RPCNumberingScheme
 
class  SiPixelDigitizer
 
class  SiPixelRecHitConverter
 
class  SubEventGenJetProducer
 
class  SubJetProducer
 
class  TCMETProducer
 
class  TECClusterFilter
 
class  TrackerizerFP420
 
class  TrackMTCCFilter
 

Typedefs

using DD3Vector = ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > >
 
using DDPartSelectionMap = tbb::concurrent_unordered_map< std::string, tbb::concurrent_vector< std::string > >
 
using DDPaths = tbb::concurrent_vector< std::string >
 
using DDSpecParMap = tbb::concurrent_unordered_map< std::string, DDSpecPar >
 
using DDSpecParRefs = std::vector< const DDSpecPar * >
 
using DDVectorsMap = tbb::concurrent_unordered_map< std::string, tbb::concurrent_vector< double > >
 
using ExpandedNodes = cms::ExpandedNodes
 
using Filter = cms::Filter
 
using Iterator = TGeoIterator
 
using MuonConstants = std::unordered_map< std::string_view, int >
 
using Node = TGeoNode
 
using PlacedVolume = dd4hep::PlacedVolume
 
using RotationMatrix = ROOT::Math::Rotation3D
 
using Translation = ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > >
 
using Volume = dd4hep::Volume
 

Enumerations

enum  DDSolidShape {
  DDSolidShape::dd_not_init = 0, DDSolidShape::ddbox = 1, DDSolidShape::ddtubs = 2, DDSolidShape::ddtrap = 3,
  DDSolidShape::ddcons = 4, DDSolidShape::ddpolycone = 5, DDSolidShape::ddpolyhedra = 6, DDSolidShape::ddtorus = 7,
  DDSolidShape::ddunion = 8, DDSolidShape::ddsubtraction = 9, DDSolidShape::ddintersection = 10, DDSolidShape::ddshapeless = 11,
  DDSolidShape::ddpseudotrap = 12, DDSolidShape::ddtrunctubs = 13, DDSolidShape::ddsphere = 14, DDSolidShape::ddellipticaltube = 15,
  DDSolidShape::ddcuttubs = 16, DDSolidShape::ddextrudedpolygon = 17, DDSolidShape::ddtrd1 = 18
}
 

Functions

uint32_t Adler32 (char const *data, size_t len)
 
void Adler32 (char const *data, size_t len, uint32_t &a, uint32_t &b)
 
def cms_error ()
 
def config (tmpl, pkg_help)
 
def config_with_parser (tmpl, args)
 
std::string detElementName (dd4hep::PlacedVolume volume)
 
def generate (kwds)
 
constexpr unsigned int hash (const char *str, int h=0)
 
unsigned int hash (const std::string &str)
 
dd4hep::Rotation3D makeRotation3D (dd4hep::Rotation3D rotation, const std::string &axis, double angle)
 
dd4hep::Rotation3D makeRotation3D (double thetaX, double phiX, double thetaY, double phiY, double thetaZ, double phiZ)
 
dd4hep::Rotation3D makeRotReflect (double thetaX, double phiX, double thetaY, double phiY, double thetaZ, double phiZ)
 
bool operator!= (MD5Result const &a, MD5Result const &b)
 
bool operator< (MD5Result const &a, MD5Result const &b)
 
template<typename E >
detail::Desired< E, detail::is_derived_or_same< Exception, std::remove_reference_t< E > >::value >::typeoperator<< (E &&e, std::ios_base &(*f)(std::ios_base &))
 
template<typename E >
detail::Desired< E, detail::is_derived_or_same< Exception, std::remove_reference_t< E > >::value >::typeoperator<< (E &&e, std::ostream &(*f)(std::ostream &))
 
template<typename E , typename T >
detail::Desired< E, detail::is_derived_or_same< Exception, std::remove_reference_t< E > >::value >::typeoperator<< (E &&e, T const &stuff)
 
std::ostream & operator<< (std::ostream &os, MD5Result const &r)
 
std::ostream & operator<< (std::ostream &ost, Exception const &e)
 
bool operator== (MD5Result const &a, MD5Result const &b)
 
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< CaloMETProducer > > s_filler__LINE__ ("CaloMETProducer")
 
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< ElseMETProducer > > s_filler__LINE__ ("ElseMETProducer")
 
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< GenMETProducer > > s_filler__LINE__ ("GenMETProducer")
 
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< METSignificanceProducer > > s_filler__LINE__ ("METSignificanceProducer")
 
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< MuonMET > > s_filler__LINE__ ("MuonMET")
 
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< PFClusterMETProducer > > s_filler__LINE__ ("PFClusterMETProducer")
 
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< PFMETProducer > > s_filler__LINE__ ("PFMETProducer")
 
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< TCMETProducer > > s_filler__LINE__ ("TCMETProducer")
 
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< CaloMETProducer > > s_maker__LINE__ ("CaloMETProducer")
 
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< ElseMETProducer > > s_maker__LINE__ ("ElseMETProducer")
 
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< GenMETProducer > > s_maker__LINE__ ("GenMETProducer")
 
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< METSignificanceProducer > > s_maker__LINE__ ("METSignificanceProducer")
 
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< MuonMET > > s_maker__LINE__ ("MuonMET")
 
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< PFClusterMETProducer > > s_maker__LINE__ ("PFClusterMETProducer")
 
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< PFMETProducer > > s_maker__LINE__ ("PFMETProducer")
 
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< TCMETProducer > > s_maker__LINE__ ("TCMETProducer")
 
void set_to_default (MD5Result &val)
 
def test_cms_environment (tmpl)
 

Variables

const std::array< const cms::dd::NameValuePair< DDSolidShape >, 19 > DDSolidShapeMap
 
const std::array< const cms::dd::ValuePair< LegacySolidShape, cms::DDSolidShape >, 20 > LegacySolidShapeMap
 
static constexpr long s_executed = 1l
 
static const char * s_hexValues
 
const ::dd4hep::xml::Tag_t Unicode_Algorithm
 
const ::dd4hep::xml::Tag_t Unicode_alp1
 
const ::dd4hep::xml::Tag_t Unicode_alp2
 
const ::dd4hep::xml::Tag_t Unicode_atMinusZ
 
const ::dd4hep::xml::Tag_t Unicode_atomicNumber
 
const ::dd4hep::xml::Tag_t Unicode_atomicWeight
 
const ::dd4hep::xml::Tag_t Unicode_axis
 
const ::dd4hep::xml::Tag_t Unicode_bl1
 
const ::dd4hep::xml::Tag_t Unicode_bl2
 
const ::dd4hep::xml::Tag_t Unicode_Box
 
const ::dd4hep::xml::Tag_t Unicode_ChildName
 
const ::dd4hep::xml::Tag_t Unicode_close_geometry
 
const ::dd4hep::xml::Tag_t Unicode_CompositeMaterial
 
const ::dd4hep::xml::Tag_t Unicode_Cone
 
const ::dd4hep::xml::Tag_t Unicode_Constant
 
const ::dd4hep::xml::Tag_t Unicode_ConstantsSection
 
const ::dd4hep::xml::Tag_t Unicode_copyNumber
 
const ::dd4hep::xml::Tag_t Unicode_cutAtDelta
 
const ::dd4hep::xml::Tag_t Unicode_cutAtStart
 
const ::dd4hep::xml::Tag_t Unicode_cutInside
 
const ::dd4hep::xml::Tag_t Unicode_CutTubs
 
const ::dd4hep::xml::Tag_t Unicode_DDCMS
 
const ::dd4hep::xml::Tag_t Unicode_DDDefinition
 
const ::dd4hep::xml::Tag_t Unicode_debug_algorithms
 
const ::dd4hep::xml::Tag_t Unicode_debug_constants
 
const ::dd4hep::xml::Tag_t Unicode_debug_includes
 
const ::dd4hep::xml::Tag_t Unicode_debug_materials
 
const ::dd4hep::xml::Tag_t Unicode_debug_namespaces
 
const ::dd4hep::xml::Tag_t Unicode_debug_placements
 
const ::dd4hep::xml::Tag_t Unicode_debug_rotations
 
const ::dd4hep::xml::Tag_t Unicode_debug_shapes
 
const ::dd4hep::xml::Tag_t Unicode_debug_specpars
 
const ::dd4hep::xml::Tag_t Unicode_debug_visattr
 
const ::dd4hep::xml::Tag_t Unicode_debug_volumes
 
const ::dd4hep::xml::Tag_t Unicode_deltaPhi
 
const ::dd4hep::xml::Tag_t Unicode_deltaTheta
 
const ::dd4hep::xml::Tag_t Unicode_density
 
const ::dd4hep::xml::Tag_t Unicode_DisabledAlgo
 
const ::dd4hep::xml::Tag_t Unicode_Division
 
const ::dd4hep::xml::Tag_t Unicode_dx
 
const ::dd4hep::xml::Tag_t Unicode_dx1
 
const ::dd4hep::xml::Tag_t Unicode_dx2
 
const ::dd4hep::xml::Tag_t Unicode_dy
 
const ::dd4hep::xml::Tag_t Unicode_dy1
 
const ::dd4hep::xml::Tag_t Unicode_dy2
 
const ::dd4hep::xml::Tag_t Unicode_dz
 
const ::dd4hep::xml::Tag_t Unicode_ElementaryMaterial
 
const ::dd4hep::xml::Tag_t Unicode_Ellipsoid
 
const ::dd4hep::xml::Tag_t Unicode_EllipticalTube
 
const ::dd4hep::xml::Tag_t Unicode_firstSolid
 
const ::dd4hep::xml::Tag_t Unicode_h1
 
const ::dd4hep::xml::Tag_t Unicode_h2
 
const ::dd4hep::xml::Tag_t Unicode_Include
 
const ::dd4hep::xml::Tag_t Unicode_IncludeSection
 
const ::dd4hep::xml::Tag_t Unicode_innerRadius
 
const ::dd4hep::xml::Tag_t Unicode_LogicalPart
 
const ::dd4hep::xml::Tag_t Unicode_LogicalPartSection
 
const ::dd4hep::xml::Tag_t Unicode_lx
 
const ::dd4hep::xml::Tag_t Unicode_ly
 
const ::dd4hep::xml::Tag_t Unicode_lz
 
const ::dd4hep::xml::Tag_t Unicode_MaterialFraction
 
const ::dd4hep::xml::Tag_t Unicode_MaterialSection
 
const ::dd4hep::xml::Tag_t Unicode_nEntries
 
const ::dd4hep::xml::Tag_t Unicode_nReplicas
 
const ::dd4hep::xml::Tag_t Unicode_Numeric
 
const ::dd4hep::xml::Tag_t Unicode_numSide
 
const ::dd4hep::xml::Tag_t Unicode_offset
 
const ::dd4hep::xml::Tag_t Unicode_open_geometry
 DD4hep specific. More...
 
const ::dd4hep::xml::Tag_t Unicode_outerRadius
 
const ::dd4hep::xml::Tag_t Unicode_Parameter
 
const ::dd4hep::xml::Tag_t Unicode_parent
 
const ::dd4hep::xml::Tag_t Unicode_PartSelector
 
const ::dd4hep::xml::Tag_t Unicode_path
 
const ::dd4hep::xml::Tag_t Unicode_phiX
 
const ::dd4hep::xml::Tag_t Unicode_phiY
 
const ::dd4hep::xml::Tag_t Unicode_phiZ
 
const ::dd4hep::xml::Tag_t Unicode_Polycone
 
const ::dd4hep::xml::Tag_t Unicode_Polyhedra
 
const ::dd4hep::xml::Tag_t Unicode_PosPart
 
const ::dd4hep::xml::Tag_t Unicode_PosPartSection
 
const ::dd4hep::xml::Tag_t Unicode_PseudoTrap
 
const ::dd4hep::xml::Tag_t Unicode_rChild
 
const ::dd4hep::xml::Tag_t Unicode_ReflectionRotation
 
const ::dd4hep::xml::Tag_t Unicode_rMaterial
 
const ::dd4hep::xml::Tag_t Unicode_rMax
 
const ::dd4hep::xml::Tag_t Unicode_rMax1
 
const ::dd4hep::xml::Tag_t Unicode_rMax2
 
const ::dd4hep::xml::Tag_t Unicode_rMin
 
const ::dd4hep::xml::Tag_t Unicode_rMin1
 
const ::dd4hep::xml::Tag_t Unicode_rMin2
 
const ::dd4hep::xml::Tag_t Unicode_Rotation
 
const ::dd4hep::xml::Tag_t Unicode_RotationByAxis
 
const ::dd4hep::xml::Tag_t Unicode_RotationSection
 
const ::dd4hep::xml::Tag_t Unicode_RotationSequence
 
const ::dd4hep::xml::Tag_t Unicode_rParent
 
const ::dd4hep::xml::Tag_t Unicode_rReflectionRotation
 
const ::dd4hep::xml::Tag_t Unicode_rRotation
 
const ::dd4hep::xml::Tag_t Unicode_rSolid
 
const ::dd4hep::xml::Tag_t Unicode_RZPoint
 
const ::dd4hep::xml::Tag_t Unicode_scale
 
const ::dd4hep::xml::Tag_t Unicode_secondSolid
 
const ::dd4hep::xml::Tag_t Unicode_SolidSection
 
const ::dd4hep::xml::Tag_t Unicode_SpecPar
 
const ::dd4hep::xml::Tag_t Unicode_SpecParSection
 
const ::dd4hep::xml::Tag_t Unicode_Sphere
 
const ::dd4hep::xml::Tag_t Unicode_startPhi
 
const ::dd4hep::xml::Tag_t Unicode_startTheta
 
const ::dd4hep::xml::Tag_t Unicode_String
 
const ::dd4hep::xml::Tag_t Unicode_SubtractionSolid
 
const ::dd4hep::xml::Tag_t Unicode_symbol
 
const ::dd4hep::xml::Tag_t Unicode_thetaX
 
const ::dd4hep::xml::Tag_t Unicode_thetaY
 
const ::dd4hep::xml::Tag_t Unicode_thetaZ
 
const ::dd4hep::xml::Tag_t Unicode_tl1
 
const ::dd4hep::xml::Tag_t Unicode_tl2
 
const ::dd4hep::xml::Tag_t Unicode_Torus
 
const ::dd4hep::xml::Tag_t Unicode_torusRadius
 
const ::dd4hep::xml::Tag_t Unicode_Transformation
 
const ::dd4hep::xml::Tag_t Unicode_TransformationSection
 
const ::dd4hep::xml::Tag_t Unicode_Translation
 
const ::dd4hep::xml::Tag_t Unicode_Trapezoid
 
const ::dd4hep::xml::Tag_t Unicode_TruncTubs
 
const ::dd4hep::xml::Tag_t Unicode_Tubs
 
const ::dd4hep::xml::Tag_t Unicode_tx
 
const ::dd4hep::xml::Tag_t Unicode_ty
 
const ::dd4hep::xml::Tag_t Unicode_tz
 
const ::dd4hep::xml::Tag_t Unicode_value
 
const ::dd4hep::xml::Tag_t Unicode_Vector
 
const ::dd4hep::xml::Tag_t Unicode_vis
 
const ::dd4hep::xml::Tag_t Unicode_vismaterial
 
const ::dd4hep::xml::Tag_t Unicode_VisSection
 
const ::dd4hep::xml::Tag_t Unicode_width
 
const ::dd4hep::xml::Tag_t Unicode_xSemiAxis
 
const ::dd4hep::xml::Tag_t Unicode_XYPoint
 
const ::dd4hep::xml::Tag_t Unicode_ySemiAxis
 
const ::dd4hep::xml::Tag_t Unicode_zBottomCut
 
const ::dd4hep::xml::Tag_t Unicode_zHalf
 
const ::dd4hep::xml::Tag_t Unicode_zHeight
 
const ::dd4hep::xml::Tag_t Unicode_ZSection
 
const ::dd4hep::xml::Tag_t Unicode_zSemiAxis
 
const ::dd4hep::xml::Tag_t Unicode_zTopCut
 
const ::dd4hep::xml::Tag_t Unicode_ZXYSection
 

Detailed Description

Namespace of DDCMS conversion namespace.

How ParameterSets are nested inside ParameterSets The main feature is that they're made persistent using a ParameterSetID, and only reconstituted as needed, when the value_ptr = 0;

This a basic exception type expected to be thrown by developer-written code. We recommend that you use it directly. It can also be used as a base class if needed.

Each Exception is identified by a category string. This category is a short word or phrase (no spaces) that described the problem that was encountered.

Information can be added to the Exception using the stream insertion operator (as one uses cout). We recommend using it in the following manner:

Example: if ((rc=func()) < 0) { throw cms::Exception("DataCorrupt") << "I died with rc = " << rc << std::endl; }

Derived types are expected to fix the category, either by 1) passing a string literal to the base class constructor, or 2) ensuring the developer gives a category name.

Example: class InfiniteLoop : public Exception { InfiniteLoop(const std::string& msg) : Exception("InfiniteLoop",msg) { } };

ExceptionCollector is a utility class that can be used to make sure that each function or functor in a sequence of calls is invoked even if a previous function throws. Each function/functor must take no arguments and return a void. std::bind can be used to convert a function taking arguments into a function taking no arguments. The exception strings are saved in a cms::Exception for optional rethrow.

Here is an example:

ExceptionCollector c("initialMessage");

c.call(std::bind(&MyClass::myFunction, myClassPtr)); c.call(std::bind(&MyClass::myOtherFunction, myClassPtr, myArgPtr)); c.call(std::bind(&myFreeFunction, myArgPtr)); if (c.hasThrown()) c.rethrow();

This insures that all three functions will be called before any exception is thrown.

These functions are meant to be called only from unit tests.

Typedef Documentation

◆ DD3Vector

using cms::DD3Vector = typedef ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double> >

Definition at line 14 of file DDAlgoArguments.h.

◆ DDPartSelectionMap

using cms::DDPartSelectionMap = typedef tbb::concurrent_unordered_map<std::string, tbb::concurrent_vector<std::string> >

Definition at line 11 of file DDSpecParRegistry.h.

◆ DDPaths

using cms::DDPaths = typedef tbb::concurrent_vector<std::string>

Definition at line 10 of file DDSpecParRegistry.h.

◆ DDSpecParMap

using cms::DDSpecParMap = typedef tbb::concurrent_unordered_map<std::string, DDSpecPar>

Definition at line 29 of file DDSpecParRegistry.h.

◆ DDSpecParRefs

using cms::DDSpecParRefs = typedef std::vector<const DDSpecPar*>

Definition at line 30 of file DDSpecParRegistry.h.

◆ DDVectorsMap

typedef tbb::concurrent_unordered_map< std::string, tbb::concurrent_vector< double > > cms::DDVectorsMap

Definition at line 14 of file DDNamespace.h.

◆ ExpandedNodes

Definition at line 47 of file DDFilteredView.h.

◆ Filter

using cms::Filter = typedef cms::Filter

Definition at line 48 of file DDFilteredView.h.

◆ Iterator

using cms::Iterator = typedef TGeoIterator

Definition at line 49 of file DDFilteredView.h.

◆ MuonConstants

using cms::MuonConstants = typedef std::unordered_map<std::string_view, int>

Definition at line 35 of file DD4hep_MuonNumbering.h.

◆ Node

using cms::Node = typedef TGeoNode

Definition at line 50 of file DDFilteredView.h.

◆ PlacedVolume

using cms::PlacedVolume = typedef dd4hep::PlacedVolume

Definition at line 46 of file DDFilteredView.h.

◆ RotationMatrix

using cms::RotationMatrix = typedef ROOT::Math::Rotation3D

Definition at line 52 of file DDFilteredView.h.

◆ Translation

using cms::Translation = typedef ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double> >

Definition at line 51 of file DDFilteredView.h.

◆ Volume

using cms::Volume = typedef dd4hep::Volume

Definition at line 45 of file DDFilteredView.h.

Enumeration Type Documentation

◆ DDSolidShape

enum cms::DDSolidShape
strong
Enumerator
dd_not_init 
ddbox 
ddtubs 
ddtrap 
ddcons 
ddpolycone 
ddpolyhedra 
ddtorus 
ddunion 
ddsubtraction 
ddintersection 
ddshapeless 
ddpseudotrap 
ddtrunctubs 
ddsphere 
ddellipticaltube 
ddcuttubs 
ddextrudedpolygon 
ddtrd1 

Definition at line 62 of file DDSolidShapes.h.

62  {
63  dd_not_init = 0,
64  ddbox = 1,
65  ddtubs = 2,
66  ddtrap = 3,
67  ddcons = 4,
68  ddpolycone = 5,
69  ddpolyhedra = 6,
70  ddtorus = 7,
71  ddunion = 8,
72  ddsubtraction = 9,
73  ddintersection = 10,
74  ddshapeless = 11,
75  ddpseudotrap = 12,
76  ddtrunctubs = 13,
77  ddsphere = 14,
78  ddellipticaltube = 15,
79  ddcuttubs = 16,
80  ddextrudedpolygon = 17,
81  ddtrd1 = 18,
82  };

Function Documentation

◆ Adler32() [1/2]

uint32_t cms::Adler32 ( char const *  data,
size_t  len 
)

Definition at line 31 of file Adler32Calculator.cc.

31  {
32  /* data: Pointer to the data to be summed; len is in bytes */
33  uint32_t a = 1, b = 0;
34  Adler32(data, len, a, b);
35  return (b << 16) | a;
36  }

References a, Adler32(), b, and data.

◆ Adler32() [2/2]

void cms::Adler32 ( char const *  data,
size_t  len,
uint32_t &  a,
uint32_t &  b 
)

Definition at line 10 of file Adler32Calculator.cc.

10  {
11  /* data: Pointer to the data to be summed; len is in bytes */
12 
13 #define MOD_ADLER 65521
14 
15  unsigned char const* ptr = static_cast<unsigned char const*>(static_cast<void const*>(data));
16  while (len > 0) {
17  size_t tlen = (len > 5552 ? 5552 : len);
18  len -= tlen;
19  do {
20  a += *ptr++;
21  b += a;
22  } while (--tlen);
23 
24  a %= MOD_ADLER;
25  b %= MOD_ADLER;
26  }
27 
28 #undef MOD_ADLER
29  }

References a, b, data, and MOD_ADLER.

Referenced by Adler32(), evf::EvFOutputModule::beginRun(), edm::StreamerInputSource::deserializeEvent(), edm::StreamerInputSource::deserializeRegistry(), evf::RecoEventOutputModuleForFU< Consumer >::doOutputHeader(), HLTriggerJSONMonitoring::globalEndLuminosityBlockSummary(), L1TriggerJSONMonitoring::globalEndLuminosityBlockSummary(), edm::StreamSerializer::serializeEvent(), edm::StreamSerializer::serializeRegistry(), OutputFile::write(), and RawEventOutputModuleForBU< Consumer >::write().

◆ cms_error()

def cms.cms_error ( )

Definition at line 71 of file cms.py.

71 def cms_error():
72  "Standard CMS error message"
73  msg = "\nPackages must be created in a 'subsystem'."
74  msg += "\nPlease set your CMSSW environment and go to $CMSSW_BASE/src"
75  msg += "\nCreate or choose directory from there and then "
76  msg += "\nrun the script from that directory"
77  return msg
78 

Referenced by generate().

◆ config()

def cms.config (   tmpl,
  pkg_help 
)

Definition at line 19 of file cms.py.

19 def config(tmpl, pkg_help):
20  "Parse input arguments to mk-script"
21  kwds = {'author': '', 'tmpl': tmpl,
22  'args': {}, 'debug': False,
23  'working_dir': ''}
24  etags = []
25  if len(sys.argv) >= 2: # user give us arguments
26  if sys.argv[1] in ['-h', '--help', '-help']:
27  print(pkg_help)
28  sys.exit(0)
29  kwds['pname'] = sys.argv[1]
30  for idx in range(2, len(sys.argv)):
31  opt = sys.argv[idx]
32  if opt == '-author':
33  kwds['author'] = sys.argv[idx+1]
34  continue
35  if opt.find('example') != -1:
36  etags.append('@%s' % opt)
37  continue
38  if opt in ['-h', '--help', '-help']:
39  print(pkg_help)
40  sys.exit(0)
41  if opt == '-debug':
42  kwds['debug'] = True
43  continue
44  elif len(sys.argv) == 1:
45  # need to walk
46  msg = 'Please enter %s name: ' % tmpl.lower()
47  kwds['pname'] = raw_input(msg)
48  else:
49  print(pkg_help)
50  sys.exit(0)
51  kwds['tmpl_etags'] = etags
52  return kwds
53 

References edm.print(), and FastTimerService_cff.range.

◆ config_with_parser()

def cms.config_with_parser (   tmpl,
  args 
)
Inject arguments parsed upstream into mk-scripts.
The arguments are parsed by the different front-ends(binaries)
and passed here via the args object.

Definition at line 54 of file cms.py.

54 def config_with_parser(tmpl, args):
55  """
56  Inject arguments parsed upstream into mk-scripts.
57  The arguments are parsed by the different front-ends(binaries)
58  and passed here via the args object.
59  """
60 
61  kwds = {'author': '', 'tmpl': tmpl,
62  'args': {}, 'debug': False}
63  etags = []
64  kwds['pname'] = args.subpackage_name
65  if args.author: kwds['author'] = args.author
66  if args.debug: kwds['debug'] = True
67  if args.example: etags.append('@%s' % args.example)
68  kwds['tmpl_etags'] = etags
69  return kwds
70 

◆ detElementName()

std::string cms::detElementName ( dd4hep::PlacedVolume  volume)

Definition at line 79 of file DDCMSDetElementCreator.cc.

79  {
80  if (volume.isValid()) {
81  std::string name = volume.name();
82  std::string nnam = name.substr(name.find(NAMESPACE_SEP) + 1);
83  return nnam;
84  }
85  except("DD4CMS", "++ Cannot deduce name from invalid PlacedVolume handle!");
86  return std::string();
87 }

References Skims_PA_cff::name, NAMESPACE_SEP, and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by cms::DDCMSDetElementCreator::createElement(), and cms::DDCMSDetElementCreator::createTopLevelDetectors().

◆ generate()

def cms.generate (   kwds)

Definition at line 107 of file cms.py.

107 def generate(kwds):
108  "Run generator code based on provided set of arguments"
109  config = dict(kwds)
110  tmpl = kwds.get('tmpl')
111  stand_alone_group = ['Record', 'Skeleton']
112  config.update({'not_in_dir': stand_alone_group})
113  if tmpl in stand_alone_group:
114  whereami, ldir = test_cms_environment(tmpl)
115  dirs = ldir.split('/')
116  config.update({'pkgname': kwds.get('pname')})
117  config.update({'subsystem': 'Subsystem'})
118  config.update({'pkgname': 'Package'})
119  if whereami:
120  if len(dirs) >= 3:
121  config.update({'subsystem': dirs[1]})
122  config.update({'pkgname': dirs[2]})
123  elif len(dirs) >= 2:
124  config.update({'subsystem': dirs[1]})
125  config.update({'pkgname': dirs[1]})
126  else:
127  whereami, ldir = test_cms_environment(tmpl)
128  dirs = ldir.split('/')
129  if not dirs or not whereami:
130  print(cms_error())
131  sys.exit(1)
132  config.update({'subsystem': dirs[1]})
133  config.update({'pkgname': kwds.get('pname')})
134  if whereami in ['src', 'plugins']:
135  config.update({'working_dir': whereami})
136  config.update({'tmpl_files': '.cc'})
137  config.update({'pkgname': dirs[2]})
138  elif whereami == 'test':
139  config.update({'working_dir': whereami})
140  config.update({'tmpl_files':'.cc'})
141  config.update({'pkgname': dirs[2]})
142  elif whereami == 'subsystem':
143  config.update({'tmpl_files': 'all'})
144  else:
145  print(cms_error())
146  sys.exit(1)
147  obj = code_generator(config)
148  obj.generate()

References cms_error(), utils.code_generator(), edm.print(), and test_cms_environment().

◆ hash() [1/2]

constexpr unsigned int cms::hash ( const char *  str,
int  h = 0 
)
constexpr

Definition at line 18 of file DDAlgoArguments.h.

18 { return !str[h] ? 5381 : (hash(str, h + 1) * 33) ^ str[h]; }

References h, and str.

Referenced by hash().

◆ hash() [2/2]

unsigned int cms::hash ( const std::string &  str)
inline

Definition at line 20 of file DDAlgoArguments.h.

20 { return hash(str.c_str()); }

References hash(), and str.

◆ makeRotation3D() [1/2]

dd4hep::Rotation3D cms::makeRotation3D ( dd4hep::Rotation3D  rotation,
const std::string &  axis,
double  angle 
)

Definition at line 50 of file DDAlgoArguments.cc.

50  {
51  switch (hash(axis)) {
52  case hash("x"):
53  rotation = dd4hep::RotationX(angle);
54  break;
55  case hash("y"):
56  rotation = dd4hep::RotationY(angle);
57  break;
58  case hash("z"):
59  rotation = dd4hep::RotationZ(angle);
60  break;
61  default:
62  throw std::runtime_error("Axis is not valid.");
63  }
64  return rotation;
65 }

References angle(), cond::hash, and idealTransformation::rotation.

◆ makeRotation3D() [2/2]

dd4hep::Rotation3D cms::makeRotation3D ( double  thetaX,
double  phiX,
double  thetaY,
double  phiY,
double  thetaZ,
double  phiZ 
)

Definition at line 20 of file DDAlgoArguments.cc.

21  {
22  dd4hep::Position posX(sin(thetaX) * cos(phiX), sin(thetaX) * sin(phiX), cos(thetaX));
23  dd4hep::Position posY(sin(thetaY) * cos(phiY), sin(thetaY) * sin(phiY), cos(thetaY));
24  dd4hep::Position posZ(sin(thetaZ) * cos(phiZ), sin(thetaZ) * sin(phiZ), cos(thetaZ));
25  dd4hep::Rotation3D rotation(posX, posY, posZ);
26 
27  return rotation;
28 }

References funct::cos(), PixelTestBeamValidation_cfi::Position, RecoTauValidation_cfi::posX, RecoTauValidation_cfi::posY, idealTransformation::rotation, funct::sin(), DOFs::thetaX, DOFs::thetaY, and DOFs::thetaZ.

Referenced by algorithm().

◆ makeRotReflect()

dd4hep::Rotation3D cms::makeRotReflect ( double  thetaX,
double  phiX,
double  thetaY,
double  phiY,
double  thetaZ,
double  phiZ 
)

Definition at line 32 of file DDAlgoArguments.cc.

33  {
34  // define 3 unit std::vectors forming the new left-handed axes
35  DD3Vector x(cos(phiX) * sin(thetaX), sin(phiX) * sin(thetaX), cos(thetaX));
36  DD3Vector y(cos(phiY) * sin(thetaY), sin(phiY) * sin(thetaY), cos(thetaY));
37  DD3Vector z(cos(phiZ) * sin(thetaZ), sin(phiZ) * sin(thetaZ), cos(thetaZ));
38 
39  constexpr double tol = 1.0e-3; // Geant4 compatible
40  double check = (x.Cross(y)).Dot(z); // in case of a LEFT-handed orthogonal system this must be -1
41  if (abs(1. + check) > tol) {
42  except("DD4CMS", "+++ FAILED to construct Rotation is not LEFT-handed!");
43  }
44 
45  dd4hep::Rotation3D rotation(x.x(), y.x(), z.x(), x.y(), y.y(), z.y(), x.z(), y.z(), z.z());
46 
47  return rotation;
48 }

References funct::abs(), RPCNoise_example::check, funct::cos(), idealTransformation::rotation, funct::sin(), DOFs::thetaX, DOFs::thetaY, and DOFs::thetaZ.

◆ operator!=()

bool cms::operator!= ( MD5Result const &  a,
MD5Result const &  b 
)
inline

Definition at line 37 of file Digest.h.

37 { return !(a == b); }

References a, and b.

◆ operator<()

bool cms::operator< ( MD5Result const &  a,
MD5Result const &  b 
)

Definition at line 145 of file Digest.cc.

145  {
146  return std::lexicographical_compare(a.bytes, a.bytes + sizeof(a.bytes), b.bytes, b.bytes + sizeof(b.bytes));
147  }

References a, and b.

◆ operator<<() [1/5]

template<typename E >
detail::Desired<E, detail::is_derived_or_same<Exception, std::remove_reference_t<E> >::value>::type& cms::operator<< ( E &&  e,
std::ios_base &(*)(std::ios_base &)  f 
)
inline

Definition at line 216 of file Exception.h.

216  {
217  f(e.ost_);
218  return e;
219  }

References MillePedeFileConverter_cfg::e, and f.

◆ operator<<() [2/5]

template<typename E >
detail::Desired<E, detail::is_derived_or_same<Exception, std::remove_reference_t<E> >::value>::type& cms::operator<< ( E &&  e,
std::ostream &(*)(std::ostream &)  f 
)
inline

Definition at line 209 of file Exception.h.

209  {
210  f(e.ost_);
211  return e;
212  }

References MillePedeFileConverter_cfg::e, and f.

◆ operator<<() [3/5]

template<typename E , typename T >
detail::Desired<E, detail::is_derived_or_same<Exception, std::remove_reference_t<E> >::value>::type& cms::operator<< ( E &&  e,
T const &  stuff 
)
inline

Definition at line 202 of file Exception.h.

202  {
203  e.ost_ << stuff;
204  return e;
205  }

References MillePedeFileConverter_cfg::e.

◆ operator<<() [4/5]

std::ostream& cms::operator<< ( std::ostream &  os,
MD5Result const &  r 
)
inline

Definition at line 39 of file Digest.h.

39  {
40  os << r.toString();
41  return os;
42  }

References alignCSCRings::r.

◆ operator<<() [5/5]

std::ostream& cms::operator<< ( std::ostream &  ost,
Exception const &  e 
)
inline

Definition at line 193 of file Exception.h.

193  {
194  ost << e.explainSelf();
195  return ost;
196  }

References MillePedeFileConverter_cfg::e.

◆ operator==()

bool cms::operator== ( MD5Result const &  a,
MD5Result const &  b 
)

Definition at line 141 of file Digest.cc.

141  {
142  return std::equal(a.bytes, a.bytes + sizeof(a.bytes), b.bytes);
143  }

References a, b, and cond::serialization::equal().

◆ s_filler__LINE__() [1/8]

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< CaloMETProducer > > cms::s_filler__LINE__ ( "CaloMETProducer"  )
static

◆ s_filler__LINE__() [2/8]

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< ElseMETProducer > > cms::s_filler__LINE__ ( "ElseMETProducer"  )
static

◆ s_filler__LINE__() [3/8]

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< GenMETProducer > > cms::s_filler__LINE__ ( "GenMETProducer"  )
static

◆ s_filler__LINE__() [4/8]

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< METSignificanceProducer > > cms::s_filler__LINE__ ( "METSignificanceProducer"  )
static

◆ s_filler__LINE__() [5/8]

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< MuonMET > > cms::s_filler__LINE__ ( "MuonMET"  )
static

◆ s_filler__LINE__() [6/8]

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< PFClusterMETProducer > > cms::s_filler__LINE__ ( "PFClusterMETProducer"  )
static

◆ s_filler__LINE__() [7/8]

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< PFMETProducer > > cms::s_filler__LINE__ ( "PFMETProducer"  )
static

◆ s_filler__LINE__() [8/8]

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< TCMETProducer > > cms::s_filler__LINE__ ( "TCMETProducer"  )
static

◆ s_maker__LINE__() [1/8]

static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< CaloMETProducer > > cms::s_maker__LINE__ ( "CaloMETProducer"  )
static

◆ s_maker__LINE__() [2/8]

static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< ElseMETProducer > > cms::s_maker__LINE__ ( "ElseMETProducer"  )
static

◆ s_maker__LINE__() [3/8]

static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< GenMETProducer > > cms::s_maker__LINE__ ( "GenMETProducer"  )
static

◆ s_maker__LINE__() [4/8]

static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< METSignificanceProducer > > cms::s_maker__LINE__ ( "METSignificanceProducer"  )
static

◆ s_maker__LINE__() [5/8]

static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< MuonMET > > cms::s_maker__LINE__ ( "MuonMET"  )
static

◆ s_maker__LINE__() [6/8]

static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< PFClusterMETProducer > > cms::s_maker__LINE__ ( "PFClusterMETProducer"  )
static

◆ s_maker__LINE__() [7/8]

static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< PFMETProducer > > cms::s_maker__LINE__ ( "PFMETProducer"  )
static

◆ s_maker__LINE__() [8/8]

static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< TCMETProducer > > cms::s_maker__LINE__ ( "TCMETProducer"  )
static

◆ set_to_default()

void cms::set_to_default ( MD5Result val)

Definition at line 56 of file Digest.cc.

56  {
57  val.bytes[0] = 0xd4;
58  val.bytes[1] = 0x1d;
59  val.bytes[2] = 0x8c;
60  val.bytes[3] = 0xd9;
61  val.bytes[4] = 0x8f;
62  val.bytes[5] = 0x00;
63  val.bytes[6] = 0xb2;
64  val.bytes[7] = 0x04;
65  val.bytes[8] = 0xe9;
66  val.bytes[9] = 0x80;
67  val.bytes[10] = 0x09;
68  val.bytes[11] = 0x98;
69  val.bytes[12] = 0xec;
70  val.bytes[13] = 0xf8;
71  val.bytes[14] = 0x42;
72  val.bytes[15] = 0x7e;
73  }

References heppy_batch::val.

Referenced by cms::MD5Result::fromHexifiedString(), and cms::MD5Result::MD5Result().

◆ test_cms_environment()

def cms.test_cms_environment (   tmpl)
Test CMS environment and requirements to run within CMSSW_BASE.
Return True if we fullfill requirements and False otherwise.

Definition at line 79 of file cms.py.

79 def test_cms_environment(tmpl):
80  """
81  Test CMS environment and requirements to run within CMSSW_BASE.
82  Return True if we fullfill requirements and False otherwise.
83  """
84  base = os.environ.get('CMSSW_BASE', None)
85  if not base:
86  return False, []
87  cdir = os.getcwd()
88  ldir = cdir.replace(os.path.join(base, 'src'), '')
89  dirs = ldir.split('/')
90  # test if we're within CMSSW_BASE/src/SubSystem area
91  if ldir and ldir[0] == '/' and len(dirs) == 2:
92  return 'subsystem', ldir
93  # test if we're within CMSSW_BASE/src/SubSystem/Pkg area
94  if ldir and ldir[0] == '/' and len(dirs) == 3:
95  return 'package', ldir
96  # test if we're within CMSSW_BASE/src/SubSystem/Pkg/src area
97 # if ldir and ldir[0] == '/' and len(dirs) == 4 and dirs[-1] == 'src':
98 # return 'src', ldir
99  # test if we're within CMSSW_BASE/src/SubSystem/Pkg/plugin area
100 # if ldir and ldir[0] == '/' and len(dirs) == 4 and dirs[-1] == 'plugins':
101 # return 'plugins', ldir
102  # test if we're within CMSSW_BASE/src/SubSystem/Pkg/dir area
103  if ldir and ldir[0] == '/' and len(dirs) == 4:
104  return dirs[-1], ldir
105  return False, ldir
106 

Referenced by generate().

Variable Documentation

◆ DDSolidShapeMap

const std::array<const cms::dd::NameValuePair<DDSolidShape>, 19> cms::DDSolidShapeMap
Initial value:
{
{{DDSolidShape::dd_not_init, "Solid not initialized"},
{DDSolidShape::ddcons, "ConeSegment"},
{DDSolidShape::ddpolycone, "Polycone"},
{DDSolidShape::ddpolyhedra, "Polyhedra"},
{DDSolidShape::ddsubtraction, "Subtraction"},
{DDSolidShape::ddintersection, "Intersection"},
{DDSolidShape::ddshapeless, "ShapelessSolid"},
{DDSolidShape::ddpseudotrap, "PseudoTrap"},
{DDSolidShape::ddtrunctubs, "TruncatedTube"},
{DDSolidShape::ddellipticaltube, "EllipticalTube"},
{DDSolidShape::ddextrudedpolygon, "ExtrudedPolygon"},
{DDSolidShape::ddtrd1, "Trd1"}}}

Definition at line 84 of file DDSolidShapes.h.

Referenced by HcalTB02ParametersFromDD::build(), DreamSD::initMap(), HcalGeomParameters::loadGeometry(), HGCalGeomParameters::loadGeometryHexagon8(), and cms::DDFilteredView::shape().

◆ LegacySolidShapeMap

const std::array<const cms::dd::ValuePair<LegacySolidShape, cms::DDSolidShape>, 20> cms::LegacySolidShapeMap
Initial value:
{
{{LegacySolidShape::dd_not_init, cms::DDSolidShape::dd_not_init},
{LegacySolidShape::ddbox, cms::DDSolidShape::ddbox},
{LegacySolidShape::ddtubs, cms::DDSolidShape::ddtubs},
{LegacySolidShape::ddtrap, cms::DDSolidShape::ddtrap},
{LegacySolidShape::ddcons, cms::DDSolidShape::ddcons},
{LegacySolidShape::ddpolycone_rz, cms::DDSolidShape::ddpolycone},
{LegacySolidShape::ddpolycone_rrz, cms::DDSolidShape::ddpolycone},
{LegacySolidShape::ddpolyhedra_rz, cms::DDSolidShape::ddpolyhedra},
{LegacySolidShape::ddpolyhedra_rrz, cms::DDSolidShape::ddpolyhedra},
{LegacySolidShape::ddtorus, cms::DDSolidShape::ddtorus},
{LegacySolidShape::ddunion, cms::DDSolidShape::ddunion},
{LegacySolidShape::ddsubtraction, cms::DDSolidShape::ddsubtraction},
{LegacySolidShape::ddintersection, cms::DDSolidShape::ddintersection},
{LegacySolidShape::ddshapeless, cms::DDSolidShape::ddshapeless},
{LegacySolidShape::ddpseudotrap, cms::DDSolidShape::ddpseudotrap},
{LegacySolidShape::ddtrunctubs, cms::DDSolidShape::ddtrunctubs},
{LegacySolidShape::ddsphere, cms::DDSolidShape::ddsphere},
{LegacySolidShape::ddellipticaltube, cms::DDSolidShape::ddellipticaltube},
{LegacySolidShape::ddcuttubs, cms::DDSolidShape::ddcuttubs},
{LegacySolidShape::ddextrudedpolygon, cms::DDSolidShape::ddextrudedpolygon}}}

Definition at line 105 of file DDSolidShapes.h.

Referenced by cms::DDFilteredView::legacyShape().

◆ s_executed

constexpr long cms::s_executed = 1l
staticconstexpr

Definition at line 16 of file DDAlgoArguments.h.

Referenced by algorithm().

◆ s_hexValues

const char* cms::s_hexValues
static
Initial value:
=
"000102030405060708090a0b0c0d0e0f"
"101112131415161718191a1b1c1d1e1f"
"202122232425262728292a2b2c2d2e2f"
"303132333435363738393a3b3c3d3e3f"
"404142434445464748494a4b4c4d4e4f"
"505152535455565758595a5b5c5d5e5f"
"606162636465666768696a6b6c6d6e6f"
"707172737475767778797a7b7c7d7e7f"
"808182838485868788898a8b8c8d8e8f"
"909192939495969798999a9b9c9d9e9f"
"a0a1a2a3a4a5a6a7a8a9aaabacadaeaf"
"b0b1b2b3b4b5b6b7b8b9babbbcbdbebf"
"c0c1c2c3c4c5c6c7c8c9cacbcccdcecf"
"d0d1d2d3d4d5d6d7d8d9dadbdcdddedf"
"e0e1e2e3e4e5e6e7e8e9eaebecedeeef"
"f0f1f2f3f4f5f6f7f8f9fafbfcfdfeff"

Definition at line 77 of file Digest.cc.

Referenced by cms::MD5Result::toString().

◆ Unicode_Algorithm

const ::dd4hep::xml::Tag_t cms::Unicode_Algorithm

◆ Unicode_alp1

const ::dd4hep::xml::Tag_t cms::Unicode_alp1

◆ Unicode_alp2

const ::dd4hep::xml::Tag_t cms::Unicode_alp2

◆ Unicode_atMinusZ

const ::dd4hep::xml::Tag_t cms::Unicode_atMinusZ

◆ Unicode_atomicNumber

const ::dd4hep::xml::Tag_t cms::Unicode_atomicNumber

◆ Unicode_atomicWeight

const ::dd4hep::xml::Tag_t cms::Unicode_atomicWeight

◆ Unicode_axis

const ::dd4hep::xml::Tag_t cms::Unicode_axis

◆ Unicode_bl1

const ::dd4hep::xml::Tag_t cms::Unicode_bl1

◆ Unicode_bl2

const ::dd4hep::xml::Tag_t cms::Unicode_bl2

◆ Unicode_Box

const ::dd4hep::xml::Tag_t cms::Unicode_Box

◆ Unicode_ChildName

const ::dd4hep::xml::Tag_t cms::Unicode_ChildName

◆ Unicode_close_geometry

const ::dd4hep::xml::Tag_t cms::Unicode_close_geometry

◆ Unicode_CompositeMaterial

const ::dd4hep::xml::Tag_t cms::Unicode_CompositeMaterial

◆ Unicode_Cone

const ::dd4hep::xml::Tag_t cms::Unicode_Cone

◆ Unicode_Constant

const ::dd4hep::xml::Tag_t cms::Unicode_Constant

◆ Unicode_ConstantsSection

const ::dd4hep::xml::Tag_t cms::Unicode_ConstantsSection

◆ Unicode_copyNumber

const ::dd4hep::xml::Tag_t cms::Unicode_copyNumber

◆ Unicode_cutAtDelta

const ::dd4hep::xml::Tag_t cms::Unicode_cutAtDelta

◆ Unicode_cutAtStart

const ::dd4hep::xml::Tag_t cms::Unicode_cutAtStart

◆ Unicode_cutInside

const ::dd4hep::xml::Tag_t cms::Unicode_cutInside

◆ Unicode_CutTubs

const ::dd4hep::xml::Tag_t cms::Unicode_CutTubs

◆ Unicode_DDCMS

const ::dd4hep::xml::Tag_t cms::Unicode_DDCMS

◆ Unicode_DDDefinition

const ::dd4hep::xml::Tag_t cms::Unicode_DDDefinition

◆ Unicode_debug_algorithms

const ::dd4hep::xml::Tag_t cms::Unicode_debug_algorithms

◆ Unicode_debug_constants

const ::dd4hep::xml::Tag_t cms::Unicode_debug_constants

◆ Unicode_debug_includes

const ::dd4hep::xml::Tag_t cms::Unicode_debug_includes

◆ Unicode_debug_materials

const ::dd4hep::xml::Tag_t cms::Unicode_debug_materials

◆ Unicode_debug_namespaces

const ::dd4hep::xml::Tag_t cms::Unicode_debug_namespaces

◆ Unicode_debug_placements

const ::dd4hep::xml::Tag_t cms::Unicode_debug_placements

◆ Unicode_debug_rotations

const ::dd4hep::xml::Tag_t cms::Unicode_debug_rotations

◆ Unicode_debug_shapes

const ::dd4hep::xml::Tag_t cms::Unicode_debug_shapes

◆ Unicode_debug_specpars

const ::dd4hep::xml::Tag_t cms::Unicode_debug_specpars

◆ Unicode_debug_visattr

const ::dd4hep::xml::Tag_t cms::Unicode_debug_visattr

◆ Unicode_debug_volumes

const ::dd4hep::xml::Tag_t cms::Unicode_debug_volumes

◆ Unicode_deltaPhi

const ::dd4hep::xml::Tag_t cms::Unicode_deltaPhi

◆ Unicode_deltaTheta

const ::dd4hep::xml::Tag_t cms::Unicode_deltaTheta

◆ Unicode_density

const ::dd4hep::xml::Tag_t cms::Unicode_density

◆ Unicode_DisabledAlgo

const ::dd4hep::xml::Tag_t cms::Unicode_DisabledAlgo

◆ Unicode_Division

const ::dd4hep::xml::Tag_t cms::Unicode_Division

◆ Unicode_dx

const ::dd4hep::xml::Tag_t cms::Unicode_dx

◆ Unicode_dx1

const ::dd4hep::xml::Tag_t cms::Unicode_dx1

◆ Unicode_dx2

const ::dd4hep::xml::Tag_t cms::Unicode_dx2

◆ Unicode_dy

const ::dd4hep::xml::Tag_t cms::Unicode_dy

◆ Unicode_dy1

const ::dd4hep::xml::Tag_t cms::Unicode_dy1

◆ Unicode_dy2

const ::dd4hep::xml::Tag_t cms::Unicode_dy2

◆ Unicode_dz

const ::dd4hep::xml::Tag_t cms::Unicode_dz

◆ Unicode_ElementaryMaterial

const ::dd4hep::xml::Tag_t cms::Unicode_ElementaryMaterial

◆ Unicode_Ellipsoid

const ::dd4hep::xml::Tag_t cms::Unicode_Ellipsoid

◆ Unicode_EllipticalTube

const ::dd4hep::xml::Tag_t cms::Unicode_EllipticalTube

◆ Unicode_firstSolid

const ::dd4hep::xml::Tag_t cms::Unicode_firstSolid

◆ Unicode_h1

const ::dd4hep::xml::Tag_t cms::Unicode_h1

◆ Unicode_h2

const ::dd4hep::xml::Tag_t cms::Unicode_h2

◆ Unicode_Include

const ::dd4hep::xml::Tag_t cms::Unicode_Include

◆ Unicode_IncludeSection

const ::dd4hep::xml::Tag_t cms::Unicode_IncludeSection

◆ Unicode_innerRadius

const ::dd4hep::xml::Tag_t cms::Unicode_innerRadius

◆ Unicode_LogicalPart

const ::dd4hep::xml::Tag_t cms::Unicode_LogicalPart

◆ Unicode_LogicalPartSection

const ::dd4hep::xml::Tag_t cms::Unicode_LogicalPartSection

◆ Unicode_lx

const ::dd4hep::xml::Tag_t cms::Unicode_lx

◆ Unicode_ly

const ::dd4hep::xml::Tag_t cms::Unicode_ly

◆ Unicode_lz

const ::dd4hep::xml::Tag_t cms::Unicode_lz

◆ Unicode_MaterialFraction

const ::dd4hep::xml::Tag_t cms::Unicode_MaterialFraction

◆ Unicode_MaterialSection

const ::dd4hep::xml::Tag_t cms::Unicode_MaterialSection

◆ Unicode_nEntries

const ::dd4hep::xml::Tag_t cms::Unicode_nEntries

◆ Unicode_nReplicas

const ::dd4hep::xml::Tag_t cms::Unicode_nReplicas

◆ Unicode_Numeric

const ::dd4hep::xml::Tag_t cms::Unicode_Numeric

◆ Unicode_numSide

const ::dd4hep::xml::Tag_t cms::Unicode_numSide

◆ Unicode_offset

const ::dd4hep::xml::Tag_t cms::Unicode_offset

◆ Unicode_open_geometry

const ::dd4hep::xml::Tag_t cms::Unicode_open_geometry

DD4hep specific.

◆ Unicode_outerRadius

const ::dd4hep::xml::Tag_t cms::Unicode_outerRadius

◆ Unicode_Parameter

const ::dd4hep::xml::Tag_t cms::Unicode_Parameter

◆ Unicode_parent

const ::dd4hep::xml::Tag_t cms::Unicode_parent

◆ Unicode_PartSelector

const ::dd4hep::xml::Tag_t cms::Unicode_PartSelector

◆ Unicode_path

const ::dd4hep::xml::Tag_t cms::Unicode_path

◆ Unicode_phiX

const ::dd4hep::xml::Tag_t cms::Unicode_phiX

◆ Unicode_phiY

const ::dd4hep::xml::Tag_t cms::Unicode_phiY

◆ Unicode_phiZ

const ::dd4hep::xml::Tag_t cms::Unicode_phiZ

◆ Unicode_Polycone

const ::dd4hep::xml::Tag_t cms::Unicode_Polycone

◆ Unicode_Polyhedra

const ::dd4hep::xml::Tag_t cms::Unicode_Polyhedra

◆ Unicode_PosPart

const ::dd4hep::xml::Tag_t cms::Unicode_PosPart

◆ Unicode_PosPartSection

const ::dd4hep::xml::Tag_t cms::Unicode_PosPartSection

◆ Unicode_PseudoTrap

const ::dd4hep::xml::Tag_t cms::Unicode_PseudoTrap

◆ Unicode_rChild

const ::dd4hep::xml::Tag_t cms::Unicode_rChild

◆ Unicode_ReflectionRotation

const ::dd4hep::xml::Tag_t cms::Unicode_ReflectionRotation

◆ Unicode_rMaterial

const ::dd4hep::xml::Tag_t cms::Unicode_rMaterial

◆ Unicode_rMax

const ::dd4hep::xml::Tag_t cms::Unicode_rMax

◆ Unicode_rMax1

const ::dd4hep::xml::Tag_t cms::Unicode_rMax1

◆ Unicode_rMax2

const ::dd4hep::xml::Tag_t cms::Unicode_rMax2

◆ Unicode_rMin

const ::dd4hep::xml::Tag_t cms::Unicode_rMin

◆ Unicode_rMin1

const ::dd4hep::xml::Tag_t cms::Unicode_rMin1

◆ Unicode_rMin2

const ::dd4hep::xml::Tag_t cms::Unicode_rMin2

◆ Unicode_Rotation

const ::dd4hep::xml::Tag_t cms::Unicode_Rotation

◆ Unicode_RotationByAxis

const ::dd4hep::xml::Tag_t cms::Unicode_RotationByAxis

◆ Unicode_RotationSection

const ::dd4hep::xml::Tag_t cms::Unicode_RotationSection

◆ Unicode_RotationSequence

const ::dd4hep::xml::Tag_t cms::Unicode_RotationSequence

◆ Unicode_rParent

const ::dd4hep::xml::Tag_t cms::Unicode_rParent

◆ Unicode_rReflectionRotation

const ::dd4hep::xml::Tag_t cms::Unicode_rReflectionRotation

◆ Unicode_rRotation

const ::dd4hep::xml::Tag_t cms::Unicode_rRotation

◆ Unicode_rSolid

const ::dd4hep::xml::Tag_t cms::Unicode_rSolid

◆ Unicode_RZPoint

const ::dd4hep::xml::Tag_t cms::Unicode_RZPoint

◆ Unicode_scale

const ::dd4hep::xml::Tag_t cms::Unicode_scale

◆ Unicode_secondSolid

const ::dd4hep::xml::Tag_t cms::Unicode_secondSolid

◆ Unicode_SolidSection

const ::dd4hep::xml::Tag_t cms::Unicode_SolidSection

◆ Unicode_SpecPar

const ::dd4hep::xml::Tag_t cms::Unicode_SpecPar

◆ Unicode_SpecParSection

const ::dd4hep::xml::Tag_t cms::Unicode_SpecParSection

◆ Unicode_Sphere

const ::dd4hep::xml::Tag_t cms::Unicode_Sphere

◆ Unicode_startPhi

const ::dd4hep::xml::Tag_t cms::Unicode_startPhi

◆ Unicode_startTheta

const ::dd4hep::xml::Tag_t cms::Unicode_startTheta

◆ Unicode_String

const ::dd4hep::xml::Tag_t cms::Unicode_String

◆ Unicode_SubtractionSolid

const ::dd4hep::xml::Tag_t cms::Unicode_SubtractionSolid

◆ Unicode_symbol

const ::dd4hep::xml::Tag_t cms::Unicode_symbol

◆ Unicode_thetaX

const ::dd4hep::xml::Tag_t cms::Unicode_thetaX

◆ Unicode_thetaY

const ::dd4hep::xml::Tag_t cms::Unicode_thetaY

◆ Unicode_thetaZ

const ::dd4hep::xml::Tag_t cms::Unicode_thetaZ

◆ Unicode_tl1

const ::dd4hep::xml::Tag_t cms::Unicode_tl1

◆ Unicode_tl2

const ::dd4hep::xml::Tag_t cms::Unicode_tl2

◆ Unicode_Torus

const ::dd4hep::xml::Tag_t cms::Unicode_Torus

◆ Unicode_torusRadius

const ::dd4hep::xml::Tag_t cms::Unicode_torusRadius

◆ Unicode_Transformation

const ::dd4hep::xml::Tag_t cms::Unicode_Transformation

◆ Unicode_TransformationSection

const ::dd4hep::xml::Tag_t cms::Unicode_TransformationSection

◆ Unicode_Translation

const ::dd4hep::xml::Tag_t cms::Unicode_Translation

◆ Unicode_Trapezoid

const ::dd4hep::xml::Tag_t cms::Unicode_Trapezoid

◆ Unicode_TruncTubs

const ::dd4hep::xml::Tag_t cms::Unicode_TruncTubs

◆ Unicode_Tubs

const ::dd4hep::xml::Tag_t cms::Unicode_Tubs

◆ Unicode_tx

const ::dd4hep::xml::Tag_t cms::Unicode_tx

◆ Unicode_ty

const ::dd4hep::xml::Tag_t cms::Unicode_ty

◆ Unicode_tz

const ::dd4hep::xml::Tag_t cms::Unicode_tz

◆ Unicode_value

const ::dd4hep::xml::Tag_t cms::Unicode_value

◆ Unicode_Vector

const ::dd4hep::xml::Tag_t cms::Unicode_Vector

◆ Unicode_vis

const ::dd4hep::xml::Tag_t cms::Unicode_vis

◆ Unicode_vismaterial

const ::dd4hep::xml::Tag_t cms::Unicode_vismaterial

◆ Unicode_VisSection

const ::dd4hep::xml::Tag_t cms::Unicode_VisSection

◆ Unicode_width

const ::dd4hep::xml::Tag_t cms::Unicode_width

◆ Unicode_xSemiAxis

const ::dd4hep::xml::Tag_t cms::Unicode_xSemiAxis

◆ Unicode_XYPoint

const ::dd4hep::xml::Tag_t cms::Unicode_XYPoint

◆ Unicode_ySemiAxis

const ::dd4hep::xml::Tag_t cms::Unicode_ySemiAxis

◆ Unicode_zBottomCut

const ::dd4hep::xml::Tag_t cms::Unicode_zBottomCut

◆ Unicode_zHalf

const ::dd4hep::xml::Tag_t cms::Unicode_zHalf

◆ Unicode_zHeight

const ::dd4hep::xml::Tag_t cms::Unicode_zHeight

◆ Unicode_ZSection

const ::dd4hep::xml::Tag_t cms::Unicode_ZSection

◆ Unicode_zSemiAxis

const ::dd4hep::xml::Tag_t cms::Unicode_zSemiAxis

◆ Unicode_zTopCut

const ::dd4hep::xml::Tag_t cms::Unicode_zTopCut

◆ Unicode_ZXYSection

const ::dd4hep::xml::Tag_t cms::Unicode_ZXYSection
cms::DDSolidShape::ddellipticaltube
FastTimerService_cff.range
range
Definition: FastTimerService_cff.py:34
DDSolidShape::ddtrap
cms.config
def config(tmpl, pkg_help)
Definition: cms.py:19
cms::DDSolidShape::ddtubs
DDSolidShape::ddtorus
f
double f[11][100]
Definition: MuScleFitUtils.cc:78
detailsBasic3DVector::z
float float float z
Definition: extBasic3DVector.h:14
cond::hash
Definition: Time.h:19
DDSolidShape::ddpseudotrap
h
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
Definition: L1TUtmAlgorithmRcd.h:4
cms::DDSolidShape::ddtorus
cms.config_with_parser
def config_with_parser(tmpl, args)
Definition: cms.py:54
cms::DDSolidShape::ddcuttubs
cms::DDSolidShape::ddcons
cms.cms_error
def cms_error()
Definition: cms.py:71
DD3Vector
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DD3Vector
A DD Translation is currently implemented with Root Vector3D.
Definition: DDTranslation.h:6
MOD_ADLER
#define MOD_ADLER
funct::sin
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
cms::DDSolidShape::ddtrunctubs
cms.generate
def generate(kwds)
Definition: cms.py:107
RPCNoise_example.check
check
Definition: RPCNoise_example.py:71
funct::cos
Cos< T >::type cos(const T &t)
Definition: Cos.h:22
DDSolidShape::ddtubs
cms::Adler32
void Adler32(char const *data, size_t len, uint32_t &a, uint32_t &b)
Definition: Adler32Calculator.cc:10
cms::DDSolidShape::ddpseudotrap
cms::DDSolidShape::ddunion
cms::DDSolidShape::ddtrd1
vertices_cff.x
x
Definition: vertices_cff.py:29
DDSolidShape::ddtrunctubs
str
#define str(s)
Definition: TestProcessor.cc:48
cms::DDSolidShape::ddpolyhedra
RecoTauValidation_cfi.posX
posX
Definition: RecoTauValidation_cfi.py:288
PixelTestBeamValidation_cfi.Position
Position
Definition: PixelTestBeamValidation_cfi.py:62
h
cms::DDSolidShape::ddsphere
b
double b
Definition: hdecay.h:118
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
DDSolidShape::ddellipticaltube
idealTransformation.rotation
dictionary rotation
Definition: idealTransformation.py:1
a
double a
Definition: hdecay.h:119
DDSolidShape::ddsphere
cms::DDSolidShape::ddpolycone
DDSolidShape::ddcons
cms::DDSolidShape::ddtrap
cms::DDSolidShape::ddbox
DOFs::thetaY
Definition: AlignPCLThresholdsWriter.cc:37
cms::DDSolidShape::ddextrudedpolygon
DDSolidShape::dd_not_init
edm::print
S & print(S &os, JobReport::InputFile const &f)
Definition: JobReport.cc:66
utils.code_generator
def code_generator(kwds)
Definition: utils.py:122
alignCSCRings.r
r
Definition: alignCSCRings.py:93
DOFs::thetaX
Definition: AlignPCLThresholdsWriter.cc:37
cms.test_cms_environment
def test_cms_environment(tmpl)
Definition: cms.py:79
cms::DDSolidShape::ddintersection
heppy_batch.val
val
Definition: heppy_batch.py:351
DDSolidShape::ddbox
cms::hash
unsigned int hash(const std::string &str)
Definition: DDAlgoArguments.h:20
DOFs::thetaZ
Definition: AlignPCLThresholdsWriter.cc:37
dd4hep
Definition: DDPlugins.h:8
detailsBasic3DVector::y
float float y
Definition: extBasic3DVector.h:14
cms::DDSolidShape::ddsubtraction
angle
T angle(T x1, T y1, T z1, T x2, T y2, T z2)
Definition: angle.h:11
cms::DDSolidShape::dd_not_init
DDSolidShape::ddextrudedpolygon
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
DDSolidShape::ddshapeless
data
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79
NAMESPACE_SEP
#define NAMESPACE_SEP
Definition: DDNamespace.h:79
DDSolidShape::ddcuttubs
funct::abs
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
cms::DDSolidShape::ddshapeless
DDSolidShape::ddsubtraction
DDSolidShape::ddintersection
cond::serialization::equal
bool equal(const T &first, const T &second)
Definition: Equal.h:32
DDSolidShape::ddunion
RecoTauValidation_cfi.posY
posY
Definition: RecoTauValidation_cfi.py:289
MillePedeFileConverter_cfg.e
e
Definition: MillePedeFileConverter_cfg.py:37