CbmRoot
L1Event Class Reference

#include <L1Event.h>

Collaboration diagram for L1Event:
[legend]

Public Member Functions

 L1Event ()
 
void Clear ()
 
void TopoReconstructor ()
 
const KFPTrackVector & getTracks () const
 
KFPTrackVector & getTracks ()
 
const vector< int > & getHits () const
 
vector< int > & getHits ()
 
const KFParticleTopoReconstructor * getTopoReconstructor () const
 
 L1Event (const L1Event &event)
 
L1Eventoperator= (const L1Event &event)
 

Private Attributes

KFParticleTopoReconstructor fTopoReconstructor
 
KFPTrackVector fKFPTrack
 
vector< int > fStsHit
 

Detailed Description

Definition at line 13 of file L1Event.h.

Constructor & Destructor Documentation

◆ L1Event() [1/2]

L1Event::L1Event ( )
inline

Definition at line 15 of file L1Event.h.

◆ L1Event() [2/2]

L1Event::L1Event ( const L1Event event)
inline

Definition at line 28 of file L1Event.h.

References fKFPTrack, and fStsHit.

Member Function Documentation

◆ Clear()

void L1Event::Clear ( )

Definition at line 6 of file L1Event.cxx.

References fStsHit.

◆ getHits() [1/2]

vector<int>& L1Event::getHits ( )
inline

Definition at line 23 of file L1Event.h.

References fStsHit.

◆ getHits() [2/2]

const vector<int>& L1Event::getHits ( ) const
inline

Definition at line 22 of file L1Event.h.

References fStsHit.

◆ getTopoReconstructor()

const KFParticleTopoReconstructor* L1Event::getTopoReconstructor ( ) const
inline

Definition at line 24 of file L1Event.h.

References fTopoReconstructor.

◆ getTracks() [1/2]

KFPTrackVector& L1Event::getTracks ( )
inline

Definition at line 21 of file L1Event.h.

References fKFPTrack.

◆ getTracks() [2/2]

const KFPTrackVector& L1Event::getTracks ( ) const
inline

Definition at line 20 of file L1Event.h.

References fKFPTrack.

◆ operator=()

L1Event& L1Event::operator= ( const L1Event event)
inline

Definition at line 36 of file L1Event.h.

References fKFPTrack, fStsHit, and fTopoReconstructor.

◆ TopoReconstructor()

void L1Event::TopoReconstructor ( )

Definition at line 8 of file L1Event.cxx.

References fKFPTrack, and fTopoReconstructor.

Member Data Documentation

◆ fKFPTrack

KFPTrackVector L1Event::fKFPTrack
private

Definition at line 47 of file L1Event.h.

Referenced by getTracks(), L1Event(), operator=(), and TopoReconstructor().

◆ fStsHit

vector<int> L1Event::fStsHit
private

Definition at line 48 of file L1Event.h.

Referenced by Clear(), getHits(), L1Event(), and operator=().

◆ fTopoReconstructor

KFParticleTopoReconstructor L1Event::fTopoReconstructor
private

Definition at line 45 of file L1Event.h.

Referenced by getTopoReconstructor(), operator=(), and TopoReconstructor().


The documentation for this class was generated from the following files: