ATLAS Offline Software
ElectronMuonTopoInfo_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: TrigTopoEventTPCnv
8  * @class : ElectronMuonTopoInfo_p1
9  *
10  * @brief persistent partner for ElectronMuonTopoInfo
11  *
12  * @author Olga Igonkina
13  *
14  **********************************************************************************/
15 #ifndef TRIGTOPOEVENTTPCNV_ELECTRONMUONTOPOINFO_P1_H
16 #define TRIGTOPOEVENTTPCNV_ELECTRONMUONTOPOINFO_P1_H
17 
18 
20 
21 
23  friend class ElectronMuonTopoInfoCnv_p1;
24 
25  public:
26 
27  // default constructor
29  m_roiWord(0),
30  m_DeltaPhi(0),
31  m_DeltaR(0),
33  m_electronValid(0),
35  m_vertexState(0)
36  {}
37 
38  // default destructor
40 
41  private:
42 
43  int m_roiWord;
44  float m_DeltaPhi;
45  float m_DeltaR;
46  float m_InvMass;
47  bool m_electronValid;
49  unsigned short m_vertexState;
50 
51 
52 };
53 
54 #endif
ElectronMuonTopoInfo_p1::m_vertexState
unsigned short m_vertexState
Definition: ElectronMuonTopoInfo_p1.h:58
ElectronMuonTopoInfo_p1::m_electronValid
bool m_electronValid
Definition: ElectronMuonTopoInfo_p1.h:56
ElectronMuonTopoInfo_p1::ElectronMuonTopoInfo_p1
ElectronMuonTopoInfo_p1()
Definition: ElectronMuonTopoInfo_p1.h:37
ElectronMuonTopoInfo.h
ElectronMuonTopoInfo_p1::m_oppositeCharge
bool m_oppositeCharge
Definition: ElectronMuonTopoInfo_p1.h:57
ElectronMuonTopoInfo_p1::m_InvMass
float m_InvMass
Definition: ElectronMuonTopoInfo_p1.h:55
ElectronMuonTopoInfo_p1::m_DeltaPhi
float m_DeltaPhi
Definition: ElectronMuonTopoInfo_p1.h:53
ElectronMuonTopoInfo_p1::m_roiWord
int m_roiWord
Definition: ElectronMuonTopoInfo_p1.h:52
ElectronMuonTopoInfo_p1::~ElectronMuonTopoInfo_p1
~ElectronMuonTopoInfo_p1()
Definition: ElectronMuonTopoInfo_p1.h:48
ElectronMuonTopoInfo_p1
Definition: ElectronMuonTopoInfo_p1.h:22
ElectronMuonTopoInfoCnv_p1
Definition: ElectronMuonTopoInfoCnv_p1.h:25
ElectronMuonTopoInfo_p1::m_DeltaR
float m_DeltaR
Definition: ElectronMuonTopoInfo_p1.h:54