ATLAS Offline Software
TrigTau_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  * @Project: Trigger
7  * @Package: TrigParticleTPCnv
8  * @class : TrigTau_p2
9  *
10  * @brief 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  * last changes by Olga Igonkina (Nikhef)
15  *
16  * File and Version Information:
17  * $Id: TrigTau_p2.h,v 1.2 2009-04-01 22:13:31 salvator Exp $
18  **********************************************************************************/
19 #ifndef TRIGPARTICLETPCNV_TRIGTAU_P2_H
20 #define TRIGPARTICLETPCNV_TRIGTAU_P2_H
21 
23 
25 {
26  public:
27 
28  TrigTau_p2() {}
29  friend class TrigTauCnv_p2;
30 
31  //private:
32 
33  int m_roiID = 0;
34  float m_Zvtx = 0;
35  float m_err_Zvtx = 0;
36  float m_etCalibCluster = 0;
37  float m_simpleEtFlow = 0;
38  int m_nMatchedTracks = 0;
39 
40  //the P4PtEtaPhiM base class
42 
43 };
44 
45 #endif
TrigTau_p2::m_simpleEtFlow
float m_simpleEtFlow
Definition: TrigTau_p2.h:50
TrigTau_p2::m_roiID
int m_roiID
Definition: TrigTau_p2.h:46
TrigTau_p2::m_Zvtx
float m_Zvtx
Definition: TrigTau_p2.h:47
TPObjRef
Definition: TPObjRef.h:20
TrigTau_p2::m_nMatchedTracks
int m_nMatchedTracks
Definition: TrigTau_p2.h:51
TrigTau_p2
Definition: TrigTau_p2.h:25
TrigTau_p2::m_err_Zvtx
float m_err_Zvtx
Definition: TrigTau_p2.h:48
TrigTau_p2::m_etCalibCluster
float m_etCalibCluster
Definition: TrigTau_p2.h:49
TPObjRef.h
TrigTauCnv_p2
Definition: TrigTauCnv_p2.h:31
TrigTau_p2::TrigTau_p2
TrigTau_p2()
Definition: TrigTau_p2.h:41
TrigTau_p2::m_p4PtEtaPhiM
TPObjRef m_p4PtEtaPhiM
Definition: TrigTau_p2.h:54