-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34829 from bsunanda/Run3-alca196
Run3-alca196 Collapse .h and .cc files in DQMOffline/CalibCalo and reorganize the files
- Loading branch information
Showing
20 changed files
with
813 additions
and
1,040 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
DQMOffline/CalibCalo/interface/DQMHcalIterativePhiSymAlCaReco.h
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,24 @@ | ||
<use name="DQMServices/Core"/> | ||
<use name="Geometry/Records"/> | ||
<use name="Geometry/CaloGeometry"/> | ||
<use name="DataFormats/Common"/> | ||
<use name="DataFormats/DetId"/> | ||
<use name="DataFormats/EcalDetId"/> | ||
<use name="DataFormats/EcalRecHit"/> | ||
<use name="DataFormats/EgammaReco"/> | ||
<use name="DataFormats/HLTReco"/> | ||
<use name="DataFormats/JetReco"/> | ||
<use name="DataFormats/HcalIsolatedTrack"/> | ||
<use name="DataFormats/Math"/> | ||
<use name="DataFormats/RecoCandidate"/> | ||
<use name="DataFormats/FEDRawData"/> | ||
<use name="FWCore/Framework"/> | ||
<use name="FWCore/MessageLogger"/> | ||
<use name="FWCore/ParameterSet"/> | ||
<use name="Geometry/CaloTopology"/> | ||
<use name="EventFilter/HcalRawToDigi"/> | ||
<use name="RecoEcal/EgammaCoreTools"/> | ||
<use name="rootphysics"/> | ||
<library file="*.cc" name="DQMOfflineCalibCaloPlugins"> | ||
<use name="DQMOffline/CalibCalo"/> | ||
<flags EDM_PLUGIN="1"/> | ||
</library> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.