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
91 void setSubdetector(
int Subdetector_)
93 Subdetector = Subdetector_;
95 void setSection(
int Section_)
99 void setSector(
int Sector_)
103 void setPlane(
int Plane_)
108 void setNhits(
int Nhits_)
113 double slopeXY = 0, interceptXY = 0, ipXY = 0, chisqXY = 0;
114 int Subdetector = 0, Section = 0, Sector = 0,
Plane = 0, Nhits = 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.