9#ifndef KLMTrgFittedTrack_H
10#define KLMTrgFittedTrack_H
12#include <framework/datastore/RelationsObject.h>
35 double getSlopeXY()
const
39 double getInterceptXY()
const
43 double getIpXY()
const
47 double getChisqXY()
const
53 void setSlopeXY(
double slopeXY_)
57 void setInterceptXY(
double InterceptXY_)
59 interceptXY = InterceptXY_;
61 void setIpXY(
double ipXY_)
65 void setChisqXY(
double chisqXY_)
70 int getSubdetector()
const
74 int getSection()
const
90 int getTrack_id()
const
96 void setSubdetector(
int Subdetector_)
98 Subdetector = Subdetector_;
100 void setSection(
int Section_)
104 void setSector(
int Sector_)
108 void setPlane(
int Plane_)
113 void setNhits(
int Nhits_)
118 void setTrack_id(
int track_id_)
120 track_id = track_id_;
123 double slopeXY = 0, interceptXY = 0, ipXY = 0, chisqXY = 0;
124 int Subdetector = 0, Section = 0, Sector = 0,
Plane = 0, Nhits = 0, track_id = 0;
Store KLM TRG track information as a ROOT object.
KLMTrgFittedTrack()=default
Empty constructor for ROOT IO (needed to make the class storable)
virtual ~KLMTrgFittedTrack()
Destructor.
Defines interface for accessing relations of objects in StoreArray.
Abstract base class for different kinds of events.