![]() |
ATLAS Offline Software
|
#include "JetUtils/JetCaloQualityUtils.h"Go to the source code of this file.
Classes | |
| class | jet::JetCaloCellCalculator |
| Base class (inheriting JetCaloCalculator) for calculations accessing CaloCell directly. More... | |
| class | jet::JetCaloCellCalculations |
| collection of JetCaloCellCalculator More... | |
Namespaces | |
| namespace | jet |
Macros | |
| #define | DECLARECELLCALC(baseclass, derivedclass, inits) |
| DECLARECELLCALC : a macro to ease the declaration of concrete implementations of JetCaloCellCalculator. | |
Functions | |
| jet::DECLARECELLCALC (JetCalcnLeadingCells, JetCalcnLeadingCells_fromCells, m_id=JetAttribute::N90Cells;) | |
| jet::DECLARECELLCALC (JetCalcOutOfTimeEnergyFraction, JetCalcOutOfTimeEnergyFraction_fromCells,) | |
| jet::DECLARECELLCALC (JetCalcTimeCells, JetCalcTimeCells_fromCells,) | |
| jet::DECLARECELLCALC (JetCalcAverageLArQualityF, JetCalcAverageLArQualityF_fromCells,) | |
| jet::DECLARECELLCALC (JetCalcQualityHEC, JetCalcQualityHEC_fromCells,) | |
| jet::DECLARECELLCALC (JetCalcQuality, JetCalcQuality_fromCells,) | |
| jet::DECLARECELLCALC (JetCalcNegativeEnergy, JetCalcNegativeEnergy_fromCells,) | |
| jet::DECLARECELLCALC (JetCalcCentroid, JetCalcCentroid_fromCells,) | |
| #define DECLARECELLCALC | ( | baseclass, | |
| derivedclass, | |||
| inits ) |
DECLARECELLCALC : a macro to ease the declaration of concrete implementations of JetCaloCellCalculator.
| baseclass | : the class to be inherited. |
| derivedclass | : the JetCaloCellCalculator implentation to declare |
| inits | : code to be added to derivedclass constructor |
Definition at line 53 of file JetCaloCellQualityUtils.h.