ATLAS Offline Software
TrigMuonClusterFeature_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: TrigMuonEventTPCnv
8  * @class : TrigMuonClusterFeature_p1
9  *
10  * @brief persistent partner for TrigMuonClusterFeature
11  *
12  * @author Stefano Giagu <Stefano.Giagu@cern.ch> - U. of Rome
13  * @author Antonio Policicchio <Antonio.Policicchio@cern.ch> - U. of Washington
14  *
15  * File and Version Information:
16  * $Id: TrigMuonClusterFeature_p1.h,v 1.2 2009-04-01 22:12:15 salvator Exp $
17  **********************************************************************************/
18 #ifndef TRIGMUONEVENTTPCNV_TRIGMUONCLUSTERFEATURE_P1_H
19 #define TRIGMUONEVENTTPCNV_TRIGMUONCLUSTERFEATURE_P1_H
20 
22 
24  friend class TrigMuonClusterFeatureCnv_p1;
25 
26  public:
27 
29  virtual ~TrigMuonClusterFeature_p1(){}
30 
31  //private:
32 
33  float m_eta;
34  float m_phi;
35  int m_nroi;
36  int m_njet;
37  int m_ntrk;
38 
39 
40 };
41 
42 #endif
43 
TrigMuonClusterFeature_p1
Definition: TrigMuonClusterFeature_p1.h:23
TrigMuonClusterFeatureCnv_p1
Definition: TrigMuonClusterFeatureCnv_p1.h:27
TrigMuonClusterFeature_p1::~TrigMuonClusterFeature_p1
virtual ~TrigMuonClusterFeature_p1()
Definition: TrigMuonClusterFeature_p1.h:41
TrigMuonClusterFeature_p1::m_njet
int m_njet
Definition: TrigMuonClusterFeature_p1.h:48
TrigMuonClusterFeature_p1::m_eta
float m_eta
Definition: TrigMuonClusterFeature_p1.h:45
TrigMuonClusterFeature_p1::m_ntrk
int m_ntrk
Definition: TrigMuonClusterFeature_p1.h:49
TrigMuonClusterFeature_p1::TrigMuonClusterFeature_p1
TrigMuonClusterFeature_p1()
Definition: TrigMuonClusterFeature_p1.h:40
TPObjRef.h
TrigMuonClusterFeature_p1::m_phi
float m_phi
Definition: TrigMuonClusterFeature_p1.h:46
TrigMuonClusterFeature_p1::m_nroi
int m_nroi
Definition: TrigMuonClusterFeature_p1.h:47