ATLAS Offline Software
Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | Private Attributes | List of all members
TrigConf::L1TopoAlgorithm Class Referencefinal

L1Topo algorithm configuration. More...

#include <L1TopoAlgorithm.h>

Inheritance diagram for TrigConf::L1TopoAlgorithm:
Collaboration diagram for TrigConf::L1TopoAlgorithm:

Classes

struct  VariableParameter
 

Public Types

enum  AlgorithmType { AlgorithmType::SORTING, AlgorithmType::DECISION, AlgorithmType::MULTIPLICITY, AlgorithmType::UNKNOWN }
 
using ptree = boost::property_tree::ptree
 

Public Member Functions

 L1TopoAlgorithm ()=default
 Constructor. More...
 
 L1TopoAlgorithm (const L1TopoAlgorithm &)=delete
 
L1TopoAlgorithmoperator= (const L1TopoAlgorithm &)=delete
 
 L1TopoAlgorithm (L1TopoAlgorithm &&)=default
 
 L1TopoAlgorithm (const std::string &algoName, AlgorithmType algoType, const std::string &algoCategory, const ptree &data)
 Constructor initialized with configuration data. More...
 
virtual ~L1TopoAlgorithm () override=default
 Destructor. More...
 
virtual std::string className () const override
 A string that is the name of the class. More...
 
AlgorithmType type () const
 
const std::string & category () const
 
const std::string & klass () const
 Accessor to algorithm class type. More...
 
const std::vector< std::string > & inputs () const
 Accessor to input collections Sorting and Multiplicity algorithms have only one input. More...
 
const std::vector< std::string > & outputs () const
 Accessor to output collections Sorting and Multiplicity algorithms have only one output. More...
 
std::vector< std::string > fullOutputs () const
 
DataStructure generics () const
 Accessors to generic parameters. More...
 
std::string genericParameter (const std::string &parName) const
 
template<class T >
genericParameter (const std::string &parName) const
 
const std::vector< VariableParameter > & parameters () const
 Accessor to register parameters which can change for each algorithm instance. More...
 
void print (std::ostream &os=std::cout) const override
 print main info 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 const std::string & name () const final
 
virtual void clear ()
 Clearing the configuration data. More...
 
const ptreedata () 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 >
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 >
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< DataStructuregetList (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::DataStructuregetObject_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
 
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 Member Functions

virtual void update () override
 Update the internal data after modification of the data 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< ptreem_dataSPtr { nullptr }
 
const ptreem_dataPtr { nullptr }
 
std::string m_name {""}
 

Private Member Functions

void load ()
 Update the internal data after modification of the data object. More...
 

Private Attributes

AlgorithmType m_type { AlgorithmType::UNKNOWN }
 
std::string m_category {}
 
std::vector< std::string > m_inputs {}
 
std::vector< std::string > m_outputs {}
 
std::vector< VariableParameterm_parameters
 

Detailed Description

L1Topo algorithm configuration.

Provides access to the L1Topo algorithm name and type and the selection parameters, input and output collections. Can hold sorting and decision algorithms

Definition at line 20 of file L1TopoAlgorithm.h.

Member Typedef Documentation

◆ ptree

using TrigConf::DataStructure::ptree = boost::property_tree::ptree
inherited

Definition at line 40 of file DataStructure.h.

Member Enumeration Documentation

◆ AlgorithmType

Enumerator
SORTING 
DECISION 
MULTIPLICITY 
UNKNOWN 

Definition at line 23 of file L1TopoAlgorithm.h.

23 { SORTING, DECISION, MULTIPLICITY, UNKNOWN };

Constructor & Destructor Documentation

◆ L1TopoAlgorithm() [1/4]

TrigConf::L1TopoAlgorithm::L1TopoAlgorithm ( )
default

Constructor.

◆ L1TopoAlgorithm() [2/4]

TrigConf::L1TopoAlgorithm::L1TopoAlgorithm ( const L1TopoAlgorithm )
delete

◆ L1TopoAlgorithm() [3/4]

TrigConf::L1TopoAlgorithm::L1TopoAlgorithm ( L1TopoAlgorithm &&  )
default

◆ L1TopoAlgorithm() [4/4]

TrigConf::L1TopoAlgorithm::L1TopoAlgorithm ( const std::string &  algoName,
AlgorithmType  algoType,
const std::string &  algoCategory,
const ptree data 
)

Constructor initialized with configuration data.

Parameters
dataThe data containing the L1Topo menu

Definition at line 8 of file L1TopoAlgorithm.cxx.

10  m_type(algoType),
11  m_category(algoCategory)
12 {
13  if( m_category != "TOPO" && m_category != "MUTOPO" && m_category != "R2TOPO" && m_category != "MULTTOPO") {
14  throw std::runtime_error("Algorithm category must be TOPO, R2TOPO, MUTOPO or MULTTOPO, but is '" + algoCategory + "'");
15  }
16  m_name = algoName;
17  load();
18 }

◆ ~L1TopoAlgorithm()

virtual TrigConf::L1TopoAlgorithm::~L1TopoAlgorithm ( )
overridevirtualdefault

Destructor.

Member Function Documentation

◆ category()

const std::string & TrigConf::L1TopoAlgorithm::category ( ) const

Definition at line 92 of file L1TopoAlgorithm.cxx.

93 {
94  return m_category;
95 }

◆ className()

std::string TrigConf::L1TopoAlgorithm::className ( ) const
overridevirtual

A string that is the name of the class.

Reimplemented from TrigConf::DataStructure.

Definition at line 21 of file L1TopoAlgorithm.cxx.

21  {
22  return "L1TopoAlgorithm";
23 }

◆ clear()

void TrigConf::DataStructure::clear ( )
virtualinherited

Clearing the configuration data.

should be overloaded by derived object that have to clear data

leads to an uninitialized object

Reimplemented in TrigConf::L1Menu, TrigConf::L1BunchGroupSet, TrigConf::HLTMenu, TrigConf::HLTMonitoring, TrigConf::HLTPrescalesSet, TrigConf::L1CTP, and TrigConf::L1PrescalesSet.

Definition at line 65 of file DataStructure.cxx.

66 {
67  m_initialized = false;
68  m_dataSPtr = nullptr;
69  m_dataPtr = nullptr;
70 }

◆ data()

const ptree& TrigConf::DataStructure::data ( ) const
inlineinherited

Access to the underlying data, if needed.

Definition at line 83 of file DataStructure.h.

83  {
84  if( ! isInitialized() ) {
85  throw std::runtime_error("Trying to access data of uninitialized object of type " + className());
86  }
87  // Don't use ?: operator here: it confuses cppcheck.
88  if (ownsData()) {
89  return *m_dataSPtr.get();
90  }
91  return *m_dataPtr;
92  }

◆ empty()

bool TrigConf::DataStructure::empty ( ) const
inlineinherited

Check if children exist.

Definition at line 219 of file DataStructure.h.

219 { return data().empty(); }

◆ fullOutputs()

std::vector< std::string > TrigConf::L1TopoAlgorithm::fullOutputs ( ) const

Definition at line 119 of file L1TopoAlgorithm.cxx.

120 {
121  std::vector<std::string> out;
122  for( auto & s : m_outputs ) {
123  out.push_back(m_category + "_" + s);
124  }
125  return out;
126 }

◆ genericParameter() [1/2]

std::string TrigConf::L1TopoAlgorithm::genericParameter ( const std::string &  parName) const

Definition at line 129 of file L1TopoAlgorithm.cxx.

130 {
131  return operator[]("fixedParameters.generics." + parName + ".value");
132 }

◆ genericParameter() [2/2]

template<class T >
T TrigConf::L1TopoAlgorithm::genericParameter ( const std::string &  parName) const
inline

Definition at line 80 of file L1TopoAlgorithm.h.

80  {
81  return getAttribute<T>("fixedParameters.generics." + parName + ".value");
82  }

◆ generics()

TrigConf::DataStructure TrigConf::L1TopoAlgorithm::generics ( ) const

Accessors to generic parameters.

Definition at line 135 of file L1TopoAlgorithm.cxx.

136 {
137  return getObject("fixedParameters.generics");
138 }

◆ getAttribute() [1/2]

const std::string & TrigConf::DataStructure::getAttribute ( const std::string &  key,
bool  ignoreIfMissing = false,
const std::string &  def = "" 
) const
inherited

Definition at line 136 of file DataStructure.cxx.

137 {
138  const auto & obj = data().get_child_optional(key);
139  if( !obj ) {
140  if( ignoreIfMissing ) {
141  return def;
142  } else {
143  throw std::runtime_error(className() + "#" + name() + ": structure '" + key + "' does not exist" );
144  }
145  }
146  // check if the key points to a plain string value
147  if ( !obj.get().empty() ) {
148  if ( obj.get().front().first.empty() ) {
149  throw std::runtime_error(className() + "#" + name() + ": structure '" + key + "' is not a simple attribute but a list [], it needs to be accessed via getList(\"" + key + "\") -> vector<DataStructure>");
150  } else {
151  throw std::runtime_error(className() + "#" + name() + ": structure '" + key + "' is not a simple attribute but an object {}, it needs to be accessed via getObject(\"" + key + "\") -> DataStructure");
152  }
153  }
154  return obj.get().data();
155 }

◆ getAttribute() [2/2]

template<class T >
T TrigConf::DataStructure::getAttribute ( const std::string &  key,
bool  ignoreIfMissing = false,
const T &  def = T() 
) const
inlineinherited

Access to simple attribute.

Parameters
keyThe path to the attribute name, relative to the current one in form "path.to.child"
ignoreIfMissingControls the behavior in case of missing configuration child

Definition at line 152 of file DataStructure.h.

152  {
153  const auto & obj = data().get_child_optional(key);
154  if( !obj ) {
155  if( ignoreIfMissing ) {
156  return def;
157  } else {
158  throw std::runtime_error(className() + "#" + name() + ": structure '" + key + "' does not exist" );
159  }
160  }
161  return obj.get().get_value<T>();
162  }

◆ getAttribute_optional()

template<class T >
std::optional<T> TrigConf::DataStructure::getAttribute_optional ( const std::string &  key) const
inlineinherited

Definition at line 165 of file DataStructure.h.

165  {
166  const auto & obj = data().get_child_optional(key);
167  if( ! obj ) {
168  return std::nullopt;
169  }
170  auto v = obj.get().get_value_optional<T>();
171  return v ? std::optional(std::move(*v)) : std::nullopt;
172  }

◆ getKeys()

std::vector< std::string > TrigConf::DataStructure::getKeys ( ) const
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.

251 {
252  std::vector<std::string> keys;
253  if ( ! data().empty() &&
254  ! data().front().first.empty() )
255  {
256  keys.reserve(data().size());
257  for( auto & entry : data() ) {
258  keys.push_back(entry.first);
259  }
260  }
261  return keys;
262 }

◆ getList()

std::vector< TrigConf::DataStructure > TrigConf::DataStructure::getList ( const std::string &  pathToChild,
bool  ignoreIfMissing = false 
) const
inherited

Access to array structure.

Parameters
pathToChildThe path to the configuration child, relative to the current one in form "path.to.child"
ignoreIfMissingControls 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.

159 {
160  std::vector<TrigConf::DataStructure> childList;
161  const auto & list = data().get_child_optional(pathToChild);
162  if( ! list ) {
163  if ( ignoreIfMissing ) {
164  return childList;
165  } else {
166  throw std::runtime_error(className() + "#" + name() + ": structure '" + pathToChild + "' does not exist.");
167  }
168  }
169 
170  // check if the pathToChild points to a list
171 
172  // this check is not complete, because boost::ptree can not
173  // distinguish between and empty list and an empty string. In both cases
174  // the value is empty and there are no children
175 
176  if ( list.get().empty() ) {
177  if ( list.get().get_value<std::string>() != "" ) {
178  // if the value is not empty, then it is for sure an attribute ("key" : "value")
179  throw std::runtime_error(className() + "#" + name() + ": structure '" + pathToChild + "' is not a list [] but a simple attribute, it needs to be accessed via [\"" + pathToChild + "\"] -> string");
180  }
181  // else: if the value is empty, we can not say for sure and will not
182  // give this debugging hint (an empty list will be returned
183  } else if ( ! list.get().front().first.empty() ) {
184  throw std::runtime_error(className() + "#" + name() + ": structure '" + pathToChild + "' is not a list [] but an object {}, it needs to be accessed via getObject(\"" + pathToChild + "\") -> DataStructure");
185  }
186 
187  childList.reserve(list.get().size());
188 
189  for( auto & childData : list.get() )
190  childList.emplace_back( childData.second );
191 
192  return childList;
193 }

◆ getList_optional()

std::optional< std::vector< TrigConf::DataStructure > > TrigConf::DataStructure::getList_optional ( const std::string &  pathToChild) const
inherited

Definition at line 197 of file DataStructure.cxx.

198 {
199  if(data().find(pathToChild) == data().not_found()) {
200  return std::nullopt;
201  }
202  return std::optional<std::vector<TrigConf::DataStructure> >(getList(pathToChild));
203 }

◆ getObject()

TrigConf::DataStructure TrigConf::DataStructure::getObject ( const std::string &  pathToChild,
bool  ignoreIfMissing = false 
) const
inherited

Access to configuration object.

Parameters
pathToChildThe path to the configuration child, relative to the current one
ignoreIfMissingControls 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.

*bool ignoreIfMissing = true;
*if( const DataStructure & child = ds.getObject("path.to.child", ignoreIfMissing) ) {
cout << child["key"] << endl;
}

Definition at line 207 of file DataStructure.cxx.

208 {
209  const auto & obj = data().get_child_optional(pathToChild);
210  if( ! obj ) {
211  if ( ignoreIfMissing ) {
212  return DataStructure();
213  } else {
214  throw std::runtime_error(className() + "#" + name() + ": structure '" + pathToChild + "' does not exist.");
215  }
216  }
217  // check if the pathToChild is an attribute
218  if( obj.get().get_value<std::string>() != "" ) {
219  throw std::runtime_error(className() + "#" + name() + ": structure '" + pathToChild + "' is not an object {} but a simple attribute, it needs to be accessed via [\"" + pathToChild + "\"] -> string");
220  }
221  // check if the pathToChild points to a list
222  if ( obj.get().front().first.empty() ) {
223  throw std::runtime_error(className() + "#" + name() + ": structure '" + pathToChild + "' is not an object {} but a list [], it needs to be accessed via getList(\"" + pathToChild + "\") -> vector<DataStructure>");
224  }
225  return { obj.get() };
226 }

◆ getObject_optional()

std::optional< TrigConf::DataStructure > TrigConf::DataStructure::getObject_optional ( const std::string &  pathToChild) const
inherited

Definition at line 230 of file DataStructure.cxx.

231 {
232 
233  if(const auto & obj = data().get_child_optional(pathToChild)) {
234  // check if the pathToChild is an attribute
235  if( obj.get().get_value<std::string>() != "" ) {
236  throw std::runtime_error(className() + "#" + name() + ": structure '" + pathToChild + "' is not an object {} but a simple attribute, it needs to be accessed via [\"" + pathToChild + "\"] -> string");
237  }
238  // check if the pathToChild points to a list
239  if ( obj.get().front().first.empty() ) {
240  throw std::runtime_error(className() + "#" + name() + ": structure '" + pathToChild + "' is not an object {} but a list [], it needs to be accessed via getList(\"" + pathToChild + "\") -> vector<DataStructure>");
241  }
242  return std::optional<TrigConf::DataStructure>(obj.get());
243  }
244  return std::nullopt;
245 }

◆ getValue() [1/2]

std::string TrigConf::DataStructure::getValue ( ) const
inherited

Access to simple content.

Returns
string that is the content of the structure

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.

80  {
81  const std::string value = data().get_value<std::string>();
82  return value;
83 }

◆ getValue() [2/2]

template<class T >
T TrigConf::DataStructure::getValue ( ) const
inlineinherited

Definition at line 108 of file DataStructure.h.

108  {
109  return data().get_value<T>();
110  }

◆ getValue_optional()

template<class T >
std::optional<T> TrigConf::DataStructure::getValue_optional ( ) const
inlineinherited

access to content of the note Will return false if the value could not be converted into T

Definition at line 116 of file DataStructure.h.

116  {
117  auto v = data().get_value_optional<T>();
118  return v ? std::optional<T>(std::move(*v)) : std::nullopt;
119  }

◆ hasAttribute()

bool TrigConf::DataStructure::hasAttribute ( const std::string &  key) const
inherited

Check for attribute.

Parameters
keyThe path to the attribute name, relative to the current one in form "path.to.child"
Returns
true if path key exists and is an attribute

Definition at line 86 of file DataStructure.cxx.

86  {
87  const auto & child = data().get_child_optional( key );
88  if( ! bool(child) ) // key does not exist
89  return false;
90  return child.get().empty(); // if empty then it is an attribute, otherwise a child note
91 }

◆ hasChild()

bool TrigConf::DataStructure::hasChild ( const std::string &  path) const
inherited

Check if child exists.

Parameters
pathThe path to the child, relative to the current one in form "path.to.child"
Returns
true if path exists

Definition at line 114 of file DataStructure.cxx.

114  {
115  const auto & child = data().get_child_optional( path );
116  return bool(child);
117 }

◆ inputs()

const std::vector< std::string > & TrigConf::L1TopoAlgorithm::inputs ( ) const

Accessor to input collections Sorting and Multiplicity algorithms have only one input.

Definition at line 107 of file L1TopoAlgorithm.cxx.

108 {
109  return m_inputs;
110 }

◆ isInitialized()

bool TrigConf::DataStructure::isInitialized ( ) const
inlineinherited

Definition at line 216 of file DataStructure.h.

216 { return m_initialized; }

◆ isNull()

bool TrigConf::DataStructure::isNull ( const std::string &  key) const
inherited

Check if an attribute is null.

Parameters
keyThe path to the attribute name, relative to the current one in form "path.to.child"
Returns
true if path key exists and is null

If 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.

94  {
95  auto child = data().get_child_optional( key );
96  if( ! child ) {
97  return false;
98  }
99  return child->get_value<std::string>() == "null";
100 }

◆ isValid()

bool TrigConf::DataStructure::isValid ( ) const
inlineinherited

Definition at line 215 of file DataStructure.h.

215 { return m_initialized; }

◆ isValue()

bool TrigConf::DataStructure::isValue ( ) const
inherited

Check for attribute.

Returns
true if the structure is just a value

Definition at line 74 of file DataStructure.cxx.

74  {
75  return data().empty(); // just a key->value pair, no children
76 }

◆ klass()

const std::string & TrigConf::L1TopoAlgorithm::klass ( ) const

Accessor to algorithm class type.

Definition at line 98 of file L1TopoAlgorithm.cxx.

99 {
100  if(hasAttribute("klass")) {
101  return getAttribute("klass");
102  }
103  return getAttribute("type");
104 }

◆ load()

void TrigConf::L1TopoAlgorithm::load ( )
private

Update the internal data after modification of the data object.

Definition at line 26 of file L1TopoAlgorithm.cxx.

27 {
28  if(! isInitialized() || empty() ) {
29  return;
30  }
31  if( m_type == AlgorithmType::DECISION ) { // DECISION algo
32  if( hasChild("input") ) {
33  for( auto & inp : getList("input")) {
34  m_inputs.push_back(inp.getValue());
35  }
36  } else if( hasChild("fixedParameters.inputs") ) { // backwards compatibility, to be removed when we stop using DEV db
37  for( auto & inp : getList("fixedParameters.inputs")) {
38  m_inputs.push_back(inp["value"]);
39  }
40  }
41  for( auto & o : getList("output")) {
42  m_outputs.push_back(o.getValue());
43  }
44  } else if( m_type == AlgorithmType::MULTIPLICITY ) { // MULTIPLICITY algo
45 
46  if(auto & input = getAttribute("input"); input!="null") {
47  m_inputs.push_back(input);
48  }
49  if(hasAttribute("flavour")){ // EnergyThreshold
50  m_parameters.emplace_back("flavour", TrigConf::XEFlavour::flavourStrToInt(getAttribute("flavour")));
51  }
52  m_outputs.push_back(getAttribute("output"));
53  } else { // SORTING algo
54  if( hasAttribute("input") ) {
55  m_inputs.push_back( getAttribute("input") );
56  } else if( hasChild("fixedParameters.input") ) { // backwards compatibility, to be removed when we stop using DEV db
57  auto inp = getObject("fixedParameters.input");
58  for( auto & k : inp.getKeys() ) {
59  m_inputs.push_back(inp[k]);
60  break;
61  }
62  }
63  m_outputs.push_back(getAttribute("output"));
64  }
65 
67  for( auto & p : getList("variableParameters") ) {
68  if (p["name"] == "MaxMSqr") {
69  unsigned int val = p.getAttribute<unsigned int>("value");
70  // Work around overflow in the database...
71  if (val >= 1u<<31) {
72  // Expected maximum value of Inv M^2 in 100 MeV unit
73  val = 1024*1024*10*10*10;
74  }
75  m_parameters.emplace_back(p["name"], val, p.getAttribute_optional<unsigned int>("selection"));
76  }
77  else {
78  m_parameters.emplace_back(p["name"], p.getAttribute<int>("value"), p.getAttribute_optional<unsigned int>("selection"));
79  }
80  }
81  }
82 
83 }

