CMS 3D CMS Logo

List of all members | Classes | Public Types | Public Member Functions | Static Public Member Functions | Private Attributes
DDBase< N, C > Class Template Reference

#include <DDBase.h>

Classes

class  iterator
 

Public Types

using def_type = std::pair< const N *, bool >
 
using StoreT = DDI::Singleton< DDI::Store< N, C > >
 

Public Member Functions

void create (const N &name, C vals)
 
void create (const N &name)
 
 DDBase ()
 
const Nddname () const
 
def_type isDefined () const
 
bool isValid () const
 true, if the wrapped pointer is valid More...
 
const Nname () const
 
 operator bool () const
 
bool operator< (const DDBase &b) const
 
bool operator== (const DDBase &b) const
 
bool operator> (const DDBase &b) const
 
const DDI::rep_traits< N, C >::reference rep () const
 
DDI::rep_traits< N, C >::reference rep ()
 
std::string toString () const
 
const DDI::rep_traits< N, C >::reference val () const
 
const DDI::rep_traits< N, C >::reference val ()
 
virtual ~DDBase ()
 

Static Public Member Functions

static auto begin ()
 
static auto end ()
 

Private Attributes

DDI::rep_type< N, C > * prep_
 

Detailed Description

template<class N, class C>
class DDBase< N, C >

Definition at line 10 of file DDBase.h.

Member Typedef Documentation

template<class N, class C>
using DDBase< N, C >::def_type = std::pair<const N*, bool>

Definition at line 51 of file DDBase.h.

template<class N, class C>
using DDBase< N, C >::StoreT = DDI::Singleton<DDI::Store<N, C> >

Definition at line 50 of file DDBase.h.

Constructor & Destructor Documentation

template<class N, class C>
DDBase< N, C >::DDBase ( )
inline

Definition at line 55 of file DDBase.h.

55 : prep_(nullptr) {}
DDI::rep_type< N, C > * prep_
Definition: DDBase.h:100
template<class N, class C>
virtual DDBase< N, C >::~DDBase ( )
inlinevirtual

Definition at line 56 of file DDBase.h.

56  { /*never do this here: if (prep_) delete prep_;*/
57  }

Member Function Documentation

template<class N, class C>
static auto DDBase< N, C >::begin ( void  )
inlinestatic

Definition at line 53 of file DDBase.h.

53 { return StoreT::instance().begin(); }
static value_type & instance()
template<class N, class C>
void DDBase< N, C >::create ( const N name,
vals 
)
inline

Definition at line 96 of file DDBase.h.

96 { prep_ = StoreT::instance().create(name, std::move(vals)); }
const N & name() const
Definition: DDBase.h:59
static value_type & instance()
DDI::rep_type< N, C > * prep_
Definition: DDBase.h:100
def move(src, dest)
Definition: eostools.py:511
template<class N, class C>
void DDBase< N, C >::create ( const N name)
inline

Definition at line 97 of file DDBase.h.

97 { prep_ = StoreT::instance().create(name); }
const N & name() const
Definition: DDBase.h:59
static value_type & instance()
DDI::rep_type< N, C > * prep_
Definition: DDBase.h:100
template<class N, class C>
const N& DDBase< N, C >::ddname ( ) const
inline

Definition at line 61 of file DDBase.h.

