2 #ifndef THEPEG_MixedParticleData_H
3 #define THEPEG_MixedParticleData_H
8 #include "ParticleData.h"
9 #include "MixedParticleData.fh"
60 _prob(make_pair(1.,0.))
74 static PDPair Create(
long newId,
string newPDGName,
string newAntiPDGName);
106 double x()
const {
return _x;}
111 double y()
const {
return _y;}
177 virtual void doinit() throw(InitException);
292 #include "ThePEG/Utilities/ClassTraits.h"
312 static string className() {
return "ThePEG::MixedParticleData"; }