Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
det Namespace Reference

Namespaces

namespace  utils
 

Detailed Description

Given a xml element with several daughters with the same name, e.g. <detector> <layer name="1"> <layer name="2"> </detector> this method returns the first daughter of type nodeName whose attribute has a given value e.g. returns <layer name="2"> when called with (detector, "layer", "name", "1")