Skip to content

Commit

Permalink
Moved modules and service to plugins directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr15Jones committed Dec 2, 2022
1 parent 8a9ef9a commit dfea1de
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion IOMC/RandomEngine/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<use name="FWCore/ServiceRegistry"/>
<use name="FWCore/Framework"/>
<use name="IOMC/RandomEngine"/>
<library file="Module.cc" name="IOMCRandomEnginePlugins">
<library file="*.cc" name="IOMCRandomEnginePlugins">
<flags EDM_PLUGIN="1"/>
</library>
6 changes: 3 additions & 3 deletions IOMC/RandomEngine/plugins/Module.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ServiceRegistry/interface/ServiceMaker.h"

#include "IOMC/RandomEngine/src/RandomNumberGeneratorService.h"
#include "IOMC/RandomEngine/src/RandomEngineStateProducer.h"
#include "IOMC/RandomEngine/src/RandomFilter.h"
#include "RandomNumberGeneratorService.h"
#include "RandomEngineStateProducer.h"
#include "RandomFilter.h"

using edm::RandomFilter;
using edm::service::RandomNumberGeneratorService;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#include "IOMC/RandomEngine/src/RandomEngineStateProducer.h"
#include "RandomEngineStateProducer.h"

#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/LuminosityBlock.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#include "IOMC/RandomEngine/src/RandomFilter.h"
#include "RandomFilter.h"

#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Created: Tue Mar 7 09:43:46 EST 2006 (originally in FWCore/Services)
//

#include "IOMC/RandomEngine/src/RandomNumberGeneratorService.h"
#include "RandomNumberGeneratorService.h"

#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/Provenance/interface/ModuleDescription.h"
Expand Down

0 comments on commit dfea1de

Please sign in to comment.