| 11 |
#include <TRefArray.h> |
#include <TRefArray.h> |
| 12 |
#include <TRef.h> |
#include <TRef.h> |
| 13 |
|
|
| 14 |
#include <TrkStruct.h> |
//#include <TrkStruct.h> |
| 15 |
|
#include <TrkParams.h> |
| 16 |
#include <TrkLevel1.h> |
#include <TrkLevel1.h> |
| 17 |
|
|
| 18 |
// z-coordinate of track state-vector reference-plane |
// z-coordinate of track state-vector reference-plane |
| 231 |
int nclsy(){return SingletY->GetEntries();} ///< number of y singlets |
int nclsy(){return SingletY->GetEntries();} ///< number of y singlets |
| 232 |
|
|
| 233 |
void Dump(); |
void Dump(); |
|
void SetFromLevel2Struct(cTrkLevel2 *); |
|
| 234 |
void SetFromLevel2Struct(cTrkLevel2 *, TrkLevel1 *); |
void SetFromLevel2Struct(cTrkLevel2 *, TrkLevel1 *); |
| 235 |
|
void SetFromLevel2Struct(cTrkLevel2 *s2){ SetFromLevel2Struct(s2, NULL); }; |
| 236 |
|
void SetFromLevel2Struct(TrkLevel1 *l1) { SetFromLevel2Struct(&level2event_, l1); }; |
| 237 |
|
void SetFromLevel2Struct() { SetFromLevel2Struct(&level2event_); }; |
| 238 |
void GetLevel2Struct(cTrkLevel2 *) const; |
void GetLevel2Struct(cTrkLevel2 *) const; |
| 239 |
void LoadField(TString); |
void LoadField(TString); |
| 240 |
float GetBX(float*); |
float GetBX(float*); |