ATLAS Offline Software
|
Public Member Functions | |
CaloIsoHelpKey (IDataHandleHolder *owningAlg) | |
constructor More... | |
void | declare (IDataHandleHolder *owningAlg) |
only to be called after placed in the final location, to propagate dependencies More... | |
Public Attributes | |
SG::WriteDecorHandleKeyArray< xAOD::IParticleContainer > | isoDeco |
The actual isolations. More... | |
std::map< xAOD::Iso::IsolationCaloCorrection, SG::WriteDecorHandleKey< xAOD::IParticleContainer > > | coreCorDeco |
The corrections (one per flavor) More... | |
std::map< xAOD::Iso::IsolationCaloCorrection, SG::WriteDecorHandleKeyArray< xAOD::IParticleContainer > > | noncoreCorDeco |
The corrections (one per flavor/type combination) More... | |
std::vector< xAOD::Iso::IsolationType > | isoTypes |
the types of isolations to calculate More... | |
xAOD::CaloCorrection | CorrList |
to keep track of the corrections More... | |
SG::WriteDecorHandleKey< xAOD::IParticleContainer > | corrBitsetDeco |
Definition at line 244 of file IsolationBuilder.h.
IsolationBuilder::CaloIsoHelpKey::CaloIsoHelpKey | ( | IDataHandleHolder * | owningAlg | ) |
constructor
Definition at line 184 of file IsolationBuilder.cxx.
void IsolationBuilder::CaloIsoHelpKey::declare | ( | IDataHandleHolder * | owningAlg | ) |
only to be called after placed in the final location, to propagate dependencies
Definition at line 192 of file IsolationBuilder.cxx.
std::map<xAOD::Iso::IsolationCaloCorrection, SG::WriteDecorHandleKey<xAOD::IParticleContainer> > IsolationBuilder::CaloIsoHelpKey::coreCorDeco |
The corrections (one per flavor)
Definition at line 259 of file IsolationBuilder.h.
SG::WriteDecorHandleKey<xAOD::IParticleContainer> IsolationBuilder::CaloIsoHelpKey::corrBitsetDeco |
Definition at line 273 of file IsolationBuilder.h.
xAOD::CaloCorrection IsolationBuilder::CaloIsoHelpKey::CorrList |
to keep track of the corrections
Definition at line 270 of file IsolationBuilder.h.
SG::WriteDecorHandleKeyArray<xAOD::IParticleContainer> IsolationBuilder::CaloIsoHelpKey::isoDeco |
The actual isolations.
Definition at line 254 of file IsolationBuilder.h.
std::vector<xAOD::Iso::IsolationType> IsolationBuilder::CaloIsoHelpKey::isoTypes |
the types of isolations to calculate
Definition at line 267 of file IsolationBuilder.h.
std::map<xAOD::Iso::IsolationCaloCorrection, SG::WriteDecorHandleKeyArray<xAOD::IParticleContainer> > IsolationBuilder::CaloIsoHelpKey::noncoreCorDeco |
The corrections (one per flavor/type combination)
Definition at line 264 of file IsolationBuilder.h.