![]() |
![]() |
A FSimVertexType hold the information on the vertex origine. More...
#include <FSimVertexType.h>
Public Types | |
enum | VertexType { ANY = 0, PRIMARY_VERTEX = 1, NUCL_VERTEX = 2, PAIR_VERTEX = 3, BREM_VERTEX = 4, DECAY_VERTEX = 5, END_VERTEX = 6, PILEUP_VERTEX = 7, BSM_VERTEX = 8 } |
Public Member Functions | |
FSimVertexType () | |
FSimVertexType (VertexType) | |
void | setVertexType (VertexType vertexType) |
const VertexType | vertexType () const |
virtual | ~FSimVertexType () |
Private Attributes | |
VertexType | vertexType_ |
Friends | |
std::ostream & | operator<< (std::ostream &out, const FSimVertexType &co) |
A FSimVertexType hold the information on the vertex origine.
Format FSimVertexType
This data format is designed to hold the information obout the nature of a SimVertex within the Famos or Generation sequences.
Definition at line 19 of file FSimVertexType.h.
Enum of possible vertex types. May be extended according to different needs
Enumerator | |
---|---|
ANY | |
PRIMARY_VERTEX | |
NUCL_VERTEX | |
PAIR_VERTEX | |
BREM_VERTEX | |
DECAY_VERTEX | |
END_VERTEX | |
PILEUP_VERTEX | |
BSM_VERTEX |
Definition at line 25 of file FSimVertexType.h.
FSimVertexType::FSimVertexType | ( | ) |
Definition at line 3 of file FSimVertexType.cc.
FSimVertexType::FSimVertexType | ( | VertexType | vertexType | ) |
Definition at line 6 of file FSimVertexType.cc.
|
inlinevirtual |
Definition at line 39 of file FSimVertexType.h.
|
inline |
|
inline |
Definition at line 41 of file FSimVertexType.h.
References vertexType_.
Referenced by operator<<(), and setVertexType().
|
friend |
Definition at line 10 of file FSimVertexType.cc.
|
private |
Definition at line 46 of file FSimVertexType.h.
Referenced by setVertexType(), and vertexType().