Referenced by DDMaterial::addMaterial(), DDG4Builder::BuildGeometry(), DDHGCalTBModuleX::constructBlocks(), DDHCalBarrelAlgo::constructInsideDetectors(), DDHCalBarrelAlgo::constructInsideLayers(), DDHCalEndcapModuleAlgo::constructInsideModule(), DDHCalEndcapAlgo::constructInsideModule(), DDHCalEndcapModuleAlgo::constructInsideModule0(), DDHCalEndcapAlgo::constructInsideModule0(), DDHGCalTBModule::constructLayers(), DDHGCalTBModuleX::constructLayers(), DDAHcalModuleAlgo::constructLayers(), DDHGCalEEAlgo::constructLayers(), DDHGCalHEAlgo::constructLayers(), DDHGCalModule::constructLayers(), DDHGCalModuleAlgo::constructLayers(), DDHCalBarrelAlgo::constructMidLayer(), DDHCalEndcapModuleAlgo::constructScintLayer(), DDHCalEndcapAlgo::constructScintLayer(), DDHCalBarrelAlgo::constructSideLayer(), DDG4Builder::convertLV(), DDCheckConnect(), DDCheckMaterial(), DDHtmlLpDetails::details(), DDHtmlMaDetails::details(), DDTIBLayerAlgo_MTCC::execute(), DDHGCalCell::execute(), DDHGCalWafer8::execute(), DDTIDModuleAlgo::execute(), DDTIBLayerAlgo::execute(), DDPixBarLayerAlgo::execute(), DDPixBarLayerUpgradeAlgo::execute(), DDHCalForwardAlgo::execute(), DDHCalTBCableAlgo::execute(), DDTECModuleAlgo::execute(), DDErrorDetection::lp_cpv(), DDDividedBoxX::makeDDLogicalPart(), DDDividedConsRho::makeDDLogicalPart(), DDDividedTubsRho::makeDDLogicalPart(), DDDividedTrdX::makeDDLogicalPart(), DDDividedPolyconeRho::makeDDLogicalPart(), DDDividedPolyhedraRho::makeDDLogicalPart(), DDDividedBoxY::makeDDLogicalPart(), DDDividedConsPhi::makeDDLogicalPart(), DDDividedPolyhedraPhi::makeDDLogicalPart(), DDDividedPolyconePhi::makeDDLogicalPart(), DDDividedTubsZ::makeDDLogicalPart(), DDDividedConsZ::makeDDLogicalPart(), DDDividedBoxZ::makeDDLogicalPart(), DDDividedPolyhedraZ::makeDDLogicalPart(), DDDividedTrdZ::makeDDLogicalPart(), DDDividedPolyconeZ::makeDDLogicalPart(), DDDividedConsPhi::makeDDRotation(), DDDividedTubsPhi::makeDDRotation(), DDDividedPolyhedraPhi::makeDDRotation(), DDDividedPolyconePhi::makeDDRotation(), DDExpandedNodeLess::operator()(), operator<<(), DDHGCalHEAlgo::positionMix(), DDHGCalTBModule::positionSensitive(), DDAHcalModuleAlgo::positionSensitive(), DDHGCalEEAlgo::positionSensitive(), DDHGCalTBModuleX::positionSensitive(), DDHGCalModuleAlgo::positionSensitive(), DDHGCalModule::positionSensitive(), DDHGCalHEAlgo::positionSensitive(), and DDI::LogicalPart::stream().

61 { return prep_->name(); }
const rep_traits< N, I >::name_type & name() const
Definition: rep_type.h:39
DDI::rep_type< N, C > * prep_
Definition: DDBase.h:100
template<class N, class C>
static auto DDBase< N, C >::end ( void  )
inlinestatic

Definition at line 52 of file DDBase.h.

Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().

52 { return StoreT::instance().end(); }
static value_type & instance()
template<class N, class C>
def_type DDBase< N, C >::isDefined ( ) const
inline

Definition at line 90 of file DDBase.h.

Referenced by DDG4Builder::BuildGeometry(), DDDividedGeometryObject::checkParametersValidity(), DDCheckMaterial(), DDCheckPD(), DDHtmlLpDetails::details(), DDHtmlMaDetails::details(), DDHtmlRoDetails::details(), operator<<(), DDLDivision::processElement(), and DDErrorDetection::so().

90  {
91  return prep_ ? std::make_pair(&(prep_->name()), bool(prep_->second)) : std::make_pair((const N*)nullptr, false);
92  }
#define nullptr
const rep_traits< N, I >::name_type & name() const
Definition: rep_type.h:39
DDI::rep_type< N, C > * prep_
Definition: DDBase.h:100
#define N
Definition: blowfish.cc:9
template<class N, class C>
bool DDBase< N, C >::isValid ( void  ) const
inline
template<class N, class C>
const N& DDBase< N, C >::name ( ) const
inline

Definition at line 59 of file DDBase.h.

