ATLAS Offline Software
TrigRoiDescriptor_p2.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 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  *
13  * File and Version Information:
14  * $Id:
15  **********************************************************************************/
16 #ifndef TRIGSTEERINGEVENTTPCNV_TRIGROIDESCRIPTOR_P2_H
17 #define TRIGSTEERINGEVENTTPCNV_TRIGROIDESCRIPTOR_P2_H
18 
19 
21 {
22  public:
23 
25  friend class TrigRoiDescriptorCnv_p2;
26 
27  private:
28  float geom[8];
29 
30 /* float m_phi0; */
31 /* float m_eta0; */
32 /* float m_zed0; */
33 /* float m_phiHalfWidth; */
34 /* float m_etaHalfWidth; */
35 /* float m_zedHalfWidth; */
36 /* float m_etaPlus; */
37 /* float m_etaMinus; */
38 
39  unsigned int ids[2];
40 
41 /* unsigned int m_roiId; */
42 /* unsigned int m_roiWord; */
43 };
44 
45 #endif
TrigRoiDescriptor_p2::geom
float geom[8]
Definition: TrigRoiDescriptor_p2.h:38
TrigRoiDescriptorCnv_p2
Definition: TrigRoiDescriptorCnv_p2.h:28
TrigRoiDescriptor_p2::TrigRoiDescriptor_p2
TrigRoiDescriptor_p2()
Definition: TrigRoiDescriptor_p2.h:34
TrigRoiDescriptor_p2::ids
unsigned int ids[2]
Definition: TrigRoiDescriptor_p2.h:49
TrigRoiDescriptor_p2
Definition: TrigRoiDescriptor_p2.h:21