ATLAS Offline Software
Functions
TIDAVertex.cxx File Reference
#include "TrigInDetAnalysis/TIDAVertex.h"
Include dependency graph for TIDAVertex.cxx:

Go to the source code of this file.

Functions

 ClassImp (TIDA::Vertex) TIDA
 

Detailed Description

Author
emil haines, mark sutton
Date
Wed 28 Jul 2021

Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration

Definition in file TIDAVertex.cxx.

Function Documentation

◆ ClassImp()

ClassImp ( TIDA::Vertex  )

Definition at line 12 of file TIDAVertex.cxx.

19  {
20 
21  m_x[0] = x;
22  m_x[1] = y;
23  m_x[2] = z;
24 
25  m_dx[0] = dx;
26  m_dx[1] = dy;
27  m_dx[2] = dz;
28 
29  m_Ntracks = Ntracks;
30  m_chi2 = c2;
31  m_ndof = dof;
32 
33  if ( tracks ) addTracks( *tracks );
34 }
x
#define x
z
#define z
compileRPVLLRates.c2
c2
Definition: compileRPVLLRates.py:361
makeTRTBarrelCans.dy
tuple dy
Definition: makeTRTBarrelCans.py:21
y
#define y
makeTRTBarrelCans.dx
tuple dx
Definition: makeTRTBarrelCans.py:20