ATLAS Offline Software
Loading...
Searching...
No Matches
TrigOperationalInfoCollection_p1.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 : TrigOperationalInfoCollection_p1
9 *
10 * @brief persistent partner for TrigOperationalInfoCollection_p1
11 *
12 * @author Tomasz Bold (based on exampels by Andrew Hamilton and Francesca Bucci)
13 *
14 * File and Version Information:
15 * $Id: TrigOperationalInfoCollection_p1.h,v 1.2 2009-04-01 22:14:57 salvator Exp $
16 **********************************************************************************/
17#ifndef TRIGSTEERINGEVENTTPCNV_TrigOperationalInfoCollection_p1
18#define TRIGSTEERINGEVENTTPCNV_TrigOperationalInfoCollection_p1
19
21#include <vector>
22
23class TrigOperationalInfoCollection_p1 : public std::vector<TPObjRef>
24{
25 public:
26
28
29};// end of class definitions
30
31
32#endif