Skip to content
Snippets Groups Projects
Commit 688a8e82 authored by JeremyMcCormick's avatar JeremyMcCormick
Browse files

remove unnecessary include guard

parent 0785071a
No related branches found
No related tags found
No related merge requests found
/** /**
* @file DummySimPlugin.h * @file DummySimPlugin.cc
* @brief Class that defines a dummy simulation plugin * @brief Class that defines a dummy simulation plugin
* @author Jeremy McCormick, SLAC National Accelerator Laboratory * @author Jeremy McCormick, SLAC National Accelerator Laboratory
*/ */
#ifndef SLIC_DUMMYSIMPLUGIN_H_
#define SLIC_DUMMYSIMPLUGIN_H_
// LDMX // LDMX
#include "UserActionPlugin.hh" #include "UserActionPlugin.hh"
...@@ -107,9 +104,6 @@ namespace slic { ...@@ -107,9 +104,6 @@ namespace slic {
std::cout << "DummySimPlugin::generatorPrimary - event " << event->GetEventID() << std::endl; std::cout << "DummySimPlugin::generatorPrimary - event " << event->GetEventID() << std::endl;
} }
}; };
} }
DECLARE_PLUGIN(slic, DummySimPlugin) DECLARE_PLUGIN(slic, DummySimPlugin)
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment