ATLAS Offline Software
TrigTauTracksInfo_tlp1.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: TrigInDetEventTPCnv
8  * @class : TrigTauTracksInfo_tlp1
9  *
10  * @brief "top level" persistent partner for TrigTauTracksInfo
11  *
12  * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13  * @author Olga Igonkina Nikhef
14  *
15  **********************************************************************************/
16 #ifndef TRIGINDETEVENTTPCNV_TRIGTAUTRACKSINFO_TLP1_H
17 #define TRIGINDETEVENTTPCNV_TRIGTAUTRACKSINFO_TLP1_H
18 
21 #include <vector>
22 
24 {
25  public:
26 
28  friend class TrigTauTracksInfoCnv_tlp1;
29 
30  private:
31 
32  std::vector< TrigTauTracksInfo_p1 > m_trigTauTracksInfo;
33  std::vector< P4PtEtaPhiM_p1 > m_p4PtEtaPhiM;
34 
35 };
36 
37 #endif
TrigTauTracksInfo_tlp1::TrigTauTracksInfo_tlp1
TrigTauTracksInfo_tlp1()
Definition: TrigTauTracksInfo_tlp1.h:37
TrigTauTracksInfo_tlp1
Definition: TrigTauTracksInfo_tlp1.h:24
P4PtEtaPhiM_p1.h
TrigTauTracksInfo_tlp1::m_trigTauTracksInfo
std::vector< TrigTauTracksInfo_p1 > m_trigTauTracksInfo
Definition: TrigTauTracksInfo_tlp1.h:42
TrigTauTracksInfoCnv_tlp1
Definition: TrigTauTracksInfoCnv_tlp1.h:29
TrigTauTracksInfo_p1.h
TrigTauTracksInfo_tlp1::m_p4PtEtaPhiM
std::vector< P4PtEtaPhiM_p1 > m_p4PtEtaPhiM
Definition: TrigTauTracksInfo_tlp1.h:43