ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMuonEFInfoContainer_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 : TrigMuonEFInfoContainer_p1
9 *
10 * @brief persistent partner for TrigMuonEFInfoContainer
11 *
12 * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13 * @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14 * @author Sergio Grancagnolo <Sergio.Grancagnolo@le.infn.it> - U.Salento/INFN Le
15 *
16 **********************************************************************************/
17#ifndef TRIGMUONEVENTTPCNV_TRIGMUONEFINFOCONTAINER_P1_H
18#define TRIGMUONEVENTTPCNV_TRIGMUONEFINFOCONTAINER_P1_H
19
21#include <vector>
22
23class TrigMuonEFInfoContainer_p1 : public std::vector<TPObjRef>
24{
25 public:
26
29
30 private:
31
32 std::vector<TPObjRef> m_trigMuonEFInfo;
33
34};// end of class definitions
35
36
37#endif
std::vector< TPObjRef > m_trigMuonEFInfo