Definition at line 320 of file IsolationBuilder.h.
◆ CaloIsoHelpHandles()
| IsolationBuilder::CaloIsoHelpHandles::CaloIsoHelpHandles |
( |
const CaloIsoHelpKey & | keys | ) |
|
Definition at line 228 of file IsolationBuilder.cxx.
231{
232 for (
const auto& key :
keys.isoDeco) {
234 }
235 for (
const auto& coreCor :
keys.coreCorDeco) {
237 }
238 for (
const auto& noncoreCor :
keys.noncoreCorDeco) {
240 noncoreCor.first,
241 std::vector<SG::WriteDecorHandle<xAOD::IParticleContainer, float>>{
242 std::begin(noncoreCor.second), std::end(noncoreCor.second) });
243 }
244}
std::map< xAOD::Iso::IsolationCaloCorrection, SG::WriteDecorHandle< xAOD::IParticleContainer, float > > coreCorDeco
std::map< xAOD::Iso::IsolationCaloCorrection, std::vector< SG::WriteDecorHandle< xAOD::IParticleContainer, float > > > noncoreCorDeco
SG::WriteDecorHandle< xAOD::IParticleContainer, uint32_t > corrBitsetDeco
std::vector< SG::WriteDecorHandle< xAOD::IParticleContainer, float > > isoDeco
◆ coreCorDeco
◆ corrBitsetDeco
◆ isoDeco
◆ noncoreCorDeco
The documentation for this struct was generated from the following files: