ATLAS Offline Software
TrigRoiDescriptorCollection_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 : TrigRoiDescriptorCollection_p2
9  *
10  * @brief persistent partner for TrigRoiDescriptorCollection_p2
11  *
12  *
13  * File and Version Information:
14  * $Id:
15  **********************************************************************************/
16 #ifndef TRIGSTEERINGEVENTTPCNV_TRIGROIDESCRIPTORCOLLECTION_P2_H
17 #define TRIGSTEERINGEVENTTPCNV_TRIGROIDESCRIPTORCOLLECTION_P2_H
18 
20 #include <vector>
21 
22 class TrigRoiDescriptorCollection_p2 : public std::vector<TrigRoiDescriptor_p2>
23 {};// end of class definitions
24 
25 
26 #endif
TrigRoiDescriptor_p2.h
TrigRoiDescriptorCollection_p2
Definition: TrigRoiDescriptorCollection_p2.h:23