35     TVector3 
pos(0,0,0), 
mom(0,0,0);
 
   38     printOut << 
" 3D momentum: "; mom.Print();
 
   45 void StateOnPlane::Streamer(TBuffer &R__b)
 
   50    typedef ::genfit::StateOnPlane thisClass;
 
   52    if (R__b.IsReading()) {
 
   53       Version_t R__v = R__b.ReadVersion(&R__s, &R__c); 
if (R__v) { }
 
   58       R__b.CheckByteCount(R__s, R__c, thisClass::IsA());
 
   60       R__c = R__b.WriteVersion(thisClass::IsA(), kTRUE);
 
   63       R__b.SetByteCount(R__c, kTRUE);