From 7322522a37fbd30ba313967d6a7d5cc8a2ed9f82 Mon Sep 17 00:00:00 2001 From: Pavol Strizenec <pavol.strizenec@cern.ch> Date: Wed, 25 Nov 2020 10:10:58 +0100 Subject: [PATCH] removing duplicates --- LArCalorimeter/LArCafJobs/LArCafJobs/LArNoiseBursts.h | 7 ------- LArCalorimeter/LArCafJobs/src/LArShapeDumper.cxx | 3 --- .../LArCalibTools/LArCalibTools/LArParamsProperties.h | 1 - LArCalorimeter/LArCalibTools/LArCalibTools/LArPulseShape.h | 1 - LArCalorimeter/LArCalibTools/src/LArPulseShape.cxx | 1 - LArCalorimeter/LArCalibUtils/LArCalibUtils/LArOFCAlg.h | 2 -- LArCalorimeter/LArCalibUtils/src/LArOFCAlg.cxx | 1 - LArCalorimeter/LArCalibUtils/src/LArPhysWaveHECTool.cxx | 1 - LArCalorimeter/LArCalibUtils/src/LArPhysWavePredictor.cxx | 2 -- LArCalorimeter/LArCalibUtils/src/LArRampFCalCorr.cxx | 2 -- LArCalorimeter/LArCellRec/src/LArNoisyROTool.cxx | 1 - LArCalorimeter/LArCondUtils/src/LArFecLvTempDcsTool.h | 1 - .../LArExample/TestLArDetDescr/src/TestCaloDDE.cxx | 1 - .../LArG4EC/src/CryostatCalibrationMixedCalculator.cc | 1 - .../LArG4/LArG4EC/src/EMECSupportCalibrationCalculator.cc | 1 - .../LArG4FastSimulation/src/EndcapFastSimDedicatedSD.cxx | 1 - .../LArG4FastSimulation/src/FCALFastSimDedicatedSD.cxx | 1 - .../LArG4/LArG4H6SD/src/LArGeoH62004SteppingAction.cc | 1 - .../LArGeoEndcap/src/EndcapCryostatConstruction.cxx | 2 -- .../LArGeoEndcap/src/EndcapPresamplerConstruction.cxx | 1 - .../LArGeoH62002Algs/src/FrontBeamConstructionH62002.cxx | 1 - .../LArGeoH62002Algs/src/TableConstructionH62002.cxx | 1 - .../LArGeoH62004Algs/src/ExcluderConstructionH62004.cxx | 1 - .../LArGeoH62004Algs/src/FCALConstructionH62004.cxx | 1 - .../LArGeoH62004Algs/src/MiddleBeamConstructionH62004.cxx | 1 - .../LArGeoH62004Algs/src/ModulesConstructionH62004.cxx | 1 - .../src/MovableTableConstructionH62004.cxx | 1 - .../src/Other/LArGeoH62004SteppingAction.cc | 1 - .../LArGeoH62004Algs/src/WarmTCConstructionH62004.cxx | 1 - .../LArGeoModel/LArGeoH6Cryostats/src/BPCConstruction.cxx | 2 -- .../LArGeoH6Cryostats/src/H6CryostatConstruction.cxx | 1 - .../LArGeoModel/LArGeoH6Cryostats/src/MWPCConstruction.cxx | 2 -- .../LArGeoH6Cryostats/src/WallsConstruction.cxx | 2 -- .../LArGeoTBEC/src/CryostatConstructionTBEC.cxx | 1 - .../LArGeoTBEC/src/LArDetectorConstructionTBEC.cxx | 1 - .../LArGeoModel/LArGeoTBEC/src/LArDetectorFactoryTBEC.cxx | 1 - LArCalorimeter/LArGeoModel/LArHV/src/LArHVManager.cxx | 1 - .../LArReadoutGeometry/src/EMECDetectorRegion.cxx | 1 - .../LArRawConditions/LArRawConditionsDict1.h | 1 - .../LArRecEvent/LArRecEvent/LArFebEnergyCollection.h | 3 --- LArCalorimeter/LArRecUtils/src/LArFlatConditionsAlg.h | 7 ------- LArCalorimeter/LArRecUtils/src/LArHVCondAlg.cxx | 2 -- .../LArRecUtils/src/components/LArRecUtils_entries.cxx | 1 - .../LArTest/LArCalibTest/src/FixLArElecCalib.cxx | 1 - .../LArConditionsTest/LArConditionsTestAlg.h | 4 ---- .../LArTest/LArEventTest/src/TriggerPatternCount.cxx | 2 -- 46 files changed, 74 deletions(-) diff --git a/LArCalorimeter/LArCafJobs/LArCafJobs/LArNoiseBursts.h b/LArCalorimeter/LArCafJobs/LArCafJobs/LArNoiseBursts.h index d8c568a7f6d..471f149605c 100644 --- a/LArCalorimeter/LArCafJobs/LArCafJobs/LArNoiseBursts.h +++ b/LArCalorimeter/LArCafJobs/LArCafJobs/LArNoiseBursts.h @@ -19,9 +19,6 @@ //LAr services: #include "Identifier/Range.h" #include "Identifier/IdentifierHash.h" -//#include "Identifier/HWIdentifier.h" -//#include "LArElecCalib/ILArPedestal.h" -//#include "LArRecConditions/ILArBadChannelMasker.h" #include "LArRecConditions/LArBadChannelCont.h" #include "CaloInterface/ICaloNoiseTool.h" #include "CaloInterface/ICalorimeterNoiseTool.h" @@ -38,10 +35,6 @@ // Electrons #include "egammaEvent/ElectronContainer.h" -//CBNT_UTILS -//#include "CBNT_Utils/CBNT_AthenaAwareBase.h" -//#include "AthenaBaseComps/AthAlgorithm.h" - //STL: #include <string> #include <bitset> diff --git a/LArCalorimeter/LArCafJobs/src/LArShapeDumper.cxx b/LArCalorimeter/LArCafJobs/src/LArShapeDumper.cxx index 7005f0edd9c..da5a16fac1e 100755 --- a/LArCalorimeter/LArCafJobs/src/LArShapeDumper.cxx +++ b/LArCalorimeter/LArCafJobs/src/LArShapeDumper.cxx @@ -30,7 +30,6 @@ #include "LArCafJobs/CellInfo.h" #include "LArCafJobs/RunData.h" #include "LArCafJobs/EventData.h" -#include "LArRawEvent/LArOFIterResultsContainer.h" #include "TrigT1Result/RoIBResult.h" #include "TrigSteeringEvent/TrigRoiDescriptor.h" #include "TFile.h" @@ -43,9 +42,7 @@ #include "TrigConfHLTData/HLTSequence.h" #include "TrigConfHLTData/HLTSequenceList.h" -// #include "LArCafJobs/DataContainer.h" // #include "LArCafJobs/HistoryContainer.h" -// #include "LArCafJobs/CellInfo.h" // #include "LArCafJobs/TreeAccessor.h" diff --git a/LArCalorimeter/LArCalibTools/LArCalibTools/LArParamsProperties.h b/LArCalorimeter/LArCalibTools/LArCalibTools/LArParamsProperties.h index 9a58c4a1f63..8c7dab81937 100644 --- a/LArCalorimeter/LArCalibTools/LArCalibTools/LArParamsProperties.h +++ b/LArCalorimeter/LArCalibTools/LArCalibTools/LArParamsProperties.h @@ -28,7 +28,6 @@ #include "LArRawConditions/LArCableLengthComplete.h" #include "LArRawConditions/LArCableAttenuationComplete.h" #include "LArRawConditions/LArOFCBinComplete.h" -#include "LArRawConditions/LArPhysCaliTdiffComplete.h" namespace LArParamsProperties { diff --git a/LArCalorimeter/LArCalibTools/LArCalibTools/LArPulseShape.h b/LArCalorimeter/LArCalibTools/LArCalibTools/LArPulseShape.h index f1aae4f4547..79ac746efa0 100644 --- a/LArCalorimeter/LArCalibTools/LArCalibTools/LArPulseShape.h +++ b/LArCalorimeter/LArCalibTools/LArCalibTools/LArPulseShape.h @@ -22,7 +22,6 @@ #include "LArRawEvent/LArDigitContainer.h" #include "LArCabling/LArOnOffIdMapping.h" #include "LArRecConditions/LArBadChannelCont.h" -#include "LumiBlockData/LuminosityCondData.h" #include "LArElecCalib/ILArPedestal.h" #include "StoreGate/ReadCondHandleKey.h" diff --git a/LArCalorimeter/LArCalibTools/src/LArPulseShape.cxx b/LArCalorimeter/LArCalibTools/src/LArPulseShape.cxx index 11a3631a073..c45f29b2cd3 100644 --- a/LArCalorimeter/LArCalibTools/src/LArPulseShape.cxx +++ b/LArCalorimeter/LArCalibTools/src/LArPulseShape.cxx @@ -16,7 +16,6 @@ #include "TKey.h" #include "TTree.h" #include "TSystem.h" -#include "TSystem.h" LArPulseShape::LArPulseShape(const std::string& name, ISvcLocator* pSvcLocator): AthAlgorithm(name, pSvcLocator), m_initialized(false), m_calo_id(0), diff --git a/LArCalorimeter/LArCalibUtils/LArCalibUtils/LArOFCAlg.h b/LArCalorimeter/LArCalibUtils/LArCalibUtils/LArOFCAlg.h index ba6c9a93e11..3173a587a74 100644 --- a/LArCalorimeter/LArCalibUtils/LArCalibUtils/LArOFCAlg.h +++ b/LArCalorimeter/LArCalibUtils/LArCalibUtils/LArOFCAlg.h @@ -37,8 +37,6 @@ class LArOnlineID_Base; class CaloDetDescrManager_Base; class LArDSPConfig; -#include "GaudiKernel/ToolHandle.h" - class LArOFCAlg:public AthAlgorithm { public: diff --git a/LArCalorimeter/LArCalibUtils/src/LArOFCAlg.cxx b/LArCalorimeter/LArCalibUtils/src/LArOFCAlg.cxx index fe1bf11077a..71ebbacc655 100644 --- a/LArCalorimeter/LArCalibUtils/src/LArOFCAlg.cxx +++ b/LArCalorimeter/LArCalibUtils/src/LArOFCAlg.cxx @@ -9,7 +9,6 @@ #include "LArCalibUtils/LArOFCAlg.h" #include "LArRawConditions/LArWaveHelper.h" -#include "LArRawConditions/LArOFCComplete.h" #include "LArRawConditions/LArShapeComplete.h" #include "LArRawConditions/LArOFCComplete.h" #include "LArRawConditions/LArOFCBinComplete.h" diff --git a/LArCalorimeter/LArCalibUtils/src/LArPhysWaveHECTool.cxx b/LArCalorimeter/LArCalibUtils/src/LArPhysWaveHECTool.cxx index f29e139409f..d907e616110 100755 --- a/LArCalorimeter/LArCalibUtils/src/LArPhysWaveHECTool.cxx +++ b/LArCalorimeter/LArCalibUtils/src/LArPhysWaveHECTool.cxx @@ -4,7 +4,6 @@ #include "LArCalibUtils/LArPhysWaveHECTool.h" -#include "gsl/gsl_integration.h" #include <gsl/gsl_integration.h> #include <gsl/gsl_errno.h> diff --git a/LArCalorimeter/LArCalibUtils/src/LArPhysWavePredictor.cxx b/LArCalorimeter/LArCalibUtils/src/LArPhysWavePredictor.cxx index be2f460e8db..7365b689b17 100644 --- a/LArCalorimeter/LArCalibUtils/src/LArPhysWavePredictor.cxx +++ b/LArCalorimeter/LArCalibUtils/src/LArPhysWavePredictor.cxx @@ -34,8 +34,6 @@ #include "LArCalibUtils/LArPhysWaveTool.h" // added by FT #include "LArCalibUtils/LArPhysWaveHECTool.h" // added by FT -#include "LArCalibUtils/LArPhysWaveTool.h" - #include <stdio.h> #include <iostream> #include <fstream> diff --git a/LArCalorimeter/LArCalibUtils/src/LArRampFCalCorr.cxx b/LArCalorimeter/LArCalibUtils/src/LArRampFCalCorr.cxx index 635c9e00773..99538a10fbe 100755 --- a/LArCalorimeter/LArCalibUtils/src/LArRampFCalCorr.cxx +++ b/LArCalorimeter/LArCalibUtils/src/LArRampFCalCorr.cxx @@ -27,8 +27,6 @@ #include <cmath> using std::pow; -#include <cmath> - LArRampFCalCorr::LArRampFCalCorr(const std::string& name,ISvcLocator* pSvcLocator) :AthAlgorithm(name, pSvcLocator), m_onlineHelper(0) diff --git a/LArCalorimeter/LArCellRec/src/LArNoisyROTool.cxx b/LArCalorimeter/LArCellRec/src/LArNoisyROTool.cxx index 5662980119d..67839ad1d33 100644 --- a/LArCalorimeter/LArCellRec/src/LArNoisyROTool.cxx +++ b/LArCalorimeter/LArCellRec/src/LArNoisyROTool.cxx @@ -14,7 +14,6 @@ #include "CaloIdentifier/CaloCell_ID.h" #include "LArIdentifier/LArOnlineID.h" #include "LArCabling/LArOnOffIdMapping.h" -#include "LArRecEvent/LArNoisyROSummary.h" #include "StoreGate/ReadCondHandle.h" LArNoisyROTool::LArNoisyROTool( const std::string& type, diff --git a/LArCalorimeter/LArCondUtils/src/LArFecLvTempDcsTool.h b/LArCalorimeter/LArCondUtils/src/LArFecLvTempDcsTool.h index 6d920f821e1..cf73f555d93 100755 --- a/LArCalorimeter/LArCondUtils/src/LArFecLvTempDcsTool.h +++ b/LArCalorimeter/LArCondUtils/src/LArFecLvTempDcsTool.h @@ -23,7 +23,6 @@ #include "StoreGate/DataHandle.h" #include "Identifier/Identifier.h" #include "AthenaPoolUtilities/AthenaAttributeList.h" -#include "StoreGate/DataHandle.h" #include <string> diff --git a/LArCalorimeter/LArExample/TestLArDetDescr/src/TestCaloDDE.cxx b/LArCalorimeter/LArExample/TestLArDetDescr/src/TestCaloDDE.cxx index ec51253979a..d6457911456 100755 --- a/LArCalorimeter/LArExample/TestLArDetDescr/src/TestCaloDDE.cxx +++ b/LArCalorimeter/LArExample/TestLArDetDescr/src/TestCaloDDE.cxx @@ -23,7 +23,6 @@ #include "CaloDetDescr/CaloDetDescriptor.h" #include "CaloDetDescr/ICaloRecoMaterialTool.h" #include "CaloDetDescr/ICaloRecoSimpleGeomTool.h" -#include "CaloDetDescr/CaloDetDescriptor.h" #include "CaloDetDescr/CaloDetDescrElement.h" #include "CaloGeoHelpers/CaloPhiRange.h" #include <cmath> diff --git a/LArCalorimeter/LArG4/LArG4EC/src/CryostatCalibrationMixedCalculator.cc b/LArCalorimeter/LArG4/LArG4EC/src/CryostatCalibrationMixedCalculator.cc index 3f5a3ef46c8..0de45dc3597 100644 --- a/LArCalorimeter/LArG4/LArG4EC/src/CryostatCalibrationMixedCalculator.cc +++ b/LArCalorimeter/LArG4/LArG4EC/src/CryostatCalibrationMixedCalculator.cc @@ -26,7 +26,6 @@ #include "GaudiKernel/ISvcLocator.h" #include "GaudiKernel/Bootstrap.h" #include "StoreGate/StoreGateSvc.h" -#include "globals.hh" #include "G4Step.hh" #include "G4StepPoint.hh" diff --git a/LArCalorimeter/LArG4/LArG4EC/src/EMECSupportCalibrationCalculator.cc b/LArCalorimeter/LArG4/LArG4EC/src/EMECSupportCalibrationCalculator.cc index aa8220f0418..9834c5c8594 100644 --- a/LArCalorimeter/LArG4/LArG4EC/src/EMECSupportCalibrationCalculator.cc +++ b/LArCalorimeter/LArG4/LArG4EC/src/EMECSupportCalibrationCalculator.cc @@ -27,7 +27,6 @@ #include "GaudiKernel/Bootstrap.h" #include "StoreGate/StoreGateSvc.h" #include "AthenaKernel/Units.h" -#include "globals.hh" #include "G4Step.hh" #include "G4StepPoint.hh" diff --git a/LArCalorimeter/LArG4/LArG4FastSimulation/src/EndcapFastSimDedicatedSD.cxx b/LArCalorimeter/LArG4/LArG4FastSimulation/src/EndcapFastSimDedicatedSD.cxx index f8d45b35822..c6803c0e2ba 100644 --- a/LArCalorimeter/LArG4/LArG4FastSimulation/src/EndcapFastSimDedicatedSD.cxx +++ b/LArCalorimeter/LArG4/LArG4FastSimulation/src/EndcapFastSimDedicatedSD.cxx @@ -8,7 +8,6 @@ #include "LArReadoutGeometry/EMECDetectorManager.h" #include "LArReadoutGeometry/EMECDetectorRegion.h" #include "LArG4Code/EnergySpot.h" -#include "LArSimEvent/LArHitContainer.h" #include "GeoSpecialShapes/LArWheelCalculator.h" #include "StoreGate/StoreGateSvc.h" #include "CLHEP/Geometry/Point3D.h" diff --git a/LArCalorimeter/LArG4/LArG4FastSimulation/src/FCALFastSimDedicatedSD.cxx b/LArCalorimeter/LArG4/LArG4FastSimulation/src/FCALFastSimDedicatedSD.cxx index 8bf38caf18f..0eabcc57a88 100644 --- a/LArCalorimeter/LArG4/LArG4FastSimulation/src/FCALFastSimDedicatedSD.cxx +++ b/LArCalorimeter/LArG4/LArG4FastSimulation/src/FCALFastSimDedicatedSD.cxx @@ -8,7 +8,6 @@ #include "LArReadoutGeometry/FCALDetectorManager.h" #include "LArReadoutGeometry/FCALModule.h" #include "LArG4Code/EnergySpot.h" -#include "LArSimEvent/LArHitContainer.h" #include "GeoModelKernel/GeoTubs.h" #include "StoreGate/StoreGateSvc.h" #include "CLHEP/Geometry/Transform3D.h" diff --git a/LArCalorimeter/LArG4/LArG4H6SD/src/LArGeoH62004SteppingAction.cc b/LArCalorimeter/LArG4/LArG4H6SD/src/LArGeoH62004SteppingAction.cc index e043bfb8cfb..f71e68cd967 100644 --- a/LArCalorimeter/LArG4/LArG4H6SD/src/LArGeoH62004SteppingAction.cc +++ b/LArCalorimeter/LArG4/LArG4H6SD/src/LArGeoH62004SteppingAction.cc @@ -13,7 +13,6 @@ #include "G4VPhysicalVolume.hh" #include "G4SDManager.hh" #include "G4TrackStatus.hh" -#include "G4StepPoint.hh" #include "boost/io/ios_state.hpp" #include <iomanip> diff --git a/LArCalorimeter/LArGeoModel/LArGeoEndcap/src/EndcapCryostatConstruction.cxx b/LArCalorimeter/LArGeoModel/LArGeoEndcap/src/EndcapCryostatConstruction.cxx index 4d82b7f0bf0..9a40b0eb08b 100755 --- a/LArCalorimeter/LArGeoModel/LArGeoEndcap/src/EndcapCryostatConstruction.cxx +++ b/LArCalorimeter/LArGeoModel/LArGeoEndcap/src/EndcapCryostatConstruction.cxx @@ -7,7 +7,6 @@ // 04-Jan-2002 WGS: Revised to create cryostat mother volume, and to // place all endcap components (EMEC, HEC, FCAL) within this volume. -#include "LArGeoEndcap/EndcapCryostatConstruction.h" #include "LArGeoEndcap/EndcapCryostatConstruction.h" #include "LArGeoEndcap/EndcapPresamplerConstruction.h" #include "EndcapDMConstruction.h" @@ -56,7 +55,6 @@ #include "GeoModelInterfaces/IGeoModelSvc.h" -#include "GeoModelUtilities/GeoDBUtils.h" #include "GaudiKernel/MsgStream.h" #include "GaudiKernel/Bootstrap.h" diff --git a/LArCalorimeter/LArGeoModel/LArGeoEndcap/src/EndcapPresamplerConstruction.cxx b/LArCalorimeter/LArGeoModel/LArGeoEndcap/src/EndcapPresamplerConstruction.cxx index 20efcce207e..feda70f5505 100755 --- a/LArCalorimeter/LArGeoModel/LArGeoEndcap/src/EndcapPresamplerConstruction.cxx +++ b/LArCalorimeter/LArGeoModel/LArGeoEndcap/src/EndcapPresamplerConstruction.cxx @@ -13,7 +13,6 @@ #include "GeoModelKernel/GeoNameTag.h" #include "GeoModelKernel/GeoIdentifierTag.h" #include "GeoModelKernel/GeoDefinitions.h" -#include "StoreGate/StoreGateSvc.h" #include "GeoModelInterfaces/StoredMaterialManager.h" #include "GeoModelKernel/GeoShapeUnion.h" #include "GeoModelKernel/GeoShapeShift.h" diff --git a/LArCalorimeter/LArGeoModel/LArGeoH62002Algs/src/FrontBeamConstructionH62002.cxx b/LArCalorimeter/LArGeoModel/LArGeoH62002Algs/src/FrontBeamConstructionH62002.cxx index 8208804a067..34d476abfe3 100755 --- a/LArCalorimeter/LArGeoModel/LArGeoH62002Algs/src/FrontBeamConstructionH62002.cxx +++ b/LArCalorimeter/LArGeoModel/LArGeoH62002Algs/src/FrontBeamConstructionH62002.cxx @@ -22,7 +22,6 @@ #include "GeoModelKernel/GeoSerialTransformer.h" #include "GeoModelKernel/GeoAlignableTransform.h" #include "GeoModelKernel/GeoIdentifierTag.h" -#include "GeoModelKernel/GeoSerialDenominator.h" #include "GeoModelKernel/GeoDefinitions.h" #include "StoreGate/StoreGateSvc.h" #include "GeoModelInterfaces/StoredMaterialManager.h" diff --git a/LArCalorimeter/LArGeoModel/LArGeoH62002Algs/src/TableConstructionH62002.cxx b/LArCalorimeter/LArGeoModel/LArGeoH62002Algs/src/TableConstructionH62002.cxx index 36e89b222a1..a7ab6158c8a 100755 --- a/LArCalorimeter/LArGeoModel/LArGeoH62002Algs/src/TableConstructionH62002.cxx +++ b/LArCalorimeter/LArGeoModel/LArGeoH62002Algs/src/TableConstructionH62002.cxx @@ -22,7 +22,6 @@ #include "GeoModelKernel/GeoSerialTransformer.h" #include "GeoModelKernel/GeoAlignableTransform.h" #include "GeoModelKernel/GeoIdentifierTag.h" -#include "GeoModelKernel/GeoSerialDenominator.h" #include "GeoModelKernel/GeoDefinitions.h" #include "StoreGate/StoreGateSvc.h" #include "GeoModelInterfaces/StoredMaterialManager.h" diff --git a/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/ExcluderConstructionH62004.cxx b/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/ExcluderConstructionH62004.cxx index 6e87ce6855a..6423df2fad3 100755 --- a/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/ExcluderConstructionH62004.cxx +++ b/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/ExcluderConstructionH62004.cxx @@ -12,7 +12,6 @@ #include "GeoModelKernel/GeoTubs.h" #include "GeoModelKernel/GeoLogVol.h" #include "GeoModelKernel/GeoShapeShift.h" -#include "GeoModelKernel/GeoShapeUnion.h" #include "GeoModelKernel/GeoShapeIntersection.h" #include "GeoModelKernel/GeoShapeSubtraction.h" #include "GeoModelKernel/GeoNameTag.h" diff --git a/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/FCALConstructionH62004.cxx b/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/FCALConstructionH62004.cxx index 066462edba7..ebbf687e9a4 100755 --- a/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/FCALConstructionH62004.cxx +++ b/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/FCALConstructionH62004.cxx @@ -63,7 +63,6 @@ #include <stdexcept> #include "GaudiKernel/ISvcLocator.h" -#include "GaudiKernel/Bootstrap.h" //===================constructor diff --git a/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/MiddleBeamConstructionH62004.cxx b/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/MiddleBeamConstructionH62004.cxx index c972caa449c..0014e1032f9 100755 --- a/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/MiddleBeamConstructionH62004.cxx +++ b/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/MiddleBeamConstructionH62004.cxx @@ -17,7 +17,6 @@ #include "GeoModelKernel/GeoTube.h" #include "GeoModelKernel/GeoNameTag.h" #include "GeoModelKernel/GeoTransform.h" -#include "GeoModelKernel/GeoSerialDenominator.h" #include "GeoModelKernel/GeoSerialIdentifier.h" #include "GeoModelKernel/GeoSerialTransformer.h" #include "GeoModelKernel/GeoAlignableTransform.h" diff --git a/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/ModulesConstructionH62004.cxx b/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/ModulesConstructionH62004.cxx index 178fb693b08..dd61de61389 100755 --- a/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/ModulesConstructionH62004.cxx +++ b/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/ModulesConstructionH62004.cxx @@ -20,7 +20,6 @@ #include "GeoModelKernel/GeoCons.h" #include "GeoModelKernel/GeoLogVol.h" #include "GeoModelKernel/GeoShapeShift.h" -#include "GeoModelKernel/GeoShapeUnion.h" #include "GeoModelKernel/GeoShapeIntersection.h" #include "GeoModelKernel/GeoShapeSubtraction.h" #include "GeoModelKernel/GeoNameTag.h" diff --git a/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/MovableTableConstructionH62004.cxx b/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/MovableTableConstructionH62004.cxx index c7c64cadeee..e0ebffe3bbe 100755 --- a/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/MovableTableConstructionH62004.cxx +++ b/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/MovableTableConstructionH62004.cxx @@ -18,7 +18,6 @@ #include "GeoModelKernel/GeoTube.h" #include "GeoModelKernel/GeoNameTag.h" #include "GeoModelKernel/GeoTransform.h" -#include "GeoModelKernel/GeoSerialDenominator.h" #include "GeoModelKernel/GeoSerialIdentifier.h" #include "GeoModelKernel/GeoSerialTransformer.h" #include "GeoModelKernel/GeoAlignableTransform.h" diff --git a/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/Other/LArGeoH62004SteppingAction.cc b/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/Other/LArGeoH62004SteppingAction.cc index a8d13dd93ab..1e6114b2db1 100755 --- a/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/Other/LArGeoH62004SteppingAction.cc +++ b/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/Other/LArGeoH62004SteppingAction.cc @@ -17,7 +17,6 @@ #include "LArG4SD/LArG4SD.h" #include "LArG4Code/LArG4Identifier.h" #include "G4Track.hh" -#include "G4StepPoint.hh" #include "G4TouchableHistory.hh" #include "G4TransportationManager.hh" #include "G4VPhysicalVolume.hh" diff --git a/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/WarmTCConstructionH62004.cxx b/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/WarmTCConstructionH62004.cxx index 4f583c3d1a8..fde9d204d95 100755 --- a/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/WarmTCConstructionH62004.cxx +++ b/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/src/WarmTCConstructionH62004.cxx @@ -13,7 +13,6 @@ #include "GeoModelKernel/GeoCons.h" #include "GeoModelKernel/GeoLogVol.h" #include "GeoModelKernel/GeoShapeShift.h" -#include "GeoModelKernel/GeoShapeUnion.h" #include "GeoModelKernel/GeoShapeIntersection.h" #include "GeoModelKernel/GeoShapeSubtraction.h" #include "GeoModelKernel/GeoNameTag.h" diff --git a/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/src/BPCConstruction.cxx b/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/src/BPCConstruction.cxx index 47b9c16c989..b119bac86f5 100755 --- a/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/src/BPCConstruction.cxx +++ b/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/src/BPCConstruction.cxx @@ -23,10 +23,8 @@ #include "GeoModelKernel/GeoSerialTransformer.h" #include "GeoModelKernel/GeoAlignableTransform.h" #include "GeoModelKernel/GeoIdentifierTag.h" -#include "GeoModelKernel/GeoSerialDenominator.h" #include "GeoModelKernel/GeoDefinitions.h" #include "GeoModelKernel/Units.h" -#include "StoreGate/StoreGateSvc.h" #include "GeoModelInterfaces/StoredMaterialManager.h" #include "GeoModelKernel/GeoShapeUnion.h" #include "GeoModelKernel/GeoShapeShift.h" diff --git a/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/src/H6CryostatConstruction.cxx b/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/src/H6CryostatConstruction.cxx index 6b3b210c43e..caf65d8c7b7 100755 --- a/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/src/H6CryostatConstruction.cxx +++ b/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/src/H6CryostatConstruction.cxx @@ -23,7 +23,6 @@ #include "GeoModelKernel/GeoAlignableTransform.h" #include "GeoModelKernel/GeoIdentifierTag.h" #include "GeoModelKernel/GeoDefinitions.h" -#include "StoreGate/StoreGateSvc.h" #include "GeoModelInterfaces/StoredMaterialManager.h" #include "GeoModelKernel/GeoShapeUnion.h" #include "GeoModelKernel/GeoShapeShift.h" diff --git a/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/src/MWPCConstruction.cxx b/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/src/MWPCConstruction.cxx index 53f04814e75..ffe55d17d44 100755 --- a/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/src/MWPCConstruction.cxx +++ b/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/src/MWPCConstruction.cxx @@ -26,9 +26,7 @@ #include "GeoModelKernel/GeoSerialTransformer.h" #include "GeoModelKernel/GeoAlignableTransform.h" #include "GeoModelKernel/GeoIdentifierTag.h" -#include "GeoModelKernel/GeoSerialDenominator.h" #include "GeoModelKernel/GeoDefinitions.h" -#include "StoreGate/StoreGateSvc.h" #include "GeoModelInterfaces/StoredMaterialManager.h" #include "GeoModelKernel/GeoShapeUnion.h" #include "GeoModelKernel/GeoShapeShift.h" diff --git a/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/src/WallsConstruction.cxx b/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/src/WallsConstruction.cxx index c05eff61fb7..77ccc0eb9cf 100755 --- a/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/src/WallsConstruction.cxx +++ b/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/src/WallsConstruction.cxx @@ -21,9 +21,7 @@ #include "GeoModelKernel/GeoSerialTransformer.h" #include "GeoModelKernel/GeoAlignableTransform.h" #include "GeoModelKernel/GeoIdentifierTag.h" -#include "GeoModelKernel/GeoSerialDenominator.h" #include "GeoModelKernel/GeoDefinitions.h" -#include "StoreGate/StoreGateSvc.h" #include "GeoModelInterfaces/StoredMaterialManager.h" #include "GeoModelKernel/GeoShapeUnion.h" #include "GeoModelKernel/GeoShapeShift.h" diff --git a/LArCalorimeter/LArGeoModel/LArGeoTBEC/src/CryostatConstructionTBEC.cxx b/LArCalorimeter/LArGeoModel/LArGeoTBEC/src/CryostatConstructionTBEC.cxx index 303628b82f3..1cdc7fd50a0 100755 --- a/LArCalorimeter/LArGeoModel/LArGeoTBEC/src/CryostatConstructionTBEC.cxx +++ b/LArCalorimeter/LArGeoModel/LArGeoTBEC/src/CryostatConstructionTBEC.cxx @@ -23,7 +23,6 @@ #include "GeoModelKernel/GeoAlignableTransform.h" #include "GeoModelKernel/GeoIdentifierTag.h" #include "GeoModelKernel/GeoDefinitions.h" -#include "StoreGate/StoreGateSvc.h" #include "GeoModelInterfaces/StoredMaterialManager.h" #include "GeoModelKernel/GeoShapeUnion.h" #include "GeoModelKernel/GeoShapeShift.h" diff --git a/LArCalorimeter/LArGeoModel/LArGeoTBEC/src/LArDetectorConstructionTBEC.cxx b/LArCalorimeter/LArGeoModel/LArGeoTBEC/src/LArDetectorConstructionTBEC.cxx index 997ec1276aa..ec19e9de597 100755 --- a/LArCalorimeter/LArGeoModel/LArGeoTBEC/src/LArDetectorConstructionTBEC.cxx +++ b/LArCalorimeter/LArGeoModel/LArGeoTBEC/src/LArDetectorConstructionTBEC.cxx @@ -22,7 +22,6 @@ #include "GeoModelKernel/GeoAlignableTransform.h" #include "GeoModelKernel/GeoIdentifierTag.h" #include "GeoModelKernel/GeoDefinitions.h" -#include "StoreGate/StoreGateSvc.h" #include "GeoModelInterfaces/StoredMaterialManager.h" #include "GeoModelUtilities/StoredPhysVol.h" #include "GeoModelUtilities/DecodeVersionKey.h" diff --git a/LArCalorimeter/LArGeoModel/LArGeoTBEC/src/LArDetectorFactoryTBEC.cxx b/LArCalorimeter/LArGeoModel/LArGeoTBEC/src/LArDetectorFactoryTBEC.cxx index 3000815bdbc..073ac8b943e 100755 --- a/LArCalorimeter/LArGeoModel/LArGeoTBEC/src/LArDetectorFactoryTBEC.cxx +++ b/LArCalorimeter/LArGeoModel/LArGeoTBEC/src/LArDetectorFactoryTBEC.cxx @@ -24,7 +24,6 @@ #include "GaudiKernel/Bootstrap.h" #include "GeoModelUtilities/StoredPhysVol.h" -#include "LArReadoutGeometry/EMECDetectorManager.h" #include "LArReadoutGeometry/EMECDetectorManager.h" #include "LArReadoutGeometry/EMECDetectorRegion.h" #include "LArReadoutGeometry/EMECDetDescr.h" diff --git a/LArCalorimeter/LArGeoModel/LArHV/src/LArHVManager.cxx b/LArCalorimeter/LArGeoModel/LArHV/src/LArHVManager.cxx index 94e3a9afec4..9a129001b46 100644 --- a/LArCalorimeter/LArGeoModel/LArHV/src/LArHVManager.cxx +++ b/LArCalorimeter/LArGeoModel/LArHV/src/LArHVManager.cxx @@ -8,7 +8,6 @@ #include "LArHV/FCALHVManager.h" #include "LArHV/EMBPresamplerHVManager.h" #include "LArHV/EMECPresamplerHVManager.h" -#include "LArHV/LArHVManager.h" LArHVManager::LArHVManager() : m_embHV() diff --git a/LArCalorimeter/LArGeoModel/LArReadoutGeometry/src/EMECDetectorRegion.cxx b/LArCalorimeter/LArGeoModel/LArReadoutGeometry/src/EMECDetectorRegion.cxx index ca45e94ccb2..107494cb4b8 100755 --- a/LArCalorimeter/LArGeoModel/LArReadoutGeometry/src/EMECDetectorRegion.cxx +++ b/LArCalorimeter/LArGeoModel/LArReadoutGeometry/src/EMECDetectorRegion.cxx @@ -5,7 +5,6 @@ #include "GeoModelKernel/GeoVFullPhysVol.h" #include "LArReadoutGeometry/EMECDetectorRegion.h" -#include "GeoModelKernel/GeoVFullPhysVol.h" #include "GeoModelKernel/GeoPcon.h" #include "GeoPrimitives/CLHEPtoEigenConverter.h" diff --git a/LArCalorimeter/LArRawConditions/LArRawConditions/LArRawConditionsDict1.h b/LArCalorimeter/LArRawConditions/LArRawConditions/LArRawConditionsDict1.h index 4ef47959947..eb92c4c141f 100644 --- a/LArCalorimeter/LArRawConditions/LArRawConditions/LArRawConditionsDict1.h +++ b/LArCalorimeter/LArRawConditions/LArRawConditions/LArRawConditionsDict1.h @@ -13,7 +13,6 @@ //=== LArAutoCorrP #include "LArRawConditions/LArAutoCorrMC.h" #include "LArRawConditions/LArAutoCorrP.h" -#include "LArRawConditions/LArAutoCorrP.h" #include "LArRawConditions/LArAutoCorrP1.h" INSTAN_CC(LArAutoCorrP1); INSTAN_CS(LArAutoCorrP); diff --git a/LArCalorimeter/LArRecEvent/LArRecEvent/LArFebEnergyCollection.h b/LArCalorimeter/LArRecEvent/LArRecEvent/LArFebEnergyCollection.h index af487cbcb5f..72409bbfcf1 100755 --- a/LArCalorimeter/LArRecEvent/LArRecEvent/LArFebEnergyCollection.h +++ b/LArCalorimeter/LArRecEvent/LArRecEvent/LArFebEnergyCollection.h @@ -18,9 +18,6 @@ #include "AthContainers/DataVector.h" #include "AthenaKernel/CLASS_DEF.h" -#include "LArRecEvent/LArFebEnergy.h" - - class LArFebEnergyCollection : public DataVector<LArFebEnergy> { public: diff --git a/LArCalorimeter/LArRecUtils/src/LArFlatConditionsAlg.h b/LArCalorimeter/LArRecUtils/src/LArFlatConditionsAlg.h index dc017b2cd7e..b710f7c1a72 100644 --- a/LArCalorimeter/LArRecUtils/src/LArFlatConditionsAlg.h +++ b/LArCalorimeter/LArRecUtils/src/LArFlatConditionsAlg.h @@ -35,13 +35,9 @@ class LArFlatConditionsAlg: public AthAlgorithm { -//#include "LArCOOLConditions/LArHVScaleCorrFlat.h" -//typedef LArFlatConditionsAlg<LArHVScaleCorrFlat> LArFlatCondAlgHVScale; - #include "LArCOOLConditions/LArPedestalFlat.h" typedef LArFlatConditionsAlg<LArPedestalFlat> LArCondAlgPedestalFlat; - #include "LArCOOLConditions/LArAutoCorrSC.h" typedef LArFlatConditionsAlg<LArAutoCorrSC> LArCondAlgAutoCorrSC; @@ -72,9 +68,6 @@ typedef LArFlatConditionsAlg<LArNoiseSC> LArCondAlgNoiseSC; #include "LArCOOLConditions/LArOFCFlat.h" typedef LArFlatConditionsAlg<LArOFCFlat> LArCondAlgOFCFlat; -#include "LArCOOLConditions/LArPedestalFlat.h" -typedef LArFlatConditionsAlg<LArPedestalFlat> LArCondAlgPedestalFlat; - #include "LArCOOLConditions/LArPedestalSC.h" typedef LArFlatConditionsAlg<LArPedestalSC> LArCondAlgPedestalSC; diff --git a/LArCalorimeter/LArRecUtils/src/LArHVCondAlg.cxx b/LArCalorimeter/LArRecUtils/src/LArHVCondAlg.cxx index ef8deea8b39..c41808e350a 100755 --- a/LArCalorimeter/LArRecUtils/src/LArHVCondAlg.cxx +++ b/LArCalorimeter/LArRecUtils/src/LArHVCondAlg.cxx @@ -31,8 +31,6 @@ #include "LArHV/FCALHVManager.h" #include "LArHV/FCALHVLine.h" -#include "LArHV/LArHVManager.h" - #include "LArIdentifier/LArElectrodeID.h" #include "LArIdentifier/LArHVLineID.h" #include "LArIdentifier/LArOnlineID.h" diff --git a/LArCalorimeter/LArRecUtils/src/components/LArRecUtils_entries.cxx b/LArCalorimeter/LArRecUtils/src/components/LArRecUtils_entries.cxx index ea0407b85a3..7a4b5c10ff5 100644 --- a/LArCalorimeter/LArRecUtils/src/components/LArRecUtils_entries.cxx +++ b/LArCalorimeter/LArRecUtils/src/components/LArRecUtils_entries.cxx @@ -15,7 +15,6 @@ #include "../LArOnOffMappingAlg.h" #include "../LArCalibLineMappingAlg.h" #include "../LArFebRodMappingAlg.h" -#include "../LArHVIdMappingAlg.h" #include "../LArSymConditionsAlg.h" #include "../LArMCSymCondAlg.h" #include "../LArADC2MeVCondAlg.h" diff --git a/LArCalorimeter/LArTest/LArCalibTest/src/FixLArElecCalib.cxx b/LArCalorimeter/LArTest/LArCalibTest/src/FixLArElecCalib.cxx index 6e11e6c8c77..82ec4a159ad 100644 --- a/LArCalorimeter/LArTest/LArCalibTest/src/FixLArElecCalib.cxx +++ b/LArCalorimeter/LArTest/LArCalibTest/src/FixLArElecCalib.cxx @@ -66,7 +66,6 @@ #include "LArIdentifier/LArOnlineID.h" #include "CaloIdentifier/LArEM_ID.h" #include "LArIdentifier/LArOnline_SuperCellID.h" -#include "CaloIdentifier/LArEM_ID.h" #include "CaloIdentifier/CaloCell_SuperCell_ID.h" #include "LArRawConditions/LArDAC2uAMC.h" diff --git a/LArCalorimeter/LArTest/LArConditionsTest/LArConditionsTest/LArConditionsTestAlg.h b/LArCalorimeter/LArTest/LArConditionsTest/LArConditionsTest/LArConditionsTestAlg.h index 6fdec0918f4..768c35aec58 100644 --- a/LArCalorimeter/LArTest/LArConditionsTest/LArConditionsTest/LArConditionsTestAlg.h +++ b/LArCalorimeter/LArTest/LArConditionsTest/LArConditionsTest/LArConditionsTestAlg.h @@ -26,11 +26,7 @@ #include "GaudiKernel/IIncidentListener.h" #include "AthenaKernel/IOVSvcDefs.h" -// #include "LArCondCnv/ExampleData.h" -// #include "LArCondCnv/ExampleDataRamp.h" -#include "LArElecCalib/ILArRamp.h" #include "StoreGate/DataHandle.h" -//#include "AthenaKernel/IOVSvcDefs.h" #include "StoreGate/ReadCondHandleKey.h" #include "LArCabling/LArOnOffIdMapping.h" #include "LArRecConditions/LArCalibLineMapping.h" diff --git a/LArCalorimeter/LArTest/LArEventTest/src/TriggerPatternCount.cxx b/LArCalorimeter/LArTest/LArEventTest/src/TriggerPatternCount.cxx index e287ebd8cb8..e4539bab510 100755 --- a/LArCalorimeter/LArTest/LArEventTest/src/TriggerPatternCount.cxx +++ b/LArCalorimeter/LArTest/LArEventTest/src/TriggerPatternCount.cxx @@ -55,8 +55,6 @@ StatusCode TriggerPatternCount::execute() return StatusCode::SUCCESS; } -#include <stdlib.h> - StatusCode TriggerPatternCount::finalize() { ATH_MSG_INFO ( "TriggerPatternCount has finished." ); -- GitLab