ATLAS Offline Software
|
#include "xAODJet/JetConstituentVector.h"
#include <vector>
#include "xAODJet/Jet.h"
#include "xAODCaloEvent/CaloCluster.h"
Go to the source code of this file.
Classes | |
class | CaloConstitHelpers::CaloConstitExtractor |
Interface to retrieve calo informations from a jet constituent. More... | |
class | jet::JetCaloCalculator |
class | jet::JetCaloCalculations |
Holds a list of JetCalculators. More... | |
Namespaces | |
CaloConstitHelpers | |
jet | |
Macros | |
#define | JETCALCFUNCDECL(cname, id, others) |
JETCALCFUNCDECL macro : ease the declaration of class inheriting JetCaloCalculator cname : the class name id : A JetAttribute::AttributeID corresponding to what the calculator produces others : a list of instructions executed in constructor (typically in the form 'minPtCut=42;') More... | |
#define JETCALCFUNCDECL | ( | cname, | |
id, | |||
others | |||
) |
JETCALCFUNCDECL macro : ease the declaration of class inheriting JetCaloCalculator cname : the class name id : A JetAttribute::AttributeID corresponding to what the calculator produces others : a list of instructions executed in constructor (typically in the form 'minPtCut=42;')
Definition at line 124 of file JetCaloCalculations.h.