ATLAS Offline Software
Typedefs | Functions
JetCnv_p6.cxx File Reference
#include "DataModelAthenaPool/NavigableCnv_p2.h"
#include "DataModelAthenaPool/ElementLinkCnv_p3.h"
#include "JetEventTPCnv/JetMomentMapCnv_p6.h"
#include "VxVertex/VxContainer.h"
#include "JetEvent/Jet.h"
#include "JetEvent/JetTagInfoBase.h"
#include "JetEvent/JetAssociationBase.h"
#include "JetEvent/JetINav4MomAssociation.h"
#include "JetEventTPCnv/JetCnv_p6.h"
#include "JetEventTPCnv/JetSignalStateCnv.h"
#include "DataModelAthenaPool/DataLinkCnv_p2.h"
#include <vector>

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)
 

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 }
test_pyathena.px
px
Definition: test_pyathena.py:18
python.SystemOfUnits.m
int m
Definition: SystemOfUnits.py:91
Amg::pz
@ pz
Definition: GeoPrimitives.h:40
Amg::py
@ py
Definition: GeoPrimitives.h:39