ATLAS Offline Software
Loading...
Searching...
No Matches
JetCnv_p6.cxx File Reference

Go to the source code of this file.

Typedefs

using VxLinkCnv_t = ElementLinkCnv_p3<ElementLink<VxContainer>>
using NavigableCnv_t = NavigableCnv_p2<Navigable<INavigable4MomentumCollection, double>, float>

Functions

double JetCnvE (float px, float py, float pz, float m)

Variables

static const VxLinkCnv_t vxCnv
static const NavigableCnv_t navCnv

Typedef Documentation

◆ NavigableCnv_t

Definition at line 46 of file JetCnv_p6.cxx.

◆ VxLinkCnv_t

Definition at line 39 of file JetCnv_p6.cxx.

Function Documentation

◆ JetCnvE()

double JetCnvE ( float px,
float py,
float pz,
float m )

Definition at line 55 of file JetCnv_p6.cxx.

55 {
56 return std::sqrt( px*px + py*py + pz*pz + m*m);
57}

Variable Documentation

◆ navCnv

const NavigableCnv_t navCnv
static

Definition at line 50 of file JetCnv_p6.cxx.

◆ vxCnv

const VxLinkCnv_t vxCnv
static

Definition at line 42 of file JetCnv_p6.cxx.