Skip to content
Snippets Groups Projects
Commit e0cd47fa authored by Joseph Boudreau's avatar Joseph Boudreau
Browse files

Added additional inputs to the Muon Plugin

parent 6e9733dc
Branches
Tags
1 merge request!67Bringing GeoModelXML into GeoModel
......@@ -2,7 +2,19 @@
#include "PluginTemplate.h"
const std::vector<std::string> MuonPlugin::inputFiles={"Muons/Muons00.xml"};
const std::vector<std::string> MuonPlugin::inputFiles={
"Muons/Muons00.xml",
"Muons/NSW/LM1.xml",
"Muons/NSW/LM2.xml",
"Muons/NSW/SM1.xml",
"Muons/NSW/SM2.xml",
"Muons/NSW/QL1.xml",
"Muons/NSW/QL2.xml",
"Muons/NSW/QL3.xml",
"Muons/NSW/QS1.xml",
"Muons/NSW/QS2.xml",
"Muons/NSW/QS3.xml"
};
extern "C" MuonPlugin *createMuonPlugin() {
return new MuonPlugin;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment