-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 #46011 from bsunanda/Run3-hcx361
Run3-hcx361 Make Era dependent ZDC geometry - backport #45511
- Loading branch information
Showing
32 changed files
with
920 additions
and
225 deletions.
There are no files selected for viewing
454 changes: 313 additions & 141 deletions
454
CalibCalorimetry/HcalPlugins/src/HcalHardcodeCalibrations.cc
Large diffs are not rendered by default.
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
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#ifndef Geometry_ForwardGeometry_CaloGeometryDBZdc_h | ||
#define Geometry_ForwardGeometry_CaloGeometryDBZdc_h | ||
|
||
#include "Geometry/CaloEventSetup/interface/CaloGeometryDBEP.h" | ||
#include "Geometry/ForwardGeometry/interface/ZdcGeometry.h" | ||
|
||
namespace calogeometryDBEPimpl { | ||
template <> | ||
struct AdditionalTokens<ZdcGeometry> { | ||
void makeTokens(edm::ESConsumesCollectorT<ZdcGeometry::AlignedRecord>& cc) { | ||
topology = cc.consumesFrom<ZdcTopology, HcalRecNumberingRecord>(edm::ESInputTag{}); | ||
} | ||
edm::ESGetToken<ZdcTopology, HcalRecNumberingRecord> topology; | ||
}; | ||
} // namespace calogeometryDBEPimpl | ||
|
||
#endif |
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
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.