ATLAS Offline Software
|
#include "TrackVertexAssociationTool/TrackVertexAssociationTool.h"
#include "AsgDataHandles/ReadHandle.h"
#include "xAODTracking/TrackParticle.h"
#include "xAODTracking/TrackParticleContainer.h"
#include "xAODTracking/Vertex.h"
#include "xAODTracking/VertexContainer.h"
#include "xAODTracking/TrackParticlexAODHelpers.h"
#include "xAODTracking/TrackingPrimitives.h"
#include "TString.h"
#include <cmath>
#include <map>
#include <set>
#include <stdexcept>
#include <utility>
Go to the source code of this file.
Namespaces | |
CP | |
Select isolated Photons, Electrons and Muons. | |
Macros | |
#define | NONPROMPT_D0SIG(CLASSNAME, RADIAL_CUT) |
#define | NONPROMPT_MAXWEIGHT(CLASSNAME, RADIAL_CUT) |
#define | IF_WORKING_POINT(WORKING_POINT, DO_USED_IN_FIT, REQUIRE_PRI_VTX) |
#define IF_WORKING_POINT | ( | WORKING_POINT, | |
DO_USED_IN_FIT, | |||
REQUIRE_PRI_VTX | |||
) |
Definition at line 245 of file InnerDetector/InDetRecTools/TrackVertexAssociationTool/Root/TrackVertexAssociationTool.cxx.
#define NONPROMPT_D0SIG | ( | CLASSNAME, | |
RADIAL_CUT | |||
) |
Definition at line 145 of file InnerDetector/InDetRecTools/TrackVertexAssociationTool/Root/TrackVertexAssociationTool.cxx.
#define NONPROMPT_MAXWEIGHT | ( | CLASSNAME, | |
RADIAL_CUT | |||
) |
Definition at line 173 of file InnerDetector/InDetRecTools/TrackVertexAssociationTool/Root/TrackVertexAssociationTool.cxx.