#include "RecoEcal/EgammaClusterAlgos/interface/EgammaSCEnergyCorrectionAlgo.h"
#include "DataFormats/Math/interface/LorentzVector.h"
#include "DataFormats/Math/interface/Vector3D.h"
#include "DataFormats/EgammaReco/interface/SuperClusterFwd.h"
Go to the source code of this file.
Functions | |
math::XYZTLorentzVector | DetectorVector (const reco::SuperClusterRef &sc) |
math::XYZTLorentzVector | DetectorVector (const reco::SuperCluster sc) |
math::XYZTLorentzVector | DetectorVector (const GlobalPoint &pos, const math::XYZPoint &vertex, double energy) |
math::XYZTLorentzVector | PhysicsVector (const math::XYZPoint &vertex, const reco::SuperCluster &sc) |
math::XYZTLorentzVector | PhysicsVectorRaw (const math::XYZPoint &vertex, const reco::SuperCluster &sc) |
math::XYZTLorentzVector DetectorVector | ( | const reco::SuperClusterRef & | sc | ) |
Definition at line 6 of file CaloVectors.h.
References funct::cos(), EnergyCorrector::pt, and funct::sin().
Referenced by ErsatzMEt::analyze().
math::XYZTLorentzVector DetectorVector | ( | const reco::SuperCluster | sc | ) |
Definition at line 12 of file CaloVectors.h.
References funct::cos(), reco::CaloCluster::energy(), reco::CaloCluster::eta(), reco::CaloCluster::phi(), EnergyCorrector::pt, and funct::sin().
math::XYZTLorentzVector DetectorVector | ( | const GlobalPoint & | pos, |
const math::XYZPoint & | vertex, | ||
double | energy | ||
) |
Definition at line 18 of file CaloVectors.h.
References funct::cos(), PVValHelper::eta, PVValHelper::phi, EnergyCorrector::pt, funct::sin(), PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
math::XYZTLorentzVector PhysicsVector | ( | const math::XYZPoint & | vertex, |
const reco::SuperCluster & | sc | ||
) |
Definition at line 28 of file CaloVectors.h.
References funct::cos(), reco::CaloCluster::energy(), PVValHelper::eta, PVValHelper::phi, reco::CaloCluster::position(), EnergyCorrector::pt, and funct::sin().
math::XYZTLorentzVector PhysicsVectorRaw | ( | const math::XYZPoint & | vertex, |
const reco::SuperCluster & | sc | ||
) |
Definition at line 37 of file CaloVectors.h.
References funct::cos(), PVValHelper::eta, PVValHelper::phi, reco::CaloCluster::position(), EnergyCorrector::pt, reco::SuperCluster::rawEnergy(), and funct::sin().
Referenced by ErsatzMEt::ersatzFabrik().