ATLAS Offline Software
|
a TriggerLine entry describes the location of a threshold multiplicity on a cable (connector) More...
#include <L1CTP.h>
Public Types | |
using | ptree = boost::property_tree::ptree |
Public Member Functions | |
L1CTP ()=default | |
L1CTP (const std::string &name, const ptree &data) | |
Constructor initialized with configuration data. More... | |
L1CTP (const L1CTP &)=delete | |
L1CTP & | operator= (const L1CTP &)=delete |
L1CTP (L1CTP &&)=delete | |
virtual | ~L1CTP () override=default |
const std::string & | ctpin (size_t slot, size_t conn) const |
name of ctpin connector More... | |
const std::string & | electrical (size_t conn) const |
const std::string & | optical (size_t conn) const |
const std::map< std::string, std::pair< size_t, std::string > > & | ctpMon () const |
CTP monitors. More... | |
const std::map< std::string, std::pair< size_t, std::string > > & | ctpinMon () const |
CTPIN monitors. More... | |
virtual void | clear () override |
Clearing the configuration data. More... | |
void | setData (const ptree &data) |
Setting the configuration data. More... | |
void | setData (ptree &&data) |
void | setName (const std::string &n) |
Setting the configuration element name. More... | |
virtual std::string | className () const |
A string that is the name of the class. More... | |
virtual const std::string & | name () const final |
const ptree & | data () const |
Access to the underlying data, if needed. More... | |
bool | isValue () const |
Check for attribute. More... | |
std::string | getValue () const |
Access to simple content. More... | |
template<class T > | |
T | getValue () const |
template<class T > | |
std::optional< T > | getValue_optional () const |
access to content of the note Will return false if the value could not be converted into T More... | |
bool | hasAttribute (const std::string &key) const |
Check for attribute. More... | |
bool | isNull (const std::string &key) const |
Check if an attribute is null. More... | |
bool | hasChild (const std::string &path) const |
Check if child exists. More... | |
std::string | operator[] (const std::string &key) const |
Access to simple attribute. More... | |
template<class T > | |
T | getAttribute (const std::string &key, bool ignoreIfMissing=false, const T &def=T()) const |
Access to simple attribute. More... | |
const std::string & | getAttribute (const std::string &key, bool ignoreIfMissing=false, const std::string &def="") const |
template<class T > | |
std::optional< T > | getAttribute_optional (const std::string &key) const |
std::vector< DataStructure > | getList (const std::string &pathToChild, bool ignoreIfMissing=false) const |
Access to array structure. More... | |
std::optional< std::vector< DataStructure > > | getList_optional (const std::string &pathToChild) const |
DataStructure | getObject (const std::string &pathToChild, bool ignoreIfMissing=false) const |
Access to configuration object. More... | |
std::optional< TrigConf::DataStructure > | getObject_optional (const std::string &pathToChild) const |
std::vector< std::string > | getKeys () const |
Access to the keys of an DataStructure which presents a dictionary. More... | |
operator bool () const | |
Access to initialized state. More... | |
bool | isValid () const |
bool | isInitialized () const |
bool | empty () const |
Check if children exist. More... | |
void | printRaw (std::ostream &os=std::cout) const |
virtual void | print (std::ostream &os=std::cout) const |
bool | ownsData () const |
Static Public Member Functions | |
static void | printElement (const std::string &key, const ptree &data, uint level=0, std::ostream &os=std::cout) |
Static function to print a ptree object. More... | |
Protected Attributes | |
bool | m_initialized { false } |
if initialized, the underlying ptree is has been assigned to (can be empty) More... | |
std::shared_ptr< ptree > | m_dataSPtr { nullptr } |
const ptree * | m_dataPtr { nullptr } |
std::string | m_name {""} |
Private Member Functions | |
virtual void | update () override |
Update the internal data after modification of the data object. More... | |
void | load () |
Private Attributes | |
std::string | m_ctpin [3][4] |
std::string | m_electrical [3] |
std::string | m_optical [12] |
std::map< std::string, std::pair< size_t, std::string > > | m_ctpmon |
std::map< std::string, std::pair< size_t, std::string > > | m_ctpinMon |
a TriggerLine entry describes the location of a threshold multiplicity on a cable (connector)
for electrical connections from L1Topo boards it also knows which fpga they come from and which clock signal they have (those signals run on doubled clock)
L1 board configuration
|
inherited |
Definition at line 40 of file DataStructure.h.
|
default |
|
delete |
|
overridevirtualdefault |
|
virtualinherited |
A string that is the name of the class.
Reimplemented in TrigConf::L1ThrExtraInfo_MU, TrigConf::L1ThrExtraInfo_gTE, TrigConf::L1ThrExtraInfo_gXE, TrigConf::L1ThrExtraInfo_jTE, TrigConf::L1ThrExtraInfo_jXE, TrigConf::L1ThrExtraInfo_gLJ, TrigConf::L1ThrExtraInfo_gJ, TrigConf::L1ThrExtraInfo_jLJ, TrigConf::L1Threshold_MU, TrigConf::L1ThrExtraInfo_jJ, TrigConf::L1Threshold_gTE, TrigConf::L1ThrExtraInfo_cTAU, TrigConf::L1Threshold_gXE, TrigConf::L1Threshold_jTE, TrigConf::L1Threshold_jXE, TrigConf::L1Threshold_gLJ, TrigConf::L1ThrExtraInfo_jTAU, TrigConf::L1Threshold_gJ, TrigConf::L1Threshold_jLJ, TrigConf::L1Threshold_jJ, TrigConf::L1ThrExtraInfo_eTAU, TrigConf::L1Threshold_cTAU, TrigConf::L1Threshold_jTAU, TrigConf::L1Threshold_eTAU, TrigConf::L1ThrExtraInfo_jEM, TrigConf::L1Threshold_jEM, TrigConf::L1Threshold_eEM, TrigConf::L1ThrExtraInfo_eEM, TrigConf::L1Threshold_internal, TrigConf::L1Threshold, TrigConf::L1Threshold_NIM, TrigConf::L1Threshold_ZBTopo, TrigConf::L1ThrExtraInfo_XSLegacy, TrigConf::L1Threshold_ZB, TrigConf::L1ThrExtraInfo_JETLegacy, TrigConf::L1Threshold_TE, TrigConf::L1BunchGroupSet, TrigConf::L1ThrExtraInfoBase, TrigConf::L1Threshold_XS, TrigConf::L1ThrExtraInfo_EMTAULegacy, TrigConf::L1Threshold_XE, TrigConf::L1Connector, TrigConf::L1Threshold_JET, TrigConf::L1TopoAlgorithm, TrigConf::HLTMonitoring, TrigConf::L1PrescalesSet, TrigConf::L1Board, TrigConf::L1Menu, TrigConf::L1Threshold_TAU, TrigConf::HLTPrescalesSet, TrigConf::HLTMenu, TrigConf::L1BunchGroup, TrigConf::Chain, TrigConf::L1Item, TrigConf::L1TopoOutput, and TrigConf::L1Threshold_EM.
Definition at line 104 of file DataStructure.cxx.
|
overridevirtual |
Clearing the configuration data.
Reimplemented from TrigConf::DataStructure.
const std::string & TrigConf::L1CTP::ctpin | ( | size_t | slot, |
size_t | conn | ||
) | const |
name of ctpin connector
slot | CTPIN board 7..9 |
conn | CTPIN connector 0..3 on each board |
Definition at line 64 of file L1CTP.cxx.
|
inline |
|
inline |
Access to the underlying data, if needed.
Definition at line 83 of file DataStructure.h.
const std::string & TrigConf::L1CTP::electrical | ( | size_t | conn | ) | const |
Definition at line 77 of file L1CTP.cxx.
|
inlineinherited |
|
inherited |
Definition at line 136 of file DataStructure.cxx.
|
inlineinherited |
Access to simple attribute.
key | The path to the attribute name, relative to the current one in form "path.to.child" |
ignoreIfMissing | Controls the behavior in case of missing configuration child |
Definition at line 152 of file DataStructure.h.
|
inlineinherited |
|
inherited |
Access to the keys of an DataStructure which presents a dictionary.
In case the DataStructure is a list or a simple attribute, an empty vector is returned
Definition at line 250 of file DataStructure.cxx.
|
inherited |
Access to array structure.
pathToChild | The path to the configuration child, relative to the current one in form "path.to.child" |
ignoreIfMissing | Controls the behavior in case of missing configuration child |
In case the child is missing and ignoreIfMissing
is set to true
, and empty vector will be returned. Otherwise a runtime exception will be thrown.
Definition at line 158 of file DataStructure.cxx.
|
inherited |
|
inherited |
Access to configuration object.
pathToChild | The path to the configuration child, relative to the current one |
ignoreIfMissing | Controls the behavior in case of missing configuration child |
In case the child is missing and ignoreIfMissing
is set to true
, an uninitialized DataStructure
will be returned. Otherwise a runtime exception will be thrown.
Definition at line 207 of file DataStructure.cxx.
|
inherited |
Definition at line 230 of file DataStructure.cxx.
|
inherited |
Access to simple content.
For instance when the json structure contains an array of values (ptree only works with strings) which one retrieved via getList
, then the values in the vector<DataStructure>
can be accessed using getValue
Definition at line 80 of file DataStructure.cxx.
|
inlineinherited |
Definition at line 108 of file DataStructure.h.
|
inlineinherited |
|
inherited |
Check for attribute.
key | The path to the attribute name, relative to the current one in form "path.to.child" |
key
exists and is an attribute Definition at line 86 of file DataStructure.cxx.
|
inherited |
Check if child exists.
path | The path to the child, relative to the current one in form "path.to.child" |
Definition at line 114 of file DataStructure.cxx.
|
inlineinherited |
Definition at line 216 of file DataStructure.h.
|
inherited |
Check if an attribute is null.
key | The path to the attribute name, relative to the current one in form "path.to.child" |
key
exists and is nullIf the attribute doesn't exist, the function returns false. To check if an attribute exists and is null, use it together with hasAttribute
.
Definition at line 94 of file DataStructure.cxx.
|
inlineinherited |
Definition at line 215 of file DataStructure.h.
|
inherited |
Check for attribute.
Definition at line 74 of file DataStructure.cxx.
|
private |
Definition at line 14 of file L1CTP.cxx.
|
finalvirtualinherited |
Definition at line 109 of file DataStructure.cxx.
|
inlineexplicitinherited |
|
inherited |
Access to simple attribute.
key | The path to the attribute name, relative to the current one in form "path.to.child" |
Definition at line 121 of file DataStructure.cxx.
const std::string & TrigConf::L1CTP::optical | ( | size_t | conn | ) | const |
|
inlineinherited |
Definition at line 242 of file DataStructure.h.
|
virtualinherited |
Reimplemented in TrigConf::L1TopoAlgorithm, and TrigConf::L1Threshold_EM.
Definition at line 272 of file DataStructure.cxx.
|
staticinherited |
Static function to print a ptree
object.
key | The key of this data as found in the parent structure |
data | The ptree to print |
level | The substruture level used to indent the output |
os | The output stream |
Definition at line 279 of file DataStructure.cxx.
|
inherited |
Definition at line 265 of file DataStructure.cxx.
|
inherited |
Definition at line 50 of file DataStructure.cxx.
|
inherited |
Setting the configuration element name.
Definition at line 59 of file DataStructure.cxx.
|
inlineoverrideprivatevirtual |
Update the internal data after modification of the data object.
Reimplemented from TrigConf::DataStructure.
Definition at line 64 of file L1CTP.h.
|
private |
|
private |
Definition at line 257 of file DataStructure.h.
|
protectedinherited |
Definition at line 256 of file DataStructure.h.
|
protectedinherited |
if initialized, the underlying ptree is has been assigned to (can be empty)
Definition at line 254 of file DataStructure.h.
|
protectedinherited |
Definition at line 259 of file DataStructure.h.