CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/BTauReco/interface/VertexTypes.h

Go to the documentation of this file.
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