Main Page
Namespaces
Classes
Package Documentation
FastSimDataFormats
NuclearInteractions
interface
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
19
class
FSimVertexType
{
20
21
public
:
22
25
enum
VertexType
{
26
ANY
= 0,
27
PRIMARY_VERTEX
= 1,
28
NUCL_VERTEX
= 2,
29
PAIR_VERTEX
= 3,
30
BREM_VERTEX
= 4,
31
DECAY_VERTEX
= 5,
32
END_VERTEX
= 6,
33
PILEUP_VERTEX
= 7,
34
BSM_VERTEX
= 8
35
};
36
37
FSimVertexType
();
38
FSimVertexType
(
VertexType
) ;
39
virtual
~FSimVertexType
() {}
40
41
const
VertexType
vertexType
()
const
{
return
vertexType_
;}
42
void
setVertexType
(
VertexType
vertexType
) {
vertexType_
=
vertexType
;}
43
44
private
:
45
46
VertexType
vertexType_
;
47
48
friend
std::ostream&
operator<<
( std::ostream&
out
,
const
FSimVertexType
& co );
49
50
};
51
52
#endif
53
54
55
FSimVertexType::setVertexType
void setVertexType(VertexType vertexType)
Definition:
FSimVertexType.h:42
FSimVertexType::NUCL_VERTEX
Definition:
FSimVertexType.h:28
FSimVertexType::vertexType
const VertexType vertexType() const
Definition:
FSimVertexType.h:41
FSimVertexType::END_VERTEX
Definition:
FSimVertexType.h:32
FSimVertexType::ANY
Definition:
FSimVertexType.h:26
FSimVertexType::PRIMARY_VERTEX
Definition:
FSimVertexType.h:27
VertexType
Definition:
Vx3DHLTAnalyzer.h:39
FSimVertexType
A FSimVertexType hold the information on the vertex origine.
Definition:
FSimVertexType.h:19
FSimVertexType::DECAY_VERTEX
Definition:
FSimVertexType.h:31
FSimVertexType::BREM_VERTEX
Definition:
FSimVertexType.h:30
FSimVertexType::PAIR_VERTEX
Definition:
FSimVertexType.h:29
MillePedeFileConverter_cfg.out
out
Definition:
MillePedeFileConverter_cfg.py:31
FSimVertexType::~FSimVertexType
virtual ~FSimVertexType()
Definition:
FSimVertexType.h:39
FSimVertexType::BSM_VERTEX
Definition:
FSimVertexType.h:34
FSimVertexType::PILEUP_VERTEX
Definition:
FSimVertexType.h:33
FSimVertexType::FSimVertexType
FSimVertexType()
Definition:
FSimVertexType.cc:3
FSimVertexType::operator<<
friend std::ostream & operator<<(std::ostream &out, const FSimVertexType &co)
Definition:
FSimVertexType.cc:10
FSimVertexType::vertexType_
VertexType vertexType_
Definition:
FSimVertexType.h:46
Generated for CMSSW Reference Manual by
1.8.11