Skip to content

Commit

Permalink
Merge pull request #33913 from Dr15Jones/removeIncludesCalibFormatsOb…
Browse files Browse the repository at this point in the history
…jects

Removed unnecessary includes in CalibFormats/*Objects
  • Loading branch information
cmsbuild authored Jun 9, 2021
2 parents 5eb70f3 + 38e1610 commit 7207b0d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 6 deletions.
3 changes: 0 additions & 3 deletions CalibFormats/CastorObjects/interface/CastorDbService.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
#include "CalibFormats/CastorObjects/interface/CastorCalibrationsSet.h"
#include "CalibFormats/CastorObjects/interface/CastorCalibrationWidthsSet.h"

#include "FWCore/Framework/interface/ModuleFactory.h"
#include "FWCore/Framework/interface/ESProducer.h"

#include "CondFormats/CastorObjects/interface/AllObjects.h"

class CastorCalibrations;
Expand Down
3 changes: 0 additions & 3 deletions CalibFormats/HcalObjects/interface/HcalDbService.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
#include "CalibFormats/HcalObjects/interface/HcalCalibrationsSet.h"
#include "CalibFormats/HcalObjects/interface/HcalCalibrationWidthsSet.h"

#include "FWCore/Framework/interface/ModuleFactory.h"
#include "FWCore/Framework/interface/ESProducer.h"

#include "CondFormats/HcalObjects/interface/AllObjects.h"

class HcalCalibrations;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "FWCore/Framework/interface/ESTransientHandle.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"

//#include "DataFormats/Common/interface/Handle.h"

Expand Down
1 change: 1 addition & 0 deletions CaloOnlineTools/HcalOnlineDb/bin/hcalLUT.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "TString.h"
#include "PhysicsTools/FWLite/interface/CommandLineParser.h"
#include "CaloOnlineTools/HcalOnlineDb/interface/HcalLutManager.h"
#include "FWCore/Utilities/interface/FileInPath.h"

using namespace std;

Expand Down
2 changes: 2 additions & 0 deletions CommonTools/ParticleFlow/plugins/PFCandidateRecalibrator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#include "FWCore/Framework/interface/stream/EDProducer.h"
#include "FWCore/Framework/interface/ESWatcher.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "FWCore/Framework/interface/ESHandle.h"

#include "FWCore/Framework/interface/Event.h"
Expand Down
1 change: 1 addition & 0 deletions SimCalorimetry/CastorSim/src/CastorAmplifier.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "CLHEP/Random/RandGaussQ.h"

#include <iostream>
#include <cassert>

CastorAmplifier::CastorAmplifier(const CastorSimParameterMap *parameters, bool addNoise)
: theDbService(nullptr), theParameterMap(parameters), theStartingCapId(0), addNoise_(addNoise) {}
Expand Down
1 change: 1 addition & 0 deletions SimCalorimetry/CastorSim/src/CastorCoderFactory.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "CalibFormats/CastorObjects/interface/CastorCoderDb.h"
#include "CalibFormats/CastorObjects/interface/CastorNominalCoder.h"
#include "SimCalorimetry/CastorSim/src/CastorCoderFactory.h"
#include <cassert>

CastorCoderFactory::CastorCoderFactory(CoderType coderType) : theCoderType(coderType), theDbService(nullptr) {}

Expand Down
1 change: 1 addition & 0 deletions SimCalorimetry/CastorSim/src/CastorSimParameters.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "DataFormats/HcalDetId/interface/HcalSubdetector.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "SimCalorimetry/CastorSim/src/CastorSimParameters.h"
#include <cassert>

CastorSimParameters::CastorSimParameters(double simHitToPhotoelectrons,
double photoelectronsToAnalog,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#include "SimCalorimetry/HcalTrigPrimAlgos/interface/HcalFeatureHFEMBit.h"
#include "SimCalorimetry/HcalTrigPrimAlgos/interface/HcalFinegrainBit.h"

#include "FWCore/ParameterSet/interface/ParameterSet.h"

#include <map>
#include <vector>

Expand Down

0 comments on commit 7207b0d

Please sign in to comment.