ATLAS Offline Software
Loading...
Searching...
No Matches
TrigRoiDescriptor_p3.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_p3
9 *
10 * @brief persistent partner for TrigRoiDescriptor
11 **********************************************************************************/
12#ifndef TRIGSTEERINGEVENTTPCNV_TRIGROIDESCRIPTOR_P3_H
13#define TRIGSTEERINGEVENTTPCNV_TRIGROIDESCRIPTOR_P3_H
14
15
17{
18 public:
19
22
23 private:
24 float geom[9]{};
25
26 unsigned ids[2]{};
27
28 bool fullscan = false;
29
30 std::vector< std::vector<float> > rois;
31
32/* unsigned int m_roiId; */
33/* unsigned int m_roiWord; */
34};
35
36#endif
std::vector< std::vector< float > > rois
friend class TrigRoiDescriptorCnv_p3