ATLAS Offline Software
Loading...
Searching...
No Matches
TrigTau_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: TrigParticleTPCnv
8 * @class : TrigTau_p1
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 *
15 * File and Version Information:
16 * $Id: TrigTau_p1.h,v 1.2 2009-04-01 22:13:31 salvator Exp $
17 **********************************************************************************/
18#ifndef TRIGPARTICLETPCNV_TRIGTAU_P1_H
19#define TRIGPARTICLETPCNV_TRIGTAU_P1_H
20
22
24{
25 public:
26
28 friend class TrigTauCnv_p1;
29
30 //private:
31
32
33 int m_roiID = 0;
34 float m_Zvtx = 0;
35 float m_err_eta = 0;
36 float m_err_phi = 0;
37 float m_err_Zvtx = 0;
38 float m_err_Pt = 0;
41
42 //the P4PtEtaPhiM base class
44
45};
46
47#endif
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
float m_err_Pt
Definition TrigTau_p1.h:38
int m_nMatchedTracks
Definition TrigTau_p1.h:40
TPObjRef m_p4PtEtaPhiM
Definition TrigTau_p1.h:43
float m_err_phi
Definition TrigTau_p1.h:36
float m_err_eta
Definition TrigTau_p1.h:35
float m_err_Zvtx
Definition TrigTau_p1.h:37
float m_etCalibCluster
Definition TrigTau_p1.h:39
float m_Zvtx
Definition TrigTau_p1.h:34
friend class TrigTauCnv_p1
Definition TrigTau_p1.h:28