ATLAS Offline Software
Loading...
Searching...
No Matches
Event
EventCommonTPCnv
EventCommonTPCnv
P4IPtCotThPhiM_p1.h
Go to the documentation of this file.
1
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// P4IPtCotThPhiM_p1.h
8
// Header file for class P4IPtCotThPhiM_p1
9
// Author: S.Binet<binet@cern.ch>
11
#ifndef EVENTCOMMONTPCNV_P4IPTCOTTHPHIM_P1_H
12
#define EVENTCOMMONTPCNV_P4IPTCOTTHPHIM_P1_H
13
14
// STL includes
15
16
17
// Gaudi includes
18
19
// Forward declaration
20
class
P4IPtCotThPhiMCnv_p1
;
21
22
class
P4IPtCotThPhiM_p1
23
{
24
26
// Public methods:
28
public
:
29
32
P4IPtCotThPhiM_p1
(
const
float
iPt = 0.,
const
float
cotTh = 0.,
33
const
float
phi
= 0.,
const
float
mass = 0. );
34
36
// Data: (don't bother encapsulate
38
39
float
m_iPt
;
40
float
m_cotTh
;
41
float
m_phi
;
42
float
m_mass
;
43
};
44
46
// Inline methods:
48
inline
P4IPtCotThPhiM_p1::P4IPtCotThPhiM_p1
(
const
float
iPt,
49
const
float
cotTh,
50
const
float
phi
,
51
const
float
mass ) :
52
m_iPt
( iPt ),
53
m_cotTh
( cotTh ),
54
m_phi
(
phi
),
55
m_mass
( mass )
56
{}
57
58
#endif
//> EVENTCOMMONTPCNV_P4IPTCOTTHPHIM_P1_H
phi
Scalar phi() const
phi method
Definition
AmgMatrixBasePlugin.h:67
P4IPtCotThPhiMCnv_p1
Definition
P4IPtCotThPhiMCnv_p1.h:35
P4IPtCotThPhiM_p1::m_phi
float m_phi
Definition
P4IPtCotThPhiM_p1.h:41
P4IPtCotThPhiM_p1::P4IPtCotThPhiM_p1
P4IPtCotThPhiM_p1(const float iPt=0., const float cotTh=0., const float phi=0., const float mass=0.)
Constructor: with 4 floats.
Definition
P4IPtCotThPhiM_p1.h:48
P4IPtCotThPhiM_p1::m_iPt
float m_iPt
Definition
P4IPtCotThPhiM_p1.h:39
P4IPtCotThPhiM_p1::m_cotTh
float m_cotTh
Definition
P4IPtCotThPhiM_p1.h:40
P4IPtCotThPhiM_p1::m_mass
float m_mass
Definition
P4IPtCotThPhiM_p1.h:42
Generated on
for ATLAS Offline Software by
1.14.0