CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FSimVertexType.h
Go to the documentation of this file.
1 #ifndef FastSimDataFormats_NuclearInteractions_FSimVertexType_h
2 #define FastSimDataFormats_NuclearInteractions_FSimVertexType_h
3 
4 #include <ostream>
5 
6 
20 
21  public:
22 
25  enum VertexType {
26  ANY = 0,
35  };
36 
39  virtual ~FSimVertexType() {}
40 
41  const VertexType vertexType() const {return vertexType_;}
43 
44  private:
45 
47 
48  friend std::ostream& operator<<( std::ostream& out, const FSimVertexType& co );
49 
50 };
51 
52 #endif
53 
54 
55 
void setVertexType(VertexType vertexType)
const VertexType vertexType() const
A FSimVertexType hold the information on the vertex origine.
tuple out
Definition: dbtoconf.py:99
virtual ~FSimVertexType()
friend std::ostream & operator<<(std::ostream &out, const FSimVertexType &co)
VertexType vertexType_