Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19244304
ShowerProgenitor.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
ShowerProgenitor.icc
View Options
// -*- C++ -*-
namespace Herwig {
using namespace ThePEG;
inline ShowerProgenitor::ShowerProgenitor(PPtr original, PPtr copy,
ShowerParticlePtr particle,
Energy pT,bool emitted)
: _original(original), _copy(copy), _perturbative(true),
_particle(particle), _highestPt(pT), _hasEmitted(emitted)
{}
inline ShowerParticlePtr ShowerProgenitor::progenitor() const {
return _particle;
}
inline void ShowerProgenitor::progenitor(ShowerParticlePtr in) {
_particle=in;
}
inline PPtr ShowerProgenitor::original() const {
return _original;
}
inline PPtr ShowerProgenitor::copy() const {
return _copy;
}
inline void ShowerProgenitor::copy(PPtr in) {
_copy=in;
}
inline bool ShowerProgenitor::perturbative() const {
return _perturbative;
}
inline void ShowerProgenitor::perturbative(bool in) {_perturbative=in;}
inline Energy ShowerProgenitor::pT() const {return _highestPt;}
inline void ShowerProgenitor::pT(Energy in) {_highestPt=in;}
inline bool ShowerProgenitor::hasEmitted() const {return _hasEmitted;}
inline void ShowerProgenitor::hasEmitted(bool in) {_hasEmitted=in;}
inline long ShowerProgenitor::id() const {return _particle->id();}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 30, 4:40 AM (17 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6548577
Default Alt Text
ShowerProgenitor.icc (1 KB)
Attached To
Mode
rHERWIGHG herwighg
Attached
Detach File
Event Timeline
Log In to Comment