00001 00012 #ifndef __H1ODSCOMBINEDVERTEX_H 00013 #define __H1ODSCOMBINEDVERTEX_H 00014 00015 #include "jbltools/sfh/h1/H1Funs.h" 00016 00017 #include "H1Tracks/H1CombinedVertexArrayPtr.h" 00018 #include "H1Tracks/H1CombinedVertex.h" 00019 00020 static JBLH1ClonesArrayEntries& ods_NumCombinedVertices = *new JBLH1ClonesArrayEntries("CombinedVertices"); 00021 static JBLH1SomeArrayIterator<H1CombinedVertexArrayPtr, H1Vertex>& ods_CombinedVertices = 00022 *new JBLH1SomeArrayIterator<H1CombinedVertexArrayPtr, H1Vertex>; 00023 00024 #endif /* #ifndef __H1ODSCOMBINEDVERTEX_H */