◆ name()

const std::string & TrigConf::DataStructure::name ( ) const
finalvirtualinherited

Definition at line 109 of file DataStructure.cxx.

109  {
110  return m_name;
111 }

◆ operator bool()

TrigConf::DataStructure::operator bool ( ) const
inlineexplicitinherited

Access to initialized state.

Definition at line 214 of file DataStructure.h.

214 { return m_initialized; }

◆ operator=()

L1TopoAlgorithm& TrigConf::L1TopoAlgorithm::operator= ( const L1TopoAlgorithm )
delete

◆ operator[]()

std::string TrigConf::DataStructure::operator[] ( const std::string &  key) const
inherited

Access to simple attribute.

Parameters
keyThe path to the attribute name, relative to the current one in form "path.to.child"

Definition at line 121 of file DataStructure.cxx.

122 {
123  const auto & obj = data().get_child(key);
124  // check if the key points to a plain string value
125  if ( !obj.empty() ) {
126  if ( obj.front().first.empty() ) {
127  throw std::runtime_error(className() + "#" + name() + ": structure '" + key + "' is not a simple attribute but a list [], it needs to be accessed via getList(\"" + key + "\") -> vector<DataStructure>");
128  } else {
129  throw std::runtime_error(className() + "#" + name() + ": structure '" + key + "' is not a simple attribute but an object {}, it needs to be accessed via getObject(\"" + key + "\") -> DataStructure");
130  }
131  }
132  return obj.data();
133 }

◆ outputs()

const std::vector< std::string > & TrigConf::L1TopoAlgorithm::outputs ( ) const

Accessor to output collections Sorting and Multiplicity algorithms have only one output.

Definition at line 113 of file L1TopoAlgorithm.cxx.

114 {
115  return m_outputs;
116 }

◆ ownsData()

bool TrigConf::DataStructure::ownsData ( ) const
inlineinherited

Definition at line 242 of file DataStructure.h.

242  {
243  return (bool)m_dataSPtr;
244  }

◆ parameters()

const std::vector< TrigConf::L1TopoAlgorithm::VariableParameter > & TrigConf::L1TopoAlgorithm::parameters ( ) const

Accessor to register parameters which can change for each algorithm instance.

Definition at line 141 of file L1TopoAlgorithm.cxx.

142 {
143  return m_parameters;
144 }

◆ print()

void TrigConf::L1TopoAlgorithm::print ( std::ostream &  os = std::cout) const
overridevirtual

print main info

Reimplemented from TrigConf::DataStructure.

Definition at line 148 of file L1TopoAlgorithm.cxx.

149 {
150  os << "Algorithm " << name() << " (class " << klass() << ", category " << m_category << ")" << std::endl;
151  os << " input:" << std::endl;
152  for( auto & input : inputs() ) {
153  os << " " << input << std::endl;
154  }
155  os << " output:" << std::endl;
156  for( auto & output : outputs() ) {
157  os << " " << output << std::endl;
158  }
159  os << " full output:" << std::endl;
160  for( auto & output : fullOutputs() ) {
161  os << " " << output << std::endl;
162  }
164  os << " threshold definition: " << getAttribute("threshold") << std::endl;
165  os << " number of output bits: " << getAttribute<unsigned int>("nbits") << std::endl;
166  } else {
167  os << " generic parameters:" << std::endl;
168  auto genPars = generics();
169  for( auto & k : genPars.getKeys() ) {
170  os << " " << k << " ==> " << genericParameter(k) << std::endl;
171  }
172  os << " parameters:" << std::endl;
173  auto pars = parameters();
174  unsigned int idx{0};
175  for( auto & p : pars ) {
176  os << " " << idx++ << " " << p.name() << "[" << p.selection() << "] ==> " << p.value() << std::endl;
177  }
178  }
179  os << std::endl;
180 }

◆ printElement()

void TrigConf::DataStructure::printElement ( const std::string &  key,
const ptree data,
uint  level = 0,
std::ostream &  os = std::cout 
)
staticinherited

Static function to print a ptree object.

Parameters
keyThe key of this data as found in the parent structure
dataThe ptree to print
levelThe substruture level used to indent the output
osThe output stream

Definition at line 279 of file DataStructure.cxx.

280 {
281  constexpr char del = '"';
282 
283  const std::string value = data.get_value<std::string>();
284 
285  if( data.empty() ) { // no children, so just a key->value pair
286  uint n(4*level); while(n--) os << " ";
287  os << del << key << del << ": " << del << value << del;
288  return;
289  }
290 
291 
292  bool isArray ( data.begin()->first.empty() ); // dictionaries have keys, arrays don't
293  { uint n(4*level); while(n--) os << " "; }
294  if ( ! key.empty() )
295  os << del << key << del << ": ";
296  os << (isArray ? "[" : "{") << std::endl;
297 
298  size_t childCounter = data.size();
299  for( const boost::property_tree::ptree::value_type & x : data ) {
300  printElement(x.first, x.second, level + 1, os);
301  if( --childCounter ) os << ",";
302  os << std::endl;
303  }
304  { uint n(4*level); while(n--) os << " "; }
305  os << (isArray ? "]" : "}");
306 
307 }

◆ printRaw()

void TrigConf::DataStructure::printRaw ( std::ostream &  os = std::cout) const
inherited

Definition at line 265 of file DataStructure.cxx.

266 {
267  boost::property_tree::json_parser::write_json( os, data() );
268 }

◆ setData() [1/2]

void TrigConf::DataStructure::setData ( const ptree data)
inherited

Setting the configuration data.

Definition at line 39 of file DataStructure.cxx.

40 {
41  clear();
42  m_initialized = true;
43  m_dataSPtr.reset();
44  m_dataPtr = &data;
45  update();
46 }

◆ setData() [2/2]

void TrigConf::DataStructure::setData ( ptree &&  data)
inherited

Definition at line 50 of file DataStructure.cxx.

51 {
52  clear();
53  m_initialized = true;
54  m_dataSPtr = std::make_shared<ptree>(std::move(data));
55  m_dataPtr = nullptr;
56  update();
57 }

◆ setName()

void TrigConf::DataStructure::setName ( const std::string &  n)
inherited

Setting the configuration element name.

Definition at line 59 of file DataStructure.cxx.

59  {
60  m_name = n;
61 }

◆ type()

TrigConf::L1TopoAlgorithm::AlgorithmType TrigConf::L1TopoAlgorithm::type ( ) const

Definition at line 86 of file L1TopoAlgorithm.cxx.

87 {
88  return m_type;
89 }

◆ update()

virtual void TrigConf::L1TopoAlgorithm::update ( )
inlineoverrideprotectedvirtual

