ATLAS Offline Software
Loading...
Searching...
No Matches
TrigRoiDescriptor_p2.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/**********************************************************************************
6 * @Project: Trigger
7 * @Package: TrigSteeringEventTPCnv
8 * @class : TrigRoiDescriptor_p2
9 *
10 * @brief persistent partner for TrigRoiDescriptor
11 **********************************************************************************/
12#ifndef TRIGSTEERINGEVENTTPCNV_TRIGROIDESCRIPTOR_P2_H
13#define TRIGSTEERINGEVENTTPCNV_TRIGROIDESCRIPTOR_P2_H
14
15
17{
18 public:
19
22
23 private:
24 float geom[8]{};
25
26/* float m_phi0; */
27/* float m_eta0; */
28/* float m_zed0; */
29/* float m_phiHalfWidth; */
30/* float m_etaHalfWidth; */
31/* float m_zedHalfWidth; */
32/* float m_etaPlus; */
33/* float m_etaMinus; */
34
35 unsigned int ids[2]{};
36
37/* unsigned int m_roiId; */
38/* unsigned int m_roiWord; */
39};
40
41#endif
friend class TrigRoiDescriptorCnv_p2