DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Types | Public Member Functions | Public Attributes | List of all members
dd4hep::LimitSetObject Class Reference

Concrete object implementation of the LimitSet Handle. More...

#include <ObjectsInterna.h>

Inheritance diagram for dd4hep::LimitSetObject:
dd4hep::NamedObject

Public Types

typedef std::set< Limit >::iterator iterator
 Iterator definitions. More...
 
typedef std::set< Limit >::const_iterator const_iterator
 

Public Member Functions

 LimitSetObject ()
 Standard constructor. More...
 
virtual ~LimitSetObject ()
 Default destructor. More...
 
- Public Member Functions inherited from dd4hep::NamedObject
 NamedObject (const char *nam, const char *typ="")
 Initializing constructor. More...
 
 NamedObject (const std::string &nam)
 Initializing constructor. More...
 
 NamedObject (const std::string &nam, const std::string &typ)
 Initializing constructor. More...
 
 NamedObject ()=default
 Standard constructor. More...
 
 NamedObject (const NamedObject &c)=default
 Copy constructor. More...
 
 NamedObject (NamedObject &&c)=default
 Move constructor. More...
 
virtual ~NamedObject ()=default
 Default destructor. More...
 
NamedObjectoperator= (const NamedObject &c)=default
 Assignment operator. More...
 
NamedObjectoperator= (NamedObject &&c)=default
 Move assignment operator. More...
 
const char * GetName () const
 Access name. More...
 
void SetName (const char *nam)
 Set name (used by Handle) More...
 
void SetTitle (const char *tit)
 Set Title (used by Handle) More...
 
const char * GetTitle () const
 Get name (used by Handle) More...
 

Public Attributes

std::set< Limitlimits
 Particle specific limits. More...
 
std::set< Limitcuts
 Particle specific production cuts. More...
 
- Public Attributes inherited from dd4hep::NamedObject
std::string name
 The object name. More...
 
std::string type
 The object type. More...
 

Detailed Description

Concrete object implementation of the LimitSet Handle.

Author
M.Frank
Version
1.0

Definition at line 134 of file ObjectsInterna.h.

Member Typedef Documentation

◆ const_iterator

Definition at line 138 of file ObjectsInterna.h.

◆ iterator

Iterator definitions.

Definition at line 137 of file ObjectsInterna.h.

Constructor & Destructor Documentation

◆ LimitSetObject()

LimitSetObject::LimitSetObject ( )

Standard constructor.

Definition at line 83 of file ObjectsInterna.cpp.

◆ ~LimitSetObject()

LimitSetObject::~LimitSetObject ( )
virtual

Default destructor.

Definition at line 88 of file ObjectsInterna.cpp.

Member Data Documentation

◆ cuts

std::set<Limit> dd4hep::LimitSetObject::cuts

Particle specific production cuts.

Definition at line 143 of file ObjectsInterna.h.

◆ limits

std::set<Limit> dd4hep::LimitSetObject::limits

Particle specific limits.

Definition at line 141 of file ObjectsInterna.h.


The documentation for this class was generated from the following files: