define tag energy_vec with attributes start, stop, step to define rge energy vector in a compact way in startup.xml files.

This commit is contained in:
2022-12-21 07:49:57 +01:00
parent 2db36b2e3d
commit 9ce9e9f0a3
2 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ void PXmlRgeHandler::OnEndDocument()
* and sets a proper key. * and sets a proper key.
* *
* \param str XML element name * \param str XML element name
* \param attributes not used * \param attributes used only for energy_vect
*/ */
void PXmlRgeHandler::OnStartElement(const Char_t *str, const TList *attributes) void PXmlRgeHandler::OnStartElement(const Char_t *str, const TList *attributes)
{ {