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