// $Id$ // // File: FDC_branch.h.h // Created: Mon Dec 17 2007 // Creator: davidl // #ifndef _FDC_branch_ #define _FDC_branch_ #include #include class FDC_branch:public TObject{ public: TVector3 pos_truth; private: ClassDef(FDC_branch,1); }; #endif // _FDC_branch_