+AliHBTLLWeights::AliHBTLLWeights(const AliHBTLLWeights &/*source*/):
+ TObject(),
+ fTest(kTRUE),
+ fColoumbSwitch(kTRUE),
+ fQuantStatSwitch(kTRUE),
+ fStrongInterSwitch(kTRUE),
+ fColWithResidNuclSwitch(kFALSE),
+ fNuclMass(0.0),
+ fNuclCharge(0.0),
+ fRandomPosition(kFALSE),
+ fRadius(0.0),
+ fPID1(0),
+ fPID2(0),
+ fSigma(0.0)
+{
+ //Copy ctor needed by the coding conventions but not used
+ Fatal("AliHBTLLWeights","copy ctor not implemented");
+}
+/************************************************************/
+
+AliHBTLLWeights& AliHBTLLWeights::operator=(const AliHBTLLWeights& /*source*/)
+{
+ //Assignment operator needed by the coding conventions but not used
+ Fatal("AliHBTLLWeights","assignment operator not implemented");
+ return * this;
+}
+/************************************************************/
+