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