ATLAS Offline Software
TrigTau_tlp2.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: TrigParticleTPCnv
8  * @class : TrigTau_tlp2
9  *
10  * @brief "top level" persistent partner for TrigTau
11  *
12  * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13  * @author Francesca Bucci <f.bucci@cern.ch> - U. Geneva
14  *
15  * File and Version Information:
16  * $Id: TrigTau_tlp2.h,v 1.2 2009-04-01 22:13:31 salvator Exp $
17  **********************************************************************************/
18 #ifndef TRIGPARTICLETPCNV_TRIGTAU_TLP2_H
19 #define TRIGPARTICLETPCNV_TRIGTAU_TLP2_H
20 
23 
25 {
26  public:
27 
28  TrigTau_tlp2() {}
29  friend class TrigTauCnv_tlp2;
30 
31  private:
32 
33  std::vector< TrigTau_p2 > m_trigTau;
34  std::vector< P4PtEtaPhiM_p1 > m_p4PtEtaPhiM;
35 
36 };
37 
38 #endif
TrigTau_p2.h
P4PtEtaPhiM_p1.h
TrigTau_tlp2
Definition: TrigTau_tlp2.h:25
TrigTau_tlp2::m_p4PtEtaPhiM
std::vector< P4PtEtaPhiM_p1 > m_p4PtEtaPhiM
Definition: TrigTau_tlp2.h:46
TrigTau_tlp2::TrigTau_tlp2
TrigTau_tlp2()
Definition: TrigTau_tlp2.h:40
TrigTauCnv_tlp2
Definition: TrigTauCnv_tlp2.h:29
TrigTau_tlp2::m_trigTau
std::vector< TrigTau_p2 > m_trigTau
Definition: TrigTau_tlp2.h:45