EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EicRcVertex.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file EicRcVertex.h
1 //
2 // AYK (ayk@bnl.gov), 2014/07/08
3 //
4 // A native EIC reconstructed vertex class;
5 //
6 
7 #include <TObject.h>
8 
9 #ifndef _EIC_RC_VERTEX_
10 #define _EIC_RC_VERTEX_
11 
12 class EicRcVertex: public TObject {
13  public:
16 
18 };
19 
20 #endif