Update the internal data after modification of the data object.

to be implemented by the derived class

Reimplemented from TrigConf::DataStructure.

Definition at line 92 of file L1TopoAlgorithm.h.

92 { load(); }

Member Data Documentation

◆ m_category

std::string TrigConf::L1TopoAlgorithm::m_category {}
private

Definition at line 101 of file L1TopoAlgorithm.h.

◆ m_dataPtr

const ptree* TrigConf::DataStructure::m_dataPtr { nullptr }
protectedinherited

Definition at line 257 of file DataStructure.h.

◆ m_dataSPtr

std::shared_ptr<ptree> TrigConf::DataStructure::m_dataSPtr { nullptr }
protectedinherited

Definition at line 256 of file DataStructure.h.

◆ m_initialized

bool TrigConf::DataStructure::m_initialized { false }
protectedinherited

if initialized, the underlying ptree is has been assigned to (can be empty)

Definition at line 254 of file DataStructure.h.

◆ m_inputs

std::vector<std::string> TrigConf::L1TopoAlgorithm::m_inputs {}
private

Definition at line 103 of file L1TopoAlgorithm.h.

◆ m_name

std::string TrigConf::DataStructure::m_name {""}
protectedinherited

Definition at line 259 of file DataStructure.h.

◆ m_outputs

std::vector<std::string> TrigConf::L1TopoAlgorithm::m_outputs {}
private

Definition at line 104 of file L1TopoAlgorithm.h.

◆ m_parameters

std::vector<VariableParameter> TrigConf::L1TopoAlgorithm::m_parameters
private

Definition at line 106 of file L1TopoAlgorithm.h.

◆ m_type

AlgorithmType TrigConf::L1TopoAlgorithm::m_type { AlgorithmType::UNKNOWN }
private

Definition at line 99 of file L1TopoAlgorithm.h.


