ATLAS Offline Software
Namespaces | Functions
JetOriginHelpers.h File Reference

Helpers to calculate corrected 4-vectors w.r.t to a given orign. More...

#include "xAODJet/Jet.h"
#include "xAODTracking/VertexFwd.h"
#include "xAODCaloEvent/CaloClusterContainer.h"
Include dependency graph for JetOriginHelpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 jet
 

Functions

xAOD::JetFourMom_t jet::clusterOriginCorrection (const xAOD::Jet &jet, const xAOD::Vertex &vx)
 returns 4-vector of the jet relative to the vertex More...
 
xAOD::JetFourMom_t jet::clusterOriginCorrection (const xAOD::Jet &jet, const xAOD::Vertex &vx, const xAOD::CaloCluster::State state=xAOD::CaloCluster::UNKNOWN)
 

Detailed Description

Helpers to calculate corrected 4-vectors w.r.t to a given orign.

A list of functions are defined to calculate the Jet 4-vector w.r.t to a given origin (i.e vertex). The calculation is done from the the corrected constituents position (or from the cells inside the constituents, not implemented yet). The calculation is done at the constituent scale : it does not take the jet 4-vector into account and so does not depend on the calibration of the jet.

Definition in file JetOriginHelpers.h.