Event object.
More...
#include <HepEvent.h>
|
Long64_t | fID |
| ID of event.
|
|
Double_t | fVx |
| Vertex x.
|
|
Double_t | fVy |
| Vertex y.
|
|
Double_t | fVz |
| Vertex z.
|
|
Int_t | fNTracks |
| Number of tracks.
|
|
TClonesArray * | fTracks |
| Array with all tracks.
|
|
Event object.
- Author
- Martin Vala mvala.nosp@m.@cer.nosp@m.n.ch
Definition at line 17 of file HepEvent.h.
◆ Event() [1/2]
Ndmspc::Hep::Event::Event |
( |
| ) |
|
◆ Event() [2/2]
Ndmspc::Hep::Event::Event |
( |
Long64_t |
id, |
|
|
Double_t |
vx = 0.0 , |
|
|
Double_t |
vy = 0.0 , |
|
|
Double_t |
vz = 0.0 |
|
) |
| |
◆ ~Event()
Ndmspc::Hep::Event::~Event |
( |
| ) |
|
|
virtual |
◆ AddTrack()
Track * Ndmspc::Hep::Event::AddTrack |
( |
| ) |
|
◆ BuildVertexRandom()
void Ndmspc::Hep::Event::BuildVertexRandom |
( |
| ) |
|
◆ Clear()
void Ndmspc::Hep::Event::Clear |
( |
Option_t * |
option = "" | ) |
|
|
virtual |
◆ GetID()
Long64_t Ndmspc::Hep::Event::GetID |
( |
| ) |
const |
|
inline |
◆ GetNTrack()
Long64_t Ndmspc::Hep::Event::GetNTrack |
( |
| ) |
const |
|
inline |
◆ GetTrack()
Track * Ndmspc::Hep::Event::GetTrack |
( |
Long64_t |
id | ) |
|
|
inline |
◆ GetVx()
Double_t Ndmspc::Hep::Event::GetVx |
( |
| ) |
const |
|
inline |
Vertex x component.
- Returns
- Vx component
Definition at line 67 of file HepEvent.h.
References fVx.
◆ GetVy()
Double_t Ndmspc::Hep::Event::GetVy |
( |
| ) |
const |
|
inline |
Vertex y component.
- Returns
- Vy component
Definition at line 68 of file HepEvent.h.
References fVy.
◆ GetVz()
Double_t Ndmspc::Hep::Event::GetVz |
( |
| ) |
const |
|
inline |
Vertex z component.
- Returns
- Vz component
Definition at line 69 of file HepEvent.h.
References fVz.
◆ Print()
void Ndmspc::Hep::Event::Print |
( |
Option_t * |
option = "" | ) |
const |
|
virtual |
◆ SetID()
void Ndmspc::Hep::Event::SetID |
( |
Long64_t |
id | ) |
|
|
inline |
- Parameters
-
Sets event ID
Definition at line 71 of file HepEvent.h.
References fID.
◆ SetVx()
void Ndmspc::Hep::Event::SetVx |
( |
Double_t |
vx | ) |
|
|
inline |
- Parameters
-
Sets x component of vertex
Definition at line 72 of file HepEvent.h.
References fVx.
◆ SetVy()
void Ndmspc::Hep::Event::SetVy |
( |
Double_t |
vy | ) |
|
|
inline |
- Parameters
-
Sets y component of vertex
Definition at line 73 of file HepEvent.h.
References fVy.
◆ SetVz()
void Ndmspc::Hep::Event::SetVz |
( |
Double_t |
vz | ) |
|
|
inline |
- Parameters
-
Sets z component of vertex
Definition at line 74 of file HepEvent.h.
References fVz.
The documentation for this class was generated from the following files: