ATLAS Offline Software
Loading...
Searching...
No Matches
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
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;
37 float m_simpleEtFlow = 0;
39
40 //the P4PtEtaPhiM base class
42
43};
44
45#endif
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
int m_nMatchedTracks
Definition TrigTau_p2.h:38
friend class TrigTauCnv_p2
Definition TrigTau_p2.h:29
float m_etCalibCluster
Definition TrigTau_p2.h:36
TPObjRef m_p4PtEtaPhiM
Definition TrigTau_p2.h:41
float m_err_Zvtx
Definition TrigTau_p2.h:35
float m_Zvtx
Definition TrigTau_p2.h:34
float m_simpleEtFlow
Definition TrigTau_p2.h:37