Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19244133
QtildaShowerKinematics1to2.icc
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
983 B
Referenced Files
None
Subscribers
None
QtildaShowerKinematics1to2.icc
View Options
// -*- C++ -*-
//
// This is the implementation of the inlined member functions of
// the QtildaShowerKinematics1to2 class.
//
namespace Herwig {
inline QtildaShowerKinematics1to2::QtildaShowerKinematics1to2()
:ShowerKinematics(),
_pVector( Lorentz5Momentum() ),
_nVector( Lorentz5Momentum() )
{}
inline QtildaShowerKinematics1to2::
QtildaShowerKinematics1to2(const QtildaShowerKinematics1to2 & x)
: ShowerKinematics(x),
_pVector( x._pVector ),
_nVector( x._nVector )
{}
inline QtildaShowerKinematics1to2::
QtildaShowerKinematics1to2( const Lorentz5Momentum & p,
const Lorentz5Momentum & n ) :
ShowerKinematics(),
_pVector( p ),
_nVector( n )
{}
inline const Lorentz5Momentum & QtildaShowerKinematics1to2::pVector() const {
return _pVector;
}
inline const Lorentz5Momentum & QtildaShowerKinematics1to2::nVector() const {
return _nVector;
}
inline const double QtildaShowerKinematics1to2::p_dot_n() const {
return _pVector*_nVector;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 30, 4:39 AM (13 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6474423
Default Alt Text
QtildaShowerKinematics1to2.icc (983 B)
Attached To
Mode
rHERWIGHG herwighg
Attached
Detach File
Event Timeline
Log In to Comment