Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to parse XML from string. Improve DDCond manual #289

Merged
merged 5 commits into from Jan 22, 2018

Conversation

MarkusFrankATcernch
Copy link
Contributor

@MarkusFrankATcernch MarkusFrankATcernch commented Jan 22, 2018

BEGINRELEASENOTES

  • Add possibility to parse XML from string

    • Please see Detector::fromXML() with in-memory string #288 for details.
    • The main interface was not changed. Rather a view to the Detector class supports this functionality.
    • The existing view dd4hep::DetectorLoad was enhanced to allow the required functionality:
     Detector detector = ....;
     /// So here is the actual test: We parse the raw XML string
     DetectorLoad loader(detector);
     loader.processXMLString(buffer,0);
    • An example was added (ClientTests/src/XML_InMemory.cpp, which illustrates the usage).
  • Improve DDCond manual

    • Improve that the DDCond manual reflects the source code.
    • The possible plugins provided are not all described. This shall be future work.
  • Enable the GDML reader plugin

ENDRELEASENOTES
Resolves #288

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants