![]() |
![]() |
00001 #ifndef DataFormats_BTauReco_VertexTypes_h 00002 #define DataFormats_BTauReco_VertexTypes_h 00003 00004 #include <string> 00005 00006 namespace reco { 00007 namespace btag { 00008 namespace Vertices { 00018 enum VertexType {RecoVertex=0, PseudoVertex=1, NoVertex=2, UndefVertex=99 }; 00019 00024 std::string name ( VertexType ); 00025 VertexType type ( const std::string & ); 00026 } 00027 } 00028 } 00029 00030 #endif