collection of JetCaloCellCalculator
More...
#include <JetCaloCellQualityUtils.h>
collection of JetCaloCellCalculator
This class is similar and inherit JetCaloCalculations It's specialized for JetCaloCellCalculator .
Definition at line 80 of file JetCaloCellQualityUtils.h.
◆ JetCaloCellCalculations()
jet::JetCaloCellCalculations::JetCaloCellCalculations |
( |
bool |
ownCalc = true | ) |
|
|
inline |
◆ addCalculator()
◆ addCellCalculator()
◆ at()
◆ clear()
void jet::JetCaloCalculations::clear |
( |
| ) |
|
|
inherited |
◆ numCalculators()
size_t jet::JetCaloCalculations::numCalculators |
( |
| ) |
const |
|
inlineinherited |
◆ process()
std::vector< double > jet::JetCaloCellCalculations::process |
( |
const xAOD::Jet * |
jet | ) |
const |
|
virtual |
Perform all tasks correspondings to the associated JetCaloCalculators on Jet jet.
Reimplemented from jet::JetCaloCalculations.
Definition at line 38 of file JetCaloCellQualityUtils.cxx.
40 size_t nConstit =
jet->numConstituents();
50 std::vector<JetCaloCellCalculator*> clonedCalc;
60 double w=
it.weight();
62 for( JetCaloCellCalculator *
calc : clonedCalc) {
68 for(JetCaloCalculator*
calc: clonedCalc) {
◆ setupEvent()
bool jet::JetCaloCalculations::setupEvent |
( |
| ) |
|
|
inherited |
◆ m_calculators
◆ m_cellcalculators
◆ m_owncalculators
bool jet::JetCaloCalculations::m_owncalculators |
|
protectedinherited |
The documentation for this class was generated from the following files: