Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19250522
ShowerKinematics.icc
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
ShowerKinematics.icc
View Options
// -*- C++ -*-
//
// This is the implementation of the inlined member functions of
// the ShowerKinematics class.
//
namespace Herwig {
inline ShowerKinematics::ShowerKinematics()
: _isTheJetStartingPoint( false ),
_qtilde( Energy() ),
_q0( Energy() ),
_kinQ0( Energy() )
{}
inline ShowerKinematics::ShowerKinematics(const ShowerKinematics & x)
: _isTheJetStartingPoint( x._isTheJetStartingPoint ),
_qtilde( x._qtilde ),
_q0( x._q0 ),
_kinQ0( x._kinQ0 )
{}
inline Energy ShowerKinematics::qtilde() const {
return _qtilde;
}
inline void ShowerKinematics::qtilde( const Energy inputQtilde ) {
_qtilde = inputQtilde;
}
inline Energy ShowerKinematics::resScale() const {
return _q0;
}
inline void ShowerKinematics::setResScale( const Energy inputQ ) {
_q0 = inputQ;
}
inline Energy ShowerKinematics::kinScale() const {
return _kinQ0;
}
inline void ShowerKinematics::setKinScale( const Energy inputQ ) {
_kinQ0 = inputQ;
}
inline double ShowerKinematics::z() const {
return _z;
}
inline void ShowerKinematics::z( const double inputZ ) {
_z = inputZ;
}
inline double ShowerKinematics::phi() const {
return _phi;
}
inline void ShowerKinematics::phi( const double inputPhi ) {
_phi = inputPhi;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 30, 5:42 AM (1 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6297689
Default Alt Text
ShowerKinematics.icc (1 KB)
Attached To
Mode
rHERWIGHG herwighg
Attached
Detach File
Event Timeline
Log In to Comment