Skip to content

Commit

Permalink
Merge pull request #34872 from smuzaffar/IOMC-hdr-fix
Browse files Browse the repository at this point in the history
[IOMC] Move public headers to interface directory
  • Loading branch information
cmsbuild authored Aug 19, 2021
2 parents 0c1fafc + 8f7b497 commit 43765e2
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Utilities/interface/RandomNumberGenerator.h"
#include "FWCore/Utilities/interface/Exception.h"
#include "IOMC/RandomEngine/src/TRandomAdaptor.h"

#include "CLHEP/Random/RandomEngine.h"

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion IOMC/RandomEngine/src/RandomNumberGeneratorService.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include "FWCore/Utilities/interface/Exception.h"
#include "FWCore/Utilities/interface/LuminosityBlockIndex.h"
#include "FWCore/Utilities/interface/StreamID.h"
#include "IOMC/RandomEngine/src/TRandomAdaptor.h"
#include "IOMC/RandomEngine/interface/TRandomAdaptor.h"
#include "SimDataFormats/RandomEngine/interface/RandomEngineState.h"
#include "SimDataFormats/RandomEngine/interface/RandomEngineStates.h"

Expand Down
2 changes: 1 addition & 1 deletion IOMC/RandomEngine/src/TRandomAdaptor.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "IOMC/RandomEngine/src/TRandomAdaptor.h"
#include "IOMC/RandomEngine/interface/TRandomAdaptor.h"
#include "FWCore/Utilities/interface/EDMException.h"

#include "CLHEP/Random/engineIDulong.h"
Expand Down
2 changes: 1 addition & 1 deletion IOMC/RandomEngine/test/TestRandomNumberServiceGlobal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ the text file containing the states.
#include "FWCore/Utilities/interface/Exception.h"
#include "FWCore/Utilities/interface/RandomNumberGenerator.h"
#include "FWCore/Utilities/interface/propagate_const.h"
#include "IOMC/RandomEngine/src/TRandomAdaptor.h"
#include "IOMC/RandomEngine/interface/TRandomAdaptor.h"

#include "CLHEP/Random/RandExponential.h"
#include "CLHEP/Random/RandomEngine.h"
Expand Down
1 change: 0 additions & 1 deletion IORawData/CSCCommissioning/src/CSCFileReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define CSCFileReader_h

#include "FWCore/Framework/interface/EDProducer.h"
#include "IORawData/DTCommissioning/plugins/RawFile.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "DataFormats/Provenance/interface/EventID.h"
Expand Down
2 changes: 1 addition & 1 deletion SimPPS/PPSSimTrackProducer/plugins/PPSSimTrackProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/StreamID.h"
#include "SimTransport/PPSProtonTransport/interface/ProtonTransport.h"
#include "CLHEP/Random/RandomEngine.h"
#include "TRandom3.h"
#include "IOMC/RandomEngine/src/TRandomAdaptor.h"

//
// class declaration
Expand Down
2 changes: 1 addition & 1 deletion SimTransport/HectorProducer/src/HectorProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "FWCore/Utilities/interface/RandomNumberGenerator.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

#include "IOMC/RandomEngine/src/TRandomAdaptor.h"
#include "IOMC/RandomEngine/interface/TRandomAdaptor.h"

// SimpleConfigurable replacement
#include "FWCore/ParameterSet/interface/ParameterSet.h"
Expand Down

0 comments on commit 43765e2

Please sign in to comment.