50 _lineShape=x._lineShape->clone();
57 _spintype=x._spintype;
59 _idchgconj=x._idchgconj;
67 if ( _lineShape )
delete _lineShape;
81 _lineShape=x._lineShape->
clone();
86 _spintype=x._spintype;
98 double m=_lineShape->getMass();
99 double w=_lineShape->getWidth();
100 double mR=_lineShape->getMaxRange();
103 if ( type ==
"RELBW" ) {
106 if ( type ==
"NONRELBW" ) {
109 if ( type ==
"FLAT" ) {
112 if ( type ==
"MANYDELTAFUNC" ) {
124 if (!_lineShape) ::abort();
125 _lineShape->reSetMass(
mass);
128 if (!_lineShape) ::abort();
129 _lineShape->reSetWidth(width);
133 if (!_lineShape) ::abort();
134 _lineShape->setPWForDecay(spin,d1,d2);
138 if (!_lineShape) ::abort();
139 _lineShape->setPWForBirthL(spin,par,othD);
144 if (!_lineShape) ::abort();
145 _lineShape->reSetMassMin(
mass);
148 if (!_lineShape) ::abort();
149 _lineShape->reSetMassMax(
mass);
152 if (!_lineShape) ::abort();
153 _lineShape->reSetBlatt(blatt);
156 if (!_lineShape) ::abort();
157 _lineShape->includeBirthFactor(yesno);
160 if (!_lineShape) ::abort();
161 _lineShape->includeDecayFactor(yesno);
165 if (!_lineShape) ::abort();
166 _lineShape->addFactorPn(factor);
virtual EvtAbsLineShape * clone()
void initLineShape(double mass, double width, double maxRange)
void reSetBlatt(double blatt)
void setName(std::string pname)
void reSetMassMin(double mass)
void setPWForDecay(int spin, EvtId d1, EvtId d2)
void setPWForBirthL(int spin, EvtId par, EvtId othD)
void addFactorPn(double factor)
void includeDecayFactor(bool yesno)
void includeBirthFactor(bool yesno)
EvtPartProp & operator=(const EvtPartProp &x)
void reSetMass(double mass)
void reSetWidth(double width)
void newLineShape(std::string type)
void reSetMassMax(double mass)