DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Concrete object implementation of the Region Handle. More...
#include <ObjectsInterna.h>
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... | |
NamedObject & | operator= (const NamedObject &c)=default |
Assignment operator. More... | |
NamedObject & | operator= (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... | |
Concrete object implementation of the Region Handle.
Definition at line 111 of file ObjectsInterna.h.
RegionObject::RegionObject | ( | ) |
Standard constructor.
Definition at line 71 of file ObjectsInterna.cpp.
|
virtual |
Default destructor.
Definition at line 76 of file ObjectsInterna.cpp.
double dd4hep::RegionObject::cut = 10.0 |
Definition at line 115 of file ObjectsInterna.h.
unsigned long dd4hep::RegionObject::magic |
Definition at line 113 of file ObjectsInterna.h.
bool dd4hep::RegionObject::store_secondaries = false |
Definition at line 116 of file ObjectsInterna.h.
double dd4hep::RegionObject::threshold = 10.0 |
Definition at line 114 of file ObjectsInterna.h.
bool dd4hep::RegionObject::use_default_cut = true |
Definition at line 117 of file ObjectsInterna.h.
std::vector<std::string> dd4hep::RegionObject::user_limits |
References to user limits.
Definition at line 120 of file ObjectsInterna.h.
bool dd4hep::RegionObject::was_threshold_set = false |
Definition at line 118 of file ObjectsInterna.h.