30 weight_(other.weight_)
51 std::cout <<
"genfit::MeasurementOnPlane, weight = " <<
weight_ <<
"\n";
52 std::cout <<
" state vector: ";
state_.Print();
53 std::cout <<
" covariance matrix: ";
cov_.Print();
55 std::cout <<
" defined in plane ";
sharedPlane_->Print();
56 std::cout <<
" hMatrix: ";
hMatrix_->Print();
61void MeasurementOnPlane::Streamer(TBuffer &R__b)
68 if (R__b.IsReading()) {
69 Version_t R__v = R__b.ReadVersion(&R__s, &R__c);
if (R__v) { }
70 MeasuredStateOnPlane::Streamer(R__b);
80 R__b.CheckByteCount(R__s, R__c, thisClass::IsA());
82 R__c = R__b.WriteVersion(thisClass::IsA(), kTRUE);
83 MeasuredStateOnPlane::Streamer(R__b);
91 R__b.SetByteCount(R__c, kTRUE);
StateOnPlane with additional covariance matrix.
void swap(MeasuredStateOnPlane &other)
Measured coordinates on a plane.
void Print(Option_t *option="") const
void swap(MeasurementOnPlane &other)
MeasurementOnPlane & operator=(MeasurementOnPlane other)
assignment operator
boost::scoped_ptr< const AbsHMatrix > hMatrix_
MeasurementOnPlane(const AbsTrackRep *rep=NULL)
SharedPlanePtr sharedPlane_