Added dead layer contribution to P(B)

This commit is contained in:
Bastian M. Wojek 2009-06-16 09:07:24 +00:00
parent 8402cba3ca
commit 797ed7b8f7

View File

@ -30,6 +30,7 @@ private:
TPofTCalc *fPofT; TPofTCalc *fPofT;
mutable bool fCalcNeeded; mutable bool fCalcNeeded;
mutable bool fFirstCall; mutable bool fFirstCall;
mutable bool fDeadLayerChanged;
mutable vector<double> fParForPofT; mutable vector<double> fParForPofT;
mutable vector<double> fParForBofZ; mutable vector<double> fParForBofZ;
mutable vector<double> fParForPofB; mutable vector<double> fParForPofB;