45 nQPart2(0), lowLimit(0), highLimit(0), theEnvBoundedMass(0), theEnvBindingEnergy(0),
46 theNucBoundedMass(0), theNucBindingEnergy(0) {}
49 theProbability(prob), nQPart2(0), lowLimit(0), highLimit(0), theEnvBoundedMass(0),
50 theEnvBindingEnergy(0), theNucBoundedMass(0), theNucBindingEnergy(0) {}
54 thePDGCode = rhs.thePDGCode;
55 theProbability = rhs.theProbability;
56 nQPart2 = rhs.nQPart2;
57 transQC = rhs.transQC;
58 lowLimit = rhs.lowLimit;
59 highLimit = rhs.highLimit;
60 theEnvBoundedMass = rhs.theEnvBoundedMass;
61 theEnvBindingEnergy = rhs.theEnvBindingEnergy;
62 theNucBoundedMass = rhs.theNucBoundedMass;
63 theNucBindingEnergy = rhs.theNucBindingEnergy;
68 thePDGCode = rhs->thePDGCode;
69 theProbability = rhs->theProbability;
70 nQPart2 = rhs->nQPart2;
71 transQC = rhs->transQC;
72 lowLimit = rhs->lowLimit;
73 highLimit = rhs->highLimit;
74 theEnvBoundedMass = rhs->theEnvBoundedMass;
75 theEnvBindingEnergy = rhs->theEnvBindingEnergy;
76 theNucBoundedMass = rhs->theNucBoundedMass;
77 theNucBindingEnergy = rhs->theNucBindingEnergy;
84 thePDGCode = rhs.thePDGCode;
85 theProbability = rhs.theProbability;
86 nQPart2 = rhs.nQPart2;
87 transQC = rhs.transQC;
88 lowLimit = rhs.lowLimit;
89 highLimit = rhs.highLimit;
90 theEnvBoundedMass = rhs.theEnvBoundedMass;
91 theEnvBindingEnergy = rhs.theEnvBindingEnergy;
92 theNucBoundedMass = rhs.theNucBoundedMass;
93 theNucBindingEnergy = rhs.theNucBindingEnergy;