ATLAS Offline Software
|
#include "xAODBPhys/BPhysHelper.h"
#include "xAODTracking/TrackParticle.h"
#include "xAODTracking/Vertex.h"
#include "xAODTracking/VertexContainer.h"
Go to the source code of this file.
Macros | |
#define | GET_PV(name) |
#define | SET_PV(name, pv, vertexContainer) |
#define | GET_FLOAT(name) |
#define | SET_FLOAT(name, val) |
#define | GET_INT(name) |
#define | SET_INT(name, val) |
Typedefs | |
typedef ElementLink< xAOD::VertexContainer > | VertexLink |
using | VertexLinkVector = std::vector< VertexLink > |
using | MuonLink = ElementLink< xAOD::MuonContainer > |
using | MuonLinkVector = std::vector< MuonLink > |
using | ElectronLink = ElementLink< xAOD::ElectronContainer > |
using | ElectronLinkVector = std::vector< ElectronLink > |
Definition in file BPhysHelper.cxx.
#define GET_FLOAT | ( | name | ) |
Definition at line 72 of file BPhysHelper.cxx.
#define GET_INT | ( | name | ) |
Definition at line 86 of file BPhysHelper.cxx.
#define GET_PV | ( | name | ) |
Some useful macros
Definition at line 46 of file BPhysHelper.cxx.
#define SET_FLOAT | ( | name, | |
val | |||
) |
Definition at line 79 of file BPhysHelper.cxx.
#define SET_INT | ( | name, | |
val | |||
) |
Definition at line 93 of file BPhysHelper.cxx.
#define SET_PV | ( | name, | |
pv, | |||
vertexContainer | |||
) |
Definition at line 59 of file BPhysHelper.cxx.
Definition at line 23 of file BPhysHelper.cxx.
using ElectronLinkVector = std::vector<ElectronLink> |
Definition at line 24 of file BPhysHelper.cxx.
using MuonLink = ElementLink<xAOD::MuonContainer> |
Definition at line 21 of file BPhysHelper.cxx.
using MuonLinkVector = std::vector<MuonLink> |
Definition at line 22 of file BPhysHelper.cxx.
typedef ElementLink<xAOD::VertexContainer> VertexLink |
Some useful typedefs
Definition at line 19 of file BPhysHelper.cxx.
using VertexLinkVector = std::vector<VertexLink> |
Definition at line 20 of file BPhysHelper.cxx.