ATLAS Offline Software
Loading...
Searching...
No Matches
TileTrackMuFeatureContainer_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 : TileTrackMuFeatureContainer_p1
9 *
10 * @brief persistent partner for TrigMuonEFContainer
11 *
12 * @author Heuijin Lim (hjlim@hep.anl.gov)
13 * @Created: Jul. 7. 2008
14 **********************************************************************************/
15#ifndef TRIGMUONEVENTTPCNV_TILETRACKMUFEATURECONTAINER_P1_H
16#define TRIGMUONEVENTTPCNV_TILETRACKMUFEATURECONTAINER_P1_H
17
19#include <vector>
20
21class TileTrackMuFeatureContainer_p1 : public std::vector<TPObjRef>
22{
23 public:
24
27
28 private:
29
30 std::vector<TPObjRef> m_TileTrackMuFeature;
31
32};// end of class definitions
33
34
35#endif