ATLAS Offline Software
TrigRoiDescriptor_p3.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_p3
9  *
10  * @brief persistent partner for TrigRoiDescriptor
11  *
12  *
13  * File and Version Information:
14  * $Id:
15  **********************************************************************************/
16 #ifndef TRIGSTEERINGEVENTTPCNV_TRIGROIDESCRIPTOR_P3_H
17 #define TRIGSTEERINGEVENTTPCNV_TRIGROIDESCRIPTOR_P3_H
18 
19 
21 {
22  public:
23 
25  friend class TrigRoiDescriptorCnv_p3;
26 
27  private:
28  float geom[9];
29 
30  unsigned ids[2];
31 
32  bool fullscan = false;
33 
34  std::vector< std::vector<float> > rois;
35 
36 /* unsigned int m_roiId; */
37 /* unsigned int m_roiWord; */
38 };
39 
40 #endif
TrigRoiDescriptor_p3::TrigRoiDescriptor_p3
TrigRoiDescriptor_p3()
Definition: TrigRoiDescriptor_p3.h:34
TrigRoiDescriptor_p3::fullscan
bool fullscan
Definition: TrigRoiDescriptor_p3.h:42
TrigRoiDescriptor_p3::geom
float geom[9]
Definition: TrigRoiDescriptor_p3.h:38
TrigRoiDescriptor_p3
Definition: TrigRoiDescriptor_p3.h:21
TrigRoiDescriptor_p3::rois
std::vector< std::vector< float > > rois
Definition: TrigRoiDescriptor_p3.h:44
TrigRoiDescriptorCnv_p3
Definition: TrigRoiDescriptorCnv_p3.h:28
TrigRoiDescriptor_p3::ids
unsigned ids[2]
Definition: TrigRoiDescriptor_p3.h:40