The documentation for this class was generated from the following files:
TrigConf::DataStructure::data
const ptree & data() const
Access to the underlying data, if needed.
Definition: DataStructure.h:83
TrigConf::DataStructure::getObject
DataStructure getObject(const std::string &pathToChild, bool ignoreIfMissing=false) const
Access to configuration object.
Definition: DataStructure.cxx:207
python.StoreID.UNKNOWN
int UNKNOWN
Definition: StoreID.py:16
TrigConf::L1TopoAlgorithm::fullOutputs
std::vector< std::string > fullOutputs() const
Definition: L1TopoAlgorithm.cxx:119
make_hlt_rep.pars
pars
Definition: make_hlt_rep.py:90
checkxAOD.ds
ds
Definition: Tools/PyUtils/bin/checkxAOD.py:257
TrigConf::L1TopoAlgorithm::m_type
AlgorithmType m_type
Definition: L1TopoAlgorithm.h:99
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
TrigConf::DataStructure::isInitialized
bool isInitialized() const
Definition: DataStructure.h:216
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
athena.path
path
python interpreter configuration --------------------------------------—
Definition: athena.py:126
find
std::string find(const std::string &s)
return a remapped string
Definition: hcg.cxx:135
TrigConf::DataStructure::empty
bool empty() const
Check if children exist.
Definition: DataStructure.h:219
TrigConf::DataStructure::printElement
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.
Definition: DataStructure.cxx:279
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
TrigConf::L1TopoAlgorithm::m_parameters
std::vector< VariableParameter > m_parameters
Definition: L1TopoAlgorithm.h:106
TrigConf::L1TopoAlgorithm::generics
DataStructure generics() const
Accessors to generic parameters.
Definition: L1TopoAlgorithm.cxx:135
TrigConf::DataStructure::getAttribute
T getAttribute(const std::string &key, bool ignoreIfMissing=false, const T &def=T()) const
Access to simple attribute.
Definition: DataStructure.h:152
athena.value
value
Definition: athena.py:122
TrigConf::L1TopoAlgorithm::klass
const std::string & klass() const
Accessor to algorithm class type.
Definition: L1TopoAlgorithm.cxx:98
TrigConf::DataStructure::m_dataSPtr
std::shared_ptr< ptree > m_dataSPtr
Definition: DataStructure.h:256
TrigConf::DataStructure::name
virtual const std::string & name() const final
Definition: DataStructure.cxx:109
TrigConf::DataStructure::m_name
std::string m_name
Definition: DataStructure.h:259
x
#define x
Trk::u
@ u
Enums for curvilinear frames.
Definition: ParamDefs.h:83
python.iconfTool.models.loaders.level
level
Definition: loaders.py:20
TrigConf::L1TopoAlgorithm::AlgorithmType::SORTING
@ SORTING
python.setupRTTAlg.size
int size
Definition: setupRTTAlg.py:39
TrigConf::DataStructure::hasChild
bool hasChild(const std::string &path) const
Check if child exists.
Definition: DataStructure.cxx:114
uint
unsigned int uint
Definition: LArOFPhaseFill.cxx:20
TrigConf::DataStructure::operator[]
std::string operator[](const std::string &key) const
Access to simple attribute.
Definition: DataStructure.cxx:121
TrigConf::L1TopoAlgorithm::genericParameter
std::string genericParameter(const std::string &parName) const
Definition: L1TopoAlgorithm.cxx:129
TrigConf::L1TopoAlgorithm::type
AlgorithmType type() const
Definition: L1TopoAlgorithm.cxx:86
beamspotman.n
n
Definition: beamspotman.py:731
PlotPulseshapeFromCool.input
input
Definition: PlotPulseshapeFromCool.py:106
TrigConf::L1TopoAlgorithm::parameters
const std::vector< VariableParameter > & parameters() const
Accessor to register parameters which can change for each algorithm instance.
Definition: L1TopoAlgorithm.cxx:141
TrigConf::L1TopoAlgorithm::outputs
const std::vector< std::string > & outputs() const
Accessor to output collections Sorting and Multiplicity algorithms have only one output.
Definition: L1TopoAlgorithm.cxx:113
TrigConf::L1TopoAlgorithm::m_inputs
std::vector< std::string > m_inputs
Definition: L1TopoAlgorithm.h:103
beamspotnt.parName
list parName
Definition: bin/beamspotnt.py:1287
TrigConf::DataStructure::className
virtual std::string className() const
A string that is the name of the class.
Definition: DataStructure.cxx:104
histSizes.list
def list(name, path='/')
Definition: histSizes.py:38
TrigConf::L1TopoAlgorithm::AlgorithmType::MULTIPLICITY
@ MULTIPLICITY
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231
merge.output
output
Definition: merge.py:17
GetAllXsec.entry
list entry
Definition: GetAllXsec.py:132
TrigConf::L1TopoAlgorithm::m_category
std::string m_category
Definition: L1TopoAlgorithm.h:101
TrigConf::DataStructure::getList
std::vector< DataStructure > getList(const std::string &pathToChild, bool ignoreIfMissing=false) const
Access to array structure.
Definition: DataStructure.cxx:158
TrigConf::DataStructure::m_initialized
bool m_initialized
if initialized, the underlying ptree is has been assigned to (can be empty)
Definition: DataStructure.h:254
TrigConf::L1TopoAlgorithm::load
void load()
Update the internal data after modification of the data object.
Definition: L1TopoAlgorithm.cxx:26
TrigConf::XEFlavour::flavourStrToInt
static unsigned int flavourStrToInt(const std::string &flavStr)
Definition: L1TopoAlgorithm.h:145
python.PyAthena.v
v
Definition: PyAthena.py:157
TrigConf::L1TopoAlgorithm::AlgorithmType::DECISION
@ DECISION
Pythia8_RapidityOrderMPI.val
val
Definition: Pythia8_RapidityOrderMPI.py:14
DeMoScan.first
bool first
Definition: DeMoScan.py:534
TrigConf::DataStructure::clear
virtual void clear()
Clearing the configuration data.
Definition: DataStructure.cxx:65
LArNewCalib_DelayDump_OFC_Cali.idx
idx
Definition: LArNewCalib_DelayDump_OFC_Cali.py:69
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:790
TrigConf::DataStructure::ownsData
bool ownsData() const
Definition: DataStructure.h:242
python.PyAthena.obj
obj
Definition: PyAthena.py:135
TrigConf::DataStructure::DataStructure
DataStructure()
Default constructor, leading to an uninitialized configuration object.
Definition: DataStructure.cxx:11
xAOD::bool
setBGCode setTAP setLVL2ErrorBits bool
Definition: TrigDecision_v1.cxx:60
TrigConf::DataStructure::hasAttribute
bool hasAttribute(const std::string &key) const
Check for attribute.
Definition: DataStructure.cxx:86
TrigConf::L1TopoAlgorithm::m_outputs
std::vector< std::string > m_outputs
Definition: L1TopoAlgorithm.h:104
TSU::T
unsigned long long T
Definition: L1TopoDataTypes.h:35
TrigConf::DataStructure::m_dataPtr
const ptree * m_dataPtr
Definition: DataStructure.h:257
fitman.k
k
Definition: fitman.py:528
TrigConf::L1TopoAlgorithm::inputs
const std::vector< std::string > & inputs() const
Accessor to input collections Sorting and Multiplicity algorithms have only one input.
Definition: L1TopoAlgorithm.cxx:107
mapkey::key
key
Definition: TElectronEfficiencyCorrectionTool.cxx:37
TrigConf::DataStructure::update
virtual void update()
Update the internal data after modification of the data object.
Definition: DataStructure.h:252