DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Small object describing a limit structure acting on a particle type. More...
#include <Objects.h>
Public Member Functions | |
Limit ()=default | |
Default constructor. More... | |
Limit (const Limit &c)=default | |
Copy constructor. More... | |
Limit & | operator= (const Limit &c)=default |
Assignment operator. More... | |
bool | operator== (const Limit &c) const |
Equality operator. More... | |
bool | operator< (const Limit &c) const |
operator less More... | |
std::string | toString () const |
Conversion to a string representation. More... | |
Public Attributes | |
std::string | particles |
Particle the limit should be applied to. More... | |
std::string | name |
Limit name. More... | |
std::string | unit |
Units. More... | |
std::string | content |
Content. More... | |
double | value = 0.0 |
Double value. More... | |
Small object describing a limit structure acting on a particle type.
|
default |
Default constructor.
|
default |
Copy constructor.
bool Limit::operator< | ( | const Limit & | c | ) | const |
operator less
Definition at line 433 of file Objects.cpp.
bool Limit::operator== | ( | const Limit & | c | ) | const |
Equality operator.
Definition at line 428 of file Objects.cpp.
std::string Limit::toString | ( | ) | const |
Conversion to a string representation.
Definition at line 444 of file Objects.cpp.
std::string dd4hep::Limit::particles |