} catch (JDOMException e) {
throw new IOException(e);
}
OptionsExtractor extractor = new OptionsExtractor();
extractor.extract(rootElement);
// Create simulation
String name = extractor.getName();
MonteCarloSS mcss = extractor.getMonteCarloSS();
Map<String, Detector> detectors = extractor.getDetectors();