ATLAS Offline Software
TauJetContainer_p2.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 // file: TauJetContainer_p2.h
7 // author: Ilija Vukotic
8 // date: April 2007
9 //-----------------------------------------------------------------------------
10 
11 #ifndef tauEventTPCnv_TAUJETCONTAINER_P2_H
12 #define tauEventTPCnv_TAUJETCONTAINER_P2_H
13 
14 #include <vector>
15 #include <string>
17 
18 class TauJetContainer_p2: public std::vector<TauJet_p2>
19 {
20  public:
21  std :: string m_ROIauthor;
22 };
23 
24 #endif // tauEventTPCnv_TAUJETCONTAINER_P2_H
TauJetContainer_p2::m_ROIauthor
std ::string m_ROIauthor
Definition: TauJetContainer_p2.h:21
TauJetContainer_p2
Definition: TauJetContainer_p2.h:19
TauJet_p2.h