ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMuonEFInfoTrackContainer_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: TrigMuonEventTPCnv
8 * @class : TrigMuonEFInfoTrackContainer_p1
9 *
10 * @brief persistent partner for TrigMuonEFInfoTrackContainer
11 *
12 * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13 * @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14 * @author Alexander Oh <alexander.oh@cern.ch> - U. Manchester
15 *
16 * File and Version Information:
17 * $Id: TrigMuonEFInfoTrackContainer_p1.h,v 1.2 2009-04-01 22:12:15 salvator Exp $
18 **********************************************************************************/
19#ifndef TRIGMUONEVENTTPCNV_TRIGMUONEFINFOTRACKCONTAINER_P1_H
20#define TRIGMUONEVENTTPCNV_TRIGMUONEFINFOTRACKCONTAINER_P1_H
21
23#include <vector>
24
25class TrigMuonEFInfoTrackContainer_p1 : public std::vector<TPObjRef>
26{
27 public:
28
31
32 private:
33
34 std::vector<TPObjRef> m_trigMuonEFInfoTrack;
35
36};// end of class definitions
37
38
39#endif