OptionsExtractor extractor = new OptionsExtractor();
extractor.extract(rootElement);
// Create simulation
String name = extractor.getName();
SpectrumProperties props = extractor.getSpectrumProperties();
Map<String, Detector> detectors = extractor.getDetectors();
Strategy strategy = extractor.getStrategy();
// Apply models' strategy
report(0.0, "Setup models");