ATLAS Offline Software
Loading...
Searching...
No Matches
TRT_TrackSegmentsToolCondData_xk.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
5#include "GaudiKernel/ToolHandle.h"
7
8#ifndef TRT_TRACKSEGMENTSTOOLCONDDATA_XK_H
9#define TRT_TRACKSEGMENTSTOOLCONDDATA_XK_H
10
11namespace InDet{
12
14 unsigned int m_nlayers[4]{} ;
15 unsigned int m_nstraws[4]{} ;
16 unsigned int m_flayers[4][30]{} ;
17 unsigned int m_begin [4][200]{} ;
18 unsigned int m_end [4][200]{} ;
19 float m_dzdr[26]{} ;
20 unsigned int* m_ndzdr = 0 ;
21 int* m_islope= 0 ;
22 float* m_slope = 0 ;
23 int m_cirsize = 0 ; // Size of m_circles
24
26 if(m_ndzdr ) delete [] m_ndzdr ;
27 if(m_slope ) delete [] m_slope ;
28 if(m_islope ) delete [] m_islope ;
29 }
30 };
31
32
33}
34
37#include "AthenaKernel/CondCont.h"
39
40#endif
#define CONDCONT_DEF(...)
Definition CondCont.h:1413
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Primary Vertex Finder.