ATLAS Offline Software
Trigger
TrigEvent
TrigInDetPattRecoEvent
TrigInDetPattRecoEvent
TrigInDetTrackSeedingResult.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGINDETPATTRECOEVENT_TRIGINDETTRACKSEEDINGRESULT_H
6
#define TRIGINDETPATTRECOEVENT_TRIGINDETTRACKSEEDINGRESULT_H
7
8
struct
TrigInDetTrackSeedingResult
{
9
10
TrigInDetTrackSeedingResult
() :
m_nPixelSPs
(0),
m_nStripSPs
(0),
m_nGraphEdges
(0),
m_nEdgeLinks
(0) {};
11
12
int
m_nPixelSPs
,
m_nStripSPs
,
m_nGraphEdges
,
m_nEdgeLinks
;
13
14
};
15
16
#endif
TrigInDetTrackSeedingResult::m_nStripSPs
int m_nStripSPs
Definition:
TrigInDetTrackSeedingResult.h:12
TrigInDetTrackSeedingResult::m_nPixelSPs
int m_nPixelSPs
Definition:
TrigInDetTrackSeedingResult.h:10
TrigInDetTrackSeedingResult
Definition:
TrigInDetTrackSeedingResult.h:8
TrigInDetTrackSeedingResult::m_nGraphEdges
int m_nGraphEdges
Definition:
TrigInDetTrackSeedingResult.h:12
TrigInDetTrackSeedingResult::TrigInDetTrackSeedingResult
TrigInDetTrackSeedingResult()
Definition:
TrigInDetTrackSeedingResult.h:10
TrigInDetTrackSeedingResult::m_nEdgeLinks
int m_nEdgeLinks
Definition:
TrigInDetTrackSeedingResult.h:12
Generated on Mon Dec 23 2024 21:21:20 for ATLAS Offline Software by
1.8.18