Referenced by config.CFG::__str__(), PrintGeomSummary::addSolid(), ListIds::analyze(), DDG4SolidConverter::box(), HcalSimParametersFromDD::build(), EcalSimParametersFromDD::build(), GEMGeometryBuilderFromDDD::build(), MagGeoBuilderFromDDD::build(), ME0GeometryParsFromDD::buildChamber(), ME0GeometryBuilderFromDDD::buildChamber(), GEMGeometryParsFromDD::buildChamber(), GEMGeometryBuilderFromDDD::buildChamber(), CmsMTDTrayBuilder::buildComponent(), CmsMTDDiscBuilder::buildComponent(), CmsMTDBuilder::buildComponent(), CmsMTDSubStrctBuilder::buildComponent(), CmsMTDEndcapBuilder::buildComponent(), CTPPSGeometryESModule::buildDetGeomDesc(), ME0GeometryParsFromDD::buildEtaPartition(), GEMGeometryParsFromDD::buildEtaPartition(), ME0GeometryBuilderFromDDD::buildEtaPartition(), GEMGeometryBuilderFromDDD::buildEtaPartition(), ME0GeometryParsFromDD::buildGeometry(), ME0GeometryBuilderFromDDD::buildGeometry(), RPCGeometryParsFromDD::buildGeometry(), GEMGeometryParsFromDD::buildGeometry(), RPCGeometryBuilderFromDDD::buildGeometry(), ME0GeometryParsFromDD::buildLayer(), ME0GeometryBuilderFromDDD::buildLayer(), GEMGeometryParsFromDD::buildSuperChamber(), GEMGeometryBuilderFromDDD::buildSuperChamber(), DDDividedGeometryObject::checkNDivAndWidth(), DDG4SolidConverter::cons(), DDHGCalTBModuleX::constructBlocks(), DDHCalBarrelAlgo::constructGeneralVolume(), DDHCalEndcapAlgo::constructGeneralVolume(), DDHCalBarrelAlgo::constructInsideDetectors(), DDHCalBarrelAlgo::constructInsideLayers(), DDHCalEndcapModuleAlgo::constructInsideModule(), DDHCalEndcapAlgo::constructInsideModule(), DDHCalEndcapModuleAlgo::constructInsideModule0(), DDHCalEndcapAlgo::constructInsideModule0(), DDHCalBarrelAlgo::constructInsideSector(), DDHCalEndcapAlgo::constructInsideSector(), DDHGCalTBModule::constructLayers(), DDHGCalTBModuleX::constructLayers(), DDAHcalModuleAlgo::constructLayers(), DDHGCalEEAlgo::constructLayers(), DDHGCalHEAlgo::constructLayers(), DDHGCalModule::constructLayers(), DDHGCalModuleAlgo::constructLayers(), DDHCalBarrelAlgo::constructMidLayer(), DDHCalEndcapModuleAlgo::constructScintLayer(), DDHCalEndcapAlgo::constructScintLayer(), DDHCalBarrelAlgo::constructSideLayer(), DDG4Builder::convertLV(), DDG4Builder::convertMaterial(), TGeoFromDddService::createMaterial(), TGeoMgrFromDdd::createMaterial(), TGeoFromDddService::createShape(), TGeoMgrFromDdd::createShape(), TGeoFromDddService::createVolume(), TGeoMgrFromDdd::createVolume(), DDG4SolidConverter::cuttubs(), DDBox::DDBox(), DDCheckAll(), DDCheckMaterial(), DDCheckPD(), DDCompareBoolSol(), DDCompareCPV(), DDCompareDDRot(), DDCompareEPV(), DDCompareLP(), DDCompareSolid(), DDCons::DDCons(), DDCutTubs::DDCutTubs(), DDEllipticalTube::DDEllipticalTube(), DDExpandedViewDump(), DDExtrudedPolygon::DDExtrudedPolygon(), DDIntersection::DDIntersection(), DDPolycone::DDPolycone(), DDPolyhedra::DDPolyhedra(), DDPseudoTrap::DDPseudoTrap(), DDShapelessSolid::DDShapelessSolid(), DDSphere::DDSphere(), DDSubtraction::DDSubtraction(), DDTorus::DDTorus(), DDTrap::DDTrap(), DDTruncTubs::DDTruncTubs(), DDTubs::DDTubs(), DDUnion::DDUnion(), HGCalSimHitValidation::defineGeometry(), DDMaterial::density(), validation.Sample::digest(), DDTECModuleAlgo::doPos(), DDG4SolidConverter::ellipticaltube(), DDTIBLayerAlgo_MTCC::execute(), DDHGCalCell::execute(), DDHGCalWafer8::execute(), DDTIDModuleAlgo::execute(), DDTIBLayerAlgo::execute(), DDPixBarLayerAlgo::execute(), DDPixBarLayerUpgradeAlgo::execute(), DDHCalTBCableAlgo::execute(), DDTECModuleAlgo::execute(), DDEcalBarrelNewAlgo::execute(), DDEcalBarrelAlgo::execute(), DDG4SolidConverter::extrudedpolygon(), MuonDDDNumbering::getInt(), HcalSimParametersFromDD::getNames(), HcalTB06BeamSD::getNames(), MaterialBudgetHcalHistos::getNames(), HcalTB06BeamSD::HcalTB06BeamSD(), VIDSelectorBase.VIDSelectorBase::initialize(), DreamSD::initMap(), HcalTB02SD::initMap(), ECalSD::initMap(), DDG4SolidConverter::intersection(), HcalGeomParameters::loadGeometry(), HGCalGeomParameters::loadGeometryHexagon(), DDDividedTubsPhi::makeDDLogicalPart(), DDDividedTrdY::makeDDLogicalPart(), DDLDivision::makeDivider(), DDFilteredView::material(), DDFilteredView::name(), operator<<(), DDG4SolidConverter::polycone_rrz(), DDG4SolidConverter::polycone_rz(), DDG4SolidConverter::polyhedra_rrz(), DDG4SolidConverter::polyhedra_rz(), DDHGCalHEAlgo::positionMix(), DDHGCalTBModuleX::positionSensitive(), DDG4SolidConverter::pseudotrap(), DDCoreToDDXMLOutput::solid(), DDG4SolidConverter::sphere(), DDG4SolidConverter::subtraction(), DDG4SolidConverter::torus(), DDG4SolidConverter::trap(), DDG4SolidConverter::trunctubs(), DDG4SolidConverter::tubs(), DDG4SolidConverter::unionsolid(), PrintGeomInfoAction::update(), DDBase< DDName, std::unique_ptr< DDI::Material > >::val(), Vispa.Views.PropertyView.Property::valueChanged(), MagGeoBuilderFromDDD::volumeHandle::volumeHandle(), DDEcalBarrelAlgo::web(), and DDEcalBarrelNewAlgo::web().

