#include <L1TUtmCondition.h>
Public Member Functions | |
const std::vector< L1TUtmCut > & | getCuts () const |
const std::string & | getName () const |
const std::vector< L1TUtmObject > & | getObjects () const |
const int | getType () const |
L1TUtmCondition () | |
void | setName (const std::string &x) |
void | setType (const int x) |
virtual | ~L1TUtmCondition () |
Protected Attributes | |
std::vector< L1TUtmCut > | cuts_ |
std::string | name_ |
std::vector< L1TUtmObject > | objects_ |
int | type_ |
unsigned int | version |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
This class implements data structure for Condition
Definition at line 40 of file L1TUtmCondition.h.
|
inline |
Definition at line 44 of file L1TUtmCondition.h.
|
inlinevirtual |
Definition at line 49 of file L1TUtmCondition.h.
|
inline |
|
inline |
get condition name
Definition at line 58 of file L1TUtmCondition.h.
References name_.
Referenced by plotting.Plot::draw().
|
inline |
get objects associated with the condition
Definition at line 64 of file L1TUtmCondition.h.
References objects_.
|
inline |
get condition type
Definition at line 61 of file L1TUtmCondition.h.
References type_.
Referenced by Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::getDaughterObjects(), Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::getObjectRef(), Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::getShortType(), and Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::properties().
|
private |
|
inline |
set condition name
Definition at line 52 of file L1TUtmCondition.h.
Referenced by Vispa.Gui.PortWidget.PortWidget::__init__(), and Vispa.Views.PropertyView.Property::__init__().
|
inline |
set condition type
Definition at line 55 of file L1TUtmCondition.h.
|
friend |
Definition at line 76 of file L1TUtmCondition.h.
|
friend |
Definition at line 76 of file L1TUtmCondition.h.
|
protected |
list of cuts applied on condition
Definition at line 74 of file L1TUtmCondition.h.
|
protected |
name of condition
Definition at line 67 of file L1TUtmCondition.h.
|
protected |
list of objects used in condition
Definition at line 73 of file L1TUtmCondition.h.
Referenced by getObjects().
|
protected |
type of condition
Definition at line 72 of file L1TUtmCondition.h.
Referenced by Modules.Service::__str__(), Modules.Service::_placeImpl(), Modules.ESSource::_placeImpl(), Modules.ESProducer::_placeImpl(), Modules.ESPrefer::copy(), Mixins._TypedParameterizable::dumpPython(), Modules.ESPrefer::dumpPythonAs(), Modules.Service::dumpSequencePython(), getType(), RandomRunSource.RandomRunSource::insertInto(), Modules.Service::insertInto(), Mixins._TypedParameterizable::insertInto(), Modules.ESSource::moduleLabel_(), Modules.ESProducer::moduleLabel_(), Modules.ESSource::nameInProcessDesc_(), Modules.ESProducer::nameInProcessDesc_(), Modules.ESPrefer::nameInProcessDesc_(), and setType().
|
protected |