ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Attributes | |
enum XML_Content_Type | type |
enum XML_Content_Quant | quant |
const XML_Char * | name |
int | firstchild |
int | lastchild |
int | childcnt |
int | nextsib |
Definition at line 211 of file xmlparse.cc.
View newest version in sPHENIX GitHub at line 211 of file xmlparse.cc
int CONTENT_SCAFFOLD::childcnt |
Definition at line 217 of file xmlparse.cc.
View newest version in sPHENIX GitHub at line 217 of file xmlparse.cc
Referenced by build_node(), and nextScaffoldPart().
int CONTENT_SCAFFOLD::firstchild |
Definition at line 215 of file xmlparse.cc.
View newest version in sPHENIX GitHub at line 215 of file xmlparse.cc
Referenced by build_node(), and nextScaffoldPart().
int CONTENT_SCAFFOLD::lastchild |
Definition at line 216 of file xmlparse.cc.
View newest version in sPHENIX GitHub at line 216 of file xmlparse.cc
Referenced by nextScaffoldPart().
const XML_Char* CONTENT_SCAFFOLD::name |
Definition at line 214 of file xmlparse.cc.
View newest version in sPHENIX GitHub at line 214 of file xmlparse.cc
Referenced by build_node(), and doProlog().
int CONTENT_SCAFFOLD::nextsib |
Definition at line 218 of file xmlparse.cc.
View newest version in sPHENIX GitHub at line 218 of file xmlparse.cc
Referenced by build_node(), and nextScaffoldPart().
enum XML_Content_Quant CONTENT_SCAFFOLD::quant |
Definition at line 213 of file xmlparse.cc.
View newest version in sPHENIX GitHub at line 213 of file xmlparse.cc
Referenced by build_node(), and doProlog().
enum XML_Content_Type CONTENT_SCAFFOLD::type |
Definition at line 212 of file xmlparse.cc.
View newest version in sPHENIX GitHub at line 212 of file xmlparse.cc
Referenced by build_node(), and doProlog().