59 { return prep_->name(); }
const rep_traits< N, I >::name_type & name() const
Definition: rep_type.h:39
DDI::rep_type< N, C > * prep_
Definition: DDBase.h:100
template<class N, class C>
DDBase< N, C >::operator bool ( ) const
inline

Definition at line 83 of file DDBase.h.

83 { return isValid(); }
bool isValid() const
true, if the wrapped pointer is valid
Definition: DDBase.h:95
template<class N, class C>
bool DDBase< N, C >::operator< ( const DDBase< N, C > &  b) const
inline

Definition at line 84 of file DDBase.h.

84 { return prep_ < b.prep_; }
DDI::rep_type< N, C > * prep_
Definition: DDBase.h:100
template<class N, class C>
bool DDBase< N, C >::operator== ( const DDBase< N, C > &  b) const
inline

Definition at line 81 of file DDBase.h.

81 { return prep_ == b.prep_; }
DDI::rep_type< N, C > * prep_
Definition: DDBase.h:100
template<class N, class C>
bool DDBase< N, C >::operator> ( const DDBase< N, C > &  b) const
inline

Definition at line 85 of file DDBase.h.

85 { return prep_ > b.prep_; }
DDI::rep_type< N, C > * prep_
Definition: DDBase.h:100
template<class N, class C>
const DDI::rep_traits<N, C>::reference DDBase< N, C >::rep ( ) const
inline

Definition at line 65 of file DDBase.h.

Referenced by operator<<(), and DDBase< DDName, std::unique_ptr< DDI::Material > >::val().

65 { return *(prep_->second); }
DDI::rep_type< N, C > * prep_
Definition: DDBase.h:100
template<class N, class C>
DDI::rep_traits<N, C>::reference DDBase< N, C >::rep ( )
inline

Definition at line 67 of file DDBase.h.

67 { return *(prep_->second); }
DDI::rep_type< N, C > * prep_
Definition: DDBase.h:100
template<class N, class C>
std::string DDBase< N, C >::toString ( ) const
inline
template<class N, class C>
const DDI::rep_traits<N, C>::reference DDBase< N, C >::val ( ) const
inline

Definition at line 69 of file DDBase.h.

69  {
70  if (!isValid())
71  throw cms::Exception("DDException") << "undefined: " << name();
72  return rep();
73  }
const N & name() const
Definition: DDBase.h:59
const DDI::rep_traits< N, C >::reference rep() const
Definition: DDBase.h:65
bool isValid() const
true, if the wrapped pointer is valid
Definition: DDBase.h:95
template<class N, class C>
const DDI::rep_traits<N, C>::reference DDBase< N, C >::val ( )
inline

Definition at line 75 of file DDBase.h.

75  {
76  if (!isValid())
77  throw cms::Exception("DDException") << "undefined: " << name();
78  return rep();
79  }
const N & name() const
Definition: DDBase.h:59
const DDI::rep_traits< N, C >::reference rep() const
Definition: DDBase.h:65
bool isValid() const
true, if the wrapped pointer is valid
Definition: DDBase.h:95

Member Data Documentation

template<class N, class C>
DDI::rep_type<N, C>* DDBase< N, C >::prep_
private