9#ifndef TRGGRLShortTrack_H
10#define TRGGRLShortTrack_H
12#include <framework/datastore/RelationsObject.h>
44 for (
int i = 0; i < 5; i++) {
52 std::vector<int>
m_TS_ID = std::vector<int>(0, 0);
Defines interface for accessing relations of objects in StoreArray.
a class for neutral ECL cluster in TRGGRL
void init()
initialization
double get_TS_ID(int i) const
Get TS ID of SL i, from 0 to 63.
ClassDef(TRGGRLShortTrack, 1)
! The Class title
void set_TS_ID(int i, int id)
set TS ID of SL i
double get_TS_phi(int i) const
Get TS phi of SL i with unit = 5.625.
std::vector< int > m_TS_ID
TSF ID used for the short track.
~TRGGRLShortTrack()
Destructor.
TRGGRLShortTrack()
Constructor.
Abstract base class for different kinds of events.