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

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

#include <ObjectsInterna.h>

Inheritance diagram for dd4hep::RegionObject:
dd4hep::NamedObject

Public Member Functions

 RegionObject ()
 Standard constructor. More...
 
virtual ~RegionObject ()
 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

unsigned long magic
 
double threshold = 10.0
 
double cut = 10.0
 
bool store_secondaries = false
 
bool use_default_cut = true
 
bool was_threshold_set = false
 
std::vector< std::string > user_limits
 References to user limits. 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 Region Handle.

Author
M.Frank
Version
1.0

Definition at line 111 of file ObjectsInterna.h.

Constructor & Destructor Documentation

◆ RegionObject()

RegionObject::RegionObject ( )

Standard constructor.

Definition at line 71 of file ObjectsInterna.cpp.

◆ ~RegionObject()

RegionObject::~RegionObject ( )
virtual

Default destructor.

Definition at line 76 of file ObjectsInterna.cpp.

Member Data Documentation

◆ cut

double dd4hep::RegionObject::cut = 10.0

Definition at line 115 of file ObjectsInterna.h.

◆ magic

unsigned long dd4hep::RegionObject::magic

Definition at line 113 of file ObjectsInterna.h.

◆ store_secondaries

bool dd4hep::RegionObject::store_secondaries = false

Definition at line 116 of file ObjectsInterna.h.

◆ threshold

double dd4hep::RegionObject::threshold = 10.0

Definition at line 114 of file ObjectsInterna.h.

◆ use_default_cut

bool dd4hep::RegionObject::use_default_cut = true

Definition at line 117 of file ObjectsInterna.h.

◆ user_limits

std::vector<std::string> dd4hep::RegionObject::user_limits

References to user limits.

Definition at line 120 of file ObjectsInterna.h.

◆ was_threshold_set

bool dd4hep::RegionObject::was_threshold_set = false

Definition at line 118 of file ObjectsInterna.h.


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