00001
00002
00003
00004
00005 #include "EventCint.h"
00006
00007 #include "TClass.h"
00008 #include "TBuffer.h"
00009 #include "TMemberInspector.h"
00010 #include "TError.h"
00011
00012 #ifndef G__ROOT
00013 #define G__ROOT
00014 #endif
00015
00016
00017 TBuffer &operator>>(TBuffer &buf, SubSystemHeader *&obj)
00018 {
00019
00020
00021 obj = (SubSystemHeader *) buf.ReadObject(SubSystemHeader::Class());
00022 return buf;
00023 }
00024
00025
00026 TBuffer &operator>>(TBuffer &buf, AcdHeader *&obj)
00027 {
00028
00029
00030 obj = (AcdHeader *) buf.ReadObject(AcdHeader::Class());
00031 return buf;
00032 }
00033
00034
00035 TBuffer &operator>>(TBuffer &buf, AcdId *&obj)
00036 {
00037
00038
00039 obj = (AcdId *) buf.ReadObject(AcdId::Class());
00040 return buf;
00041 }
00042
00043
00044 TBuffer &operator>>(TBuffer &buf, AcdTile *&obj)
00045 {
00046
00047
00048 obj = (AcdTile *) buf.ReadObject(AcdTile::Class());
00049 return buf;
00050 }
00051
00052
00053 TBuffer &operator>>(TBuffer &buf, CalHeader *&obj)
00054 {
00055
00056
00057 obj = (CalHeader *) buf.ReadObject(CalHeader::Class());
00058 return buf;
00059 }
00060
00061
00062 TBuffer &operator>>(TBuffer &buf, LogId *&obj)
00063 {
00064
00065
00066 obj = (LogId *) buf.ReadObject(LogId::Class());
00067 return buf;
00068 }
00069
00070
00071 TBuffer &operator>>(TBuffer &buf, CalLog *&obj)
00072 {
00073
00074
00075 obj = (CalLog *) buf.ReadObject(CalLog::Class());
00076 return buf;
00077 }
00078
00079
00080 TBuffer &operator>>(TBuffer &buf, ESAPID *&obj)
00081 {
00082
00083
00084 obj = (ESAPID *) buf.ReadObject(ESAPID::Class());
00085 return buf;
00086 }
00087
00088
00089 TBuffer &operator>>(TBuffer &buf, L1T *&obj)
00090 {
00091
00092
00093 obj = (L1T *) buf.ReadObject(L1T::Class());
00094 return buf;
00095 }
00096
00097
00098 TBuffer &operator>>(TBuffer &buf, TkrHeader *&obj)
00099 {
00100
00101
00102 obj = (TkrHeader *) buf.ReadObject(TkrHeader::Class());
00103 return buf;
00104 }
00105
00106
00107 TBuffer &operator>>(TBuffer &buf, StripId *&obj)
00108 {
00109
00110
00111 obj = (StripId *) buf.ReadObject(StripId::Class());
00112 return buf;
00113 }
00114
00115
00116 TBuffer &operator>>(TBuffer &buf, TkrLayer *&obj)
00117 {
00118
00119
00120 obj = (TkrLayer *) buf.ReadObject(TkrLayer::Class());
00121 return buf;
00122 }
00123
00124
00125 TBuffer &operator>>(TBuffer &buf, LiveTime *&obj)
00126 {
00127
00128
00129 obj = (LiveTime *) buf.ReadObject(LiveTime::Class());
00130 return buf;
00131 }
00132
00133
00134 TBuffer &operator>>(TBuffer &buf, DigiEvent *&obj)
00135 {
00136
00137
00138 obj = (DigiEvent *) buf.ReadObject(DigiEvent::Class());
00139 return buf;
00140 }
00141
00142
00143 TBuffer &operator>>(TBuffer &buf, Tagger *&obj)
00144 {
00145
00146
00147 obj = (Tagger *) buf.ReadObject(Tagger::Class());
00148 return buf;
00149 }
00150
00151
00152 void AcdTile::Streamer(TBuffer &R__b)
00153 {
00154
00155
00156 UInt_t R__s, R__c;
00157 if (R__b.IsReading()) {
00158 Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
00159 TObject::Streamer(R__b);
00160 R__b >> m_tag;
00161 m_tileId.Streamer(R__b);
00162 R__b.CheckByteCount(R__s, R__c, AcdTile::IsA());
00163 } else {
00164 R__c = R__b.WriteVersion(AcdTile::IsA(), kTRUE);
00165 TObject::Streamer(R__b);
00166 R__b << m_tag;
00167 m_tileId.Streamer(R__b);
00168 R__b.SetByteCount(R__c, kTRUE);
00169 }
00170 }
00171
00172
00173 void AcdTile::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00174 {
00175
00176
00177 TClass *R__cl = AcdTile::IsA();
00178 Int_t R__ncp = strlen(R__parent);
00179 if (R__ncp || R__cl || R__insp.IsA()) { }
00180 R__insp.Inspect(R__cl, R__parent, "m_tag", &m_tag);
00181 R__insp.Inspect(R__cl, R__parent, "m_tileId", &m_tileId);
00182 m_tileId.ShowMembers(R__insp, strcat(R__parent,"m_tileId.")); R__parent[R__ncp] = 0;
00183 TObject::ShowMembers(R__insp, R__parent);
00184 }
00185
00186
00187 const char *AcdTile::Class_Name()
00188 {
00189
00190 return "AcdTile";
00191 }
00192
00193
00194 static AcdTile::R__Init __gR__InitAcdTile(0);
00195
00196
00197 void CalLog::Streamer(TBuffer &R__b)
00198 {
00199
00200
00201 UInt_t R__s, R__c;
00202 if (R__b.IsReading()) {
00203 Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
00204 TObject::Streamer(R__b);
00205 m_log.Streamer(R__b);
00206 R__b.ReadStaticArray(m_AdcValues);
00207 R__b.CheckByteCount(R__s, R__c, CalLog::IsA());
00208 } else {
00209 R__c = R__b.WriteVersion(CalLog::IsA(), kTRUE);
00210 TObject::Streamer(R__b);
00211 m_log.Streamer(R__b);
00212 R__b.WriteArray(m_AdcValues, 8);
00213 R__b.SetByteCount(R__c, kTRUE);
00214 }
00215 }
00216
00217
00218 void CalLog::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00219 {
00220
00221
00222 TClass *R__cl = CalLog::IsA();
00223 Int_t R__ncp = strlen(R__parent);
00224 if (R__ncp || R__cl || R__insp.IsA()) { }
00225 R__insp.Inspect(R__cl, R__parent, "m_log", &m_log);
00226 m_log.ShowMembers(R__insp, strcat(R__parent,"m_log.")); R__parent[R__ncp] = 0;
00227 R__insp.Inspect(R__cl, R__parent, "m_AdcValues[8]", m_AdcValues);
00228 TObject::ShowMembers(R__insp, R__parent);
00229 }
00230
00231
00232 const char *CalLog::Class_Name()
00233 {
00234
00235 return "CalLog";
00236 }
00237
00238
00239 static CalLog::R__Init __gR__InitCalLog(0);
00240
00241
00242 void ESAPID::Streamer(TBuffer &R__b)
00243 {
00244
00245
00246 UInt_t R__s, R__c;
00247 if (R__b.IsReading()) {
00248 Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
00249 TObject::Streamer(R__b);
00250 R__b >> m_Clean;
00251 R__b >> m_XBeam;
00252 R__b >> m_YBeam;
00253 R__b >> m_NPart;
00254 R__b.ReadStaticArray(m_ID);
00255 R__b.ReadStaticArray(m_Mom);
00256 R__b.ReadStaticArray(m_BeamPb);
00257 R__b >> m_CADC;
00258 R__b.ReadStaticArray(m_TOF);
00259 R__b >> m_TOFC;
00260 R__b >> m_OneGoodP;
00261 R__b >> m_OneGoodG;
00262 R__b >> m_OneGoodE;
00263 R__b >> m_OneGoodK;
00264 R__b >> m_OneGoodPi;
00265 R__b >> m_OneGoodH;
00266 R__b.CheckByteCount(R__s, R__c, ESAPID::IsA());
00267 } else {
00268 R__c = R__b.WriteVersion(ESAPID::IsA(), kTRUE);
00269 TObject::Streamer(R__b);
00270 R__b << m_Clean;
00271 R__b << m_XBeam;
00272 R__b << m_YBeam;
00273 R__b << m_NPart;
00274 R__b.WriteArray(m_ID, 10);
00275 R__b.WriteArray(m_Mom, 10);
00276 R__b.WriteArray(m_BeamPb, 5);
00277 R__b << m_CADC;
00278 R__b.WriteArray(m_TOF, 4);
00279 R__b << m_TOFC;
00280 R__b << m_OneGoodP;
00281 R__b << m_OneGoodG;
00282 R__b << m_OneGoodE;
00283 R__b << m_OneGoodK;
00284 R__b << m_OneGoodPi;
00285 R__b << m_OneGoodH;
00286 R__b.SetByteCount(R__c, kTRUE);
00287 }
00288 }
00289
00290
00291 void ESAPID::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00292 {
00293
00294
00295 TClass *R__cl = ESAPID::IsA();
00296 Int_t R__ncp = strlen(R__parent);
00297 if (R__ncp || R__cl || R__insp.IsA()) { }
00298 R__insp.Inspect(R__cl, R__parent, "m_Clean", &m_Clean);
00299 R__insp.Inspect(R__cl, R__parent, "m_XBeam", &m_XBeam);
00300 R__insp.Inspect(R__cl, R__parent, "m_YBeam", &m_YBeam);
00301 R__insp.Inspect(R__cl, R__parent, "m_NPart", &m_NPart);
00302 R__insp.Inspect(R__cl, R__parent, "m_ID[10]", m_ID);
00303 R__insp.Inspect(R__cl, R__parent, "m_Mom[10]", m_Mom);
00304 R__insp.Inspect(R__cl, R__parent, "m_BeamPb[5]", m_BeamPb);
00305 R__insp.Inspect(R__cl, R__parent, "m_CADC", &m_CADC);
00306 R__insp.Inspect(R__cl, R__parent, "m_TOF[4]", m_TOF);
00307 R__insp.Inspect(R__cl, R__parent, "m_TOFC", &m_TOFC);
00308 R__insp.Inspect(R__cl, R__parent, "m_OneGoodP", &m_OneGoodP);
00309 R__insp.Inspect(R__cl, R__parent, "m_OneGoodG", &m_OneGoodG);
00310 R__insp.Inspect(R__cl, R__parent, "m_OneGoodE", &m_OneGoodE);
00311 R__insp.Inspect(R__cl, R__parent, "m_OneGoodK", &m_OneGoodK);
00312 R__insp.Inspect(R__cl, R__parent, "m_OneGoodPi", &m_OneGoodPi);
00313 R__insp.Inspect(R__cl, R__parent, "m_OneGoodH", &m_OneGoodH);
00314 TObject::ShowMembers(R__insp, R__parent);
00315 }
00316
00317
00318 const char *ESAPID::Class_Name()
00319 {
00320
00321 return "ESAPID";
00322 }
00323
00324
00325 static ESAPID::R__Init __gR__InitESAPID(0);
00326
00327
00328 void DigiEvent::Streamer(TBuffer &R__b)
00329 {
00330
00331
00332 UInt_t R__s, R__c;
00333 if (R__b.IsReading()) {
00334 Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
00335 TObject::Streamer(R__b);
00336 R__b >> m_run;
00337 R__b >> m_eventId;
00338 m_L1T.Streamer(R__b);
00339 m_AcdDigiVec->Streamer(R__b);
00340 R__b >> m_numTiles;
00341 m_AcdHeader.Streamer(R__b);
00342 m_XgtDigiVec->Streamer(R__b);
00343 R__b >> m_numXgts;
00344 m_CalDigiVec->Streamer(R__b);
00345 R__b >> m_numLogs;
00346 m_CalHeader.Streamer(R__b);
00347 R__b >> m_TkrDigiVec;
00348 R__b >> m_numLayers;
00349 m_TkrHeader.Streamer(R__b);
00350 m_liveTime.Streamer(R__b);
00351 R__b.CheckByteCount(R__s, R__c, DigiEvent::IsA());
00352 } else {
00353 R__c = R__b.WriteVersion(DigiEvent::IsA(), kTRUE);
00354 TObject::Streamer(R__b);
00355 R__b << m_run;
00356 R__b << m_eventId;
00357 m_L1T.Streamer(R__b);
00358 m_AcdDigiVec->Streamer(R__b);
00359 R__b << m_numTiles;
00360 m_AcdHeader.Streamer(R__b);
00361 m_XgtDigiVec->Streamer(R__b);
00362 R__b << m_numXgts;
00363 m_CalDigiVec->Streamer(R__b);
00364 R__b << m_numLogs;
00365 m_CalHeader.Streamer(R__b);
00366 R__b << m_TkrDigiVec;
00367 R__b << m_numLayers;
00368 m_TkrHeader.Streamer(R__b);
00369 m_liveTime.Streamer(R__b);
00370 R__b.SetByteCount(R__c, kTRUE);
00371 }
00372 }
00373
00374
00375 void DigiEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00376 {
00377
00378
00379 TClass *R__cl = DigiEvent::IsA();
00380 Int_t R__ncp = strlen(R__parent);
00381 if (R__ncp || R__cl || R__insp.IsA()) { }
00382 R__insp.Inspect(R__cl, R__parent, "m_run", &m_run);
00383 R__insp.Inspect(R__cl, R__parent, "m_eventId", &m_eventId);
00384 R__insp.Inspect(R__cl, R__parent, "m_L1T", &m_L1T);
00385 m_L1T.ShowMembers(R__insp, strcat(R__parent,"m_L1T.")); R__parent[R__ncp] = 0;
00386 R__insp.Inspect(R__cl, R__parent, "*m_AcdDigiVec", &m_AcdDigiVec);
00387 R__insp.Inspect(R__cl, R__parent, "m_numTiles", &m_numTiles);
00388 R__insp.Inspect(R__cl, R__parent, "m_AcdHeader", &m_AcdHeader);
00389 m_AcdHeader.ShowMembers(R__insp, strcat(R__parent,"m_AcdHeader.")); R__parent[R__ncp] = 0;
00390 R__insp.Inspect(R__cl, R__parent, "*m_XgtDigiVec", &m_XgtDigiVec);
00391 R__insp.Inspect(R__cl, R__parent, "m_numXgts", &m_numXgts);
00392 R__insp.Inspect(R__cl, R__parent, "*m_CalDigiVec", &m_CalDigiVec);
00393 R__insp.Inspect(R__cl, R__parent, "m_numLogs", &m_numLogs);
00394 R__insp.Inspect(R__cl, R__parent, "m_CalHeader", &m_CalHeader);
00395 m_CalHeader.ShowMembers(R__insp, strcat(R__parent,"m_CalHeader.")); R__parent[R__ncp] = 0;
00396 R__insp.Inspect(R__cl, R__parent, "*m_TkrDigiVec", &m_TkrDigiVec);
00397 R__insp.Inspect(R__cl, R__parent, "m_numLayers", &m_numLayers);
00398 R__insp.Inspect(R__cl, R__parent, "m_TkrHeader", &m_TkrHeader);
00399 m_TkrHeader.ShowMembers(R__insp, strcat(R__parent,"m_TkrHeader.")); R__parent[R__ncp] = 0;
00400 R__insp.Inspect(R__cl, R__parent, "m_liveTime", &m_liveTime);
00401 m_liveTime.ShowMembers(R__insp, strcat(R__parent,"m_liveTime.")); R__parent[R__ncp] = 0;
00402 TObject::ShowMembers(R__insp, R__parent);
00403 }
00404
00405
00406 const char *DigiEvent::Class_Name()
00407 {
00408
00409 return "DigiEvent";
00410 }
00411
00412
00413 static DigiEvent::R__Init __gR__InitDigiEvent(0);
00414
00415
00416 void L1T::Streamer(TBuffer &R__b)
00417 {
00418
00419
00420 UInt_t R__s, R__c;
00421 if (R__b.IsReading()) {
00422 Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
00423 TObject::Streamer(R__b);
00424 R__b >> m_trigCount;
00425 R__b >> m_trigTimeValue;
00426 R__b >> m_xCapture;
00427 R__b >> m_yCapture;
00428 R__b >> m_vetoCapture;
00429 R__b >> m_deadTimeAndCause;
00430 R__b >> m_deadTimeCause;
00431 R__b >> m_deadTime;
00432 R__b.CheckByteCount(R__s, R__c, L1T::IsA());
00433 } else {
00434 R__c = R__b.WriteVersion(L1T::IsA(), kTRUE);
00435 TObject::Streamer(R__b);
00436 R__b << m_trigCount;
00437 R__b << m_trigTimeValue;
00438 R__b << m_xCapture;
00439 R__b << m_yCapture;
00440 R__b << m_vetoCapture;
00441 R__b << m_deadTimeAndCause;
00442 R__b << m_deadTimeCause;
00443 R__b << m_deadTime;
00444 R__b.SetByteCount(R__c, kTRUE);
00445 }
00446 }
00447
00448
00449 void L1T::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00450 {
00451
00452
00453 TClass *R__cl = L1T::IsA();
00454 Int_t R__ncp = strlen(R__parent);
00455 if (R__ncp || R__cl || R__insp.IsA()) { }
00456 R__insp.Inspect(R__cl, R__parent, "m_trigCount", &m_trigCount);
00457 R__insp.Inspect(R__cl, R__parent, "m_trigTimeValue", &m_trigTimeValue);
00458 R__insp.Inspect(R__cl, R__parent, "m_xCapture", &m_xCapture);
00459 R__insp.Inspect(R__cl, R__parent, "m_yCapture", &m_yCapture);
00460 R__insp.Inspect(R__cl, R__parent, "m_vetoCapture", &m_vetoCapture);
00461 R__insp.Inspect(R__cl, R__parent, "m_deadTimeAndCause", &m_deadTimeAndCause);
00462 R__insp.Inspect(R__cl, R__parent, "m_deadTimeCause", &m_deadTimeCause);
00463 R__insp.Inspect(R__cl, R__parent, "m_deadTime", &m_deadTime);
00464 TObject::ShowMembers(R__insp, R__parent);
00465 }
00466
00467
00468 const char *L1T::Class_Name()
00469 {
00470
00471 return "L1T";
00472 }
00473
00474
00475 static L1T::R__Init __gR__InitL1T(0);
00476
00477
00478 void LogId::Streamer(TBuffer &R__b)
00479 {
00480
00481
00482 UInt_t R__s, R__c;
00483 if (R__b.IsReading()) {
00484 Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
00485 TObject::Streamer(R__b);
00486 R__b >> m_tag;
00487 R__b.CheckByteCount(R__s, R__c, LogId::IsA());
00488 } else {
00489 R__c = R__b.WriteVersion(LogId::IsA(), kTRUE);
00490 TObject::Streamer(R__b);
00491 R__b << m_tag;
00492 R__b.SetByteCount(R__c, kTRUE);
00493 }
00494 }
00495
00496
00497 void LogId::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00498 {
00499
00500
00501 TClass *R__cl = LogId::IsA();
00502 Int_t R__ncp = strlen(R__parent);
00503 if (R__ncp || R__cl || R__insp.IsA()) { }
00504 R__insp.Inspect(R__cl, R__parent, "m_tag", &m_tag);
00505 TObject::ShowMembers(R__insp, R__parent);
00506 }
00507
00508
00509 const char *LogId::Class_Name()
00510 {
00511
00512 return "LogId";
00513 }
00514
00515
00516 static LogId::R__Init __gR__InitLogId(0);
00517
00518
00519 void StripId::Streamer(TBuffer &R__b)
00520 {
00521
00522
00523 UInt_t R__s, R__c;
00524 if (R__b.IsReading()) {
00525 Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
00526 TObject::Streamer(R__b);
00527 R__b >> m_tag;
00528 R__b >> m_cable;
00529 R__b.CheckByteCount(R__s, R__c, StripId::IsA());
00530 } else {
00531 R__c = R__b.WriteVersion(StripId::IsA(), kTRUE);
00532 TObject::Streamer(R__b);
00533 R__b << m_tag;
00534 R__b << m_cable;
00535 R__b.SetByteCount(R__c, kTRUE);
00536 }
00537 }
00538
00539
00540 void StripId::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00541 {
00542
00543
00544 TClass *R__cl = StripId::IsA();
00545 Int_t R__ncp = strlen(R__parent);
00546 if (R__ncp || R__cl || R__insp.IsA()) { }
00547 R__insp.Inspect(R__cl, R__parent, "m_tag", &m_tag);
00548 R__insp.Inspect(R__cl, R__parent, "m_cable", &m_cable);
00549 TObject::ShowMembers(R__insp, R__parent);
00550 }
00551
00552
00553 const char *StripId::Class_Name()
00554 {
00555
00556 return "StripId";
00557 }
00558
00559
00560 static StripId::R__Init __gR__InitStripId(0);
00561
00562
00563 void Tagger::Streamer(TBuffer &R__b)
00564 {
00565
00566
00567 UInt_t R__s, R__c;
00568 if (R__b.IsReading()) {
00569 Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
00570 TObject::Streamer(R__b);
00571 R__b >> m_PID;
00572 R__b >> m_nBeamEnergy;
00573 R__b >> m_nMagCurrent;
00574 R__b.CheckByteCount(R__s, R__c, Tagger::IsA());
00575 } else {
00576 R__c = R__b.WriteVersion(Tagger::IsA(), kTRUE);
00577 TObject::Streamer(R__b);
00578 R__b << m_PID;
00579 R__b << m_nBeamEnergy;
00580 R__b << m_nMagCurrent;
00581 R__b.SetByteCount(R__c, kTRUE);
00582 }
00583 }
00584
00585
00586 void Tagger::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00587 {
00588
00589
00590 TClass *R__cl = Tagger::IsA();
00591 Int_t R__ncp = strlen(R__parent);
00592 if (R__ncp || R__cl || R__insp.IsA()) { }
00593 R__insp.Inspect(R__cl, R__parent, "*m_PID", &m_PID);
00594 R__insp.Inspect(R__cl, R__parent, "m_nBeamEnergy", &m_nBeamEnergy);
00595 R__insp.Inspect(R__cl, R__parent, "m_nMagCurrent", &m_nMagCurrent);
00596 TObject::ShowMembers(R__insp, R__parent);
00597 }
00598
00599
00600 const char *Tagger::Class_Name()
00601 {
00602
00603 return "Tagger";
00604 }
00605
00606
00607 static Tagger::R__Init __gR__InitTagger(0);
00608
00609
00610 void AcdId::Streamer(TBuffer &R__b)
00611 {
00612
00613
00614 UInt_t R__s, R__c;
00615 if (R__b.IsReading()) {
00616 Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
00617 TObject::Streamer(R__b);
00618 R__b >> m_id;
00619 R__b >> m_used;
00620 R__b >> m_readoutIndex;
00621 R__b.CheckByteCount(R__s, R__c, AcdId::IsA());
00622 } else {
00623 R__c = R__b.WriteVersion(AcdId::IsA(), kTRUE);
00624 TObject::Streamer(R__b);
00625 R__b << m_id;
00626 R__b << m_used;
00627 R__b << m_readoutIndex;
00628 R__b.SetByteCount(R__c, kTRUE);
00629 }
00630 }
00631
00632
00633 void AcdId::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00634 {
00635
00636
00637 TClass *R__cl = AcdId::IsA();
00638 Int_t R__ncp = strlen(R__parent);
00639 if (R__ncp || R__cl || R__insp.IsA()) { }
00640 R__insp.Inspect(R__cl, R__parent, "m_id", &m_id);
00641 R__insp.Inspect(R__cl, R__parent, "m_used", &m_used);
00642 R__insp.Inspect(R__cl, R__parent, "m_readoutIndex", &m_readoutIndex);
00643 TObject::ShowMembers(R__insp, R__parent);
00644 }
00645
00646
00647 const char *AcdId::Class_Name()
00648 {
00649
00650 return "AcdId";
00651 }
00652
00653
00654 static AcdId::R__Init __gR__InitAcdId(0);
00655
00656
00657 void TkrLayer::Streamer(TBuffer &R__b)
00658 {
00659
00660
00661 UInt_t R__s, R__c;
00662 if (R__b.IsReading()) {
00663 Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
00664 TObject::Streamer(R__b);
00665 R__b >> m_plane;
00666 R__b >> m_xy;
00667 R__b.ReadStaticArray(m_ToT);
00668 R__b.ReadStaticArray(m_errf);
00669 R__b >> m_strips;
00670 R__b >> m_numStrips;
00671 R__b.CheckByteCount(R__s, R__c, TkrLayer::IsA());
00672 } else {
00673 R__c = R__b.WriteVersion(TkrLayer::IsA(), kTRUE);
00674 TObject::Streamer(R__b);
00675 R__b << m_plane;
00676 R__b << m_xy;
00677 R__b.WriteArray(m_ToT, 2);
00678 R__b.WriteArray(m_errf, 2);
00679 R__b << m_strips;
00680 R__b << m_numStrips;
00681 R__b.SetByteCount(R__c, kTRUE);
00682 }
00683 }
00684
00685
00686 void TkrLayer::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00687 {
00688
00689
00690 TClass *R__cl = TkrLayer::IsA();
00691 Int_t R__ncp = strlen(R__parent);
00692 if (R__ncp || R__cl || R__insp.IsA()) { }
00693 R__insp.Inspect(R__cl, R__parent, "m_plane", &m_plane);
00694 R__insp.Inspect(R__cl, R__parent, "m_xy", &m_xy);
00695 R__insp.Inspect(R__cl, R__parent, "m_ToT[2]", m_ToT);
00696 R__insp.Inspect(R__cl, R__parent, "m_errf[2]", m_errf);
00697 R__insp.Inspect(R__cl, R__parent, "*m_strips", &m_strips);
00698 R__insp.Inspect(R__cl, R__parent, "m_numStrips", &m_numStrips);
00699 TObject::ShowMembers(R__insp, R__parent);
00700 }
00701
00702
00703 const char *TkrLayer::Class_Name()
00704 {
00705
00706 return "TkrLayer";
00707 }
00708
00709
00710 static TkrLayer::R__Init __gR__InitTkrLayer(0);
00711
00712
00713 void SubSystemHeader::Streamer(TBuffer &R__b)
00714 {
00715
00716
00717 UInt_t R__s, R__c;
00718 if (R__b.IsReading()) {
00719 Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
00720 TObject::Streamer(R__b);
00721 R__b >> m_eventId;
00722 R__b >> m_timerWord;
00723 R__b >> m_TREQ_VETO_status;
00724 R__b >> m_deadtime_and_cause;
00725 R__b.CheckByteCount(R__s, R__c, SubSystemHeader::IsA());
00726 } else {
00727 R__c = R__b.WriteVersion(SubSystemHeader::IsA(), kTRUE);
00728 TObject::Streamer(R__b);
00729 R__b << m_eventId;
00730 R__b << m_timerWord;
00731 R__b << m_TREQ_VETO_status;
00732 R__b << m_deadtime_and_cause;
00733 R__b.SetByteCount(R__c, kTRUE);
00734 }
00735 }
00736
00737
00738 void SubSystemHeader::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00739 {
00740
00741
00742 TClass *R__cl = SubSystemHeader::IsA();
00743 Int_t R__ncp = strlen(R__parent);
00744 if (R__ncp || R__cl || R__insp.IsA()) { }
00745 R__insp.Inspect(R__cl, R__parent, "m_eventId", &m_eventId);
00746 R__insp.Inspect(R__cl, R__parent, "m_timerWord", &m_timerWord);
00747 R__insp.Inspect(R__cl, R__parent, "m_TREQ_VETO_status", &m_TREQ_VETO_status);
00748 R__insp.Inspect(R__cl, R__parent, "m_deadtime_and_cause", &m_deadtime_and_cause);
00749 TObject::ShowMembers(R__insp, R__parent);
00750 }
00751
00752
00753 const char *SubSystemHeader::Class_Name()
00754 {
00755
00756 return "SubSystemHeader";
00757 }
00758
00759
00760 static SubSystemHeader::R__Init __gR__InitSubSystemHeader(0);
00761
00762
00763 void CalHeader::Streamer(TBuffer &R__b)
00764 {
00765
00766
00767 UInt_t R__s, R__c;
00768 if (R__b.IsReading()) {
00769 Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
00770 SubSystemHeader::Streamer(R__b);
00771 R__b >> (Int_t&)DeadTimeCause;
00772 R__b.CheckByteCount(R__s, R__c, CalHeader::IsA());
00773 } else {
00774 R__c = R__b.WriteVersion(CalHeader::IsA(), kTRUE);
00775 SubSystemHeader::Streamer(R__b);
00776 R__b << (Int_t)DeadTimeCause;
00777 R__b.SetByteCount(R__c, kTRUE);
00778 }
00779 }
00780
00781
00782 void CalHeader::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00783 {
00784
00785
00786 TClass *R__cl = CalHeader::IsA();
00787 Int_t R__ncp = strlen(R__parent);
00788 if (R__ncp || R__cl || R__insp.IsA()) { }
00789 R__insp.Inspect(R__cl, R__parent, "DeadTimeCause", &DeadTimeCause);
00790 SubSystemHeader::ShowMembers(R__insp, R__parent);
00791 }
00792
00793
00794 const char *CalHeader::Class_Name()
00795 {
00796
00797 return "CalHeader";
00798 }
00799
00800
00801 static CalHeader::R__Init __gR__InitCalHeader(0);
00802
00803
00804 void AcdHeader::Streamer(TBuffer &R__b)
00805 {
00806
00807
00808 UInt_t R__s, R__c;
00809 if (R__b.IsReading()) {
00810 Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
00811 SubSystemHeader::Streamer(R__b);
00812 R__b >> (Int_t&)DeadTimeCause;
00813 R__b.CheckByteCount(R__s, R__c, AcdHeader::IsA());
00814 } else {
00815 R__c = R__b.WriteVersion(AcdHeader::IsA(), kTRUE);
00816 SubSystemHeader::Streamer(R__b);
00817 R__b << (Int_t)DeadTimeCause;
00818 R__b.SetByteCount(R__c, kTRUE);
00819 }
00820 }
00821
00822
00823 void AcdHeader::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00824 {
00825
00826
00827 TClass *R__cl = AcdHeader::IsA();
00828 Int_t R__ncp = strlen(R__parent);
00829 if (R__ncp || R__cl || R__insp.IsA()) { }
00830 R__insp.Inspect(R__cl, R__parent, "DeadTimeCause", &DeadTimeCause);
00831 SubSystemHeader::ShowMembers(R__insp, R__parent);
00832 }
00833
00834
00835 const char *AcdHeader::Class_Name()
00836 {
00837
00838 return "AcdHeader";
00839 }
00840
00841
00842 static AcdHeader::R__Init __gR__InitAcdHeader(0);
00843
00844
00845 void TkrHeader::Streamer(TBuffer &R__b)
00846 {
00847
00848
00849 UInt_t R__s, R__c;
00850 if (R__b.IsReading()) {
00851 Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
00852 SubSystemHeader::Streamer(R__b);
00853 R__b >> (Int_t&)DeadTimeCause;
00854 R__b.CheckByteCount(R__s, R__c, TkrHeader::IsA());
00855 } else {
00856 R__c = R__b.WriteVersion(TkrHeader::IsA(), kTRUE);
00857 SubSystemHeader::Streamer(R__b);
00858 R__b << (Int_t)DeadTimeCause;
00859 R__b.SetByteCount(R__c, kTRUE);
00860 }
00861 }
00862
00863
00864 void TkrHeader::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00865 {
00866
00867
00868 TClass *R__cl = TkrHeader::IsA();
00869 Int_t R__ncp = strlen(R__parent);
00870 if (R__ncp || R__cl || R__insp.IsA()) { }
00871 R__insp.Inspect(R__cl, R__parent, "DeadTimeCause", &DeadTimeCause);
00872 SubSystemHeader::ShowMembers(R__insp, R__parent);
00873 }
00874
00875
00876 const char *TkrHeader::Class_Name()
00877 {
00878
00879 return "TkrHeader";
00880 }
00881
00882
00883 static TkrHeader::R__Init __gR__InitTkrHeader(0);
00884
00885
00886 void LiveTime::Streamer(TBuffer &R__b)
00887 {
00888
00889
00890 UInt_t R__s, R__c;
00891 if (R__b.IsReading()) {
00892 Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
00893 TObject::Streamer(R__b);
00894 R__b >> m_l1tCount;
00895 R__b >> m_l1tTime;
00896 R__b >> m_l1tTimeOverFlow;
00897 R__b >> m_ppsCount;
00898 R__b >> m_ppsTime;
00899 R__b >> m_ppsTimeOverFlow;
00900 R__b >> m_liveTime;
00901 R__b >> m_liveTimeOverFlow;
00902 R__b >> m_runTime;
00903 R__b >> m_runTimeOverFlow;
00904 R__b >> m_runCount;
00905 R__b >> m_treqCapture;
00906 R__b >> m_ltcDeadWord;
00907 R__b.CheckByteCount(R__s, R__c, LiveTime::IsA());
00908 } else {
00909 R__c = R__b.WriteVersion(LiveTime::IsA(), kTRUE);
00910 TObject::Streamer(R__b);
00911 R__b << m_l1tCount;
00912 R__b << m_l1tTime;
00913 R__b << m_l1tTimeOverFlow;
00914 R__b << m_ppsCount;
00915 R__b << m_ppsTime;
00916 R__b << m_ppsTimeOverFlow;
00917 R__b << m_liveTime;
00918 R__b << m_liveTimeOverFlow;
00919 R__b << m_runTime;
00920 R__b << m_runTimeOverFlow;
00921 R__b << m_runCount;
00922 R__b << m_treqCapture;
00923 R__b << m_ltcDeadWord;
00924 R__b.SetByteCount(R__c, kTRUE);
00925 }
00926 }
00927
00928
00929 void LiveTime::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00930 {
00931
00932
00933 TClass *R__cl = LiveTime::IsA();
00934 Int_t R__ncp = strlen(R__parent);
00935 if (R__ncp || R__cl || R__insp.IsA()) { }
00936 R__insp.Inspect(R__cl, R__parent, "m_l1tCount", &m_l1tCount);
00937 R__insp.Inspect(R__cl, R__parent, "m_l1tTime", &m_l1tTime);
00938 R__insp.Inspect(R__cl, R__parent, "m_l1tTimeOverFlow", &m_l1tTimeOverFlow);
00939 R__insp.Inspect(R__cl, R__parent, "m_ppsCount", &m_ppsCount);
00940 R__insp.Inspect(R__cl, R__parent, "m_ppsTime", &m_ppsTime);
00941 R__insp.Inspect(R__cl, R__parent, "m_ppsTimeOverFlow", &m_ppsTimeOverFlow);
00942 R__insp.Inspect(R__cl, R__parent, "m_liveTime", &m_liveTime);
00943 R__insp.Inspect(R__cl, R__parent, "m_liveTimeOverFlow", &m_liveTimeOverFlow);
00944 R__insp.Inspect(R__cl, R__parent, "m_runTime", &m_runTime);
00945 R__insp.Inspect(R__cl, R__parent, "m_runTimeOverFlow", &m_runTimeOverFlow);
00946 R__insp.Inspect(R__cl, R__parent, "m_runCount", &m_runCount);
00947 R__insp.Inspect(R__cl, R__parent, "m_treqCapture", &m_treqCapture);
00948 R__insp.Inspect(R__cl, R__parent, "m_ltcDeadWord", &m_ltcDeadWord);
00949 TObject::ShowMembers(R__insp, R__parent);
00950 }
00951
00952
00953 const char *LiveTime::Class_Name()
00954 {
00955
00956 return "LiveTime";
00957 }
00958
00959
00960 static LiveTime::R__Init __gR__InitLiveTime(0);
00961
00962
00963
00964
00965
00966 #ifdef G__MEMTEST
00967 #undef malloc
00968 #undef free
00969 #endif
00970
00971 extern "C" void G__cpp_reset_tagtableEventCint();
00972
00973 extern "C" void G__set_cpp_environmentEventCint() {
00974 G__add_compiledheader("TROOT.h");
00975 G__add_compiledheader("TMemberInspector.h");
00976 G__add_compiledheader("AcdHeader.h");
00977 G__add_compiledheader("AcdId.h");
00978 G__add_compiledheader("AcdTile.h");
00979 G__add_compiledheader("CalHeader.h");
00980 G__add_compiledheader("CalLog.h");
00981 G__add_compiledheader("ESAPID.h");
00982 G__add_compiledheader("DigiEvent.h");
00983 G__add_compiledheader("L1T.h");
00984 G__add_compiledheader("LiveTime.h");
00985 G__add_compiledheader("LogId.h");
00986 G__add_compiledheader("StripId.h");
00987 G__add_compiledheader("SubSystemHeader.h");
00988 G__add_compiledheader("Tagger.h");
00989 G__add_compiledheader("TkrHeader.h");
00990 G__add_compiledheader("TkrLayer.h");
00991 G__cpp_reset_tagtableEventCint();
00992 }
00993 class G__EventCintdOcxx_tag {};
00994
00995 void* operator new(size_t size,G__EventCintdOcxx_tag* p) {
00996 if(p && G__PVOID!=G__getgvp()) return((void*)p);
00997 #ifndef G__ROOT
00998 return(malloc(size));
00999 #else
01000 return(::operator new(size));
01001 #endif
01002 }
01003
01004
01005 #ifdef G__EH_DUMMY_DELETE
01006 void operator delete(void *p,G__EventCintdOcxx_tag* x) {
01007 if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
01008 #ifndef G__ROOT
01009 free(p);
01010 #else
01011 ::operator delete(p);
01012 #endif
01013 }
01014 #endif
01015
01016 static void G__operator_delete(void *p) {
01017 if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
01018 #ifndef G__ROOT
01019 free(p);
01020 #else
01021 ::operator delete(p);
01022 #endif
01023 }
01024
01025 void G__DELDMY_EventCintdOcxx() { G__operator_delete(0); }
01026
01027 extern "C" int G__cpp_dllrevEventCint() { return(30051472); }
01028
01029
01030
01031
01032
01033
01034 static int G__SubSystemHeader_SubSystemHeader_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01035 SubSystemHeader *p=NULL;
01036 if(G__getaryconstruct()) p=new SubSystemHeader[G__getaryconstruct()];
01037 else p=new SubSystemHeader;
01038 result7->obj.i = (long)p;
01039 result7->ref = (long)p;
01040 result7->type = 'u';
01041 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_SubSystemHeader);
01042 return(1 || funcname || hash || result7 || libp) ;
01043 }
01044
01045 static int G__SubSystemHeader_Clean_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01046 switch(libp->paran) {
01047 case 1:
01048 G__setnull(result7);
01049 ((SubSystemHeader*)(G__getstructoffset()))->Clean((Option_t*)G__int(libp->para[0]));
01050 break;
01051 case 0:
01052 G__setnull(result7);
01053 ((SubSystemHeader*)(G__getstructoffset()))->Clean();
01054 break;
01055 }
01056 return(1 || funcname || hash || result7 || libp) ;
01057 }
01058
01059 static int G__SubSystemHeader_getEventId_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01060 G__letint(result7,104,(long)((SubSystemHeader*)(G__getstructoffset()))->getEventId());
01061 return(1 || funcname || hash || result7 || libp) ;
01062 }
01063
01064 static int G__SubSystemHeader_setEventId_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01065 G__setnull(result7);
01066 ((SubSystemHeader*)(G__getstructoffset()))->setEventId((unsigned int)G__int(libp->para[0]));
01067 return(1 || funcname || hash || result7 || libp) ;
01068 }
01069
01070 static int G__SubSystemHeader_getTimerWord_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01071 G__letint(result7,104,(long)((SubSystemHeader*)(G__getstructoffset()))->getTimerWord());
01072 return(1 || funcname || hash || result7 || libp) ;
01073 }
01074
01075 static int G__SubSystemHeader_setTimerWord_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01076 G__setnull(result7);
01077 ((SubSystemHeader*)(G__getstructoffset()))->setTimerWord((unsigned int)G__int(libp->para[0]));
01078 return(1 || funcname || hash || result7 || libp) ;
01079 }
01080
01081 static int G__SubSystemHeader_getTreqStatus_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01082 G__letint(result7,104,(long)((SubSystemHeader*)(G__getstructoffset()))->getTreqStatus());
01083 return(1 || funcname || hash || result7 || libp) ;
01084 }
01085
01086 static int G__SubSystemHeader_setTreqStatus_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01087 G__setnull(result7);
01088 ((SubSystemHeader*)(G__getstructoffset()))->setTreqStatus((unsigned int)G__int(libp->para[0]));
01089 return(1 || funcname || hash || result7 || libp) ;
01090 }
01091
01092 static int G__SubSystemHeader_getDeadTime_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01093 G__letint(result7,104,(long)((SubSystemHeader*)(G__getstructoffset()))->getDeadTime());
01094 return(1 || funcname || hash || result7 || libp) ;
01095 }
01096
01097 static int G__SubSystemHeader_getDeadTimeCause_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01098 G__letint(result7,98,(long)((SubSystemHeader*)(G__getstructoffset()))->getDeadTimeCause());
01099 return(1 || funcname || hash || result7 || libp) ;
01100 }
01101
01102 static int G__SubSystemHeader_getDeadTimeAndCause_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01103 G__letint(result7,104,(long)((SubSystemHeader*)(G__getstructoffset()))->getDeadTimeAndCause());
01104 return(1 || funcname || hash || result7 || libp) ;
01105 }
01106
01107 static int G__SubSystemHeader_setDeadTimeAndCause_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01108 G__setnull(result7);
01109 ((SubSystemHeader*)(G__getstructoffset()))->setDeadTimeAndCause((unsigned int)G__int(libp->para[0]));
01110 return(1 || funcname || hash || result7 || libp) ;
01111 }
01112
01113 static int G__SubSystemHeader_Class_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01114 G__letint(result7,85,(long)((SubSystemHeader*)(G__getstructoffset()))->Class());
01115 return(1 || funcname || hash || result7 || libp) ;
01116 }
01117
01118 static int G__SubSystemHeader_Class_Name_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01119 G__letint(result7,67,(long)((SubSystemHeader*)(G__getstructoffset()))->Class_Name());
01120 return(1 || funcname || hash || result7 || libp) ;
01121 }
01122
01123 static int G__SubSystemHeader_Class_Version_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01124 G__letint(result7,115,(long)((SubSystemHeader*)(G__getstructoffset()))->Class_Version());
01125 return(1 || funcname || hash || result7 || libp) ;
01126 }
01127
01128 static int G__SubSystemHeader_Dictionary_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01129 G__setnull(result7);
01130 ((SubSystemHeader*)(G__getstructoffset()))->Dictionary();
01131 return(1 || funcname || hash || result7 || libp) ;
01132 }
01133
01134 static int G__SubSystemHeader_IsA_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01135 G__letint(result7,85,(long)((const SubSystemHeader*)(G__getstructoffset()))->IsA());
01136 return(1 || funcname || hash || result7 || libp) ;
01137 }
01138
01139 static int G__SubSystemHeader_ShowMembers_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01140 G__setnull(result7);
01141 ((SubSystemHeader*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
01142 return(1 || funcname || hash || result7 || libp) ;
01143 }
01144
01145 static int G__SubSystemHeader_Streamer_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01146 G__setnull(result7);
01147 ((SubSystemHeader*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
01148 return(1 || funcname || hash || result7 || libp) ;
01149 }
01150
01151 static int G__SubSystemHeader_StreamerNVirtual_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01152 G__setnull(result7);
01153 ((SubSystemHeader*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
01154 return(1 || funcname || hash || result7 || libp) ;
01155 }
01156
01157 static int G__SubSystemHeader_DeclFileName_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01158 G__letint(result7,67,(long)((SubSystemHeader*)(G__getstructoffset()))->DeclFileName());
01159 return(1 || funcname || hash || result7 || libp) ;
01160 }
01161
01162 static int G__SubSystemHeader_DeclFileLine_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01163 G__letint(result7,105,(long)((SubSystemHeader*)(G__getstructoffset()))->DeclFileLine());
01164 return(1 || funcname || hash || result7 || libp) ;
01165 }
01166
01167 static int G__SubSystemHeader_ImplFileName_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01168 G__letint(result7,67,(long)((SubSystemHeader*)(G__getstructoffset()))->ImplFileName());
01169 return(1 || funcname || hash || result7 || libp) ;
01170 }
01171
01172 static int G__SubSystemHeader_ImplFileLine_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01173 G__letint(result7,105,(long)((SubSystemHeader*)(G__getstructoffset()))->ImplFileLine());
01174 return(1 || funcname || hash || result7 || libp) ;
01175 }
01176
01177
01178 static int G__SubSystemHeader_SubSystemHeader_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
01179 {
01180 SubSystemHeader *p;
01181 p=new SubSystemHeader(*(SubSystemHeader*)G__int(libp->para[0]));
01182 result7->obj.i = (long)p;
01183 result7->ref = (long)p;
01184 result7->type = 'u';
01185 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_SubSystemHeader);
01186 return(1 || funcname || hash || result7 || libp) ;
01187 }
01188
01189
01190 typedef SubSystemHeader G__TSubSystemHeader;
01191 static int G__SubSystemHeader_wASubSystemHeader_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01192 if(G__getaryconstruct())
01193 if(G__PVOID==G__getgvp())
01194 delete[] (SubSystemHeader *)(G__getstructoffset());
01195 else
01196 for(int i=G__getaryconstruct()-1;i>=0;i--)
01197 delete (SubSystemHeader *)((G__getstructoffset())+sizeof(SubSystemHeader)*i);
01198 else delete (SubSystemHeader *)(G__getstructoffset());
01199 G__setnull(result7);
01200 return(1 || funcname || hash || result7 || libp) ;
01201 }
01202
01203
01204
01205 static int G__AcdHeader_AcdHeader_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01206 AcdHeader *p=NULL;
01207 if(G__getaryconstruct()) p=new AcdHeader[G__getaryconstruct()];
01208 else p=new AcdHeader;
01209 result7->obj.i = (long)p;
01210 result7->ref = (long)p;
01211 result7->type = 'u';
01212 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_AcdHeader);
01213 return(1 || funcname || hash || result7 || libp) ;
01214 }
01215
01216 static int G__AcdHeader_Clean_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01217 switch(libp->paran) {
01218 case 1:
01219 G__setnull(result7);
01220 ((AcdHeader*)(G__getstructoffset()))->Clean((Option_t*)G__int(libp->para[0]));
01221 break;
01222 case 0:
01223 G__setnull(result7);
01224 ((AcdHeader*)(G__getstructoffset()))->Clean();
01225 break;
01226 }
01227 return(1 || funcname || hash || result7 || libp) ;
01228 }
01229
01230 static int G__AcdHeader_isL1tWait_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01231 G__letint(result7,105,(long)((AcdHeader*)(G__getstructoffset()))->isL1tWait());
01232 return(1 || funcname || hash || result7 || libp) ;
01233 }
01234
01235 static int G__AcdHeader_isCpuBusy_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01236 G__letint(result7,105,(long)((AcdHeader*)(G__getstructoffset()))->isCpuBusy());
01237 return(1 || funcname || hash || result7 || libp) ;
01238 }
01239
01240 static int G__AcdHeader_isFifoFullTrap_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01241 G__letint(result7,105,(long)((AcdHeader*)(G__getstructoffset()))->isFifoFullTrap());
01242 return(1 || funcname || hash || result7 || libp) ;
01243 }
01244
01245 static int G__AcdHeader_isFifoFull_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01246 G__letint(result7,105,(long)((AcdHeader*)(G__getstructoffset()))->isFifoFull());
01247 return(1 || funcname || hash || result7 || libp) ;
01248 }
01249
01250 static int G__AcdHeader_isFifoHalfTrap_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01251 G__letint(result7,105,(long)((AcdHeader*)(G__getstructoffset()))->isFifoHalfTrap());
01252 return(1 || funcname || hash || result7 || libp) ;
01253 }
01254
01255 static int G__AcdHeader_isAcdBusy_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01256 G__letint(result7,105,(long)((AcdHeader*)(G__getstructoffset()))->isAcdBusy());
01257 return(1 || funcname || hash || result7 || libp) ;
01258 }
01259
01260 static int G__AcdHeader_Class_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01261 G__letint(result7,85,(long)((AcdHeader*)(G__getstructoffset()))->Class());
01262 return(1 || funcname || hash || result7 || libp) ;
01263 }
01264
01265 static int G__AcdHeader_Class_Name_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01266 G__letint(result7,67,(long)((AcdHeader*)(G__getstructoffset()))->Class_Name());
01267 return(1 || funcname || hash || result7 || libp) ;
01268 }
01269
01270 static int G__AcdHeader_Class_Version_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01271 G__letint(result7,115,(long)((AcdHeader*)(G__getstructoffset()))->Class_Version());
01272 return(1 || funcname || hash || result7 || libp) ;
01273 }
01274
01275 static int G__AcdHeader_Dictionary_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01276 G__setnull(result7);
01277 ((AcdHeader*)(G__getstructoffset()))->Dictionary();
01278 return(1 || funcname || hash || result7 || libp) ;
01279 }
01280
01281 static int G__AcdHeader_IsA_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01282 G__letint(result7,85,(long)((const AcdHeader*)(G__getstructoffset()))->IsA());
01283 return(1 || funcname || hash || result7 || libp) ;
01284 }
01285
01286 static int G__AcdHeader_ShowMembers_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01287 G__setnull(result7);
01288 ((AcdHeader*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
01289 return(1 || funcname || hash || result7 || libp) ;
01290 }
01291
01292 static int G__AcdHeader_Streamer_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01293 G__setnull(result7);
01294 ((AcdHeader*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
01295 return(1 || funcname || hash || result7 || libp) ;
01296 }
01297
01298 static int G__AcdHeader_StreamerNVirtual_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01299 G__setnull(result7);
01300 ((AcdHeader*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
01301 return(1 || funcname || hash || result7 || libp) ;
01302 }
01303
01304 static int G__AcdHeader_DeclFileName_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01305 G__letint(result7,67,(long)((AcdHeader*)(G__getstructoffset()))->DeclFileName());
01306 return(1 || funcname || hash || result7 || libp) ;
01307 }
01308
01309 static int G__AcdHeader_DeclFileLine_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01310 G__letint(result7,105,(long)((AcdHeader*)(G__getstructoffset()))->DeclFileLine());
01311 return(1 || funcname || hash || result7 || libp) ;
01312 }
01313
01314 static int G__AcdHeader_ImplFileName_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01315 G__letint(result7,67,(long)((AcdHeader*)(G__getstructoffset()))->ImplFileName());
01316 return(1 || funcname || hash || result7 || libp) ;
01317 }
01318
01319 static int G__AcdHeader_ImplFileLine_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01320 G__letint(result7,105,(long)((AcdHeader*)(G__getstructoffset()))->ImplFileLine());
01321 return(1 || funcname || hash || result7 || libp) ;
01322 }
01323
01324
01325 static int G__AcdHeader_AcdHeader_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
01326 {
01327 AcdHeader *p;
01328 p=new AcdHeader(*(AcdHeader*)G__int(libp->para[0]));
01329 result7->obj.i = (long)p;
01330 result7->ref = (long)p;
01331 result7->type = 'u';
01332 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_AcdHeader);
01333 return(1 || funcname || hash || result7 || libp) ;
01334 }
01335
01336
01337 typedef AcdHeader G__TAcdHeader;
01338 static int G__AcdHeader_wAAcdHeader_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01339 if(G__getaryconstruct())
01340 if(G__PVOID==G__getgvp())
01341 delete[] (AcdHeader *)(G__getstructoffset());
01342 else
01343 for(int i=G__getaryconstruct()-1;i>=0;i--)
01344 delete (AcdHeader *)((G__getstructoffset())+sizeof(AcdHeader)*i);
01345 else delete (AcdHeader *)(G__getstructoffset());
01346 G__setnull(result7);
01347 return(1 || funcname || hash || result7 || libp) ;
01348 }
01349
01350
01351
01352 static int G__AcdId_AcdId_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01353 AcdId *p=NULL;
01354 if(G__getaryconstruct()) p=new AcdId[G__getaryconstruct()];
01355 else p=new AcdId;
01356 result7->obj.i = (long)p;
01357 result7->ref = (long)p;
01358 result7->type = 'u';
01359 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_AcdId);
01360 return(1 || funcname || hash || result7 || libp) ;
01361 }
01362
01363 static int G__AcdId_AcdId_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01364 AcdId *p=NULL;
01365 p = new AcdId(*(AcdId*)libp->para[0].ref);
01366 result7->obj.i = (long)p;
01367 result7->ref = (long)p;
01368 result7->type = 'u';
01369 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_AcdId);
01370 return(1 || funcname || hash || result7 || libp) ;
01371 }
01372
01373 static int G__AcdId_AcdId_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01374 AcdId *p=NULL;
01375 p = new AcdId(
01376 (short)G__int(libp->para[0]),(short)G__int(libp->para[1])
01377 ,(short)G__int(libp->para[2]),(short)G__int(libp->para[3]));
01378 result7->obj.i = (long)p;
01379 result7->ref = (long)p;
01380 result7->type = 'u';
01381 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_AcdId);
01382 return(1 || funcname || hash || result7 || libp) ;
01383 }
01384
01385 static int G__AcdId_AcdId_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01386 AcdId *p=NULL;
01387 switch(libp->paran) {
01388 case 3:
01389 p = new AcdId(
01390 (UInt_t)G__int(libp->para[0]),(short)G__int(libp->para[1])
01391 ,(short)G__int(libp->para[2]));
01392 break;
01393 case 2:
01394 p = new AcdId((UInt_t)G__int(libp->para[0]),(short)G__int(libp->para[1]));
01395 break;
01396 case 1:
01397 p = new AcdId((UInt_t)G__int(libp->para[0]));
01398 break;
01399 }
01400 result7->obj.i = (long)p;
01401 result7->ref = (long)p;
01402 result7->type = 'u';
01403 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_AcdId);
01404 return(1 || funcname || hash || result7 || libp) ;
01405 }
01406
01407 static int G__AcdId_getId_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01408 switch(libp->paran) {
01409 case 1:
01410 G__letint(result7,104,(long)((const AcdId*)(G__getstructoffset()))->getId((short)G__int(libp->para[0])));
01411 break;
01412 case 0:
01413 G__letint(result7,104,(long)((const AcdId*)(G__getstructoffset()))->getId());
01414 break;
01415 }
01416 return(1 || funcname || hash || result7 || libp) ;
01417 }
01418
01419 static int G__AcdId_setId_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01420 switch(libp->paran) {
01421 case 3:
01422 G__setnull(result7);
01423 ((AcdId*)(G__getstructoffset()))->setId((UInt_t)G__int(libp->para[0]),(short)G__int(libp->para[1])
01424 ,(short)G__int(libp->para[2]));
01425 break;
01426 case 2:
01427 G__setnull(result7);
01428 ((AcdId*)(G__getstructoffset()))->setId((UInt_t)G__int(libp->para[0]),(short)G__int(libp->para[1]));
01429 break;
01430 case 1:
01431 G__setnull(result7);
01432 ((AcdId*)(G__getstructoffset()))->setId((UInt_t)G__int(libp->para[0]));
01433 break;
01434 }
01435 return(1 || funcname || hash || result7 || libp) ;
01436 }
01437
01438 static int G__AcdId_isTop_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01439 G__letint(result7,105,(long)((const AcdId*)(G__getstructoffset()))->isTop());
01440 return(1 || funcname || hash || result7 || libp) ;
01441 }
01442
01443 static int G__AcdId_isSide_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01444 G__letint(result7,105,(long)((const AcdId*)(G__getstructoffset()))->isSide());
01445 return(1 || funcname || hash || result7 || libp) ;
01446 }
01447
01448 static int G__AcdId_getLayer_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01449 G__letint(result7,115,(long)((const AcdId*)(G__getstructoffset()))->getLayer());
01450 return(1 || funcname || hash || result7 || libp) ;
01451 }
01452
01453 static int G__AcdId_getFace_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01454 G__letint(result7,115,(long)((const AcdId*)(G__getstructoffset()))->getFace());
01455 return(1 || funcname || hash || result7 || libp) ;
01456 }
01457
01458 static int G__AcdId_getRow_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01459 G__letint(result7,115,(long)((const AcdId*)(G__getstructoffset()))->getRow());
01460 return(1 || funcname || hash || result7 || libp) ;
01461 }
01462
01463 static int G__AcdId_getColumn_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01464 G__letint(result7,115,(long)((const AcdId*)(G__getstructoffset()))->getColumn());
01465 return(1 || funcname || hash || result7 || libp) ;
01466 }
01467
01468 static int G__AcdId_wasConnected_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01469 G__letint(result7,105,(long)((const AcdId*)(G__getstructoffset()))->wasConnected());
01470 return(1 || funcname || hash || result7 || libp) ;
01471 }
01472
01473 static int G__AcdId_setConnected_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01474 G__setnull(result7);
01475 ((AcdId*)(G__getstructoffset()))->setConnected((Char_t)G__int(libp->para[0]));
01476 return(1 || funcname || hash || result7 || libp) ;
01477 }
01478
01479 static int G__AcdId_getReadoutIndex_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01480 G__letint(result7,114,(long)((const AcdId*)(G__getstructoffset()))->getReadoutIndex());
01481 return(1 || funcname || hash || result7 || libp) ;
01482 }
01483
01484 static int G__AcdId_setReadoutIndex_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01485 G__setnull(result7);
01486 ((AcdId*)(G__getstructoffset()))->setReadoutIndex((UShort_t)G__int(libp->para[0]));
01487 return(1 || funcname || hash || result7 || libp) ;
01488 }
01489
01490 static int G__AcdId_base10ToAcdId_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01491 G__setnull(result7);
01492 ((AcdId*)(G__getstructoffset()))->base10ToAcdId((UInt_t)G__int(libp->para[0]),*(short*)G__Shortref(&libp->para[1])
01493 ,*(short*)G__Shortref(&libp->para[2]),*(short*)G__Shortref(&libp->para[3])
01494 ,*(short*)G__Shortref(&libp->para[4]));
01495 return(1 || funcname || hash || result7 || libp) ;
01496 }
01497
01498 static int G__AcdId_Class_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01499 G__letint(result7,85,(long)((AcdId*)(G__getstructoffset()))->Class());
01500 return(1 || funcname || hash || result7 || libp) ;
01501 }
01502
01503 static int G__AcdId_Class_Name_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01504 G__letint(result7,67,(long)((AcdId*)(G__getstructoffset()))->Class_Name());
01505 return(1 || funcname || hash || result7 || libp) ;
01506 }
01507
01508 static int G__AcdId_Class_Version_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01509 G__letint(result7,115,(long)((AcdId*)(G__getstructoffset()))->Class_Version());
01510 return(1 || funcname || hash || result7 || libp) ;
01511 }
01512
01513 static int G__AcdId_Dictionary_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01514 G__setnull(result7);
01515 ((AcdId*)(G__getstructoffset()))->Dictionary();
01516 return(1 || funcname || hash || result7 || libp) ;
01517 }
01518
01519 static int G__AcdId_IsA_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01520 G__letint(result7,85,(long)((const AcdId*)(G__getstructoffset()))->IsA());
01521 return(1 || funcname || hash || result7 || libp) ;
01522 }
01523
01524 static int G__AcdId_ShowMembers_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01525 G__setnull(result7);
01526 ((AcdId*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
01527 return(1 || funcname || hash || result7 || libp) ;
01528 }
01529
01530 static int G__AcdId_Streamer_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01531 G__setnull(result7);
01532 ((AcdId*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
01533 return(1 || funcname || hash || result7 || libp) ;
01534 }
01535
01536 static int G__AcdId_StreamerNVirtual_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01537 G__setnull(result7);
01538 ((AcdId*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
01539 return(1 || funcname || hash || result7 || libp) ;
01540 }
01541
01542 static int G__AcdId_DeclFileName_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01543 G__letint(result7,67,(long)((AcdId*)(G__getstructoffset()))->DeclFileName());
01544 return(1 || funcname || hash || result7 || libp) ;
01545 }
01546
01547 static int G__AcdId_DeclFileLine_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01548 G__letint(result7,105,(long)((AcdId*)(G__getstructoffset()))->DeclFileLine());
01549 return(1 || funcname || hash || result7 || libp) ;
01550 }
01551
01552 static int G__AcdId_ImplFileName_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01553 G__letint(result7,67,(long)((AcdId*)(G__getstructoffset()))->ImplFileName());
01554 return(1 || funcname || hash || result7 || libp) ;
01555 }
01556
01557 static int G__AcdId_ImplFileLine_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01558 G__letint(result7,105,(long)((AcdId*)(G__getstructoffset()))->ImplFileLine());
01559 return(1 || funcname || hash || result7 || libp) ;
01560 }
01561
01562
01563 typedef AcdId G__TAcdId;
01564 static int G__AcdId_wAAcdId_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01565 if(G__getaryconstruct())
01566 if(G__PVOID==G__getgvp())
01567 delete[] (AcdId *)(G__getstructoffset());
01568 else
01569 for(int i=G__getaryconstruct()-1;i>=0;i--)
01570 delete (AcdId *)((G__getstructoffset())+sizeof(AcdId)*i);
01571 else delete (AcdId *)(G__getstructoffset());
01572 G__setnull(result7);
01573 return(1 || funcname || hash || result7 || libp) ;
01574 }
01575
01576
01577
01578 static int G__AcdTile_AcdTile_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01579 AcdTile *p=NULL;
01580 if(G__getaryconstruct()) p=new AcdTile[G__getaryconstruct()];
01581 else p=new AcdTile;
01582 result7->obj.i = (long)p;
01583 result7->ref = (long)p;
01584 result7->type = 'u';
01585 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_AcdTile);
01586 return(1 || funcname || hash || result7 || libp) ;
01587 }
01588
01589 static int G__AcdTile_AcdTile_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01590 AcdTile *p=NULL;
01591 switch(libp->paran) {
01592 case 3:
01593 p = new AcdTile(
01594 (UInt_t)G__int(libp->para[0]),(short)G__int(libp->para[1])
01595 ,(short)G__int(libp->para[2]));
01596 break;
01597 case 2:
01598 p = new AcdTile((UInt_t)G__int(libp->para[0]),(short)G__int(libp->para[1]));
01599 break;
01600 case 1:
01601 p = new AcdTile((UInt_t)G__int(libp->para[0]));
01602 break;
01603 }
01604 result7->obj.i = (long)p;
01605 result7->ref = (long)p;
01606 result7->type = 'u';
01607 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_AcdTile);
01608 return(1 || funcname || hash || result7 || libp) ;
01609 }
01610
01611 static int G__AcdTile_AcdTile_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01612 AcdTile *p=NULL;
01613 p = new AcdTile(*(AcdId*)libp->para[0].ref);
01614 result7->obj.i = (long)p;
01615 result7->ref = (long)p;
01616 result7->type = 'u';
01617 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_AcdTile);
01618 return(1 || funcname || hash || result7 || libp) ;
01619 }
01620
01621 static int G__AcdTile_getId_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01622 G__letint(result7,85,(long)((AcdTile*)(G__getstructoffset()))->getId());
01623 return(1 || funcname || hash || result7 || libp) ;
01624 }
01625
01626 static int G__AcdTile_getPulseHeight_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01627 G__letint(result7,114,(long)((AcdTile*)(G__getstructoffset()))->getPulseHeight());
01628 return(1 || funcname || hash || result7 || libp) ;
01629 }
01630
01631 static int G__AcdTile_getVeto_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01632 G__letint(result7,98,(long)((AcdTile*)(G__getstructoffset()))->getVeto());
01633 return(1 || funcname || hash || result7 || libp) ;
01634 }
01635
01636 static int G__AcdTile_getCNO_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01637 G__letint(result7,98,(long)((AcdTile*)(G__getstructoffset()))->getCNO());
01638 return(1 || funcname || hash || result7 || libp) ;
01639 }
01640
01641 static int G__AcdTile_setPulseHeight_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01642 G__letint(result7,98,(long)((AcdTile*)(G__getstructoffset()))->setPulseHeight((UShort_t)G__int(libp->para[0])));
01643 return(1 || funcname || hash || result7 || libp) ;
01644 }
01645
01646 static int G__AcdTile_setVeto_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01647 G__letint(result7,98,(long)((AcdTile*)(G__getstructoffset()))->setVeto((UChar_t)G__int(libp->para[0])));
01648 return(1 || funcname || hash || result7 || libp) ;
01649 }
01650
01651 static int G__AcdTile_setCNO_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01652 G__letint(result7,98,(long)((AcdTile*)(G__getstructoffset()))->setCNO((UChar_t)G__int(libp->para[0])));
01653 return(1 || funcname || hash || result7 || libp) ;
01654 }
01655
01656 static int G__AcdTile_Compare_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01657 G__letint(result7,105,(long)((const AcdTile*)(G__getstructoffset()))->Compare((const TObject*)G__int(libp->para[0])));
01658 return(1 || funcname || hash || result7 || libp) ;
01659 }
01660
01661 static int G__AcdTile_IsSortable_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01662 G__letint(result7,98,(long)((const AcdTile*)(G__getstructoffset()))->IsSortable());
01663 return(1 || funcname || hash || result7 || libp) ;
01664 }
01665
01666 static int G__AcdTile_Class_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01667 G__letint(result7,85,(long)((AcdTile*)(G__getstructoffset()))->Class());
01668 return(1 || funcname || hash || result7 || libp) ;
01669 }
01670
01671 static int G__AcdTile_Class_Name_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01672 G__letint(result7,67,(long)((AcdTile*)(G__getstructoffset()))->Class_Name());
01673 return(1 || funcname || hash || result7 || libp) ;
01674 }
01675
01676 static int G__AcdTile_Class_Version_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01677 G__letint(result7,115,(long)((AcdTile*)(G__getstructoffset()))->Class_Version());
01678 return(1 || funcname || hash || result7 || libp) ;
01679 }
01680
01681 static int G__AcdTile_Dictionary_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01682 G__setnull(result7);
01683 ((AcdTile*)(G__getstructoffset()))->Dictionary();
01684 return(1 || funcname || hash || result7 || libp) ;
01685 }
01686
01687 static int G__AcdTile_IsA_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01688 G__letint(result7,85,(long)((const AcdTile*)(G__getstructoffset()))->IsA());
01689 return(1 || funcname || hash || result7 || libp) ;
01690 }
01691
01692 static int G__AcdTile_ShowMembers_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01693 G__setnull(result7);
01694 ((AcdTile*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
01695 return(1 || funcname || hash || result7 || libp) ;
01696 }
01697
01698 static int G__AcdTile_Streamer_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01699 G__setnull(result7);
01700 ((AcdTile*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
01701 return(1 || funcname || hash || result7 || libp) ;
01702 }
01703
01704 static int G__AcdTile_StreamerNVirtual_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01705 G__setnull(result7);
01706 ((AcdTile*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
01707 return(1 || funcname || hash || result7 || libp) ;
01708 }
01709
01710 static int G__AcdTile_DeclFileName_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01711 G__letint(result7,67,(long)((AcdTile*)(G__getstructoffset()))->DeclFileName());
01712 return(1 || funcname || hash || result7 || libp) ;
01713 }
01714
01715 static int G__AcdTile_DeclFileLine_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01716 G__letint(result7,105,(long)((AcdTile*)(G__getstructoffset()))->DeclFileLine());
01717 return(1 || funcname || hash || result7 || libp) ;
01718 }
01719
01720 static int G__AcdTile_ImplFileName_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01721 G__letint(result7,67,(long)((AcdTile*)(G__getstructoffset()))->ImplFileName());
01722 return(1 || funcname || hash || result7 || libp) ;
01723 }
01724
01725 static int G__AcdTile_ImplFileLine_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01726 G__letint(result7,105,(long)((AcdTile*)(G__getstructoffset()))->ImplFileLine());
01727 return(1 || funcname || hash || result7 || libp) ;
01728 }
01729
01730
01731 static int G__AcdTile_AcdTile_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
01732 {
01733 AcdTile *p;
01734 p=new AcdTile(*(AcdTile*)G__int(libp->para[0]));
01735 result7->obj.i = (long)p;
01736 result7->ref = (long)p;
01737 result7->type = 'u';
01738 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_AcdTile);
01739 return(1 || funcname || hash || result7 || libp) ;
01740 }
01741
01742
01743 typedef AcdTile G__TAcdTile;
01744 static int G__AcdTile_wAAcdTile_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01745 if(G__getaryconstruct())
01746 if(G__PVOID==G__getgvp())
01747 delete[] (AcdTile *)(G__getstructoffset());
01748 else
01749 for(int i=G__getaryconstruct()-1;i>=0;i--)
01750 delete (AcdTile *)((G__getstructoffset())+sizeof(AcdTile)*i);
01751 else delete (AcdTile *)(G__getstructoffset());
01752 G__setnull(result7);
01753 return(1 || funcname || hash || result7 || libp) ;
01754 }
01755
01756
01757
01758 static int G__CalHeader_CalHeader_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01759 CalHeader *p=NULL;
01760 if(G__getaryconstruct()) p=new CalHeader[G__getaryconstruct()];
01761 else p=new CalHeader;
01762 result7->obj.i = (long)p;
01763 result7->ref = (long)p;
01764 result7->type = 'u';
01765 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_CalHeader);
01766 return(1 || funcname || hash || result7 || libp) ;
01767 }
01768
01769 static int G__CalHeader_Clean_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01770 switch(libp->paran) {
01771 case 1:
01772 G__setnull(result7);
01773 ((CalHeader*)(G__getstructoffset()))->Clean((Option_t*)G__int(libp->para[0]));
01774 break;
01775 case 0:
01776 G__setnull(result7);
01777 ((CalHeader*)(G__getstructoffset()))->Clean();
01778 break;
01779 }
01780 return(1 || funcname || hash || result7 || libp) ;
01781 }
01782
01783 static int G__CalHeader_isL1tWait_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01784 G__letint(result7,105,(long)((CalHeader*)(G__getstructoffset()))->isL1tWait());
01785 return(1 || funcname || hash || result7 || libp) ;
01786 }
01787
01788 static int G__CalHeader_isCpuBusy_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01789 G__letint(result7,105,(long)((CalHeader*)(G__getstructoffset()))->isCpuBusy());
01790 return(1 || funcname || hash || result7 || libp) ;
01791 }
01792
01793 static int G__CalHeader_isFifoFullTrap_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01794 G__letint(result7,105,(long)((CalHeader*)(G__getstructoffset()))->isFifoFullTrap());
01795 return(1 || funcname || hash || result7 || libp) ;
01796 }
01797
01798 static int G__CalHeader_isFifoFull_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01799 G__letint(result7,105,(long)((CalHeader*)(G__getstructoffset()))->isFifoFull());
01800 return(1 || funcname || hash || result7 || libp) ;
01801 }
01802
01803 static int G__CalHeader_isFifoHalfTrap_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01804 G__letint(result7,105,(long)((CalHeader*)(G__getstructoffset()))->isFifoHalfTrap());
01805 return(1 || funcname || hash || result7 || libp) ;
01806 }
01807
01808 static int G__CalHeader_isCalBusy_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01809 G__letint(result7,105,(long)((CalHeader*)(G__getstructoffset()))->isCalBusy());
01810 return(1 || funcname || hash || result7 || libp) ;
01811 }
01812
01813 static int G__CalHeader_Class_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01814 G__letint(result7,85,(long)((CalHeader*)(G__getstructoffset()))->Class());
01815 return(1 || funcname || hash || result7 || libp) ;
01816 }
01817
01818 static int G__CalHeader_Class_Name_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01819 G__letint(result7,67,(long)((CalHeader*)(G__getstructoffset()))->Class_Name());
01820 return(1 || funcname || hash || result7 || libp) ;
01821 }
01822
01823 static int G__CalHeader_Class_Version_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01824 G__letint(result7,115,(long)((CalHeader*)(G__getstructoffset()))->Class_Version());
01825 return(1 || funcname || hash || result7 || libp) ;
01826 }
01827
01828 static int G__CalHeader_Dictionary_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01829 G__setnull(result7);
01830 ((CalHeader*)(G__getstructoffset()))->Dictionary();
01831 return(1 || funcname || hash || result7 || libp) ;
01832 }
01833
01834 static int G__CalHeader_IsA_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01835 G__letint(result7,85,(long)((const CalHeader*)(G__getstructoffset()))->IsA());
01836 return(1 || funcname || hash || result7 || libp) ;
01837 }
01838
01839 static int G__CalHeader_ShowMembers_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01840 G__setnull(result7);
01841 ((CalHeader*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
01842 return(1 || funcname || hash || result7 || libp) ;
01843 }
01844
01845 static int G__CalHeader_Streamer_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01846 G__setnull(result7);
01847 ((CalHeader*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
01848 return(1 || funcname || hash || result7 || libp) ;
01849 }
01850
01851 static int G__CalHeader_StreamerNVirtual_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01852 G__setnull(result7);
01853 ((CalHeader*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
01854 return(1 || funcname || hash || result7 || libp) ;
01855 }
01856
01857 static int G__CalHeader_DeclFileName_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01858 G__letint(result7,67,(long)((CalHeader*)(G__getstructoffset()))->DeclFileName());
01859 return(1 || funcname || hash || result7 || libp) ;
01860 }
01861
01862 static int G__CalHeader_DeclFileLine_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01863 G__letint(result7,105,(long)((CalHeader*)(G__getstructoffset()))->DeclFileLine());
01864 return(1 || funcname || hash || result7 || libp) ;
01865 }
01866
01867 static int G__CalHeader_ImplFileName_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01868 G__letint(result7,67,(long)((CalHeader*)(G__getstructoffset()))->ImplFileName());
01869 return(1 || funcname || hash || result7 || libp) ;
01870 }
01871
01872 static int G__CalHeader_ImplFileLine_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01873 G__letint(result7,105,(long)((CalHeader*)(G__getstructoffset()))->ImplFileLine());
01874 return(1 || funcname || hash || result7 || libp) ;
01875 }
01876
01877
01878 static int G__CalHeader_CalHeader_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
01879 {
01880 CalHeader *p;
01881 p=new CalHeader(*(CalHeader*)G__int(libp->para[0]));
01882 result7->obj.i = (long)p;
01883 result7->ref = (long)p;
01884 result7->type = 'u';
01885 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_CalHeader);
01886 return(1 || funcname || hash || result7 || libp) ;
01887 }
01888
01889
01890 typedef CalHeader G__TCalHeader;
01891 static int G__CalHeader_wACalHeader_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01892 if(G__getaryconstruct())
01893 if(G__PVOID==G__getgvp())
01894 delete[] (CalHeader *)(G__getstructoffset());
01895 else
01896 for(int i=G__getaryconstruct()-1;i>=0;i--)
01897 delete (CalHeader *)((G__getstructoffset())+sizeof(CalHeader)*i);
01898 else delete (CalHeader *)(G__getstructoffset());
01899 G__setnull(result7);
01900 return(1 || funcname || hash || result7 || libp) ;
01901 }
01902
01903
01904
01905 static int G__LogId_LogId_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01906 LogId *p=NULL;
01907 if(G__getaryconstruct()) p=new LogId[G__getaryconstruct()];
01908 else p=new LogId;
01909 result7->obj.i = (long)p;
01910 result7->ref = (long)p;
01911 result7->type = 'u';
01912 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_LogId);
01913 return(1 || funcname || hash || result7 || libp) ;
01914 }
01915
01916 static int G__LogId_LogId_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01917 LogId *p=NULL;
01918 p = new LogId((UInt_t)G__int(libp->para[0]));
01919 result7->obj.i = (long)p;
01920 result7->ref = (long)p;
01921 result7->type = 'u';
01922 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_LogId);
01923 return(1 || funcname || hash || result7 || libp) ;
01924 }
01925
01926 static int G__LogId_LogId_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01927 LogId *p=NULL;
01928 p = new LogId(
01929 (UShort_t)G__int(libp->para[0]),(UShort_t)G__int(libp->para[1])
01930 ,(UShort_t)G__int(libp->para[2]));
01931 result7->obj.i = (long)p;
01932 result7->ref = (long)p;
01933 result7->type = 'u';
01934 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_LogId);
01935 return(1 || funcname || hash || result7 || libp) ;
01936 }
01937
01938 static int G__LogId_fillTagWord_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01939 G__letint(result7,104,(long)((LogId*)(G__getstructoffset()))->fillTagWord((LogId::TAG_STRUCT*)G__int(libp->para[0])));
01940 return(1 || funcname || hash || result7 || libp) ;
01941 }
01942
01943 static int G__LogId_fillTagStruct_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01944 G__setnull(result7);
01945 ((LogId*)(G__getstructoffset()))->fillTagStruct((UInt_t)G__int(libp->para[0]),(LogId::TAG_STRUCT*)G__int(libp->para[1]));
01946 return(1 || funcname || hash || result7 || libp) ;
01947 }
01948
01949 static int G__LogId_getTag_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01950 G__letint(result7,104,(long)((const LogId*)(G__getstructoffset()))->getTag());
01951 return(1 || funcname || hash || result7 || libp) ;
01952 }
01953
01954 static int G__LogId_getColumn_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01955 G__letint(result7,114,(long)((const LogId*)(G__getstructoffset()))->getColumn());
01956 return(1 || funcname || hash || result7 || libp) ;
01957 }
01958
01959 static int G__LogId_getLayer_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01960 G__letint(result7,114,(long)((const LogId*)(G__getstructoffset()))->getLayer());
01961 return(1 || funcname || hash || result7 || libp) ;
01962 }
01963
01964 static int G__LogId_getTower_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01965 G__letint(result7,114,(long)((const LogId*)(G__getstructoffset()))->getTower());
01966 return(1 || funcname || hash || result7 || libp) ;
01967 }
01968
01969 static int G__LogId_getId_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01970 G__letint(result7,104,(long)((const LogId*)(G__getstructoffset()))->getId());
01971 return(1 || funcname || hash || result7 || libp) ;
01972 }
01973
01974 static int G__LogId_getXY_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01975 G__letint(result7,105,(long)((const LogId*)(G__getstructoffset()))->getXY());
01976 return(1 || funcname || hash || result7 || libp) ;
01977 }
01978
01979 static int G__LogId_setTag_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01980 G__letint(result7,98,(long)((LogId*)(G__getstructoffset()))->setTag((UInt_t)G__int(libp->para[0])));
01981 return(1 || funcname || hash || result7 || libp) ;
01982 }
01983
01984 static int G__LogId_setTag_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01985 G__letint(result7,98,(long)((LogId*)(G__getstructoffset()))->setTag((LogId::TAG_STRUCT*)G__int(libp->para[0])));
01986 return(1 || funcname || hash || result7 || libp) ;
01987 }
01988
01989 static int G__LogId_setColumn_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01990 G__letint(result7,98,(long)((LogId*)(G__getstructoffset()))->setColumn((UInt_t)G__int(libp->para[0])));
01991 return(1 || funcname || hash || result7 || libp) ;
01992 }
01993
01994 static int G__LogId_setLayer_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
01995 G__letint(result7,98,(long)((LogId*)(G__getstructoffset()))->setLayer((UInt_t)G__int(libp->para[0])));
01996 return(1 || funcname || hash || result7 || libp) ;
01997 }
01998
01999 static int G__LogId_setTower_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02000 G__letint(result7,98,(long)((LogId*)(G__getstructoffset()))->setTower((UInt_t)G__int(libp->para[0])));
02001 return(1 || funcname || hash || result7 || libp) ;
02002 }
02003
02004 static int G__LogId_setXY_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02005 G__letint(result7,98,(long)((LogId*)(G__getstructoffset()))->setXY((LogId::CALAxes)G__int(libp->para[0])));
02006 return(1 || funcname || hash || result7 || libp) ;
02007 }
02008
02009 static int G__LogId_setId_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02010 G__letint(result7,98,(long)((LogId*)(G__getstructoffset()))->setId((UShort_t)G__int(libp->para[0]),(UShort_t)G__int(libp->para[1])
02011 ,(UShort_t)G__int(libp->para[2])));
02012 return(1 || funcname || hash || result7 || libp) ;
02013 }
02014
02015 static int G__LogId_Class_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02016 G__letint(result7,85,(long)((LogId*)(G__getstructoffset()))->Class());
02017 return(1 || funcname || hash || result7 || libp) ;
02018 }
02019
02020 static int G__LogId_Class_Name_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02021 G__letint(result7,67,(long)((LogId*)(G__getstructoffset()))->Class_Name());
02022 return(1 || funcname || hash || result7 || libp) ;
02023 }
02024
02025 static int G__LogId_Class_Version_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02026 G__letint(result7,115,(long)((LogId*)(G__getstructoffset()))->Class_Version());
02027 return(1 || funcname || hash || result7 || libp) ;
02028 }
02029
02030 static int G__LogId_Dictionary_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02031 G__setnull(result7);
02032 ((LogId*)(G__getstructoffset()))->Dictionary();
02033 return(1 || funcname || hash || result7 || libp) ;
02034 }
02035
02036 static int G__LogId_IsA_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02037 G__letint(result7,85,(long)((const LogId*)(G__getstructoffset()))->IsA());
02038 return(1 || funcname || hash || result7 || libp) ;
02039 }
02040
02041 static int G__LogId_ShowMembers_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02042 G__setnull(result7);
02043 ((LogId*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
02044 return(1 || funcname || hash || result7 || libp) ;
02045 }
02046
02047 static int G__LogId_Streamer_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02048 G__setnull(result7);
02049 ((LogId*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
02050 return(1 || funcname || hash || result7 || libp) ;
02051 }
02052
02053 static int G__LogId_StreamerNVirtual_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02054 G__setnull(result7);
02055 ((LogId*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
02056 return(1 || funcname || hash || result7 || libp) ;
02057 }
02058
02059 static int G__LogId_DeclFileName_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02060 G__letint(result7,67,(long)((LogId*)(G__getstructoffset()))->DeclFileName());
02061 return(1 || funcname || hash || result7 || libp) ;
02062 }
02063
02064 static int G__LogId_DeclFileLine_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02065 G__letint(result7,105,(long)((LogId*)(G__getstructoffset()))->DeclFileLine());
02066 return(1 || funcname || hash || result7 || libp) ;
02067 }
02068
02069 static int G__LogId_ImplFileName_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02070 G__letint(result7,67,(long)((LogId*)(G__getstructoffset()))->ImplFileName());
02071 return(1 || funcname || hash || result7 || libp) ;
02072 }
02073
02074 static int G__LogId_ImplFileLine_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02075 G__letint(result7,105,(long)((LogId*)(G__getstructoffset()))->ImplFileLine());
02076 return(1 || funcname || hash || result7 || libp) ;
02077 }
02078
02079
02080 static int G__LogId_LogId_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
02081 {
02082 LogId *p;
02083 p=new LogId(*(LogId*)G__int(libp->para[0]));
02084 result7->obj.i = (long)p;
02085 result7->ref = (long)p;
02086 result7->type = 'u';
02087 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_LogId);
02088 return(1 || funcname || hash || result7 || libp) ;
02089 }
02090
02091
02092 typedef LogId G__TLogId;
02093 static int G__LogId_wALogId_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02094 if(G__getaryconstruct())
02095 if(G__PVOID==G__getgvp())
02096 delete[] (LogId *)(G__getstructoffset());
02097 else
02098 for(int i=G__getaryconstruct()-1;i>=0;i--)
02099 delete (LogId *)((G__getstructoffset())+sizeof(LogId)*i);
02100 else delete (LogId *)(G__getstructoffset());
02101 G__setnull(result7);
02102 return(1 || funcname || hash || result7 || libp) ;
02103 }
02104
02105
02106
02107 static int G__CalLog_CalLog_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02108 CalLog *p=NULL;
02109 if(G__getaryconstruct()) p=new CalLog[G__getaryconstruct()];
02110 else p=new CalLog;
02111 result7->obj.i = (long)p;
02112 result7->ref = (long)p;
02113 result7->type = 'u';
02114 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_CalLog);
02115 return(1 || funcname || hash || result7 || libp) ;
02116 }
02117
02118 static int G__CalLog_CalLog_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02119 CalLog *p=NULL;
02120 p = new CalLog(*(LogId*)libp->para[0].ref);
02121 result7->obj.i = (long)p;
02122 result7->ref = (long)p;
02123 result7->type = 'u';
02124 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_CalLog);
02125 return(1 || funcname || hash || result7 || libp) ;
02126 }
02127
02128 static int G__CalLog_Compare_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02129 G__letint(result7,105,(long)((const CalLog*)(G__getstructoffset()))->Compare((const TObject*)G__int(libp->para[0])));
02130 return(1 || funcname || hash || result7 || libp) ;
02131 }
02132
02133 static int G__CalLog_IsSortable_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02134 G__letint(result7,98,(long)((const CalLog*)(G__getstructoffset()))->IsSortable());
02135 return(1 || funcname || hash || result7 || libp) ;
02136 }
02137
02138 static int G__CalLog_getAdc_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02139 G__letint(result7,114,(long)((const CalLog*)(G__getstructoffset()))->getAdc((CalLog::LogFace)G__int(libp->para[0]),(short)G__int(libp->para[1])));
02140 return(1 || funcname || hash || result7 || libp) ;
02141 }
02142
02143 static int G__CalLog_getAdcSelectedRange_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02144 switch(libp->paran) {
02145 case 2:
02146 G__letint(result7,114,(long)((const CalLog*)(G__getstructoffset()))->getAdcSelectedRange((CalLog::LogFace)G__int(libp->para[0]),(CalLog::AdcRange)G__int(libp->para[1])));
02147 break;
02148 case 1:
02149 G__letint(result7,114,(long)((const CalLog*)(G__getstructoffset()))->getAdcSelectedRange((CalLog::LogFace)G__int(libp->para[0])));
02150 break;
02151 }
02152 return(1 || funcname || hash || result7 || libp) ;
02153 }
02154
02155 static int G__CalLog_getRange_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02156 G__letint(result7,114,(long)((const CalLog*)(G__getstructoffset()))->getRange((CalLog::LogFace)G__int(libp->para[0]),(short)G__int(libp->para[1])));
02157 return(1 || funcname || hash || result7 || libp) ;
02158 }
02159
02160 static int G__CalLog_getMode_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02161 G__letint(result7,105,(long)((const CalLog*)(G__getstructoffset()))->getMode());
02162 return(1 || funcname || hash || result7 || libp) ;
02163 }
02164
02165 static int G__CalLog_setAdcValue_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02166 switch(libp->paran) {
02167 case 3:
02168 G__letint(result7,98,(long)((CalLog*)(G__getstructoffset()))->setAdcValue((UShort_t)G__int(libp->para[0]),(CalLog::LogFace)G__int(libp->para[1])
02169 ,(CalLog::AdcRange)G__int(libp->para[2])));
02170 break;
02171 case 2:
02172 G__letint(result7,98,(long)((CalLog*)(G__getstructoffset()))->setAdcValue((UShort_t)G__int(libp->para[0]),(CalLog::LogFace)G__int(libp->para[1])));
02173 break;
02174 }
02175 return(1 || funcname || hash || result7 || libp) ;
02176 }
02177
02178 static int G__CalLog_setAdcId_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02179 switch(libp->paran) {
02180 case 3:
02181 G__letint(result7,98,(long)((CalLog*)(G__getstructoffset()))->setAdcId((UShort_t)G__int(libp->para[0]),(CalLog::LogFace)G__int(libp->para[1])
02182 ,(CalLog::AdcRange)G__int(libp->para[2])));
02183 break;
02184 case 2:
02185 G__letint(result7,98,(long)((CalLog*)(G__getstructoffset()))->setAdcId((UShort_t)G__int(libp->para[0]),(CalLog::LogFace)G__int(libp->para[1])));
02186 break;
02187 }
02188 return(1 || funcname || hash || result7 || libp) ;
02189 }
02190
02191 static int G__CalLog_setAdcPinId_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02192 switch(libp->paran) {
02193 case 3:
02194 G__letint(result7,98,(long)((CalLog*)(G__getstructoffset()))->setAdcPinId((UShort_t)G__int(libp->para[0]),(CalLog::LogFace)G__int(libp->para[1])
02195 ,(CalLog::AdcRange)G__int(libp->para[2])));
02196 break;
02197 case 2:
02198 G__letint(result7,98,(long)((CalLog*)(G__getstructoffset()))->setAdcPinId((UShort_t)G__int(libp->para[0]),(CalLog::LogFace)G__int(libp->para[1])));
02199 break;
02200 }
02201 return(1 || funcname || hash || result7 || libp) ;
02202 }
02203
02204 static int G__CalLog_setAdcRangeScale_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02205 switch(libp->paran) {
02206 case 3:
02207 G__letint(result7,98,(long)((CalLog*)(G__getstructoffset()))->setAdcRangeScale((UShort_t)G__int(libp->para[0]),(CalLog::LogFace)G__int(libp->para[1])
02208 ,(CalLog::AdcRange)G__int(libp->para[2])));
02209 break;
02210 case 2:
02211 G__letint(result7,98,(long)((CalLog*)(G__getstructoffset()))->setAdcRangeScale((UShort_t)G__int(libp->para[0]),(CalLog::LogFace)G__int(libp->para[1])));
02212 break;
02213 }
02214 return(1 || funcname || hash || result7 || libp) ;
02215 }
02216
02217 static int G__CalLog_setAdcWord_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02218 switch(libp->paran) {
02219 case 3:
02220 G__setnull(result7);
02221 ((CalLog*)(G__getstructoffset()))->setAdcWord((UShort_t)G__int(libp->para[0]),(CalLog::LogFace)G__int(libp->para[1])
02222 ,(CalLog::AdcRange)G__int(libp->para[2]));
02223 break;
02224 case 2:
02225 G__setnull(result7);
02226 ((CalLog*)(G__getstructoffset()))->setAdcWord((UShort_t)G__int(libp->para[0]),(CalLog::LogFace)G__int(libp->para[1]));
02227 break;
02228 }
02229 return(1 || funcname || hash || result7 || libp) ;
02230 }
02231
02232 static int G__CalLog_setTriggerMode_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02233 G__setnull(result7);
02234 ((CalLog*)(G__getstructoffset()))->setTriggerMode((CalLog::CalTrigMode)G__int(libp->para[0]));
02235 return(1 || funcname || hash || result7 || libp) ;
02236 }
02237
02238 static int G__CalLog_getLogId_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02239 G__letint(result7,85,(long)((CalLog*)(G__getstructoffset()))->getLogId());
02240 return(1 || funcname || hash || result7 || libp) ;
02241 }
02242
02243 static int G__CalLog_Class_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02244 G__letint(result7,85,(long)((CalLog*)(G__getstructoffset()))->Class());
02245 return(1 || funcname || hash || result7 || libp) ;
02246 }
02247
02248 static int G__CalLog_Class_Name_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02249 G__letint(result7,67,(long)((CalLog*)(G__getstructoffset()))->Class_Name());
02250 return(1 || funcname || hash || result7 || libp) ;
02251 }
02252
02253 static int G__CalLog_Class_Version_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02254 G__letint(result7,115,(long)((CalLog*)(G__getstructoffset()))->Class_Version());
02255 return(1 || funcname || hash || result7 || libp) ;
02256 }
02257
02258 static int G__CalLog_Dictionary_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02259 G__setnull(result7);
02260 ((CalLog*)(G__getstructoffset()))->Dictionary();
02261 return(1 || funcname || hash || result7 || libp) ;
02262 }
02263
02264 static int G__CalLog_IsA_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02265 G__letint(result7,85,(long)((const CalLog*)(G__getstructoffset()))->IsA());
02266 return(1 || funcname || hash || result7 || libp) ;
02267 }
02268
02269 static int G__CalLog_ShowMembers_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02270 G__setnull(result7);
02271 ((CalLog*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
02272 return(1 || funcname || hash || result7 || libp) ;
02273 }
02274
02275 static int G__CalLog_Streamer_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02276 G__setnull(result7);
02277 ((CalLog*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
02278 return(1 || funcname || hash || result7 || libp) ;
02279 }
02280
02281 static int G__CalLog_StreamerNVirtual_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02282 G__setnull(result7);
02283 ((CalLog*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
02284 return(1 || funcname || hash || result7 || libp) ;
02285 }
02286
02287 static int G__CalLog_DeclFileName_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02288 G__letint(result7,67,(long)((CalLog*)(G__getstructoffset()))->DeclFileName());
02289 return(1 || funcname || hash || result7 || libp) ;
02290 }
02291
02292 static int G__CalLog_DeclFileLine_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02293 G__letint(result7,105,(long)((CalLog*)(G__getstructoffset()))->DeclFileLine());
02294 return(1 || funcname || hash || result7 || libp) ;
02295 }
02296
02297 static int G__CalLog_ImplFileName_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02298 G__letint(result7,67,(long)((CalLog*)(G__getstructoffset()))->ImplFileName());
02299 return(1 || funcname || hash || result7 || libp) ;
02300 }
02301
02302 static int G__CalLog_ImplFileLine_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02303 G__letint(result7,105,(long)((CalLog*)(G__getstructoffset()))->ImplFileLine());
02304 return(1 || funcname || hash || result7 || libp) ;
02305 }
02306
02307
02308 static int G__CalLog_CalLog_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
02309 {
02310 CalLog *p;
02311 p=new CalLog(*(CalLog*)G__int(libp->para[0]));
02312 result7->obj.i = (long)p;
02313 result7->ref = (long)p;
02314 result7->type = 'u';
02315 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_CalLog);
02316 return(1 || funcname || hash || result7 || libp) ;
02317 }
02318
02319
02320 typedef CalLog G__TCalLog;
02321 static int G__CalLog_wACalLog_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02322 if(G__getaryconstruct())
02323 if(G__PVOID==G__getgvp())
02324 delete[] (CalLog *)(G__getstructoffset());
02325 else
02326 for(int i=G__getaryconstruct()-1;i>=0;i--)
02327 delete (CalLog *)((G__getstructoffset())+sizeof(CalLog)*i);
02328 else delete (CalLog *)(G__getstructoffset());
02329 G__setnull(result7);
02330 return(1 || funcname || hash || result7 || libp) ;
02331 }
02332
02333
02334
02335 static int G__ESAPID_ESAPID_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02336 ESAPID *p=NULL;
02337 if(G__getaryconstruct()) p=new ESAPID[G__getaryconstruct()];
02338 else p=new ESAPID;
02339 result7->obj.i = (long)p;
02340 result7->ref = (long)p;
02341 result7->type = 'u';
02342 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_ESAPID);
02343 return(1 || funcname || hash || result7 || libp) ;
02344 }
02345
02346 static int G__ESAPID_getClean_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02347 G__letint(result7,98,(long)((ESAPID*)(G__getstructoffset()))->getClean());
02348 return(1 || funcname || hash || result7 || libp) ;
02349 }
02350
02351 static int G__ESAPID_getXbeam_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02352 G__letdouble(result7,102,(double)((ESAPID*)(G__getstructoffset()))->getXbeam());
02353 return(1 || funcname || hash || result7 || libp) ;
02354 }
02355
02356 static int G__ESAPID_getYbeam_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02357 G__letdouble(result7,102,(double)((ESAPID*)(G__getstructoffset()))->getYbeam());
02358 return(1 || funcname || hash || result7 || libp) ;
02359 }
02360
02361 static int G__ESAPID_getNpart_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02362 G__letint(result7,105,(long)((ESAPID*)(G__getstructoffset()))->getNpart());
02363 return(1 || funcname || hash || result7 || libp) ;
02364 }
02365
02366 static int G__ESAPID_getIDN_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02367 G__letint(result7,105,(long)((ESAPID*)(G__getstructoffset()))->getIDN((Int_t)G__int(libp->para[0])));
02368 return(1 || funcname || hash || result7 || libp) ;
02369 }
02370
02371 static int G__ESAPID_getMomN_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02372 G__letdouble(result7,102,(double)((ESAPID*)(G__getstructoffset()))->getMomN((Int_t)G__int(libp->para[0])));
02373 return(1 || funcname || hash || result7 || libp) ;
02374 }
02375
02376 static int G__ESAPID_getBeamPbN_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02377 G__letdouble(result7,102,(double)((ESAPID*)(G__getstructoffset()))->getBeamPbN((Int_t)G__int(libp->para[0])));
02378 return(1 || funcname || hash || result7 || libp) ;
02379 }
02380
02381 static int G__ESAPID_getCADC_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02382 G__letdouble(result7,102,(double)((ESAPID*)(G__getstructoffset()))->getCADC());
02383 return(1 || funcname || hash || result7 || libp) ;
02384 }
02385
02386 static int G__ESAPID_getTOFN_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02387 G__letdouble(result7,102,(double)((ESAPID*)(G__getstructoffset()))->getTOFN((Int_t)G__int(libp->para[0])));
02388 return(1 || funcname || hash || result7 || libp) ;
02389 }
02390
02391 static int G__ESAPID_getTOFC_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02392 G__letdouble(result7,102,(double)((ESAPID*)(G__getstructoffset()))->getTOFC());
02393 return(1 || funcname || hash || result7 || libp) ;
02394 }
02395
02396 static int G__ESAPID_getOneGoodP_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02397 G__letint(result7,98,(long)((ESAPID*)(G__getstructoffset()))->getOneGoodP());
02398 return(1 || funcname || hash || result7 || libp) ;
02399 }
02400
02401 static int G__ESAPID_getOneGoodG_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02402 G__letint(result7,98,(long)((ESAPID*)(G__getstructoffset()))->getOneGoodG());
02403 return(1 || funcname || hash || result7 || libp) ;
02404 }
02405
02406 static int G__ESAPID_getOneGoodE_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02407 G__letint(result7,98,(long)((ESAPID*)(G__getstructoffset()))->getOneGoodE());
02408 return(1 || funcname || hash || result7 || libp) ;
02409 }
02410
02411 static int G__ESAPID_getOneGoodK_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02412 G__letint(result7,98,(long)((ESAPID*)(G__getstructoffset()))->getOneGoodK());
02413 return(1 || funcname || hash || result7 || libp) ;
02414 }
02415
02416 static int G__ESAPID_getOneGoodPi_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02417 G__letint(result7,98,(long)((ESAPID*)(G__getstructoffset()))->getOneGoodPi());
02418 return(1 || funcname || hash || result7 || libp) ;
02419 }
02420
02421 static int G__ESAPID_getOneGoodH_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02422 G__letint(result7,98,(long)((ESAPID*)(G__getstructoffset()))->getOneGoodH());
02423 return(1 || funcname || hash || result7 || libp) ;
02424 }
02425
02426 static int G__ESAPID_setClean_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02427 G__setnull(result7);
02428 ((ESAPID*)(G__getstructoffset()))->setClean((Bool_t)G__int(libp->para[0]));
02429 return(1 || funcname || hash || result7 || libp) ;
02430 }
02431
02432 static int G__ESAPID_setXBeam_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02433 G__setnull(result7);
02434 ((ESAPID*)(G__getstructoffset()))->setXBeam((Float_t)G__double(libp->para[0]));
02435 return(1 || funcname || hash || result7 || libp) ;
02436 }
02437
02438 static int G__ESAPID_setYBeam_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02439 G__setnull(result7);
02440 ((ESAPID*)(G__getstructoffset()))->setYBeam((Float_t)G__double(libp->para[0]));
02441 return(1 || funcname || hash || result7 || libp) ;
02442 }
02443
02444 static int G__ESAPID_setNPart_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02445 G__setnull(result7);
02446 ((ESAPID*)(G__getstructoffset()))->setNPart((Int_t)G__int(libp->para[0]));
02447 return(1 || funcname || hash || result7 || libp) ;
02448 }
02449
02450 static int G__ESAPID_setID_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02451 switch(libp->paran) {
02452 case 2:
02453 G__setnull(result7);
02454 ((ESAPID*)(G__getstructoffset()))->setID((UChar_t)G__int(libp->para[0]),(UChar_t)G__int(libp->para[1]));
02455 break;
02456 case 1:
02457 G__setnull(result7);
02458 ((ESAPID*)(G__getstructoffset()))->setID((UChar_t)G__int(libp->para[0]));
02459 break;
02460 }
02461 return(1 || funcname || hash || result7 || libp) ;
02462 }
02463
02464 static int G__ESAPID_setMom_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02465 switch(libp->paran) {
02466 case 2:
02467 G__setnull(result7);
02468 ((ESAPID*)(G__getstructoffset()))->setMom((Float_t)G__double(libp->para[0]),(UChar_t)G__int(libp->para[1]));
02469 break;
02470 case 1:
02471 G__setnull(result7);
02472 ((ESAPID*)(G__getstructoffset()))->setMom((Float_t)G__double(libp->para[0]));
02473 break;
02474 }
02475 return(1 || funcname || hash || result7 || libp) ;
02476 }
02477
02478 static int G__ESAPID_setBeamPbN_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02479 switch(libp->paran) {
02480 case 2:
02481 G__setnull(result7);
02482 ((ESAPID*)(G__getstructoffset()))->setBeamPbN((Float_t)G__double(libp->para[0]),(Int_t)G__int(libp->para[1]));
02483 break;
02484 case 1:
02485 G__setnull(result7);
02486 ((ESAPID*)(G__getstructoffset()))->setBeamPbN((Float_t)G__double(libp->para[0]));
02487 break;
02488 }
02489 return(1 || funcname || hash || result7 || libp) ;
02490 }
02491
02492 static int G__ESAPID_setCADC_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02493 G__setnull(result7);
02494 ((ESAPID*)(G__getstructoffset()))->setCADC((Float_t)G__double(libp->para[0]));
02495 return(1 || funcname || hash || result7 || libp) ;
02496 }
02497
02498 static int G__ESAPID_setTOFN_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02499 switch(libp->paran) {
02500 case 2:
02501 G__setnull(result7);
02502 ((ESAPID*)(G__getstructoffset()))->setTOFN((Float_t)G__double(libp->para[0]),(Int_t)G__int(libp->para[1]));
02503 break;
02504 case 1:
02505 G__setnull(result7);
02506 ((ESAPID*)(G__getstructoffset()))->setTOFN((Float_t)G__double(libp->para[0]));
02507 break;
02508 }
02509 return(1 || funcname || hash || result7 || libp) ;
02510 }
02511
02512 static int G__ESAPID_setTOFC_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02513 G__setnull(result7);
02514 ((ESAPID*)(G__getstructoffset()))->setTOFC((Float_t)G__double(libp->para[0]));
02515 return(1 || funcname || hash || result7 || libp) ;
02516 }
02517
02518 static int G__ESAPID_setOneGoodP_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02519 G__setnull(result7);
02520 ((ESAPID*)(G__getstructoffset()))->setOneGoodP((Bool_t)G__int(libp->para[0]));
02521 return(1 || funcname || hash || result7 || libp) ;
02522 }
02523
02524 static int G__ESAPID_setOneGoodG_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02525 G__setnull(result7);
02526 ((ESAPID*)(G__getstructoffset()))->setOneGoodG((Bool_t)G__int(libp->para[0]));
02527 return(1 || funcname || hash || result7 || libp) ;
02528 }
02529
02530 static int G__ESAPID_setOneGoodE_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02531 G__setnull(result7);
02532 ((ESAPID*)(G__getstructoffset()))->setOneGoodE((Bool_t)G__int(libp->para[0]));
02533 return(1 || funcname || hash || result7 || libp) ;
02534 }
02535
02536 static int G__ESAPID_setOneGoodK_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02537 G__setnull(result7);
02538 ((ESAPID*)(G__getstructoffset()))->setOneGoodK((Bool_t)G__int(libp->para[0]));
02539 return(1 || funcname || hash || result7 || libp) ;
02540 }
02541
02542 static int G__ESAPID_setOneGoodPi_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02543 G__setnull(result7);
02544 ((ESAPID*)(G__getstructoffset()))->setOneGoodPi((Bool_t)G__int(libp->para[0]));
02545 return(1 || funcname || hash || result7 || libp) ;
02546 }
02547
02548 static int G__ESAPID_setOneGoodH_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02549 G__setnull(result7);
02550 ((ESAPID*)(G__getstructoffset()))->setOneGoodH((Bool_t)G__int(libp->para[0]));
02551 return(1 || funcname || hash || result7 || libp) ;
02552 }
02553
02554 static int G__ESAPID_Class_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02555 G__letint(result7,85,(long)((ESAPID*)(G__getstructoffset()))->Class());
02556 return(1 || funcname || hash || result7 || libp) ;
02557 }
02558
02559 static int G__ESAPID_Class_Name_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02560 G__letint(result7,67,(long)((ESAPID*)(G__getstructoffset()))->Class_Name());
02561 return(1 || funcname || hash || result7 || libp) ;
02562 }
02563
02564 static int G__ESAPID_Class_Version_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02565 G__letint(result7,115,(long)((ESAPID*)(G__getstructoffset()))->Class_Version());
02566 return(1 || funcname || hash || result7 || libp) ;
02567 }
02568
02569 static int G__ESAPID_Dictionary_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02570 G__setnull(result7);
02571 ((ESAPID*)(G__getstructoffset()))->Dictionary();
02572 return(1 || funcname || hash || result7 || libp) ;
02573 }
02574
02575 static int G__ESAPID_IsA_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02576 G__letint(result7,85,(long)((const ESAPID*)(G__getstructoffset()))->IsA());
02577 return(1 || funcname || hash || result7 || libp) ;
02578 }
02579
02580 static int G__ESAPID_ShowMembers_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02581 G__setnull(result7);
02582 ((ESAPID*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
02583 return(1 || funcname || hash || result7 || libp) ;
02584 }
02585
02586 static int G__ESAPID_Streamer_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02587 G__setnull(result7);
02588 ((ESAPID*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
02589 return(1 || funcname || hash || result7 || libp) ;
02590 }
02591
02592 static int G__ESAPID_StreamerNVirtual_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02593 G__setnull(result7);
02594 ((ESAPID*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
02595 return(1 || funcname || hash || result7 || libp) ;
02596 }
02597
02598 static int G__ESAPID_DeclFileName_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02599 G__letint(result7,67,(long)((ESAPID*)(G__getstructoffset()))->DeclFileName());
02600 return(1 || funcname || hash || result7 || libp) ;
02601 }
02602
02603 static int G__ESAPID_DeclFileLine_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02604 G__letint(result7,105,(long)((ESAPID*)(G__getstructoffset()))->DeclFileLine());
02605 return(1 || funcname || hash || result7 || libp) ;
02606 }
02607
02608 static int G__ESAPID_ImplFileName_5_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02609 G__letint(result7,67,(long)((ESAPID*)(G__getstructoffset()))->ImplFileName());
02610 return(1 || funcname || hash || result7 || libp) ;
02611 }
02612
02613 static int G__ESAPID_ImplFileLine_6_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02614 G__letint(result7,105,(long)((ESAPID*)(G__getstructoffset()))->ImplFileLine());
02615 return(1 || funcname || hash || result7 || libp) ;
02616 }
02617
02618
02619 static int G__ESAPID_ESAPID_7_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
02620 {
02621 ESAPID *p;
02622 p=new ESAPID(*(ESAPID*)G__int(libp->para[0]));
02623 result7->obj.i = (long)p;
02624 result7->ref = (long)p;
02625 result7->type = 'u';
02626 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_ESAPID);
02627 return(1 || funcname || hash || result7 || libp) ;
02628 }
02629
02630
02631 typedef ESAPID G__TESAPID;
02632 static int G__ESAPID_wAESAPID_8_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02633 if(G__getaryconstruct())
02634 if(G__PVOID==G__getgvp())
02635 delete[] (ESAPID *)(G__getstructoffset());
02636 else
02637 for(int i=G__getaryconstruct()-1;i>=0;i--)
02638 delete (ESAPID *)((G__getstructoffset())+sizeof(ESAPID)*i);
02639 else delete (ESAPID *)(G__getstructoffset());
02640 G__setnull(result7);
02641 return(1 || funcname || hash || result7 || libp) ;
02642 }
02643
02644
02645
02646 static int G__L1T_L1T_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02647 L1T *p=NULL;
02648 if(G__getaryconstruct()) p=new L1T[G__getaryconstruct()];
02649 else p=new L1T;
02650 result7->obj.i = (long)p;
02651 result7->ref = (long)p;
02652 result7->type = 'u';
02653 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_L1T);
02654 return(1 || funcname || hash || result7 || libp) ;
02655 }
02656
02657 static int G__L1T_L1T_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02658 L1T *p=NULL;
02659 p = new L1T(
02660 (Int_t)G__int(libp->para[0]),(Int_t)G__int(libp->para[1])
02661 ,(Int_t)G__int(libp->para[2]),(Int_t)G__int(libp->para[3])
02662 ,(UShort_t)G__int(libp->para[4]),(UChar_t)G__int(libp->para[5])
02663 ,(UShort_t)G__int(libp->para[6]));
02664 result7->obj.i = (long)p;
02665 result7->ref = (long)p;
02666 result7->type = 'u';
02667 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_L1T);
02668 return(1 || funcname || hash || result7 || libp) ;
02669 }
02670
02671 static int G__L1T_Clean_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02672 G__setnull(result7);
02673 ((L1T*)(G__getstructoffset()))->Clean();
02674 return(1 || funcname || hash || result7 || libp) ;
02675 }
02676
02677 static int G__L1T_getTrigCount_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02678 G__letint(result7,105,(long)((L1T*)(G__getstructoffset()))->getTrigCount());
02679 return(1 || funcname || hash || result7 || libp) ;
02680 }
02681
02682 static int G__L1T_getTrigTime_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02683 G__letint(result7,105,(long)((L1T*)(G__getstructoffset()))->getTrigTime());
02684 return(1 || funcname || hash || result7 || libp) ;
02685 }
02686
02687 static int G__L1T_getXCapture_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02688 G__letint(result7,105,(long)((L1T*)(G__getstructoffset()))->getXCapture());
02689 return(1 || funcname || hash || result7 || libp) ;
02690 }
02691
02692 static int G__L1T_getYCapture_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02693 G__letint(result7,105,(long)((L1T*)(G__getstructoffset()))->getYCapture());
02694 return(1 || funcname || hash || result7 || libp) ;
02695 }
02696
02697 static int G__L1T_getVetoCapture_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02698 G__letint(result7,114,(long)((L1T*)(G__getstructoffset()))->getVetoCapture());
02699 return(1 || funcname || hash || result7 || libp) ;
02700 }
02701
02702 static int G__L1T_getDeadTimeAndCause_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02703 G__letint(result7,104,(long)((L1T*)(G__getstructoffset()))->getDeadTimeAndCause());
02704 return(1 || funcname || hash || result7 || libp) ;
02705 }
02706
02707 static int G__L1T_getDeadTimeCause_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02708 G__letint(result7,98,(long)((L1T*)(G__getstructoffset()))->getDeadTimeCause());
02709 return(1 || funcname || hash || result7 || libp) ;
02710 }
02711
02712 static int G__L1T_getDeadTime_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02713 G__letint(result7,114,(long)((L1T*)(G__getstructoffset()))->getDeadTime());
02714 return(1 || funcname || hash || result7 || libp) ;
02715 }
02716
02717 static int G__L1T_setTrigCount_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02718 G__setnull(result7);
02719 ((L1T*)(G__getstructoffset()))->setTrigCount((Int_t)G__int(libp->para[0]));
02720 return(1 || funcname || hash || result7 || libp) ;
02721 }
02722
02723 static int G__L1T_setTrigTime_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02724 G__setnull(result7);
02725 ((L1T*)(G__getstructoffset()))->setTrigTime((Int_t)G__int(libp->para[0]));
02726 return(1 || funcname || hash || result7 || libp) ;
02727 }
02728
02729 static int G__L1T_setXCapture_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02730 G__setnull(result7);
02731 ((L1T*)(G__getstructoffset()))->setXCapture((Int_t)G__int(libp->para[0]));
02732 return(1 || funcname || hash || result7 || libp) ;
02733 }
02734
02735 static int G__L1T_setYCapture_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02736 G__setnull(result7);
02737 ((L1T*)(G__getstructoffset()))->setYCapture((Int_t)G__int(libp->para[0]));
02738 return(1 || funcname || hash || result7 || libp) ;
02739 }
02740
02741 static int G__L1T_setVetoCapture_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02742 G__setnull(result7);
02743 ((L1T*)(G__getstructoffset()))->setVetoCapture((UShort_t)G__int(libp->para[0]));
02744 return(1 || funcname || hash || result7 || libp) ;
02745 }
02746
02747 static int G__L1T_setDeadTimeAndCause_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02748 G__setnull(result7);
02749 ((L1T*)(G__getstructoffset()))->setDeadTimeAndCause((UInt_t)G__int(libp->para[0]));
02750 return(1 || funcname || hash || result7 || libp) ;
02751 }
02752
02753 static int G__L1T_Class_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02754 G__letint(result7,85,(long)((L1T*)(G__getstructoffset()))->Class());
02755 return(1 || funcname || hash || result7 || libp) ;
02756 }
02757
02758 static int G__L1T_Class_Name_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02759 G__letint(result7,67,(long)((L1T*)(G__getstructoffset()))->Class_Name());
02760 return(1 || funcname || hash || result7 || libp) ;
02761 }
02762
02763 static int G__L1T_Class_Version_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02764 G__letint(result7,115,(long)((L1T*)(G__getstructoffset()))->Class_Version());
02765 return(1 || funcname || hash || result7 || libp) ;
02766 }
02767
02768 static int G__L1T_Dictionary_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02769 G__setnull(result7);
02770 ((L1T*)(G__getstructoffset()))->Dictionary();
02771 return(1 || funcname || hash || result7 || libp) ;
02772 }
02773
02774 static int G__L1T_IsA_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02775 G__letint(result7,85,(long)((const L1T*)(G__getstructoffset()))->IsA());
02776 return(1 || funcname || hash || result7 || libp) ;
02777 }
02778
02779 static int G__L1T_ShowMembers_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02780 G__setnull(result7);
02781 ((L1T*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
02782 return(1 || funcname || hash || result7 || libp) ;
02783 }
02784
02785 static int G__L1T_Streamer_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02786 G__setnull(result7);
02787 ((L1T*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
02788 return(1 || funcname || hash || result7 || libp) ;
02789 }
02790
02791 static int G__L1T_StreamerNVirtual_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02792 G__setnull(result7);
02793 ((L1T*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
02794 return(1 || funcname || hash || result7 || libp) ;
02795 }
02796
02797 static int G__L1T_DeclFileName_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02798 G__letint(result7,67,(long)((L1T*)(G__getstructoffset()))->DeclFileName());
02799 return(1 || funcname || hash || result7 || libp) ;
02800 }
02801
02802 static int G__L1T_DeclFileLine_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02803 G__letint(result7,105,(long)((L1T*)(G__getstructoffset()))->DeclFileLine());
02804 return(1 || funcname || hash || result7 || libp) ;
02805 }
02806
02807 static int G__L1T_ImplFileName_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02808 G__letint(result7,67,(long)((L1T*)(G__getstructoffset()))->ImplFileName());
02809 return(1 || funcname || hash || result7 || libp) ;
02810 }
02811
02812 static int G__L1T_ImplFileLine_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02813 G__letint(result7,105,(long)((L1T*)(G__getstructoffset()))->ImplFileLine());
02814 return(1 || funcname || hash || result7 || libp) ;
02815 }
02816
02817
02818 static int G__L1T_L1T_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
02819 {
02820 L1T *p;
02821 p=new L1T(*(L1T*)G__int(libp->para[0]));
02822 result7->obj.i = (long)p;
02823 result7->ref = (long)p;
02824 result7->type = 'u';
02825 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_L1T);
02826 return(1 || funcname || hash || result7 || libp) ;
02827 }
02828
02829
02830 typedef L1T G__TL1T;
02831 static int G__L1T_wAL1T_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02832 if(G__getaryconstruct())
02833 if(G__PVOID==G__getgvp())
02834 delete[] (L1T *)(G__getstructoffset());
02835 else
02836 for(int i=G__getaryconstruct()-1;i>=0;i--)
02837 delete (L1T *)((G__getstructoffset())+sizeof(L1T)*i);
02838 else delete (L1T *)(G__getstructoffset());
02839 G__setnull(result7);
02840 return(1 || funcname || hash || result7 || libp) ;
02841 }
02842
02843
02844
02845 static int G__TkrHeader_TkrHeader_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02846 TkrHeader *p=NULL;
02847 if(G__getaryconstruct()) p=new TkrHeader[G__getaryconstruct()];
02848 else p=new TkrHeader;
02849 result7->obj.i = (long)p;
02850 result7->ref = (long)p;
02851 result7->type = 'u';
02852 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_TkrHeader);
02853 return(1 || funcname || hash || result7 || libp) ;
02854 }
02855
02856 static int G__TkrHeader_Clean_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02857 switch(libp->paran) {
02858 case 1:
02859 G__setnull(result7);
02860 ((TkrHeader*)(G__getstructoffset()))->Clean((Option_t*)G__int(libp->para[0]));
02861 break;
02862 case 0:
02863 G__setnull(result7);
02864 ((TkrHeader*)(G__getstructoffset()))->Clean();
02865 break;
02866 }
02867 return(1 || funcname || hash || result7 || libp) ;
02868 }
02869
02870 static int G__TkrHeader_isL1tWait_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02871 G__letint(result7,105,(long)((TkrHeader*)(G__getstructoffset()))->isL1tWait());
02872 return(1 || funcname || hash || result7 || libp) ;
02873 }
02874
02875 static int G__TkrHeader_isCpuBusy_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02876 G__letint(result7,105,(long)((TkrHeader*)(G__getstructoffset()))->isCpuBusy());
02877 return(1 || funcname || hash || result7 || libp) ;
02878 }
02879
02880 static int G__TkrHeader_isFifoFullTrap_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02881 G__letint(result7,105,(long)((TkrHeader*)(G__getstructoffset()))->isFifoFullTrap());
02882 return(1 || funcname || hash || result7 || libp) ;
02883 }
02884
02885 static int G__TkrHeader_isFifoFull_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02886 G__letint(result7,105,(long)((TkrHeader*)(G__getstructoffset()))->isFifoFull());
02887 return(1 || funcname || hash || result7 || libp) ;
02888 }
02889
02890 static int G__TkrHeader_isFifoHalfTrap_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02891 G__letint(result7,105,(long)((TkrHeader*)(G__getstructoffset()))->isFifoHalfTrap());
02892 return(1 || funcname || hash || result7 || libp) ;
02893 }
02894
02895 static int G__TkrHeader_isTkrBusy_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02896 G__letint(result7,105,(long)((TkrHeader*)(G__getstructoffset()))->isTkrBusy());
02897 return(1 || funcname || hash || result7 || libp) ;
02898 }
02899
02900 static int G__TkrHeader_Class_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02901 G__letint(result7,85,(long)((TkrHeader*)(G__getstructoffset()))->Class());
02902 return(1 || funcname || hash || result7 || libp) ;
02903 }
02904
02905 static int G__TkrHeader_Class_Name_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02906 G__letint(result7,67,(long)((TkrHeader*)(G__getstructoffset()))->Class_Name());
02907 return(1 || funcname || hash || result7 || libp) ;
02908 }
02909
02910 static int G__TkrHeader_Class_Version_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02911 G__letint(result7,115,(long)((TkrHeader*)(G__getstructoffset()))->Class_Version());
02912 return(1 || funcname || hash || result7 || libp) ;
02913 }
02914
02915 static int G__TkrHeader_Dictionary_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02916 G__setnull(result7);
02917 ((TkrHeader*)(G__getstructoffset()))->Dictionary();
02918 return(1 || funcname || hash || result7 || libp) ;
02919 }
02920
02921 static int G__TkrHeader_IsA_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02922 G__letint(result7,85,(long)((const TkrHeader*)(G__getstructoffset()))->IsA());
02923 return(1 || funcname || hash || result7 || libp) ;
02924 }
02925
02926 static int G__TkrHeader_ShowMembers_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02927 G__setnull(result7);
02928 ((TkrHeader*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
02929 return(1 || funcname || hash || result7 || libp) ;
02930 }
02931
02932 static int G__TkrHeader_Streamer_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02933 G__setnull(result7);
02934 ((TkrHeader*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
02935 return(1 || funcname || hash || result7 || libp) ;
02936 }
02937
02938 static int G__TkrHeader_StreamerNVirtual_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02939 G__setnull(result7);
02940 ((TkrHeader*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
02941 return(1 || funcname || hash || result7 || libp) ;
02942 }
02943
02944 static int G__TkrHeader_DeclFileName_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02945 G__letint(result7,67,(long)((TkrHeader*)(G__getstructoffset()))->DeclFileName());
02946 return(1 || funcname || hash || result7 || libp) ;
02947 }
02948
02949 static int G__TkrHeader_DeclFileLine_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02950 G__letint(result7,105,(long)((TkrHeader*)(G__getstructoffset()))->DeclFileLine());
02951 return(1 || funcname || hash || result7 || libp) ;
02952 }
02953
02954 static int G__TkrHeader_ImplFileName_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02955 G__letint(result7,67,(long)((TkrHeader*)(G__getstructoffset()))->ImplFileName());
02956 return(1 || funcname || hash || result7 || libp) ;
02957 }
02958
02959 static int G__TkrHeader_ImplFileLine_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02960 G__letint(result7,105,(long)((TkrHeader*)(G__getstructoffset()))->ImplFileLine());
02961 return(1 || funcname || hash || result7 || libp) ;
02962 }
02963
02964
02965 static int G__TkrHeader_TkrHeader_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
02966 {
02967 TkrHeader *p;
02968 p=new TkrHeader(*(TkrHeader*)G__int(libp->para[0]));
02969 result7->obj.i = (long)p;
02970 result7->ref = (long)p;
02971 result7->type = 'u';
02972 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_TkrHeader);
02973 return(1 || funcname || hash || result7 || libp) ;
02974 }
02975
02976
02977 typedef TkrHeader G__TTkrHeader;
02978 static int G__TkrHeader_wATkrHeader_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02979 if(G__getaryconstruct())
02980 if(G__PVOID==G__getgvp())
02981 delete[] (TkrHeader *)(G__getstructoffset());
02982 else
02983 for(int i=G__getaryconstruct()-1;i>=0;i--)
02984 delete (TkrHeader *)((G__getstructoffset())+sizeof(TkrHeader)*i);
02985 else delete (TkrHeader *)(G__getstructoffset());
02986 G__setnull(result7);
02987 return(1 || funcname || hash || result7 || libp) ;
02988 }
02989
02990
02991
02992 static int G__StripId_StripId_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
02993 StripId *p=NULL;
02994 if(G__getaryconstruct()) p=new StripId[G__getaryconstruct()];
02995 else p=new StripId;
02996 result7->obj.i = (long)p;
02997 result7->ref = (long)p;
02998 result7->type = 'u';
02999 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_StripId);
03000 return(1 || funcname || hash || result7 || libp) ;
03001 }
03002
03003 static int G__StripId_getTag_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03004 G__letint(result7,114,(long)((const StripId*)(G__getstructoffset()))->getTag());
03005 return(1 || funcname || hash || result7 || libp) ;
03006 }
03007
03008 static int G__StripId_getId_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03009 G__letint(result7,114,(long)((const StripId*)(G__getstructoffset()))->getId());
03010 return(1 || funcname || hash || result7 || libp) ;
03011 }
03012
03013 static int G__StripId_getCable_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03014 G__letint(result7,98,(long)((const StripId*)(G__getstructoffset()))->getCable());
03015 return(1 || funcname || hash || result7 || libp) ;
03016 }
03017
03018 static int G__StripId_getController_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03019 G__letint(result7,114,(long)((const StripId*)(G__getstructoffset()))->getController());
03020 return(1 || funcname || hash || result7 || libp) ;
03021 }
03022
03023 static int G__StripId_getTower_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03024 G__letint(result7,114,(long)((const StripId*)(G__getstructoffset()))->getTower());
03025 return(1 || funcname || hash || result7 || libp) ;
03026 }
03027
03028 static int G__StripId_setTag_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03029 G__letint(result7,98,(long)((StripId*)(G__getstructoffset()))->setTag((UShort_t)G__int(libp->para[0])));
03030 return(1 || funcname || hash || result7 || libp) ;
03031 }
03032
03033 static int G__StripId_setStrip_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03034 G__letint(result7,98,(long)((StripId*)(G__getstructoffset()))->setStrip((UShort_t)G__int(libp->para[0])));
03035 return(1 || funcname || hash || result7 || libp) ;
03036 }
03037
03038 static int G__StripId_setCable_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03039 switch(libp->paran) {
03040 case 2:
03041 G__letint(result7,98,(long)((StripId*)(G__getstructoffset()))->setCable((UChar_t)G__int(libp->para[0]),(UChar_t)G__int(libp->para[1])));
03042 break;
03043 case 1:
03044 G__letint(result7,98,(long)((StripId*)(G__getstructoffset()))->setCable((UChar_t)G__int(libp->para[0])));
03045 break;
03046 }
03047 return(1 || funcname || hash || result7 || libp) ;
03048 }
03049
03050 static int G__StripId_setController_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03051 G__letint(result7,98,(long)((StripId*)(G__getstructoffset()))->setController((UShort_t)G__int(libp->para[0])));
03052 return(1 || funcname || hash || result7 || libp) ;
03053 }
03054
03055 static int G__StripId_setTower_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03056 G__letint(result7,98,(long)((StripId*)(G__getstructoffset()))->setTower((UShort_t)G__int(libp->para[0])));
03057 return(1 || funcname || hash || result7 || libp) ;
03058 }
03059
03060 static int G__StripId_Compare_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03061 G__letint(result7,105,(long)((StripId*)(G__getstructoffset()))->Compare((TObject*)G__int(libp->para[0])));
03062 return(1 || funcname || hash || result7 || libp) ;
03063 }
03064
03065 static int G__StripId_IsSortable_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03066 G__letint(result7,98,(long)((const StripId*)(G__getstructoffset()))->IsSortable());
03067 return(1 || funcname || hash || result7 || libp) ;
03068 }
03069
03070 static int G__StripId_Class_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03071 G__letint(result7,85,(long)((StripId*)(G__getstructoffset()))->Class());
03072 return(1 || funcname || hash || result7 || libp) ;
03073 }
03074
03075 static int G__StripId_Class_Name_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03076 G__letint(result7,67,(long)((StripId*)(G__getstructoffset()))->Class_Name());
03077 return(1 || funcname || hash || result7 || libp) ;
03078 }
03079
03080 static int G__StripId_Class_Version_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03081 G__letint(result7,115,(long)((StripId*)(G__getstructoffset()))->Class_Version());
03082 return(1 || funcname || hash || result7 || libp) ;
03083 }
03084
03085 static int G__StripId_Dictionary_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03086 G__setnull(result7);
03087 ((StripId*)(G__getstructoffset()))->Dictionary();
03088 return(1 || funcname || hash || result7 || libp) ;
03089 }
03090
03091 static int G__StripId_IsA_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03092 G__letint(result7,85,(long)((const StripId*)(G__getstructoffset()))->IsA());
03093 return(1 || funcname || hash || result7 || libp) ;
03094 }
03095
03096 static int G__StripId_ShowMembers_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03097 G__setnull(result7);
03098 ((StripId*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
03099 return(1 || funcname || hash || result7 || libp) ;
03100 }
03101
03102 static int G__StripId_Streamer_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03103 G__setnull(result7);
03104 ((StripId*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
03105 return(1 || funcname || hash || result7 || libp) ;
03106 }
03107
03108 static int G__StripId_StreamerNVirtual_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03109 G__setnull(result7);
03110 ((StripId*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
03111 return(1 || funcname || hash || result7 || libp) ;
03112 }
03113
03114 static int G__StripId_DeclFileName_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03115 G__letint(result7,67,(long)((StripId*)(G__getstructoffset()))->DeclFileName());
03116 return(1 || funcname || hash || result7 || libp) ;
03117 }
03118
03119 static int G__StripId_DeclFileLine_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03120 G__letint(result7,105,(long)((StripId*)(G__getstructoffset()))->DeclFileLine());
03121 return(1 || funcname || hash || result7 || libp) ;
03122 }
03123
03124 static int G__StripId_ImplFileName_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03125 G__letint(result7,67,(long)((StripId*)(G__getstructoffset()))->ImplFileName());
03126 return(1 || funcname || hash || result7 || libp) ;
03127 }
03128
03129 static int G__StripId_ImplFileLine_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03130 G__letint(result7,105,(long)((StripId*)(G__getstructoffset()))->ImplFileLine());
03131 return(1 || funcname || hash || result7 || libp) ;
03132 }
03133
03134
03135 static int G__StripId_StripId_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
03136 {
03137 StripId *p;
03138 p=new StripId(*(StripId*)G__int(libp->para[0]));
03139 result7->obj.i = (long)p;
03140 result7->ref = (long)p;
03141 result7->type = 'u';
03142 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_StripId);
03143 return(1 || funcname || hash || result7 || libp) ;
03144 }
03145
03146
03147 typedef StripId G__TStripId;
03148 static int G__StripId_wAStripId_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03149 if(G__getaryconstruct())
03150 if(G__PVOID==G__getgvp())
03151 delete[] (StripId *)(G__getstructoffset());
03152 else
03153 for(int i=G__getaryconstruct()-1;i>=0;i--)
03154 delete (StripId *)((G__getstructoffset())+sizeof(StripId)*i);
03155 else delete (StripId *)(G__getstructoffset());
03156 G__setnull(result7);
03157 return(1 || funcname || hash || result7 || libp) ;
03158 }
03159
03160
03161
03162 static int G__TkrLayer_TkrLayer_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03163 TkrLayer *p=NULL;
03164 if(G__getaryconstruct()) p=new TkrLayer[G__getaryconstruct()];
03165 else p=new TkrLayer;
03166 result7->obj.i = (long)p;
03167 result7->ref = (long)p;
03168 result7->type = 'u';
03169 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_TkrLayer);
03170 return(1 || funcname || hash || result7 || libp) ;
03171 }
03172
03173 static int G__TkrLayer_TkrLayer_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03174 TkrLayer *p=NULL;
03175 p = new TkrLayer((TObjArray*)G__int(libp->para[0]));
03176 result7->obj.i = (long)p;
03177 result7->ref = (long)p;
03178 result7->type = 'u';
03179 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_TkrLayer);
03180 return(1 || funcname || hash || result7 || libp) ;
03181 }
03182
03183 static int G__TkrLayer_Clean_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03184 switch(libp->paran) {
03185 case 1:
03186 G__setnull(result7);
03187 ((TkrLayer*)(G__getstructoffset()))->Clean((Option_t*)G__int(libp->para[0]));
03188 break;
03189 case 0:
03190 G__setnull(result7);
03191 ((TkrLayer*)(G__getstructoffset()))->Clean();
03192 break;
03193 }
03194 return(1 || funcname || hash || result7 || libp) ;
03195 }
03196
03197 static int G__TkrLayer_getStrips_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03198 G__letint(result7,85,(long)((TkrLayer*)(G__getstructoffset()))->getStrips());
03199 return(1 || funcname || hash || result7 || libp) ;
03200 }
03201
03202 static int G__TkrLayer_setToT_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03203 G__setnull(result7);
03204 ((TkrLayer*)(G__getstructoffset()))->setToT((UInt_t)G__int(libp->para[0]),(UInt_t)G__int(libp->para[1]));
03205 return(1 || funcname || hash || result7 || libp) ;
03206 }
03207
03208 static int G__TkrLayer_setErrf_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03209 G__setnull(result7);
03210 ((TkrLayer*)(G__getstructoffset()))->setErrf((UInt_t)G__int(libp->para[0]),(UInt_t)G__int(libp->para[1]));
03211 return(1 || funcname || hash || result7 || libp) ;
03212 }
03213
03214 static int G__TkrLayer_setPlaneNum_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03215 G__setnull(result7);
03216 ((TkrLayer*)(G__getstructoffset()))->setPlaneNum((UChar_t)G__int(libp->para[0]));
03217 return(1 || funcname || hash || result7 || libp) ;
03218 }
03219
03220 static int G__TkrLayer_setXY_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03221 G__setnull(result7);
03222 ((TkrLayer*)(G__getstructoffset()))->setXY((TkrLayer::TKRAxes)G__int(libp->para[0]));
03223 return(1 || funcname || hash || result7 || libp) ;
03224 }
03225
03226 static int G__TkrLayer_getToT_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03227 G__letint(result7,105,(long)((TkrLayer*)(G__getstructoffset()))->getToT((UChar_t)G__int(libp->para[0])));
03228 return(1 || funcname || hash || result7 || libp) ;
03229 }
03230
03231 static int G__TkrLayer_getErrf_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03232 G__letint(result7,105,(long)((TkrLayer*)(G__getstructoffset()))->getErrf((UChar_t)G__int(libp->para[0])));
03233 return(1 || funcname || hash || result7 || libp) ;
03234 }
03235
03236 static int G__TkrLayer_getPlaneNum_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03237 G__letint(result7,114,(long)((const TkrLayer*)(G__getstructoffset()))->getPlaneNum());
03238 return(1 || funcname || hash || result7 || libp) ;
03239 }
03240
03241 static int G__TkrLayer_getLayerNum_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03242 G__letint(result7,114,(long)((const TkrLayer*)(G__getstructoffset()))->getLayerNum());
03243 return(1 || funcname || hash || result7 || libp) ;
03244 }
03245
03246 static int G__TkrLayer_getXY_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03247 G__letint(result7,105,(long)((const TkrLayer*)(G__getstructoffset()))->getXY());
03248 return(1 || funcname || hash || result7 || libp) ;
03249 }
03250
03251 static int G__TkrLayer_getNumHits_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03252 G__letint(result7,104,(long)((TkrLayer*)(G__getstructoffset()))->getNumHits());
03253 return(1 || funcname || hash || result7 || libp) ;
03254 }
03255
03256 static int G__TkrLayer_getHit_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03257 G__letint(result7,85,(long)((TkrLayer*)(G__getstructoffset()))->getHit((int)G__int(libp->para[0])));
03258 return(1 || funcname || hash || result7 || libp) ;
03259 }
03260
03261 static int G__TkrLayer_Compare_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03262 G__letint(result7,105,(long)((const TkrLayer*)(G__getstructoffset()))->Compare((const TObject*)G__int(libp->para[0])));
03263 return(1 || funcname || hash || result7 || libp) ;
03264 }
03265
03266 static int G__TkrLayer_IsSortable_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03267 G__letint(result7,98,(long)((const TkrLayer*)(G__getstructoffset()))->IsSortable());
03268 return(1 || funcname || hash || result7 || libp) ;
03269 }
03270
03271 static int G__TkrLayer_Class_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03272 G__letint(result7,85,(long)((TkrLayer*)(G__getstructoffset()))->Class());
03273 return(1 || funcname || hash || result7 || libp) ;
03274 }
03275
03276 static int G__TkrLayer_Class_Name_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03277 G__letint(result7,67,(long)((TkrLayer*)(G__getstructoffset()))->Class_Name());
03278 return(1 || funcname || hash || result7 || libp) ;
03279 }
03280
03281 static int G__TkrLayer_Class_Version_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03282 G__letint(result7,115,(long)((TkrLayer*)(G__getstructoffset()))->Class_Version());
03283 return(1 || funcname || hash || result7 || libp) ;
03284 }
03285
03286 static int G__TkrLayer_Dictionary_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03287 G__setnull(result7);
03288 ((TkrLayer*)(G__getstructoffset()))->Dictionary();
03289 return(1 || funcname || hash || result7 || libp) ;
03290 }
03291
03292 static int G__TkrLayer_IsA_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03293 G__letint(result7,85,(long)((const TkrLayer*)(G__getstructoffset()))->IsA());
03294 return(1 || funcname || hash || result7 || libp) ;
03295 }
03296
03297 static int G__TkrLayer_ShowMembers_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03298 G__setnull(result7);
03299 ((TkrLayer*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
03300 return(1 || funcname || hash || result7 || libp) ;
03301 }
03302
03303 static int G__TkrLayer_Streamer_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03304 G__setnull(result7);
03305 ((TkrLayer*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
03306 return(1 || funcname || hash || result7 || libp) ;
03307 }
03308
03309 static int G__TkrLayer_StreamerNVirtual_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03310 G__setnull(result7);
03311 ((TkrLayer*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
03312 return(1 || funcname || hash || result7 || libp) ;
03313 }
03314
03315 static int G__TkrLayer_DeclFileName_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03316 G__letint(result7,67,(long)((TkrLayer*)(G__getstructoffset()))->DeclFileName());
03317 return(1 || funcname || hash || result7 || libp) ;
03318 }
03319
03320 static int G__TkrLayer_DeclFileLine_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03321 G__letint(result7,105,(long)((TkrLayer*)(G__getstructoffset()))->DeclFileLine());
03322 return(1 || funcname || hash || result7 || libp) ;
03323 }
03324
03325 static int G__TkrLayer_ImplFileName_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03326 G__letint(result7,67,(long)((TkrLayer*)(G__getstructoffset()))->ImplFileName());
03327 return(1 || funcname || hash || result7 || libp) ;
03328 }
03329
03330 static int G__TkrLayer_ImplFileLine_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03331 G__letint(result7,105,(long)((TkrLayer*)(G__getstructoffset()))->ImplFileLine());
03332 return(1 || funcname || hash || result7 || libp) ;
03333 }
03334
03335
03336 static int G__TkrLayer_TkrLayer_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
03337 {
03338 TkrLayer *p;
03339 p=new TkrLayer(*(TkrLayer*)G__int(libp->para[0]));
03340 result7->obj.i = (long)p;
03341 result7->ref = (long)p;
03342 result7->type = 'u';
03343 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_TkrLayer);
03344 return(1 || funcname || hash || result7 || libp) ;
03345 }
03346
03347
03348 typedef TkrLayer G__TTkrLayer;
03349 static int G__TkrLayer_wATkrLayer_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03350 if(G__getaryconstruct())
03351 if(G__PVOID==G__getgvp())
03352 delete[] (TkrLayer *)(G__getstructoffset());
03353 else
03354 for(int i=G__getaryconstruct()-1;i>=0;i--)
03355 delete (TkrLayer *)((G__getstructoffset())+sizeof(TkrLayer)*i);
03356 else delete (TkrLayer *)(G__getstructoffset());
03357 G__setnull(result7);
03358 return(1 || funcname || hash || result7 || libp) ;
03359 }
03360
03361
03362
03363 static int G__LiveTime_LiveTime_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03364 LiveTime *p=NULL;
03365 if(G__getaryconstruct()) p=new LiveTime[G__getaryconstruct()];
03366 else p=new LiveTime;
03367 result7->obj.i = (long)p;
03368 result7->ref = (long)p;
03369 result7->type = 'u';
03370 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_LiveTime);
03371 return(1 || funcname || hash || result7 || libp) ;
03372 }
03373
03374 static int G__LiveTime_Clean_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03375 switch(libp->paran) {
03376 case 1:
03377 G__setnull(result7);
03378 ((LiveTime*)(G__getstructoffset()))->Clean((Option_t*)G__int(libp->para[0]));
03379 break;
03380 case 0:
03381 G__setnull(result7);
03382 ((LiveTime*)(G__getstructoffset()))->Clean();
03383 break;
03384 }
03385 return(1 || funcname || hash || result7 || libp) ;
03386 }
03387
03388 static int G__LiveTime_setL1TCount_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03389 G__setnull(result7);
03390 ((LiveTime*)(G__getstructoffset()))->setL1TCount((UInt_t)G__int(libp->para[0]));
03391 return(1 || funcname || hash || result7 || libp) ;
03392 }
03393
03394 static int G__LiveTime_getL1TCount_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03395 G__letint(result7,104,(long)((LiveTime*)(G__getstructoffset()))->getL1TCount());
03396 return(1 || funcname || hash || result7 || libp) ;
03397 }
03398
03399 static int G__LiveTime_setL1TTime_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03400 G__setnull(result7);
03401 ((LiveTime*)(G__getstructoffset()))->setL1TTime((ULong_t)G__int(libp->para[0]));
03402 return(1 || funcname || hash || result7 || libp) ;
03403 }
03404
03405 static int G__LiveTime_getL1TTime_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03406 G__letint(result7,107,(long)((LiveTime*)(G__getstructoffset()))->getL1TTime());
03407 return(1 || funcname || hash || result7 || libp) ;
03408 }
03409
03410 static int G__LiveTime_setL1TTimeOverFlow_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03411 G__setnull(result7);
03412 ((LiveTime*)(G__getstructoffset()))->setL1TTimeOverFlow((UShort_t)G__int(libp->para[0]));
03413 return(1 || funcname || hash || result7 || libp) ;
03414 }
03415
03416 static int G__LiveTime_getL1TTimeOverFlow_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03417 G__letint(result7,114,(long)((LiveTime*)(G__getstructoffset()))->getL1TTimeOverFlow());
03418 return(1 || funcname || hash || result7 || libp) ;
03419 }
03420
03421 static int G__LiveTime_setPPSCount_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03422 G__setnull(result7);
03423 ((LiveTime*)(G__getstructoffset()))->setPPSCount((UInt_t)G__int(libp->para[0]));
03424 return(1 || funcname || hash || result7 || libp) ;
03425 }
03426
03427 static int G__LiveTime_getPPSCount_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03428 G__letint(result7,104,(long)((LiveTime*)(G__getstructoffset()))->getPPSCount());
03429 return(1 || funcname || hash || result7 || libp) ;
03430 }
03431
03432 static int G__LiveTime_setPPSTime_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03433 G__setnull(result7);
03434 ((LiveTime*)(G__getstructoffset()))->setPPSTime((ULong_t)G__int(libp->para[0]));
03435 return(1 || funcname || hash || result7 || libp) ;
03436 }
03437
03438 static int G__LiveTime_getPPSTime_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03439 G__letint(result7,107,(long)((LiveTime*)(G__getstructoffset()))->getPPSTime());
03440 return(1 || funcname || hash || result7 || libp) ;
03441 }
03442
03443 static int G__LiveTime_setPPSTimeOverFlow_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03444 G__setnull(result7);
03445 ((LiveTime*)(G__getstructoffset()))->setPPSTimeOverFlow((UShort_t)G__int(libp->para[0]));
03446 return(1 || funcname || hash || result7 || libp) ;
03447 }
03448
03449 static int G__LiveTime_getPPSTimeOverFlow_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03450 G__letint(result7,114,(long)((LiveTime*)(G__getstructoffset()))->getPPSTimeOverFlow());
03451 return(1 || funcname || hash || result7 || libp) ;
03452 }
03453
03454 static int G__LiveTime_setLiveTime_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03455 G__setnull(result7);
03456 ((LiveTime*)(G__getstructoffset()))->setLiveTime((ULong_t)G__int(libp->para[0]));
03457 return(1 || funcname || hash || result7 || libp) ;
03458 }
03459
03460 static int G__LiveTime_getLiveTime_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03461 G__letint(result7,107,(long)((LiveTime*)(G__getstructoffset()))->getLiveTime());
03462 return(1 || funcname || hash || result7 || libp) ;
03463 }
03464
03465 static int G__LiveTime_setLiveTimeOverFlow_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03466 G__setnull(result7);
03467 ((LiveTime*)(G__getstructoffset()))->setLiveTimeOverFlow((UShort_t)G__int(libp->para[0]));
03468 return(1 || funcname || hash || result7 || libp) ;
03469 }
03470
03471 static int G__LiveTime_getLiveTimeOverFlow_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03472 G__letint(result7,114,(long)((LiveTime*)(G__getstructoffset()))->getLiveTimeOverFlow());
03473 return(1 || funcname || hash || result7 || libp) ;
03474 }
03475
03476 static int G__LiveTime_setRunTime_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03477 G__setnull(result7);
03478 ((LiveTime*)(G__getstructoffset()))->setRunTime((ULong_t)G__int(libp->para[0]));
03479 return(1 || funcname || hash || result7 || libp) ;
03480 }
03481
03482 static int G__LiveTime_getRunTime_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03483 G__letint(result7,107,(long)((LiveTime*)(G__getstructoffset()))->getRunTime());
03484 return(1 || funcname || hash || result7 || libp) ;
03485 }
03486
03487 static int G__LiveTime_setRunTimeOverFlow_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03488 G__setnull(result7);
03489 ((LiveTime*)(G__getstructoffset()))->setRunTimeOverFlow((UShort_t)G__int(libp->para[0]));
03490 return(1 || funcname || hash || result7 || libp) ;
03491 }
03492
03493 static int G__LiveTime_getRunTimeOverFlow_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03494 G__letint(result7,114,(long)((LiveTime*)(G__getstructoffset()))->getRunTimeOverFlow());
03495 return(1 || funcname || hash || result7 || libp) ;
03496 }
03497
03498 static int G__LiveTime_setRunCount_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03499 G__setnull(result7);
03500 ((LiveTime*)(G__getstructoffset()))->setRunCount((UInt_t)G__int(libp->para[0]));
03501 return(1 || funcname || hash || result7 || libp) ;
03502 }
03503
03504 static int G__LiveTime_getRunCount_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03505 G__letint(result7,104,(long)((LiveTime*)(G__getstructoffset()))->getRunCount());
03506 return(1 || funcname || hash || result7 || libp) ;
03507 }
03508
03509 static int G__LiveTime_setTREQCapture_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03510 G__setnull(result7);
03511 ((LiveTime*)(G__getstructoffset()))->setTREQCapture((UInt_t)G__int(libp->para[0]));
03512 return(1 || funcname || hash || result7 || libp) ;
03513 }
03514
03515 static int G__LiveTime_getTREQCapture_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03516 G__letint(result7,104,(long)((LiveTime*)(G__getstructoffset()))->getTREQCapture());
03517 return(1 || funcname || hash || result7 || libp) ;
03518 }
03519
03520 static int G__LiveTime_setLTCDeadWord_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03521 G__setnull(result7);
03522 ((LiveTime*)(G__getstructoffset()))->setLTCDeadWord((UInt_t)G__int(libp->para[0]));
03523 return(1 || funcname || hash || result7 || libp) ;
03524 }
03525
03526 static int G__LiveTime_getLTCDeadWord_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03527 G__letint(result7,104,(long)((LiveTime*)(G__getstructoffset()))->getLTCDeadWord());
03528 return(1 || funcname || hash || result7 || libp) ;
03529 }
03530
03531 static int G__LiveTime_Class_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03532 G__letint(result7,85,(long)((LiveTime*)(G__getstructoffset()))->Class());
03533 return(1 || funcname || hash || result7 || libp) ;
03534 }
03535
03536 static int G__LiveTime_Class_Name_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03537 G__letint(result7,67,(long)((LiveTime*)(G__getstructoffset()))->Class_Name());
03538 return(1 || funcname || hash || result7 || libp) ;
03539 }
03540
03541 static int G__LiveTime_Class_Version_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03542 G__letint(result7,115,(long)((LiveTime*)(G__getstructoffset()))->Class_Version());
03543 return(1 || funcname || hash || result7 || libp) ;
03544 }
03545
03546 static int G__LiveTime_Dictionary_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03547 G__setnull(result7);
03548 ((LiveTime*)(G__getstructoffset()))->Dictionary();
03549 return(1 || funcname || hash || result7 || libp) ;
03550 }
03551
03552 static int G__LiveTime_IsA_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03553 G__letint(result7,85,(long)((const LiveTime*)(G__getstructoffset()))->IsA());
03554 return(1 || funcname || hash || result7 || libp) ;
03555 }
03556
03557 static int G__LiveTime_ShowMembers_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03558 G__setnull(result7);
03559 ((LiveTime*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
03560 return(1 || funcname || hash || result7 || libp) ;
03561 }
03562
03563 static int G__LiveTime_Streamer_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03564 G__setnull(result7);
03565 ((LiveTime*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
03566 return(1 || funcname || hash || result7 || libp) ;
03567 }
03568
03569 static int G__LiveTime_StreamerNVirtual_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03570 G__setnull(result7);
03571 ((LiveTime*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
03572 return(1 || funcname || hash || result7 || libp) ;
03573 }
03574
03575 static int G__LiveTime_DeclFileName_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03576 G__letint(result7,67,(long)((LiveTime*)(G__getstructoffset()))->DeclFileName());
03577 return(1 || funcname || hash || result7 || libp) ;
03578 }
03579
03580 static int G__LiveTime_DeclFileLine_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03581 G__letint(result7,105,(long)((LiveTime*)(G__getstructoffset()))->DeclFileLine());
03582 return(1 || funcname || hash || result7 || libp) ;
03583 }
03584
03585 static int G__LiveTime_ImplFileName_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03586 G__letint(result7,67,(long)((LiveTime*)(G__getstructoffset()))->ImplFileName());
03587 return(1 || funcname || hash || result7 || libp) ;
03588 }
03589
03590 static int G__LiveTime_ImplFileLine_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03591 G__letint(result7,105,(long)((LiveTime*)(G__getstructoffset()))->ImplFileLine());
03592 return(1 || funcname || hash || result7 || libp) ;
03593 }
03594
03595
03596 static int G__LiveTime_LiveTime_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
03597 {
03598 LiveTime *p;
03599 p=new LiveTime(*(LiveTime*)G__int(libp->para[0]));
03600 result7->obj.i = (long)p;
03601 result7->ref = (long)p;
03602 result7->type = 'u';
03603 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_LiveTime);
03604 return(1 || funcname || hash || result7 || libp) ;
03605 }
03606
03607
03608 typedef LiveTime G__TLiveTime;
03609 static int G__LiveTime_wALiveTime_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03610 if(G__getaryconstruct())
03611 if(G__PVOID==G__getgvp())
03612 delete[] (LiveTime *)(G__getstructoffset());
03613 else
03614 for(int i=G__getaryconstruct()-1;i>=0;i--)
03615 delete (LiveTime *)((G__getstructoffset())+sizeof(LiveTime)*i);
03616 else delete (LiveTime *)(G__getstructoffset());
03617 G__setnull(result7);
03618 return(1 || funcname || hash || result7 || libp) ;
03619 }
03620
03621
03622
03623 static int G__DigiEvent_DigiEvent_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03624 DigiEvent *p=NULL;
03625 if(G__getaryconstruct()) p=new DigiEvent[G__getaryconstruct()];
03626 else p=new DigiEvent;
03627 result7->obj.i = (long)p;
03628 result7->ref = (long)p;
03629 result7->type = 'u';
03630 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_DigiEvent);
03631 return(1 || funcname || hash || result7 || libp) ;
03632 }
03633
03634 static int G__DigiEvent_Clean_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03635 switch(libp->paran) {
03636 case 1:
03637 G__setnull(result7);
03638 ((DigiEvent*)(G__getstructoffset()))->Clean((Option_t*)G__int(libp->para[0]));
03639 break;
03640 case 0:
03641 G__setnull(result7);
03642 ((DigiEvent*)(G__getstructoffset()))->Clean();
03643 break;
03644 }
03645 return(1 || funcname || hash || result7 || libp) ;
03646 }
03647
03648 static int G__DigiEvent_setEventId_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03649 G__setnull(result7);
03650 ((DigiEvent*)(G__getstructoffset()))->setEventId((UInt_t)G__int(libp->para[0]));
03651 return(1 || funcname || hash || result7 || libp) ;
03652 }
03653
03654 static int G__DigiEvent_getEventId_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03655 G__letint(result7,105,(long)((DigiEvent*)(G__getstructoffset()))->getEventId());
03656 return(1 || funcname || hash || result7 || libp) ;
03657 }
03658
03659 static int G__DigiEvent_setRunId_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03660 G__setnull(result7);
03661 ((DigiEvent*)(G__getstructoffset()))->setRunId((UInt_t)G__int(libp->para[0]));
03662 return(1 || funcname || hash || result7 || libp) ;
03663 }
03664
03665 static int G__DigiEvent_getRunId_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03666 G__letint(result7,105,(long)((DigiEvent*)(G__getstructoffset()))->getRunId());
03667 return(1 || funcname || hash || result7 || libp) ;
03668 }
03669
03670 static int G__DigiEvent_getAcdHeader_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03671 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->getAcdHeader());
03672 return(1 || funcname || hash || result7 || libp) ;
03673 }
03674
03675 static int G__DigiEvent_getAcdDigi_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03676 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->getAcdDigi());
03677 return(1 || funcname || hash || result7 || libp) ;
03678 }
03679
03680 static int G__DigiEvent_addAcdTile_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03681 switch(libp->paran) {
03682 case 3:
03683 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->addAcdTile((UInt_t)G__int(libp->para[0]),(short)G__int(libp->para[1])
03684 ,(short)G__int(libp->para[2])));
03685 break;
03686 case 2:
03687 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->addAcdTile((UInt_t)G__int(libp->para[0]),(short)G__int(libp->para[1])));
03688 break;
03689 case 1:
03690 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->addAcdTile((UInt_t)G__int(libp->para[0])));
03691 break;
03692 }
03693 return(1 || funcname || hash || result7 || libp) ;
03694 }
03695
03696 static int G__DigiEvent_getAcdTile_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03697 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->getAcdTile((UInt_t)G__int(libp->para[0])));
03698 return(1 || funcname || hash || result7 || libp) ;
03699 }
03700
03701 static int G__DigiEvent_getAcdTile_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03702 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->getAcdTile((short)G__int(libp->para[0]),(short)G__int(libp->para[1])
03703 ,(short)G__int(libp->para[2]),(short)G__int(libp->para[3])));
03704 return(1 || funcname || hash || result7 || libp) ;
03705 }
03706
03707 static int G__DigiEvent_getAcdTile_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03708 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->getAcdTile(*(AcdId*)libp->para[0].ref));
03709 return(1 || funcname || hash || result7 || libp) ;
03710 }
03711
03712 static int G__DigiEvent_getXgtDigi_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03713 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->getXgtDigi());
03714 return(1 || funcname || hash || result7 || libp) ;
03715 }
03716
03717 static int G__DigiEvent_addXgt_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03718 switch(libp->paran) {
03719 case 2:
03720 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->addXgt((UInt_t)G__int(libp->para[0]),(short)G__int(libp->para[1])));
03721 break;
03722 case 1:
03723 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->addXgt((UInt_t)G__int(libp->para[0])));
03724 break;
03725 }
03726 return(1 || funcname || hash || result7 || libp) ;
03727 }
03728
03729 static int G__DigiEvent_getXgt_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03730 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->getXgt((UInt_t)G__int(libp->para[0])));
03731 return(1 || funcname || hash || result7 || libp) ;
03732 }
03733
03734 static int G__DigiEvent_getCalHeader_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03735 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->getCalHeader());
03736 return(1 || funcname || hash || result7 || libp) ;
03737 }
03738
03739 static int G__DigiEvent_getCalDigi_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03740 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->getCalDigi());
03741 return(1 || funcname || hash || result7 || libp) ;
03742 }
03743
03744 static int G__DigiEvent_addCalLog_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03745 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->addCalLog());
03746 return(1 || funcname || hash || result7 || libp) ;
03747 }
03748
03749 static int G__DigiEvent_getCalLog_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03750 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->getCalLog(*(LogId*)libp->para[0].ref));
03751 return(1 || funcname || hash || result7 || libp) ;
03752 }
03753
03754 static int G__DigiEvent_getCalLog_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03755 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->getCalLog((UShort_t)G__int(libp->para[0]),(UShort_t)G__int(libp->para[1])
03756 ,(UShort_t)G__int(libp->para[2])));
03757 return(1 || funcname || hash || result7 || libp) ;
03758 }
03759
03760 static int G__DigiEvent_getTkrHeader_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03761 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->getTkrHeader());
03762 return(1 || funcname || hash || result7 || libp) ;
03763 }
03764
03765 static int G__DigiEvent_getTkrDigi_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03766 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->getTkrDigi());
03767 return(1 || funcname || hash || result7 || libp) ;
03768 }
03769
03770 static int G__DigiEvent_addTkrLayer_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03771 G__setnull(result7);
03772 ((DigiEvent*)(G__getstructoffset()))->addTkrLayer((TkrLayer*)G__int(libp->para[0]));
03773 return(1 || funcname || hash || result7 || libp) ;
03774 }
03775
03776 static int G__DigiEvent_getTkrLayer_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03777 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->getTkrLayer((unsigned int)G__int(libp->para[0])));
03778 return(1 || funcname || hash || result7 || libp) ;
03779 }
03780
03781 static int G__DigiEvent_getL1T_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03782 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->getL1T());
03783 return(1 || funcname || hash || result7 || libp) ;
03784 }
03785
03786 static int G__DigiEvent_getLiveTime_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03787 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->getLiveTime());
03788 return(1 || funcname || hash || result7 || libp) ;
03789 }
03790
03791 static int G__DigiEvent_Class_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03792 G__letint(result7,85,(long)((DigiEvent*)(G__getstructoffset()))->Class());
03793 return(1 || funcname || hash || result7 || libp) ;
03794 }
03795
03796 static int G__DigiEvent_Class_Name_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03797 G__letint(result7,67,(long)((DigiEvent*)(G__getstructoffset()))->Class_Name());
03798 return(1 || funcname || hash || result7 || libp) ;
03799 }
03800
03801 static int G__DigiEvent_Class_Version_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03802 G__letint(result7,115,(long)((DigiEvent*)(G__getstructoffset()))->Class_Version());
03803 return(1 || funcname || hash || result7 || libp) ;
03804 }
03805
03806 static int G__DigiEvent_Dictionary_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03807 G__setnull(result7);
03808 ((DigiEvent*)(G__getstructoffset()))->Dictionary();
03809 return(1 || funcname || hash || result7 || libp) ;
03810 }
03811
03812 static int G__DigiEvent_IsA_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03813 G__letint(result7,85,(long)((const DigiEvent*)(G__getstructoffset()))->IsA());
03814 return(1 || funcname || hash || result7 || libp) ;
03815 }
03816
03817 static int G__DigiEvent_ShowMembers_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03818 G__setnull(result7);
03819 ((DigiEvent*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
03820 return(1 || funcname || hash || result7 || libp) ;
03821 }
03822
03823 static int G__DigiEvent_Streamer_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03824 G__setnull(result7);
03825 ((DigiEvent*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
03826 return(1 || funcname || hash || result7 || libp) ;
03827 }
03828
03829 static int G__DigiEvent_StreamerNVirtual_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03830 G__setnull(result7);
03831 ((DigiEvent*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
03832 return(1 || funcname || hash || result7 || libp) ;
03833 }
03834
03835 static int G__DigiEvent_DeclFileName_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03836 G__letint(result7,67,(long)((DigiEvent*)(G__getstructoffset()))->DeclFileName());
03837 return(1 || funcname || hash || result7 || libp) ;
03838 }
03839
03840 static int G__DigiEvent_DeclFileLine_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03841 G__letint(result7,105,(long)((DigiEvent*)(G__getstructoffset()))->DeclFileLine());
03842 return(1 || funcname || hash || result7 || libp) ;
03843 }
03844
03845 static int G__DigiEvent_ImplFileName_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03846 G__letint(result7,67,(long)((DigiEvent*)(G__getstructoffset()))->ImplFileName());
03847 return(1 || funcname || hash || result7 || libp) ;
03848 }
03849
03850 static int G__DigiEvent_ImplFileLine_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03851 G__letint(result7,105,(long)((DigiEvent*)(G__getstructoffset()))->ImplFileLine());
03852 return(1 || funcname || hash || result7 || libp) ;
03853 }
03854
03855
03856 static int G__DigiEvent_DigiEvent_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
03857 {
03858 DigiEvent *p;
03859 p=new DigiEvent(*(DigiEvent*)G__int(libp->para[0]));
03860 result7->obj.i = (long)p;
03861 result7->ref = (long)p;
03862 result7->type = 'u';
03863 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_DigiEvent);
03864 return(1 || funcname || hash || result7 || libp) ;
03865 }
03866
03867
03868 typedef DigiEvent G__TDigiEvent;
03869 static int G__DigiEvent_wADigiEvent_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03870 if(G__getaryconstruct())
03871 if(G__PVOID==G__getgvp())
03872 delete[] (DigiEvent *)(G__getstructoffset());
03873 else
03874 for(int i=G__getaryconstruct()-1;i>=0;i--)
03875 delete (DigiEvent *)((G__getstructoffset())+sizeof(DigiEvent)*i);
03876 else delete (DigiEvent *)(G__getstructoffset());
03877 G__setnull(result7);
03878 return(1 || funcname || hash || result7 || libp) ;
03879 }
03880
03881
03882
03883 static int G__Tagger_Tagger_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03884 Tagger *p=NULL;
03885 if(G__getaryconstruct()) p=new Tagger[G__getaryconstruct()];
03886 else p=new Tagger;
03887 result7->obj.i = (long)p;
03888 result7->ref = (long)p;
03889 result7->type = 'u';
03890 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_Tagger);
03891 return(1 || funcname || hash || result7 || libp) ;
03892 }
03893
03894 static int G__Tagger_Tagger_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03895 Tagger *p=NULL;
03896 switch(libp->paran) {
03897 case 3:
03898 p = new Tagger(
03899 (ESAPID*)G__int(libp->para[0]),(UInt_t)G__int(libp->para[1])
03900 ,(UShort_t)G__int(libp->para[2]));
03901 break;
03902 case 2:
03903 p = new Tagger((ESAPID*)G__int(libp->para[0]),(UInt_t)G__int(libp->para[1]));
03904 break;
03905 case 1:
03906 p = new Tagger((ESAPID*)G__int(libp->para[0]));
03907 break;
03908 }
03909 result7->obj.i = (long)p;
03910 result7->ref = (long)p;
03911 result7->type = 'u';
03912 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_Tagger);
03913 return(1 || funcname || hash || result7 || libp) ;
03914 }
03915
03916 static int G__Tagger_getPID_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03917 G__letint(result7,85,(long)((Tagger*)(G__getstructoffset()))->getPID());
03918 return(1 || funcname || hash || result7 || libp) ;
03919 }
03920
03921 static int G__Tagger_getBeamEnergy_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03922 G__letdouble(result7,102,(double)((const Tagger*)(G__getstructoffset()))->getBeamEnergy());
03923 return(1 || funcname || hash || result7 || libp) ;
03924 }
03925
03926 static int G__Tagger_getMagCurrent_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03927 G__letdouble(result7,102,(double)((const Tagger*)(G__getstructoffset()))->getMagCurrent());
03928 return(1 || funcname || hash || result7 || libp) ;
03929 }
03930
03931 static int G__Tagger_setBeamEnergy_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03932 G__setnull(result7);
03933 ((Tagger*)(G__getstructoffset()))->setBeamEnergy((UInt_t)G__int(libp->para[0]));
03934 return(1 || funcname || hash || result7 || libp) ;
03935 }
03936
03937 static int G__Tagger_setMagCurrent_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03938 G__setnull(result7);
03939 ((Tagger*)(G__getstructoffset()))->setMagCurrent((UShort_t)G__int(libp->para[0]));
03940 return(1 || funcname || hash || result7 || libp) ;
03941 }
03942
03943 static int G__Tagger_setBeamEnergy_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03944 G__setnull(result7);
03945 ((Tagger*)(G__getstructoffset()))->setBeamEnergy((Float_t)G__double(libp->para[0]));
03946 return(1 || funcname || hash || result7 || libp) ;
03947 }
03948
03949 static int G__Tagger_setMagCurrent_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03950 G__setnull(result7);
03951 ((Tagger*)(G__getstructoffset()))->setMagCurrent((Float_t)G__double(libp->para[0]));
03952 return(1 || funcname || hash || result7 || libp) ;
03953 }
03954
03955 static int G__Tagger_Class_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03956 G__letint(result7,85,(long)((Tagger*)(G__getstructoffset()))->Class());
03957 return(1 || funcname || hash || result7 || libp) ;
03958 }
03959
03960 static int G__Tagger_Class_Name_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03961 G__letint(result7,67,(long)((Tagger*)(G__getstructoffset()))->Class_Name());
03962 return(1 || funcname || hash || result7 || libp) ;
03963 }
03964
03965 static int G__Tagger_Class_Version_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03966 G__letint(result7,115,(long)((Tagger*)(G__getstructoffset()))->Class_Version());
03967 return(1 || funcname || hash || result7 || libp) ;
03968 }
03969
03970 static int G__Tagger_Dictionary_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03971 G__setnull(result7);
03972 ((Tagger*)(G__getstructoffset()))->Dictionary();
03973 return(1 || funcname || hash || result7 || libp) ;
03974 }
03975
03976 static int G__Tagger_IsA_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03977 G__letint(result7,85,(long)((const Tagger*)(G__getstructoffset()))->IsA());
03978 return(1 || funcname || hash || result7 || libp) ;
03979 }
03980
03981 static int G__Tagger_ShowMembers_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03982 G__setnull(result7);
03983 ((Tagger*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
03984 return(1 || funcname || hash || result7 || libp) ;
03985 }
03986
03987 static int G__Tagger_Streamer_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03988 G__setnull(result7);
03989 ((Tagger*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
03990 return(1 || funcname || hash || result7 || libp) ;
03991 }
03992
03993 static int G__Tagger_StreamerNVirtual_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
03994 G__setnull(result7);
03995 ((Tagger*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
03996 return(1 || funcname || hash || result7 || libp) ;
03997 }
03998
03999 static int G__Tagger_DeclFileName_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
04000 G__letint(result7,67,(long)((Tagger*)(G__getstructoffset()))->DeclFileName());
04001 return(1 || funcname || hash || result7 || libp) ;
04002 }
04003
04004 static int G__Tagger_DeclFileLine_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
04005 G__letint(result7,105,(long)((Tagger*)(G__getstructoffset()))->DeclFileLine());
04006 return(1 || funcname || hash || result7 || libp) ;
04007 }
04008
04009 static int G__Tagger_ImplFileName_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
04010 G__letint(result7,67,(long)((Tagger*)(G__getstructoffset()))->ImplFileName());
04011 return(1 || funcname || hash || result7 || libp) ;
04012 }
04013
04014 static int G__Tagger_ImplFileLine_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
04015 G__letint(result7,105,(long)((Tagger*)(G__getstructoffset()))->ImplFileLine());
04016 return(1 || funcname || hash || result7 || libp) ;
04017 }
04018
04019
04020 static int G__Tagger_Tagger_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
04021 {
04022 Tagger *p;
04023 p=new Tagger(*(Tagger*)G__int(libp->para[0]));
04024 result7->obj.i = (long)p;
04025 result7->ref = (long)p;
04026 result7->type = 'u';
04027 result7->tagnum = G__get_linked_tagnum(&G__EventCintLN_Tagger);
04028 return(1 || funcname || hash || result7 || libp) ;
04029 }
04030
04031
04032 typedef Tagger G__TTagger;
04033 static int G__Tagger_wATagger_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
04034 if(G__getaryconstruct())
04035 if(G__PVOID==G__getgvp())
04036 delete[] (Tagger *)(G__getstructoffset());
04037 else
04038 for(int i=G__getaryconstruct()-1;i>=0;i--)
04039 delete (Tagger *)((G__getstructoffset())+sizeof(Tagger)*i);
04040 else delete (Tagger *)(G__getstructoffset());
04041 G__setnull(result7);
04042 return(1 || funcname || hash || result7 || libp) ;
04043 }
04044
04045
04046
04047
04048
04049
04050
04051
04052
04053
04054
04055
04056
04057
04058
04059
04060
04061
04062
04063
04064
04065
04066
04067
04068
04069
04070
04071
04072
04073
04074
04075
04076
04077
04078
04079
04080
04081
04082
04083
04084
04085
04086
04087
04088
04089 class G__Sizep2memfuncEventCint {
04090 public:
04091 G__Sizep2memfuncEventCint() {p=&G__Sizep2memfuncEventCint::sizep2memfunc;}
04092 size_t sizep2memfunc() { return(sizeof(p)); }
04093 private:
04094 size_t (G__Sizep2memfuncEventCint::*p)();
04095 };
04096
04097 size_t G__get_sizep2memfuncEventCint()
04098 {
04099 G__Sizep2memfuncEventCint a;
04100 G__setsizep2memfunc((int)a.sizep2memfunc());
04101 return((size_t)a.sizep2memfunc());
04102 }
04103
04104
04105
04106
04107
04108
04109
04110
04111
04112
04113
04114 extern "C" void G__cpp_setup_inheritanceEventCint() {
04115
04116
04117 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventCintLN_SubSystemHeader))) {
04118 SubSystemHeader *G__Lderived;
04119 G__Lderived=(SubSystemHeader*)0x1000;
04120 {
04121 TObject *G__Lpbase=(TObject*)G__Lderived;
04122 G__inheritance_setup(G__get_linked_tagnum(&G__EventCintLN_SubSystemHeader),G__get_linked_tagnum(&G__EventCintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
04123 }
04124 }
04125 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventCintLN_AcdHeader))) {
04126 AcdHeader *G__Lderived;
04127 G__Lderived=(AcdHeader*)0x1000;
04128 {
04129 SubSystemHeader *G__Lpbase=(SubSystemHeader*)G__Lderived;
04130 G__inheritance_setup(G__get_linked_tagnum(&G__EventCintLN_AcdHeader),G__get_linked_tagnum(&G__EventCintLN_SubSystemHeader),(long)G__Lpbase-(long)G__Lderived,1,1);
04131 }
04132 {
04133 TObject *G__Lpbase=(TObject*)G__Lderived;
04134 G__inheritance_setup(G__get_linked_tagnum(&G__EventCintLN_AcdHeader),G__get_linked_tagnum(&G__EventCintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
04135 }
04136 }
04137 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventCintLN_AcdId))) {
04138 AcdId *G__Lderived;
04139 G__Lderived=(AcdId*)0x1000;
04140 {
04141 TObject *G__Lpbase=(TObject*)G__Lderived;
04142 G__inheritance_setup(G__get_linked_tagnum(&G__EventCintLN_AcdId),G__get_linked_tagnum(&G__EventCintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
04143 }
04144 }
04145 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventCintLN_AcdTile))) {
04146 AcdTile *G__Lderived;
04147 G__Lderived=(AcdTile*)0x1000;
04148 {
04149 TObject *G__Lpbase=(TObject*)G__Lderived;
04150 G__inheritance_setup(G__get_linked_tagnum(&G__EventCintLN_AcdTile),G__get_linked_tagnum(&G__EventCintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
04151 }
04152 }
04153 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventCintLN_CalHeader))) {
04154 CalHeader *G__Lderived;
04155 G__Lderived=(CalHeader*)0x1000;
04156 {
04157 SubSystemHeader *G__Lpbase=(SubSystemHeader*)G__Lderived;
04158 G__inheritance_setup(G__get_linked_tagnum(&G__EventCintLN_CalHeader),G__get_linked_tagnum(&G__EventCintLN_SubSystemHeader),(long)G__Lpbase-(long)G__Lderived,1,1);
04159 }
04160 {
04161 TObject *G__Lpbase=(TObject*)G__Lderived;
04162 G__inheritance_setup(G__get_linked_tagnum(&G__EventCintLN_CalHeader),G__get_linked_tagnum(&G__EventCintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
04163 }
04164 }
04165 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventCintLN_LogId))) {
04166 LogId *G__Lderived;
04167 G__Lderived=(LogId*)0x1000;
04168 {
04169 TObject *G__Lpbase=(TObject*)G__Lderived;
04170 G__inheritance_setup(G__get_linked_tagnum(&G__EventCintLN_LogId),G__get_linked_tagnum(&G__EventCintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
04171 }
04172 }
04173 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventCintLN_CalLog))) {
04174 CalLog *G__Lderived;
04175 G__Lderived=(CalLog*)0x1000;
04176 {
04177 TObject *G__Lpbase=(TObject*)G__Lderived;
04178 G__inheritance_setup(G__get_linked_tagnum(&G__EventCintLN_CalLog),G__get_linked_tagnum(&G__EventCintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
04179 }
04180 }
04181 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventCintLN_ESAPID))) {
04182 ESAPID *G__Lderived;
04183 G__Lderived=(ESAPID*)0x1000;
04184 {
04185 TObject *G__Lpbase=(TObject*)G__Lderived;
04186 G__inheritance_setup(G__get_linked_tagnum(&G__EventCintLN_ESAPID),G__get_linked_tagnum(&G__EventCintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
04187 }
04188 }
04189 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventCintLN_L1T))) {
04190 L1T *G__Lderived;
04191 G__Lderived=(L1T*)0x1000;
04192 {
04193 TObject *G__Lpbase=(TObject*)G__Lderived;
04194 G__inheritance_setup(G__get_linked_tagnum(&G__EventCintLN_L1T),G__get_linked_tagnum(&G__EventCintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
04195 }
04196 }
04197 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventCintLN_TkrHeader))) {
04198 TkrHeader *G__Lderived;
04199 G__Lderived=(TkrHeader*)0x1000;
04200 {
04201 SubSystemHeader *G__Lpbase=(SubSystemHeader*)G__Lderived;
04202 G__inheritance_setup(G__get_linked_tagnum(&G__EventCintLN_TkrHeader),G__get_linked_tagnum(&G__EventCintLN_SubSystemHeader),(long)G__Lpbase-(long)G__Lderived,1,1);
04203 }
04204 {
04205 TObject *G__Lpbase=(TObject*)G__Lderived;
04206 G__inheritance_setup(G__get_linked_tagnum(&G__EventCintLN_TkrHeader),G__get_linked_tagnum(&G__EventCintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
04207 }
04208 }
04209 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventCintLN_StripId))) {
04210 StripId *G__Lderived;
04211 G__Lderived=(StripId*)0x1000;
04212 {
04213 TObject *G__Lpbase=(TObject*)G__Lderived;
04214 G__inheritance_setup(G__get_linked_tagnum(&G__EventCintLN_StripId),G__get_linked_tagnum(&G__EventCintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
04215 }
04216 }
04217 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventCintLN_TkrLayer))) {
04218 TkrLayer *G__Lderived;
04219 G__Lderived=(TkrLayer*)0x1000;
04220 {
04221 TObject *G__Lpbase=(TObject*)G__Lderived;
04222 G__inheritance_setup(G__get_linked_tagnum(&G__EventCintLN_TkrLayer),G__get_linked_tagnum(&G__EventCintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
04223 }
04224 }
04225 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventCintLN_LiveTime))) {
04226 LiveTime *G__Lderived;
04227 G__Lderived=(LiveTime*)0x1000;
04228 {
04229 TObject *G__Lpbase=(TObject*)G__Lderived;
04230 G__inheritance_setup(G__get_linked_tagnum(&G__EventCintLN_LiveTime),G__get_linked_tagnum(&G__EventCintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
04231 }
04232 }
04233 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventCintLN_DigiEvent))) {
04234 DigiEvent *G__Lderived;
04235 G__Lderived=(DigiEvent*)0x1000;
04236 {
04237 TObject *G__Lpbase=(TObject*)G__Lderived;
04238 G__inheritance_setup(G__get_linked_tagnum(&G__EventCintLN_DigiEvent),G__get_linked_tagnum(&G__EventCintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
04239 }
04240 }
04241 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__EventCintLN_Tagger))) {
04242 Tagger *G__Lderived;
04243 G__Lderived=(Tagger*)0x1000;
04244 {
04245 TObject *G__Lpbase=(TObject*)G__Lderived;
04246 G__inheritance_setup(G__get_linked_tagnum(&G__EventCintLN_Tagger),G__get_linked_tagnum(&G__EventCintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
04247 }
04248 }
04249 }
04250
04251
04252
04253
04254 extern "C" void G__cpp_setup_typetableEventCint() {
04255
04256
04257 G__search_typename2("Char_t",99,-1,0,
04258 -1);
04259 G__setnewtype(-1,"Signed Character 1 byte",0);
04260 G__search_typename2("UChar_t",98,-1,0,
04261 -1);
04262 G__setnewtype(-1,"Unsigned Character 1 byte",0);
04263 G__search_typename2("Short_t",115,-1,0,
04264 -1);
04265 G__setnewtype(-1,"Signed Short integer 2 bytes",0);
04266 G__search_typename2("UShort_t",114,-1,0,
04267 -1);
04268 G__setnewtype(-1,"Unsigned Short integer 2 bytes",0);
04269 G__search_typename2("Int_t",105,-1,0,
04270 -1);
04271 G__setnewtype(-1,"Signed integer 4 bytes",0);
04272 G__search_typename2("UInt_t",104,-1,0,
04273 -1);
04274 G__setnewtype(-1,"Unsigned integer 4 bytes",0);
04275 G__search_typename2("Seek_t",105,-1,0,
04276 -1);
04277 G__setnewtype(-1,"File pointer",0);
04278 G__search_typename2("Long_t",108,-1,0,
04279 -1);
04280 G__setnewtype(-1,"Signed long integer 4 bytes",0);
04281 G__search_typename2("ULong_t",107,-1,0,
04282 -1);
04283 G__setnewtype(-1,"Unsigned long integer 4 bytes",0);
04284 G__search_typename2("Float_t",102,-1,0,
04285 -1);
04286 G__setnewtype(-1,"Float 4 bytes",0);
04287 G__search_typename2("Double_t",100,-1,0,
04288 -1);
04289 G__setnewtype(-1,"Float 8 bytes",0);
04290 G__search_typename2("Text_t",99,-1,0,
04291 -1);
04292 G__setnewtype(-1,"General string",0);
04293 G__search_typename2("Bool_t",98,-1,0,
04294 -1);
04295 G__setnewtype(-1,"Boolean (0=false, 1=true)",0);
04296 G__search_typename2("Byte_t",98,-1,0,
04297 -1);
04298 G__setnewtype(-1,"Byte (8 bits)",0);
04299 G__search_typename2("Version_t",115,-1,0,
04300 -1);
04301 G__setnewtype(-1,"Class version identifier",0);
04302 G__search_typename2("Option_t",99,-1,0,
04303 -1);
04304 G__setnewtype(-1,"Option string",0);
04305 G__search_typename2("Ssiz_t",105,-1,0,
04306 -1);
04307 G__setnewtype(-1,"String size",0);
04308 G__search_typename2("Real_t",102,-1,0,
04309 -1);
04310 G__setnewtype(-1,"TVector and TMatrix element type",0);
04311 G__search_typename2("Streamer_t",89,-1,0,
04312 -1);
04313 G__setnewtype(-1,NULL,0);
04314 G__search_typename2("VoidFuncPtr_t",89,-1,0,
04315 -1);
04316 G__setnewtype(-1,"pointer to void function",0);
04317 G__search_typename2("FreeHookFun_t",89,-1,0,
04318 -1);
04319 G__setnewtype(-1,NULL,0);
04320 G__search_typename2("ReAllocFun_t",81,-1,0,
04321 -1);
04322 G__setnewtype(-1,NULL,0);
04323 G__search_typename2("ReAllocCFun_t",81,-1,0,
04324 -1);
04325 G__setnewtype(-1,NULL,0);
04326 G__search_typename2("Axis_t",100,-1,0,
04327 -1);
04328 G__setnewtype(-1,"Axis values type",0);
04329 G__search_typename2("Stat_t",100,-1,0,
04330 -1);
04331 G__setnewtype(-1,"Statistics type",0);
04332 }
04333
04334
04335
04336
04337
04338
04339
04340
04341 static void G__setup_memvarSubSystemHeader(void) {
04342 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventCintLN_SubSystemHeader));
04343 { SubSystemHeader *p; p=(SubSystemHeader*)0x1000; if (p) { }
04344 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_SubSystemHeadercLcLdA),-1,-2,1,"DeadTimeMask=12287",0,(char*)NULL);
04345 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_SubSystemHeadercLcLdA),-1,-2,1,"DeadTimeCauseMask=2080768",0,(char*)NULL);
04346 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_SubSystemHeadercLcLdA),-1,-2,1,"DeadTimeCauseShift=14",0,(char*)NULL);
04347 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"m_eventId=",0,(char*)NULL);
04348 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"m_timerWord=",0,(char*)NULL);
04349 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"m_TREQ_VETO_status=",0,(char*)NULL);
04350 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"m_deadtime_and_cause=",0,(char*)NULL);
04351 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
04352 }
04353 G__tag_memvar_reset();
04354 }
04355
04356
04357
04358 static void G__setup_memvarAcdHeader(void) {
04359 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventCintLN_AcdHeader));
04360 { AcdHeader *p; p=(AcdHeader*)0x1000; if (p) { }
04361 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdHeadercLcLdA),-1,-2,1,"L1T_Wait_Bit=1048576",0,(char*)NULL);
04362 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdHeadercLcLdA),-1,-2,1,"Cpu_Busy_Bit=524288",0,(char*)NULL);
04363 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdHeadercLcLdA),-1,-2,1,"Fifo_Full_Trap_Bit=262144",0,(char*)NULL);
04364 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdHeadercLcLdA),-1,-2,1,"Fifo_Full_Bit=131072",0,(char*)NULL);
04365 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdHeadercLcLdA),-1,-2,1,"Fifo_Half_Trap_Bit=65536",0,(char*)NULL);
04366 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdHeadercLcLdA),-1,-2,1,"Fifo_Half_Bit=32768",0,(char*)NULL);
04367 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdHeadercLcLdA),-1,-2,1,"Acd_Busy_Bit=16384",0,(char*)NULL);
04368 G__memvar_setup((void*)((long)(&p->DeadTimeCause)-(long)(p)),105,0,0,G__get_linked_tagnum(&G__EventCintLN_AcdHeadercLcLdA),-1,-1,1,"DeadTimeCause=",0,(char*)NULL);
04369 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
04370 }
04371 G__tag_memvar_reset();
04372 }
04373
04374
04375
04376 static void G__setup_memvarAcdId(void) {
04377 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventCintLN_AcdId));
04378 { AcdId *p; p=(AcdId*)0x1000; if (p) { }
04379 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_id=",0,(char*)NULL);
04380 G__memvar_setup((void*)NULL,99,0,0,-1,G__defined_typename("Char_t"),-1,4,"m_used=",0,(char*)NULL);
04381 G__memvar_setup((void*)NULL,114,0,0,-1,G__defined_typename("UShort_t"),-1,4,"m_readoutIndex=",0,(char*)NULL);
04382 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdIdcLcLdA),-1,-2,1,"_layermask=6144",0,(char*)NULL);
04383 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdIdcLcLdA),-1,-2,1,"_facemask=1792",0,(char*)NULL);
04384 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdIdcLcLdA),-1,-2,1,"_rowmask=240",0,(char*)NULL);
04385 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdIdcLcLdA),-1,-2,1,"_colmask=15",0,(char*)NULL);
04386 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdIdcLcLdA),-1,-2,1,"layerShift=11",0,(char*)NULL);
04387 G__memvar_setup((void*)(&AcdId::badId),114,0,0,-1,G__defined_typename("UShort_t"),-2,1,"badId=",0,(char*)NULL);
04388 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
04389 }
04390 G__tag_memvar_reset();
04391 }
04392
04393
04394
04395 static void G__setup_memvarAcdTile(void) {
04396 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventCintLN_AcdTile));
04397 { AcdTile *p; p=(AcdTile*)0x1000; if (p) { }
04398 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdTilecLcLdA),-1,-2,1,"ACD_K_PMT=12",0,(char*)NULL);
04399 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdTilecLcLdA),-1,-2,1,"ACD_V_PMT=0",0,(char*)NULL);
04400 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdTilecLcLdA),-1,-2,1,"ACD_M_PMT=4095",0,(char*)NULL);
04401 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdTilecLcLdA),-1,-2,1,"ACD_K_VETO=1",0,(char*)NULL);
04402 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdTilecLcLdA),-1,-2,1,"ACD_V_VETO=12",0,(char*)NULL);
04403 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdTilecLcLdA),-1,-2,1,"ACD_M_VETO=1",0,(char*)NULL);
04404 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdTilecLcLdA),-1,-2,1,"ACD_K_HIGH=1",0,(char*)NULL);
04405 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdTilecLcLdA),-1,-2,1,"ACD_V_HIGH=13",0,(char*)NULL);
04406 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_AcdTilecLcLdA),-1,-2,1,"ACD_M_HIGH=1",0,(char*)NULL);
04407 G__memvar_setup((void*)NULL,114,0,0,-1,G__defined_typename("UShort_t"),-1,4,"m_tag=",0,(char*)NULL);
04408 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventCintLN_AcdId),-1,-1,4,"m_tileId=",0,(char*)NULL);
04409 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
04410 }
04411 G__tag_memvar_reset();
04412 }
04413
04414
04415
04416 static void G__setup_memvarCalHeader(void) {
04417 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventCintLN_CalHeader));
04418 { CalHeader *p; p=(CalHeader*)0x1000; if (p) { }
04419 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalHeadercLcLdA),-1,-2,1,"L1T_Wait_Bit=1048576",0,(char*)NULL);
04420 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalHeadercLcLdA),-1,-2,1,"Cpu_Busy_Bit=524288",0,(char*)NULL);
04421 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalHeadercLcLdA),-1,-2,1,"Fifo_Full_Trap_Bit=262144",0,(char*)NULL);
04422 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalHeadercLcLdA),-1,-2,1,"Fifo_Full_Bit=131072",0,(char*)NULL);
04423 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalHeadercLcLdA),-1,-2,1,"Fifo_Half_Trap_Bit=65536",0,(char*)NULL);
04424 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalHeadercLcLdA),-1,-2,1,"Fifo_Half_Bit=32768",0,(char*)NULL);
04425 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalHeadercLcLdA),-1,-2,1,"Cal_Busy_Bit=16384",0,(char*)NULL);
04426 G__memvar_setup((void*)((long)(&p->DeadTimeCause)-(long)(p)),105,0,0,G__get_linked_tagnum(&G__EventCintLN_CalHeadercLcLdA),-1,-1,1,"DeadTimeCause=",0,(char*)NULL);
04427 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
04428 }
04429 G__tag_memvar_reset();
04430 }
04431
04432
04433
04434 static void G__setup_memvarLogId(void) {
04435 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventCintLN_LogId));
04436 { LogId *p; p=(LogId*)0x1000; if (p) { }
04437 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_K_XY=1",0,(char*)NULL);
04438 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_V_XY=0",0,(char*)NULL);
04439 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_M_XY=1",0,(char*)NULL);
04440 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_K_SEQ=3",0,(char*)NULL);
04441 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_V_SEQ=1",0,(char*)NULL);
04442 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_M_SEQ=7",0,(char*)NULL);
04443 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_K_PIPE=3",0,(char*)NULL);
04444 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_V_PIPE=4",0,(char*)NULL);
04445 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_M_PIPE=7",0,(char*)NULL);
04446 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_K_ID=7",0,(char*)NULL);
04447 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_V_ID=0",0,(char*)NULL);
04448 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_M_ID=127",0,(char*)NULL);
04449 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_K_LAYER=2",0,(char*)NULL);
04450 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_V_LAYER=7",0,(char*)NULL);
04451 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_M_LAYER=3",0,(char*)NULL);
04452 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_K_COLUMN=4",0,(char*)NULL);
04453 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_V_COLUMN=9",0,(char*)NULL);
04454 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_M_COLUMN=15",0,(char*)NULL);
04455 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_K_TOWER=4",0,(char*)NULL);
04456 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_V_TOWER=13",0,(char*)NULL);
04457 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_M_TOWER=15",0,(char*)NULL);
04458 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_K_NEWID=10",0,(char*)NULL);
04459 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_V_NEWID=7",0,(char*)NULL);
04460 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"CAL_M_NEWID=127",0,(char*)NULL);
04461 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"BOUNDS_LAYER=7",0,(char*)NULL);
04462 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"BOUNDS_COLUMN=9",0,(char*)NULL);
04463 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLdA),-1,-2,1,"BOUNDS_PIPE=4",0,(char*)NULL);
04464 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_tag=",0,"Packed word containing log id");
04465 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLCALAxes),-1,-2,1,"X=0",0,(char*)NULL);
04466 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLCALAxes),-1,-2,1,"Y=1",0,(char*)NULL);
04467 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
04468 }
04469 G__tag_memvar_reset();
04470 }
04471
04472
04473
04474 static void G__setup_memvarCalLog(void) {
04475 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventCintLN_CalLog));
04476 { CalLog *p; p=(CalLog*)0x1000; if (p) { }
04477 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLAdcRange),-1,-2,1,"LowEnX4=0",0,(char*)NULL);
04478 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLAdcRange),-1,-2,1,"LowEnX1=1",0,(char*)NULL);
04479 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLAdcRange),-1,-2,1,"HiEnX8=2",0,(char*)NULL);
04480 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLAdcRange),-1,-2,1,"HiEnX1=3",0,(char*)NULL);
04481 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLLogFace),-1,-2,1,"POS=0",0,(char*)NULL);
04482 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLLogFace),-1,-2,1,"NEG=1",0,(char*)NULL);
04483 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLCalTrigMode),-1,-2,1,"BESTRANGE=0",0,(char*)NULL);
04484 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLCalTrigMode),-1,-2,1,"ALLRANGE=2",0,(char*)NULL);
04485 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLdA),-1,-2,1,"ADC_K_RS=1",0,(char*)NULL);
04486 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLdA),-1,-2,1,"ADC_V_RS=0",0,(char*)NULL);
04487 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLdA),-1,-2,1,"ADC_M_RS=1",0,(char*)NULL);
04488 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLdA),-1,-2,1,"ADC_K_PIN=1",0,(char*)NULL);
04489 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLdA),-1,-2,1,"ADC_V_PIN=1",0,(char*)NULL);
04490 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLdA),-1,-2,1,"ADC_M_PIN=1",0,(char*)NULL);
04491 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLdA),-1,-2,1,"ADC_K_ID=2",0,(char*)NULL);
04492 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLdA),-1,-2,1,"ADC_V_ID=2",0,(char*)NULL);
04493 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLdA),-1,-2,1,"ADC_M_ID=3",0,(char*)NULL);
04494 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLdA),-1,-2,1,"ADC_K_VAL=12",0,(char*)NULL);
04495 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLdA),-1,-2,1,"ADC_V_VAL=4",0,(char*)NULL);
04496 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLdA),-1,-2,1,"ADC_M_VAL=4095",0,(char*)NULL);
04497 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventCintLN_LogId),-1,-1,4,"m_log=",0,"Log identity info class");
04498 G__memvar_setup((void*)NULL,114,0,0,-1,G__defined_typename("UShort_t"),-1,4,"m_AdcValues[8]=",0,(char*)NULL);
04499 G__memvar_setup((void*)NULL,105,0,0,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLCalTrigMode),G__defined_typename("CalTrigMode"),-2,4,"m_mode=",0,(char*)NULL);
04500 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
04501 }
04502 G__tag_memvar_reset();
04503 }
04504
04505
04506
04507 static void G__setup_memvarESAPID(void) {
04508 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventCintLN_ESAPID));
04509 { ESAPID *p; p=(ESAPID*)0x1000; if (p) { }
04510 G__memvar_setup((void*)NULL,98,0,0,-1,G__defined_typename("Bool_t"),-1,4,"m_Clean=",0,"1 if clean beam (no halo), else 0");
04511 G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"m_XBeam=",0,"x of primary beam in mm");
04512 G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"m_YBeam=",0,"y of primary beam in mm");
04513 G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"m_NPart=",0,"Number particles found by tagger");
04514 G__memvar_setup((void*)NULL,98,0,0,-1,G__defined_typename("UChar_t"),-1,4,"m_ID[10]=",0,"id 1=e, 2=gamma, 3=proton, 4=pion, 5=kaon");
04515 G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"m_Mom[10]=",0,"momentum each particle");
04516 G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"m_BeamPb[5]=",0,"Energy in GeV for lead glass");
04517 G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"m_CADC=",0,(char*)NULL);
04518 G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"m_TOF[4]=",0,(char*)NULL);
04519 G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"m_TOFC=",0,(char*)NULL);
04520 G__memvar_setup((void*)NULL,98,0,0,-1,G__defined_typename("Bool_t"),-1,4,"m_OneGoodP=",0,(char*)NULL);
04521 G__memvar_setup((void*)NULL,98,0,0,-1,G__defined_typename("Bool_t"),-1,4,"m_OneGoodG=",0,(char*)NULL);
04522 G__memvar_setup((void*)NULL,98,0,0,-1,G__defined_typename("Bool_t"),-1,4,"m_OneGoodE=",0,(char*)NULL);
04523 G__memvar_setup((void*)NULL,98,0,0,-1,G__defined_typename("Bool_t"),-1,4,"m_OneGoodK=",0,(char*)NULL);
04524 G__memvar_setup((void*)NULL,98,0,0,-1,G__defined_typename("Bool_t"),-1,4,"m_OneGoodPi=",0,(char*)NULL);
04525 G__memvar_setup((void*)NULL,98,0,0,-1,G__defined_typename("Bool_t"),-1,4,"m_OneGoodH=",0,(char*)NULL);
04526 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
04527 }
04528 G__tag_memvar_reset();
04529 }
04530
04531
04532
04533 static void G__setup_memvarL1T(void) {
04534 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventCintLN_L1T));
04535 { L1T *p; p=(L1T*)0x1000; if (p) { }
04536 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_trigCount=",0,"access the 32-bit L1 trigger count ");
04537 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_trigTimeValue=",0,"access the 32-bit the trigger time value (32 bits) ");
04538 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_xCapture=",0,"access the x-trigger REQ capture (32 bits)");
04539 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_yCapture=",0,"access the y-trigger capture (32 bits) ");
04540 G__memvar_setup((void*)NULL,114,0,0,-1,G__defined_typename("UShort_t"),-1,4,"m_vetoCapture=",0,"access the veto REQ capture ");
04541 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_deadTimeAndCause=",0,"original 32 bit word that contains both dead time and cause");
04542 G__memvar_setup((void*)NULL,98,0,0,-1,G__defined_typename("UChar_t"),-1,4,"m_deadTimeCause=",0,"access the dead-time reason (6 bits) ");
04543 G__memvar_setup((void*)NULL,114,0,0,-1,G__defined_typename("UShort_t"),-1,4,"m_deadTime=",0,"access the dead-time count (16-bits)");
04544 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_L1TcLcLdA),-1,-2,1,"DeadTimeMask=12287",0,(char*)NULL);
04545 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_L1TcLcLdA),-1,-2,1,"DeadTimeCauseMask=2080768",0,(char*)NULL);
04546 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_L1TcLcLdA),-1,-2,1,"DeadTimeCauseShift=14",0,(char*)NULL);
04547 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
04548 }
04549 G__tag_memvar_reset();
04550 }
04551
04552
04553
04554 static void G__setup_memvarTkrHeader(void) {
04555 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventCintLN_TkrHeader));
04556 { TkrHeader *p; p=(TkrHeader*)0x1000; if (p) { }
04557 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_TkrHeadercLcLdA),-1,-2,1,"L1T_Wait_Bit=1048576",0,(char*)NULL);
04558 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_TkrHeadercLcLdA),-1,-2,1,"Cpu_Busy_Bit=524288",0,(char*)NULL);
04559 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_TkrHeadercLcLdA),-1,-2,1,"Fifo_Full_Trap_Bit=262144",0,(char*)NULL);
04560 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_TkrHeadercLcLdA),-1,-2,1,"Fifo_Full_Bit=131072",0,(char*)NULL);
04561 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_TkrHeadercLcLdA),-1,-2,1,"Fifo_Half_Trap_Bit=65536",0,(char*)NULL);
04562 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_TkrHeadercLcLdA),-1,-2,1,"Fifo_Half_Bit=32768",0,(char*)NULL);
04563 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_TkrHeadercLcLdA),-1,-2,1,"Tkr_Busy_Bit=16384",0,(char*)NULL);
04564 G__memvar_setup((void*)((long)(&p->DeadTimeCause)-(long)(p)),105,0,0,G__get_linked_tagnum(&G__EventCintLN_TkrHeadercLcLdA),-1,-1,1,"DeadTimeCause=",0,(char*)NULL);
04565 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
04566 }
04567 G__tag_memvar_reset();
04568 }
04569
04570
04571
04572 static void G__setup_memvarStripId(void) {
04573 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventCintLN_StripId));
04574 { StripId *p; p=(StripId*)0x1000; if (p) { }
04575 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_StripIdcLcLdA),-1,-2,1,"TKR_K_STRIP=11",0,(char*)NULL);
04576 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_StripIdcLcLdA),-1,-2,1,"TKR_V_STRIP=0",0,(char*)NULL);
04577 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_StripIdcLcLdA),-1,-2,1,"TKR_M_STRIP=2047",0,(char*)NULL);
04578 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_StripIdcLcLdA),-1,-2,1,"TKR_K_CTRL=1",0,(char*)NULL);
04579 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_StripIdcLcLdA),-1,-2,1,"TKR_V_CTRL=11",0,(char*)NULL);
04580 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_StripIdcLcLdA),-1,-2,1,"TKR_M_CTRL=1",0,(char*)NULL);
04581 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_StripIdcLcLdA),-1,-2,1,"TKR_K_TOWER=4",0,(char*)NULL);
04582 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_StripIdcLcLdA),-1,-2,1,"TKR_V_TOWER=12",0,(char*)NULL);
04583 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_StripIdcLcLdA),-1,-2,1,"TKR_M_TOWER=15",0,(char*)NULL);
04584 G__memvar_setup((void*)NULL,114,0,0,-1,G__defined_typename("UShort_t"),-1,4,"m_tag=",0,(char*)NULL);
04585 G__memvar_setup((void*)NULL,98,0,0,-1,G__defined_typename("UChar_t"),-1,4,"m_cable=",0,(char*)NULL);
04586 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_StripIdcLcLdA),-1,-2,1,"STRIP_CTRL_LEFT=0",0,(char*)NULL);
04587 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_StripIdcLcLdA),-1,-2,1,"STRIP_CTRL_RIGHT=1",0,(char*)NULL);
04588 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
04589 }
04590 G__tag_memvar_reset();
04591 }
04592
04593
04594
04595 static void G__setup_memvarTkrLayer(void) {
04596 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventCintLN_TkrLayer));
04597 { TkrLayer *p; p=(TkrLayer*)0x1000; if (p) { }
04598 G__memvar_setup((void*)NULL,98,0,0,-1,G__defined_typename("UChar_t"),-1,4,"m_plane=",0,(char*)NULL);
04599 G__memvar_setup((void*)NULL,98,0,0,-1,G__defined_typename("UChar_t"),-1,4,"m_xy=",0,(char*)NULL);
04600 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_ToT[2]=",0,(char*)NULL);
04601 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_errf[2]=",0,(char*)NULL);
04602 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TObjArray),-1,-1,4,"m_strips=",0,"->");
04603 G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"m_numStrips=",0,(char*)NULL);
04604 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_TkrLayercLcLTKRAxes),-1,-2,1,"X=0",0,(char*)NULL);
04605 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__EventCintLN_TkrLayercLcLTKRAxes),-1,-2,1,"Y=1",0,(char*)NULL);
04606 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
04607 }
04608 G__tag_memvar_reset();
04609 }
04610
04611
04612
04613 static void G__setup_memvarLiveTime(void) {
04614 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventCintLN_LiveTime));
04615 { LiveTime *p; p=(LiveTime*)0x1000; if (p) { }
04616 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_l1tCount=",0,(char*)NULL);
04617 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_l1tTime=",0,(char*)NULL);
04618 G__memvar_setup((void*)NULL,114,0,0,-1,G__defined_typename("UShort_t"),-1,4,"m_l1tTimeOverFlow=",0,(char*)NULL);
04619 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_ppsCount=",0,(char*)NULL);
04620 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_ppsTime=",0,(char*)NULL);
04621 G__memvar_setup((void*)NULL,114,0,0,-1,G__defined_typename("UShort_t"),-1,4,"m_ppsTimeOverFlow=",0,(char*)NULL);
04622 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_liveTime=",0,(char*)NULL);
04623 G__memvar_setup((void*)NULL,114,0,0,-1,G__defined_typename("UShort_t"),-1,4,"m_liveTimeOverFlow=",0,(char*)NULL);
04624 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_runTime=",0,(char*)NULL);
04625 G__memvar_setup((void*)NULL,114,0,0,-1,G__defined_typename("UShort_t"),-1,4,"m_runTimeOverFlow=",0,(char*)NULL);
04626 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_runCount=",0,(char*)NULL);
04627 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_treqCapture=",0,(char*)NULL);
04628 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_ltcDeadWord=",0,(char*)NULL);
04629 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
04630 }
04631 G__tag_memvar_reset();
04632 }
04633
04634
04635
04636 static void G__setup_memvarDigiEvent(void) {
04637 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventCintLN_DigiEvent));
04638 { DigiEvent *p; p=(DigiEvent*)0x1000; if (p) { }
04639 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_run=",0,(char*)NULL);
04640 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_eventId=",0,(char*)NULL);
04641 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventCintLN_L1T),-1,-1,4,"m_L1T=",0,(char*)NULL);
04642 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClonesArray),-1,-1,4,"m_AcdDigiVec=",0,"-> ");
04643 G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"m_numTiles=",0,(char*)NULL);
04644 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClonesArray),-1,-2,4,"m_staticAcdDigiVec=",0,(char*)NULL);
04645 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventCintLN_AcdHeader),-1,-1,4,"m_AcdHeader=",0,(char*)NULL);
04646 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClonesArray),-1,-1,4,"m_XgtDigiVec=",0,"-> ");
04647 G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"m_numXgts=",0,(char*)NULL);
04648 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClonesArray),-1,-2,4,"m_staticXgtDigiVec=",0,(char*)NULL);
04649 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClonesArray),-1,-1,4,"m_CalDigiVec=",0,"->");
04650 G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"m_numLogs=",0,(char*)NULL);
04651 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClonesArray),-1,-2,4,"m_staticCalDigiVec=",0,(char*)NULL);
04652 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventCintLN_CalHeader),-1,-1,4,"m_CalHeader=",0,(char*)NULL);
04653 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TObjArray),-1,-2,4,"m_staticTkrDigiVec=",0,(char*)NULL);
04654 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TObjArray),-1,-1,4,"m_TkrDigiVec=",0,"-> List of Tracker layers");
04655 G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"m_numLayers=",0,(char*)NULL);
04656 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventCintLN_TkrHeader),-1,-1,4,"m_TkrHeader=",0,(char*)NULL);
04657 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__EventCintLN_LiveTime),-1,-1,4,"m_liveTime=",0,(char*)NULL);
04658 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
04659 }
04660 G__tag_memvar_reset();
04661 }
04662
04663
04664
04665 static void G__setup_memvarTagger(void) {
04666 G__tag_memvar_setup(G__get_linked_tagnum(&G__EventCintLN_Tagger));
04667 { Tagger *p; p=(Tagger*)0x1000; if (p) { }
04668 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_ESAPID),-1,-1,4,"m_PID=",0,"Particle ID Info");
04669 G__memvar_setup((void*)NULL,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"m_nBeamEnergy=",0,"Beam Energy (MeV)");
04670 G__memvar_setup((void*)NULL,114,0,0,-1,G__defined_typename("UShort_t"),-1,4,"m_nMagCurrent=",0,"Tagger Magnet Current (deciAmps)");
04671 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
04672 }
04673 G__tag_memvar_reset();
04674 }
04675
04676 extern "C" void G__cpp_setup_memvarEventCint() {
04677 }
04678
04679
04680
04681
04682
04683
04684
04685
04686
04687
04688
04689
04690 static void G__setup_memfuncSubSystemHeader(void) {
04691
04692 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventCintLN_SubSystemHeader));
04693 G__memfunc_setup("SubSystemHeader",1528,G__SubSystemHeader_SubSystemHeader_0_0,105,G__get_linked_tagnum(&G__EventCintLN_SubSystemHeader),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04694 G__memfunc_setup("Clean",483,G__SubSystemHeader_Clean_2_0,121,-1,-1,0,1,1,1,0,"C - 'Option_t' 0 \"\" option",(char*)NULL,(void*)NULL,0);
04695 G__memfunc_setup("getEventId",1007,G__SubSystemHeader_getEventId_3_0,104,-1,G__defined_typename("UInt_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04696 G__memfunc_setup("setEventId",1019,G__SubSystemHeader_setEventId_4_0,121,-1,-1,0,1,1,1,0,"h - - 0 - id",(char*)NULL,(void*)NULL,0);
04697 G__memfunc_setup("getTimerWord",1245,G__SubSystemHeader_getTimerWord_5_0,104,-1,G__defined_typename("UInt_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04698 G__memfunc_setup("setTimerWord",1257,G__SubSystemHeader_setTimerWord_6_0,121,-1,-1,0,1,1,1,0,"h - - 0 - time",(char*)NULL,(void*)NULL,0);
04699 G__memfunc_setup("getTreqStatus",1376,G__SubSystemHeader_getTreqStatus_7_0,104,-1,G__defined_typename("UInt_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04700 G__memfunc_setup("setTreqStatus",1388,G__SubSystemHeader_setTreqStatus_8_0,121,-1,-1,0,1,1,1,0,"h - - 0 - stat",(char*)NULL,(void*)NULL,0);
04701 G__memfunc_setup("getDeadTime",1085,G__SubSystemHeader_getDeadTime_9_0,104,-1,G__defined_typename("UInt_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04702 G__memfunc_setup("getDeadTimeCause",1582,G__SubSystemHeader_getDeadTimeCause_0_1,98,-1,G__defined_typename("UChar_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04703 G__memfunc_setup("getDeadTimeAndCause",1857,G__SubSystemHeader_getDeadTimeAndCause_1_1,104,-1,G__defined_typename("UInt_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04704 G__memfunc_setup("setDeadTimeAndCause",1869,G__SubSystemHeader_setDeadTimeAndCause_2_1,121,-1,-1,0,1,1,1,0,"h - - 0 - t",(char*)NULL,(void*)NULL,0);
04705 G__memfunc_setup("Class",502,G__SubSystemHeader_Class_3_1,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04706 G__memfunc_setup("Class_Name",982,G__SubSystemHeader_Class_Name_4_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04707 G__memfunc_setup("Class_Version",1339,G__SubSystemHeader_Class_Version_5_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04708 G__memfunc_setup("Dictionary",1046,G__SubSystemHeader_Dictionary_6_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04709 G__memfunc_setup("IsA",253,G__SubSystemHeader_IsA_7_1,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
04710 G__memfunc_setup("ShowMembers",1132,G__SubSystemHeader_ShowMembers_8_1,121,-1,-1,0,2,1,1,0,
04711 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
04712 G__memfunc_setup("Streamer",835,G__SubSystemHeader_Streamer_9_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
04713 G__memfunc_setup("StreamerNVirtual",1656,G__SubSystemHeader_StreamerNVirtual_0_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
04714 G__memfunc_setup("DeclFileName",1145,G__SubSystemHeader_DeclFileName_1_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04715 G__memfunc_setup("DeclFileLine",1152,G__SubSystemHeader_DeclFileLine_2_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04716 G__memfunc_setup("ImplFileName",1171,G__SubSystemHeader_ImplFileName_3_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04717 G__memfunc_setup("ImplFileLine",1178,G__SubSystemHeader_ImplFileLine_4_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04718
04719 G__memfunc_setup("SubSystemHeader",1528,G__SubSystemHeader_SubSystemHeader_5_2,(int)('i'),G__get_linked_tagnum(&G__EventCintLN_SubSystemHeader),-1,0,1,1,1,0,"u 'SubSystemHeader' - 1 - -",(char*)NULL,(void*)NULL,0);
04720
04721 G__memfunc_setup("~SubSystemHeader",1654,G__SubSystemHeader_wASubSystemHeader_6_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
04722 G__tag_memfunc_reset();
04723 }
04724
04725 static void G__setup_memfuncAcdHeader(void) {
04726
04727 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventCintLN_AcdHeader));
04728 G__memfunc_setup("AcdHeader",849,G__AcdHeader_AcdHeader_0_0,105,G__get_linked_tagnum(&G__EventCintLN_AcdHeader),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04729 G__memfunc_setup("Clean",483,G__AcdHeader_Clean_2_0,121,-1,-1,0,1,1,1,0,"C - 'Option_t' 0 \"\" option",(char*)NULL,(void*)NULL,1);
04730 G__memfunc_setup("isL1tWait",866,G__AcdHeader_isL1tWait_3_0,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04731 G__memfunc_setup("isCpuBusy",935,G__AcdHeader_isCpuBusy_4_0,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04732 G__memfunc_setup("isFifoFullTrap",1418,G__AcdHeader_isFifoFullTrap_5_0,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04733 G__memfunc_setup("isFifoFull",1011,G__AcdHeader_isFifoFull_6_0,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04734 G__memfunc_setup("isFifoHalfTrap",1394,G__AcdHeader_isFifoHalfTrap_7_0,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04735 G__memfunc_setup("isAcdBusy",903,G__AcdHeader_isAcdBusy_8_0,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04736 G__memfunc_setup("Class",502,G__AcdHeader_Class_9_0,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04737 G__memfunc_setup("Class_Name",982,G__AcdHeader_Class_Name_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04738 G__memfunc_setup("Class_Version",1339,G__AcdHeader_Class_Version_1_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04739 G__memfunc_setup("Dictionary",1046,G__AcdHeader_Dictionary_2_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04740 G__memfunc_setup("IsA",253,G__AcdHeader_IsA_3_1,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
04741 G__memfunc_setup("ShowMembers",1132,G__AcdHeader_ShowMembers_4_1,121,-1,-1,0,2,1,1,0,
04742 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
04743 G__memfunc_setup("Streamer",835,G__AcdHeader_Streamer_5_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
04744 G__memfunc_setup("StreamerNVirtual",1656,G__AcdHeader_StreamerNVirtual_6_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
04745 G__memfunc_setup("DeclFileName",1145,G__AcdHeader_DeclFileName_7_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04746 G__memfunc_setup("DeclFileLine",1152,G__AcdHeader_DeclFileLine_8_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04747 G__memfunc_setup("ImplFileName",1171,G__AcdHeader_ImplFileName_9_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04748 G__memfunc_setup("ImplFileLine",1178,G__AcdHeader_ImplFileLine_0_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04749
04750 G__memfunc_setup("AcdHeader",849,G__AcdHeader_AcdHeader_1_2,(int)('i'),G__get_linked_tagnum(&G__EventCintLN_AcdHeader),-1,0,1,1,1,0,"u 'AcdHeader' - 1 - -",(char*)NULL,(void*)NULL,0);
04751
04752 G__memfunc_setup("~AcdHeader",975,G__AcdHeader_wAAcdHeader_2_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
04753 G__tag_memfunc_reset();
04754 }
04755
04756 static void G__setup_memfuncAcdId(void) {
04757
04758 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventCintLN_AcdId));
04759 G__memfunc_setup("setLayer",841,(G__InterfaceMethod)NULL,121,-1,-1,0,1,1,4,0,"h - - 0 - val",(char*)NULL,(void*)NULL,0);
04760 G__memfunc_setup("setFace",699,(G__InterfaceMethod)NULL,121,-1,-1,0,1,1,4,0,"h - - 0 - f",(char*)NULL,(void*)NULL,0);
04761 G__memfunc_setup("setRow",644,(G__InterfaceMethod)NULL,121,-1,-1,0,1,1,4,0,"h - - 0 - r",(char*)NULL,(void*)NULL,0);
04762 G__memfunc_setup("setColumn",954,(G__InterfaceMethod)NULL,121,-1,-1,0,1,1,4,0,"h - - 0 - c",(char*)NULL,(void*)NULL,0);
04763 G__memfunc_setup("AcdId",437,G__AcdId_AcdId_4_0,105,G__get_linked_tagnum(&G__EventCintLN_AcdId),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04764 G__memfunc_setup("AcdId",437,G__AcdId_AcdId_5_0,105,G__get_linked_tagnum(&G__EventCintLN_AcdId),-1,0,1,1,1,0,"u 'AcdId' - 11 - id",(char*)NULL,(void*)NULL,0);
04765 G__memfunc_setup("AcdId",437,G__AcdId_AcdId_6_0,105,G__get_linked_tagnum(&G__EventCintLN_AcdId),-1,0,4,1,1,0,
04766 "s - - 0 - l s - - 0 - f "
04767 "s - - 0 - r s - - 0 - c",(char*)NULL,(void*)NULL,0);
04768 G__memfunc_setup("AcdId",437,G__AcdId_AcdId_7_0,105,G__get_linked_tagnum(&G__EventCintLN_AcdId),-1,0,3,1,1,0,
04769 "h - 'UInt_t' 0 - i s - - 0 10 base "
04770 "s - - 0 1 used",(char*)NULL,(void*)NULL,0);
04771 G__memfunc_setup("getId",493,G__AcdId_getId_9_0,104,-1,G__defined_typename("UInt_t"),0,1,1,1,8,"s - - 0 10 base",(char*)NULL,(void*)NULL,0);
04772 G__memfunc_setup("setId",505,G__AcdId_setId_0_1,121,-1,-1,0,3,1,1,0,
04773 "h - 'UInt_t' 0 - newVal s - - 0 1 used "
04774 "s - - 0 10 base",(char*)NULL,(void*)NULL,0);
04775 G__memfunc_setup("isTop",527,G__AcdId_isTop_1_1,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
04776 G__memfunc_setup("isSide",609,G__AcdId_isSide_2_1,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
04777 G__memfunc_setup("getLayer",829,G__AcdId_getLayer_3_1,115,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
04778 G__memfunc_setup("getFace",687,G__AcdId_getFace_4_1,115,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
04779 G__memfunc_setup("getRow",632,G__AcdId_getRow_5_1,115,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
04780 G__memfunc_setup("getColumn",942,G__AcdId_getColumn_6_1,115,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
04781 G__memfunc_setup("wasConnected",1246,G__AcdId_wasConnected_7_1,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
04782 G__memfunc_setup("setConnected",1247,G__AcdId_setConnected_8_1,121,-1,-1,0,1,1,1,0,"c - 'Char_t' 0 - c",(char*)NULL,(void*)NULL,0);
04783 G__memfunc_setup("getReadoutIndex",1548,G__AcdId_getReadoutIndex_9_1,114,-1,G__defined_typename("UShort_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
04784 G__memfunc_setup("setReadoutIndex",1560,G__AcdId_setReadoutIndex_0_2,121,-1,-1,0,1,1,1,0,"r - 'UShort_t' 0 - i",(char*)NULL,(void*)NULL,0);
04785 G__memfunc_setup("base10ToAcdId",1140,G__AcdId_base10ToAcdId_1_2,121,-1,-1,0,5,1,1,0,
04786 "h - 'UInt_t' 0 - val s - - 1 - lay "
04787 "s - - 1 - face s - - 1 - row "
04788 "s - - 1 - col",(char*)NULL,(void*)NULL,0);
04789 G__memfunc_setup("word",444,(G__InterfaceMethod)NULL,115,-1,-1,0,2,1,4,8,
04790 "s - - 0 - i h - 'UInt_t' 11 - v",(char*)NULL,(void*)NULL,0);
04791 G__memfunc_setup("set_word",871,(G__InterfaceMethod)NULL,121,-1,-1,0,3,1,4,0,
04792 "s - - 0 - i h - 'UInt_t' 1 - v "
04793 "h - 'UInt_t' 11 - s",(char*)NULL,(void*)NULL,0);
04794 G__memfunc_setup("Class",502,G__AcdId_Class_4_2,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04795 G__memfunc_setup("Class_Name",982,G__AcdId_Class_Name_5_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04796 G__memfunc_setup("Class_Version",1339,G__AcdId_Class_Version_6_2,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04797 G__memfunc_setup("Dictionary",1046,G__AcdId_Dictionary_7_2,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04798 G__memfunc_setup("IsA",253,G__AcdId_IsA_8_2,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
04799 G__memfunc_setup("ShowMembers",1132,G__AcdId_ShowMembers_9_2,121,-1,-1,0,2,1,1,0,
04800 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
04801 G__memfunc_setup("Streamer",835,G__AcdId_Streamer_0_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
04802 G__memfunc_setup("StreamerNVirtual",1656,G__AcdId_StreamerNVirtual_1_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
04803 G__memfunc_setup("DeclFileName",1145,G__AcdId_DeclFileName_2_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04804 G__memfunc_setup("DeclFileLine",1152,G__AcdId_DeclFileLine_3_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04805 G__memfunc_setup("ImplFileName",1171,G__AcdId_ImplFileName_4_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04806 G__memfunc_setup("ImplFileLine",1178,G__AcdId_ImplFileLine_5_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04807
04808 G__memfunc_setup("~AcdId",563,G__AcdId_wAAcdId_6_3,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
04809 G__tag_memfunc_reset();
04810 }
04811
04812 static void G__setup_memfuncAcdTile(void) {
04813
04814 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventCintLN_AcdTile));
04815 G__memfunc_setup("AcdTile",662,G__AcdTile_AcdTile_0_0,105,G__get_linked_tagnum(&G__EventCintLN_AcdTile),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04816 G__memfunc_setup("AcdTile",662,G__AcdTile_AcdTile_1_0,105,G__get_linked_tagnum(&G__EventCintLN_AcdTile),-1,0,3,1,1,0,
04817 "h - 'UInt_t' 0 - id s - - 0 10 base "
04818 "s - - 0 1 used",(char*)NULL,(void*)NULL,0);
04819 G__memfunc_setup("AcdTile",662,G__AcdTile_AcdTile_2_0,105,G__get_linked_tagnum(&G__EventCintLN_AcdTile),-1,0,1,1,1,0,"u 'AcdId' - 1 - id",(char*)NULL,(void*)NULL,0);
04820 G__memfunc_setup("getId",493,G__AcdTile_getId_4_0,85,G__get_linked_tagnum(&G__EventCintLN_AcdId),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04821 G__memfunc_setup("getPulseHeight",1442,G__AcdTile_getPulseHeight_5_0,114,-1,G__defined_typename("UShort_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04822 G__memfunc_setup("getVeto",734,G__AcdTile_getVeto_6_0,98,-1,G__defined_typename("UChar_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04823 G__memfunc_setup("getCNO",544,G__AcdTile_getCNO_7_0,98,-1,G__defined_typename("UChar_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04824 G__memfunc_setup("setPulseHeight",1454,G__AcdTile_setPulseHeight_8_0,98,-1,G__defined_typename("Bool_t"),0,1,1,1,0,"r - 'UShort_t' 0 - phaVal",(char*)NULL,(void*)NULL,0);
04825 G__memfunc_setup("setVeto",746,G__AcdTile_setVeto_9_0,98,-1,G__defined_typename("Bool_t"),0,1,1,1,0,"b - 'UChar_t' 0 - hitVal",(char*)NULL,(void*)NULL,0);
04826 G__memfunc_setup("setCNO",556,G__AcdTile_setCNO_0_1,98,-1,G__defined_typename("Bool_t"),0,1,1,1,0,"b - 'UChar_t' 0 - hitVal",(char*)NULL,(void*)NULL,0);
04827 G__memfunc_setup("Compare",711,G__AcdTile_Compare_1_1,105,-1,G__defined_typename("Int_t"),0,1,1,1,8,"U 'TObject' - 10 - obj",(char*)NULL,(void*)NULL,1);
04828 G__memfunc_setup("IsSortable",1016,G__AcdTile_IsSortable_2_1,98,-1,G__defined_typename("Bool_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
04829 G__memfunc_setup("Class",502,G__AcdTile_Class_3_1,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04830 G__memfunc_setup("Class_Name",982,G__AcdTile_Class_Name_4_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04831 G__memfunc_setup("Class_Version",1339,G__AcdTile_Class_Version_5_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04832 G__memfunc_setup("Dictionary",1046,G__AcdTile_Dictionary_6_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04833 G__memfunc_setup("IsA",253,G__AcdTile_IsA_7_1,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
04834 G__memfunc_setup("ShowMembers",1132,G__AcdTile_ShowMembers_8_1,121,-1,-1,0,2,1,1,0,
04835 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
04836 G__memfunc_setup("Streamer",835,G__AcdTile_Streamer_9_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
04837 G__memfunc_setup("StreamerNVirtual",1656,G__AcdTile_StreamerNVirtual_0_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
04838 G__memfunc_setup("DeclFileName",1145,G__AcdTile_DeclFileName_1_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04839 G__memfunc_setup("DeclFileLine",1152,G__AcdTile_DeclFileLine_2_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04840 G__memfunc_setup("ImplFileName",1171,G__AcdTile_ImplFileName_3_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04841 G__memfunc_setup("ImplFileLine",1178,G__AcdTile_ImplFileLine_4_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04842
04843 G__memfunc_setup("AcdTile",662,G__AcdTile_AcdTile_5_2,(int)('i'),G__get_linked_tagnum(&G__EventCintLN_AcdTile),-1,0,1,1,1,0,"u 'AcdTile' - 1 - -",(char*)NULL,(void*)NULL,0);
04844
04845 G__memfunc_setup("~AcdTile",788,G__AcdTile_wAAcdTile_6_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
04846 G__tag_memfunc_reset();
04847 }
04848
04849 static void G__setup_memfuncCalHeader(void) {
04850
04851 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventCintLN_CalHeader));
04852 G__memfunc_setup("CalHeader",857,G__CalHeader_CalHeader_0_0,105,G__get_linked_tagnum(&G__EventCintLN_CalHeader),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04853 G__memfunc_setup("Clean",483,G__CalHeader_Clean_2_0,121,-1,-1,0,1,1,1,0,"C - 'Option_t' 0 \"\" option",(char*)NULL,(void*)NULL,1);
04854 G__memfunc_setup("isL1tWait",866,G__CalHeader_isL1tWait_3_0,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04855 G__memfunc_setup("isCpuBusy",935,G__CalHeader_isCpuBusy_4_0,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04856 G__memfunc_setup("isFifoFullTrap",1418,G__CalHeader_isFifoFullTrap_5_0,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04857 G__memfunc_setup("isFifoFull",1011,G__CalHeader_isFifoFull_6_0,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04858 G__memfunc_setup("isFifoHalfTrap",1394,G__CalHeader_isFifoHalfTrap_7_0,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04859 G__memfunc_setup("isCalBusy",911,G__CalHeader_isCalBusy_8_0,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04860 G__memfunc_setup("Class",502,G__CalHeader_Class_9_0,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04861 G__memfunc_setup("Class_Name",982,G__CalHeader_Class_Name_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04862 G__memfunc_setup("Class_Version",1339,G__CalHeader_Class_Version_1_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04863 G__memfunc_setup("Dictionary",1046,G__CalHeader_Dictionary_2_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04864 G__memfunc_setup("IsA",253,G__CalHeader_IsA_3_1,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
04865 G__memfunc_setup("ShowMembers",1132,G__CalHeader_ShowMembers_4_1,121,-1,-1,0,2,1,1,0,
04866 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
04867 G__memfunc_setup("Streamer",835,G__CalHeader_Streamer_5_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
04868 G__memfunc_setup("StreamerNVirtual",1656,G__CalHeader_StreamerNVirtual_6_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
04869 G__memfunc_setup("DeclFileName",1145,G__CalHeader_DeclFileName_7_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04870 G__memfunc_setup("DeclFileLine",1152,G__CalHeader_DeclFileLine_8_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04871 G__memfunc_setup("ImplFileName",1171,G__CalHeader_ImplFileName_9_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04872 G__memfunc_setup("ImplFileLine",1178,G__CalHeader_ImplFileLine_0_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04873
04874 G__memfunc_setup("CalHeader",857,G__CalHeader_CalHeader_1_2,(int)('i'),G__get_linked_tagnum(&G__EventCintLN_CalHeader),-1,0,1,1,1,0,"u 'CalHeader' - 1 - -",(char*)NULL,(void*)NULL,0);
04875
04876 G__memfunc_setup("~CalHeader",983,G__CalHeader_wACalHeader_2_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
04877 G__tag_memfunc_reset();
04878 }
04879
04880 static void G__setup_memfuncLogId(void) {
04881
04882 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventCintLN_LogId));
04883 G__memfunc_setup("isValidTagStruct",1645,(G__InterfaceMethod)NULL,98,-1,G__defined_typename("Bool_t"),0,1,3,4,0,"u 'LogId::TAG_STRUCT' - 0 - ts",(char*)NULL,(void*)NULL,0);
04884 G__memfunc_setup("isValidTagWord",1412,(G__InterfaceMethod)NULL,98,-1,G__defined_typename("Bool_t"),0,1,3,4,0,"h - 'UInt_t' 0 - tagWord",(char*)NULL,(void*)NULL,0);
04885 G__memfunc_setup("isValidColumn",1338,(G__InterfaceMethod)NULL,98,-1,G__defined_typename("Bool_t"),0,1,3,4,0,"h - 'UInt_t' 0 - columnVal",(char*)NULL,(void*)NULL,0);
04886 G__memfunc_setup("isValidLayer",1225,(G__InterfaceMethod)NULL,98,-1,G__defined_typename("Bool_t"),0,1,3,4,0,"h - 'UInt_t' 0 - layerVal",(char*)NULL,(void*)NULL,0);
04887 G__memfunc_setup("getTower",849,(G__InterfaceMethod)NULL,114,-1,G__defined_typename("UShort_t"),0,1,3,4,0,"h - 'UInt_t' 0 - tagWord",(char*)NULL,(void*)NULL,0);
04888 G__memfunc_setup("getColumn",942,(G__InterfaceMethod)NULL,114,-1,G__defined_typename("UShort_t"),0,1,3,4,0,"h - 'UInt_t' 0 - tagWord",(char*)NULL,(void*)NULL,0);
04889 G__memfunc_setup("getLayer",829,(G__InterfaceMethod)NULL,114,-1,G__defined_typename("UShort_t"),0,1,3,4,0,"h - 'UInt_t' 0 - tagWord",(char*)NULL,(void*)NULL,0);
04890 G__memfunc_setup("getId",493,(G__InterfaceMethod)NULL,104,-1,G__defined_typename("UInt_t"),0,1,3,4,0,"h - 'UInt_t' 0 - tagWord",(char*)NULL,(void*)NULL,0);
04891 G__memfunc_setup("getXY",497,(G__InterfaceMethod)NULL,114,-1,G__defined_typename("UShort_t"),0,1,3,4,0,"h - 'UInt_t' 0 - tagWord",(char*)NULL,(void*)NULL,0);
04892 G__memfunc_setup("LogId",463,G__LogId_LogId_9_0,105,G__get_linked_tagnum(&G__EventCintLN_LogId),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04893 G__memfunc_setup("LogId",463,G__LogId_LogId_0_1,105,G__get_linked_tagnum(&G__EventCintLN_LogId),-1,0,1,1,1,0,"h - 'UInt_t' 0 - tag",(char*)NULL,(void*)NULL,0);
04894 G__memfunc_setup("LogId",463,G__LogId_LogId_1_1,105,G__get_linked_tagnum(&G__EventCintLN_LogId),-1,0,3,1,1,0,
04895 "r - 'UShort_t' 0 - tower r - 'UShort_t' 0 - layer "
04896 "r - 'UShort_t' 0 - column",(char*)NULL,(void*)NULL,0);
04897 G__memfunc_setup("fillTagWord",1119,G__LogId_fillTagWord_3_1,104,-1,G__defined_typename("UInt_t"),0,1,3,1,0,"U 'LogId::TAG_STRUCT' - 0 - ts",(char*)NULL,(void*)NULL,0);
04898 G__memfunc_setup("fillTagStruct",1352,G__LogId_fillTagStruct_4_1,121,-1,-1,0,2,3,1,0,
04899 "h - 'UInt_t' 0 - tagVal U 'LogId::TAG_STRUCT' - 0 - ts",(char*)NULL,(void*)NULL,0);
04900 G__memfunc_setup("getTag",604,G__LogId_getTag_5_1,104,-1,G__defined_typename("UInt_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
04901 G__memfunc_setup("getColumn",942,G__LogId_getColumn_6_1,114,-1,G__defined_typename("UShort_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
04902 G__memfunc_setup("getLayer",829,G__LogId_getLayer_7_1,114,-1,G__defined_typename("UShort_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
04903 G__memfunc_setup("getTower",849,G__LogId_getTower_8_1,114,-1,G__defined_typename("UShort_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
04904 G__memfunc_setup("getId",493,G__LogId_getId_9_1,104,-1,G__defined_typename("UInt_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
04905 G__memfunc_setup("getXY",497,G__LogId_getXY_0_2,105,G__get_linked_tagnum(&G__EventCintLN_LogIdcLcLCALAxes),G__defined_typename("LogId::CALAxes"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
04906 G__memfunc_setup("setTag",616,G__LogId_setTag_1_2,98,-1,G__defined_typename("Bool_t"),0,1,1,1,0,"h - 'UInt_t' 0 - tagVal",(char*)NULL,(void*)NULL,0);
04907 G__memfunc_setup("setTag",616,G__LogId_setTag_2_2,98,-1,G__defined_typename("Bool_t"),0,1,1,1,0,"U 'LogId::TAG_STRUCT' - 0 - ts",(char*)NULL,(void*)NULL,0);
04908 G__memfunc_setup("setColumn",954,G__LogId_setColumn_3_2,98,-1,G__defined_typename("Bool_t"),0,1,1,1,0,"h - 'UInt_t' 0 - columnVal",(char*)NULL,(void*)NULL,0);
04909 G__memfunc_setup("setLayer",841,G__LogId_setLayer_4_2,98,-1,G__defined_typename("Bool_t"),0,1,1,1,0,"h - 'UInt_t' 0 - layerVal",(char*)NULL,(void*)NULL,0);
04910 G__memfunc_setup("setTower",861,G__LogId_setTower_5_2,98,-1,G__defined_typename("Bool_t"),0,1,1,1,0,"h - 'UInt_t' 0 - towerVal",(char*)NULL,(void*)NULL,0);
04911 G__memfunc_setup("setXY",509,G__LogId_setXY_6_2,98,-1,G__defined_typename("Bool_t"),0,1,1,1,0,"u 'LogId::CALAxes' 'LogId::CALAxes' 0 - xyVal",(char*)NULL,(void*)NULL,0);
04912 G__memfunc_setup("setId",505,G__LogId_setId_7_2,98,-1,G__defined_typename("Bool_t"),0,3,1,1,0,
04913 "r - 'UShort_t' 0 - tower r - 'UShort_t' 0 - layer "
04914 "r - 'UShort_t' 0 - column",(char*)NULL,(void*)NULL,0);
04915 G__memfunc_setup("Class",502,G__LogId_Class_8_2,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04916 G__memfunc_setup("Class_Name",982,G__LogId_Class_Name_9_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04917 G__memfunc_setup("Class_Version",1339,G__LogId_Class_Version_0_3,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04918 G__memfunc_setup("Dictionary",1046,G__LogId_Dictionary_1_3,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04919 G__memfunc_setup("IsA",253,G__LogId_IsA_2_3,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
04920 G__memfunc_setup("ShowMembers",1132,G__LogId_ShowMembers_3_3,121,-1,-1,0,2,1,1,0,
04921 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
04922 G__memfunc_setup("Streamer",835,G__LogId_Streamer_4_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
04923 G__memfunc_setup("StreamerNVirtual",1656,G__LogId_StreamerNVirtual_5_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
04924 G__memfunc_setup("DeclFileName",1145,G__LogId_DeclFileName_6_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04925 G__memfunc_setup("DeclFileLine",1152,G__LogId_DeclFileLine_7_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04926 G__memfunc_setup("ImplFileName",1171,G__LogId_ImplFileName_8_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04927 G__memfunc_setup("ImplFileLine",1178,G__LogId_ImplFileLine_9_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04928
04929 G__memfunc_setup("LogId",463,G__LogId_LogId_0_4,(int)('i'),G__get_linked_tagnum(&G__EventCintLN_LogId),-1,0,1,1,1,0,"u 'LogId' - 1 - -",(char*)NULL,(void*)NULL,0);
04930
04931 G__memfunc_setup("~LogId",589,G__LogId_wALogId_1_4,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
04932 G__tag_memfunc_reset();
04933 }
04934
04935 static void G__setup_memfuncCalLog(void) {
04936
04937 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventCintLN_CalLog));
04938 G__memfunc_setup("CalLog",562,G__CalLog_CalLog_0_0,105,G__get_linked_tagnum(&G__EventCintLN_CalLog),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04939 G__memfunc_setup("CalLog",562,G__CalLog_CalLog_1_0,105,G__get_linked_tagnum(&G__EventCintLN_CalLog),-1,0,1,1,1,0,"u 'LogId' - 1 - id",(char*)NULL,(void*)NULL,0);
04940 G__memfunc_setup("Compare",711,G__CalLog_Compare_3_0,105,-1,G__defined_typename("Int_t"),0,1,1,1,8,"U 'TObject' - 10 - obj",(char*)NULL,(void*)NULL,1);
04941 G__memfunc_setup("IsSortable",1016,G__CalLog_IsSortable_4_0,98,-1,G__defined_typename("Bool_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
04942 G__memfunc_setup("getAdc",584,(G__InterfaceMethod)NULL,114,-1,G__defined_typename("UShort_t"),0,1,3,4,0,"r - 'UShort_t' 0 - adcWord",(char*)NULL,(void*)NULL,0);
04943 G__memfunc_setup("getAdcId",757,(G__InterfaceMethod)NULL,114,-1,G__defined_typename("UShort_t"),0,1,3,4,0,"r - 'UShort_t' 0 - adcWord",(char*)NULL,(void*)NULL,0);
04944 G__memfunc_setup("getAdcPinId",1052,(G__InterfaceMethod)NULL,114,-1,G__defined_typename("UShort_t"),0,1,3,4,0,"r - 'UShort_t' 0 - adcWord",(char*)NULL,(void*)NULL,0);
04945 G__memfunc_setup("getAdcRangeScale",1565,(G__InterfaceMethod)NULL,114,-1,G__defined_typename("UShort_t"),0,1,3,4,0,"r - 'UShort_t' 0 - adcWord",(char*)NULL,(void*)NULL,0);
04946 G__memfunc_setup("getAdcRange",1077,(G__InterfaceMethod)NULL,114,-1,G__defined_typename("UShort_t"),0,1,3,4,0,"r - 'UShort_t' 0 - adcWord",(char*)NULL,(void*)NULL,0);
04947 G__memfunc_setup("getAdc",584,G__CalLog_getAdc_0_1,114,-1,G__defined_typename("UShort_t"),0,2,1,1,8,
04948 "u 'CalLog::LogFace' 'CalLog::LogFace' 0 - face s - - 0 - index",(char*)NULL,(void*)NULL,0);
04949 G__memfunc_setup("getAdcSelectedRange",1886,G__CalLog_getAdcSelectedRange_1_1,114,-1,G__defined_typename("UShort_t"),0,2,1,1,8,
04950 "u 'CalLog::LogFace' 'CalLog::LogFace' 0 - face u 'CalLog::AdcRange' 'CalLog::AdcRange' 0 LowEnX4 range",(char*)NULL,(void*)NULL,0);
04951 G__memfunc_setup("getRange",813,G__CalLog_getRange_2_1,114,-1,G__defined_typename("UShort_t"),0,2,1,1,8,
04952 "u 'CalLog::LogFace' 'CalLog::LogFace' 0 - face s - - 0 - index",(char*)NULL,(void*)NULL,0);
04953 G__memfunc_setup("getMode",709,G__CalLog_getMode_3_1,105,G__get_linked_tagnum(&G__EventCintLN_CalLogcLcLCalTrigMode),G__defined_typename("CalLog::CalTrigMode"),0,0,1,1,9,"",(char*)NULL,(void*)NULL,0);
04954 G__memfunc_setup("setAdcValue",1105,G__CalLog_setAdcValue_4_1,98,-1,G__defined_typename("Bool_t"),0,3,1,1,0,
04955 "r - 'UShort_t' 0 - newVal u 'CalLog::LogFace' 'CalLog::LogFace' 0 - face "
04956 "u 'CalLog::AdcRange' 'CalLog::AdcRange' 0 LowEnX4 range",(char*)NULL,(void*)NULL,0);
04957 G__memfunc_setup("setAdcId",769,G__CalLog_setAdcId_5_1,98,-1,G__defined_typename("Bool_t"),0,3,1,1,0,
04958 "r - 'UShort_t' 0 - newVal u 'CalLog::LogFace' 'CalLog::LogFace' 0 - face "
04959 "u 'CalLog::AdcRange' 'CalLog::AdcRange' 0 LowEnX4 range",(char*)NULL,(void*)NULL,0);
04960 G__memfunc_setup("setAdcPinId",1064,G__CalLog_setAdcPinId_6_1,98,-1,G__defined_typename("Bool_t"),0,3,1,1,0,
04961 "r - 'UShort_t' 0 - newVal u 'CalLog::LogFace' 'CalLog::LogFace' 0 - face "
04962 "u 'CalLog::AdcRange' 'CalLog::AdcRange' 0 LowEnX4 range",(char*)NULL,(void*)NULL,0);
04963 G__memfunc_setup("setAdcRangeScale",1577,G__CalLog_setAdcRangeScale_7_1,98,-1,G__defined_typename("Bool_t"),0,3,1,1,0,
04964 "r - 'UShort_t' 0 - newVal u 'CalLog::LogFace' 'CalLog::LogFace' 0 - face "
04965 "u 'CalLog::AdcRange' 'CalLog::AdcRange' 0 LowEnX4 range",(char*)NULL,(void*)NULL,0);
04966 G__memfunc_setup("setAdcWord",1008,G__CalLog_setAdcWord_8_1,121,-1,-1,0,3,1,1,0,
04967 "r - 'UShort_t' 0 - newVal u 'CalLog::LogFace' 'CalLog::LogFace' 0 - face "
04968 "u 'CalLog::AdcRange' 'CalLog::AdcRange' 0 LowEnX4 range",(char*)NULL,(void*)NULL,0);
04969 G__memfunc_setup("setTriggerMode",1445,G__CalLog_setTriggerMode_9_1,121,-1,-1,0,1,1,1,0,"u 'CalLog::CalTrigMode' 'CalLog::CalTrigMode' 0 - val",(char*)NULL,(void*)NULL,0);
04970 G__memfunc_setup("getLogId",783,G__CalLog_getLogId_0_2,85,G__get_linked_tagnum(&G__EventCintLN_LogId),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04971 G__memfunc_setup("Class",502,G__CalLog_Class_1_2,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04972 G__memfunc_setup("Class_Name",982,G__CalLog_Class_Name_2_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04973 G__memfunc_setup("Class_Version",1339,G__CalLog_Class_Version_3_2,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04974 G__memfunc_setup("Dictionary",1046,G__CalLog_Dictionary_4_2,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04975 G__memfunc_setup("IsA",253,G__CalLog_IsA_5_2,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
04976 G__memfunc_setup("ShowMembers",1132,G__CalLog_ShowMembers_6_2,121,-1,-1,0,2,1,1,0,
04977 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
04978 G__memfunc_setup("Streamer",835,G__CalLog_Streamer_7_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
04979 G__memfunc_setup("StreamerNVirtual",1656,G__CalLog_StreamerNVirtual_8_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
04980 G__memfunc_setup("DeclFileName",1145,G__CalLog_DeclFileName_9_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04981 G__memfunc_setup("DeclFileLine",1152,G__CalLog_DeclFileLine_0_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04982 G__memfunc_setup("ImplFileName",1171,G__CalLog_ImplFileName_1_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
04983 G__memfunc_setup("ImplFileLine",1178,G__CalLog_ImplFileLine_2_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
04984
04985 G__memfunc_setup("CalLog",562,G__CalLog_CalLog_3_3,(int)('i'),G__get_linked_tagnum(&G__EventCintLN_CalLog),-1,0,1,1,1,0,"u 'CalLog' - 1 - -",(char*)NULL,(void*)NULL,0);
04986
04987 G__memfunc_setup("~CalLog",688,G__CalLog_wACalLog_4_3,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
04988 G__tag_memfunc_reset();
04989 }
04990
04991 static void G__setup_memfuncESAPID(void) {
04992
04993 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventCintLN_ESAPID));
04994 G__memfunc_setup("Clean",483,(G__InterfaceMethod)NULL,121,-1,-1,0,0,1,4,0,"",(char*)NULL,(void*)NULL,0);
04995 G__memfunc_setup("ESAPID",438,G__ESAPID_ESAPID_1_0,105,G__get_linked_tagnum(&G__EventCintLN_ESAPID),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04996 G__memfunc_setup("getClean",803,G__ESAPID_getClean_3_0,98,-1,G__defined_typename("Bool_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04997 G__memfunc_setup("getXbeam",813,G__ESAPID_getXbeam_4_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04998 G__memfunc_setup("getYbeam",814,G__ESAPID_getYbeam_5_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
04999 G__memfunc_setup("getNpart",837,G__ESAPID_getNpart_6_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05000 G__memfunc_setup("getIDN",539,G__ESAPID_getIDN_7_0,105,-1,G__defined_typename("Int_t"),0,1,1,1,0,"i - 'Int_t' 0 - index",(char*)NULL,(void*)NULL,0);
05001 G__memfunc_setup("getMomN",695,G__ESAPID_getMomN_8_0,102,-1,G__defined_typename("Float_t"),0,1,1,1,0,"i - 'Int_t' 0 - index",(char*)NULL,(void*)NULL,0);
05002 G__memfunc_setup("getBeamPbN",949,G__ESAPID_getBeamPbN_9_0,102,-1,G__defined_typename("Float_t"),0,1,1,1,0,"i - 'Int_t' 0 - index",(char*)NULL,(void*)NULL,0);
05003 G__memfunc_setup("getCADC",587,G__ESAPID_getCADC_0_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05004 G__memfunc_setup("getTOFN",631,G__ESAPID_getTOFN_1_1,102,-1,G__defined_typename("Float_t"),0,1,1,1,0,"i - 'Int_t' 0 - index",(char*)NULL,(void*)NULL,0);
05005 G__memfunc_setup("getTOFC",620,G__ESAPID_getTOFC_2_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05006 G__memfunc_setup("getOneGoodP",1083,G__ESAPID_getOneGoodP_3_1,98,-1,G__defined_typename("Bool_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05007 G__memfunc_setup("getOneGoodG",1074,G__ESAPID_getOneGoodG_4_1,98,-1,G__defined_typename("Bool_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05008 G__memfunc_setup("getOneGoodE",1072,G__ESAPID_getOneGoodE_5_1,98,-1,G__defined_typename("Bool_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05009 G__memfunc_setup("getOneGoodK",1078,G__ESAPID_getOneGoodK_6_1,98,-1,G__defined_typename("Bool_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05010 G__memfunc_setup("getOneGoodPi",1188,G__ESAPID_getOneGoodPi_7_1,98,-1,G__defined_typename("Bool_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05011 G__memfunc_setup("getOneGoodH",1075,G__ESAPID_getOneGoodH_8_1,98,-1,G__defined_typename("Bool_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05012 G__memfunc_setup("setClean",815,G__ESAPID_setClean_9_1,121,-1,-1,0,1,1,1,0,"b - 'Bool_t' 0 - newVal",(char*)NULL,(void*)NULL,0);
05013 G__memfunc_setup("setXBeam",793,G__ESAPID_setXBeam_0_2,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - newVal",(char*)NULL,(void*)NULL,0);
05014 G__memfunc_setup("setYBeam",794,G__ESAPID_setYBeam_1_2,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - newVal",(char*)NULL,(void*)NULL,0);
05015 G__memfunc_setup("setNPart",817,G__ESAPID_setNPart_2_2,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - newVal",(char*)NULL,(void*)NULL,0);
05016 G__memfunc_setup("setID",473,G__ESAPID_setID_3_2,121,-1,-1,0,2,1,1,0,
05017 "b - 'UChar_t' 0 - newVal b - 'UChar_t' 0 0 index",(char*)NULL,(void*)NULL,0);
05018 G__memfunc_setup("setMom",629,G__ESAPID_setMom_4_2,121,-1,-1,0,2,1,1,0,
05019 "f - 'Float_t' 0 - newVal b - 'UChar_t' 0 0 index",(char*)NULL,(void*)NULL,0);
05020 G__memfunc_setup("setBeamPbN",961,G__ESAPID_setBeamPbN_5_2,121,-1,-1,0,2,1,1,0,
05021 "f - 'Float_t' 0 - newVal i - 'Int_t' 0 0 index",(char*)NULL,(void*)NULL,0);
05022 G__memfunc_setup("setCADC",599,G__ESAPID_setCADC_6_2,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - newVal",(char*)NULL,(void*)NULL,0);
05023 G__memfunc_setup("setTOFN",643,G__ESAPID_setTOFN_7_2,121,-1,-1,0,2,1,1,0,
05024 "f - 'Float_t' 0 - newVal i - 'Int_t' 0 0 index",(char*)NULL,(void*)NULL,0);
05025 G__memfunc_setup("setTOFC",632,G__ESAPID_setTOFC_8_2,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - newVal",(char*)NULL,(void*)NULL,0);
05026 G__memfunc_setup("setOneGoodP",1095,G__ESAPID_setOneGoodP_9_2,121,-1,-1,0,1,1,1,0,"b - 'Bool_t' 0 - newVal",(char*)NULL,(void*)NULL,0);
05027 G__memfunc_setup("setOneGoodG",1086,G__ESAPID_setOneGoodG_0_3,121,-1,-1,0,1,1,1,0,"b - 'Bool_t' 0 - newVal",(char*)NULL,(void*)NULL,0);
05028 G__memfunc_setup("setOneGoodE",1084,G__ESAPID_setOneGoodE_1_3,121,-1,-1,0,1,1,1,0,"b - 'Bool_t' 0 - newVal",(char*)NULL,(void*)NULL,0);
05029 G__memfunc_setup("setOneGoodK",1090,G__ESAPID_setOneGoodK_2_3,121,-1,-1,0,1,1,1,0,"b - 'Bool_t' 0 - newVal",(char*)NULL,(void*)NULL,0);
05030 G__memfunc_setup("setOneGoodPi",1200,G__ESAPID_setOneGoodPi_3_3,121,-1,-1,0,1,1,1,0,"b - 'Bool_t' 0 - newVal",(char*)NULL,(void*)NULL,0);
05031 G__memfunc_setup("setOneGoodH",1087,G__ESAPID_setOneGoodH_4_3,121,-1,-1,0,1,1,1,0,"b - 'Bool_t' 0 - newVal",(char*)NULL,(void*)NULL,0);
05032 G__memfunc_setup("Class",502,G__ESAPID_Class_5_3,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05033 G__memfunc_setup("Class_Name",982,G__ESAPID_Class_Name_6_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05034 G__memfunc_setup("Class_Version",1339,G__ESAPID_Class_Version_7_3,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05035 G__memfunc_setup("Dictionary",1046,G__ESAPID_Dictionary_8_3,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05036 G__memfunc_setup("IsA",253,G__ESAPID_IsA_9_3,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
05037 G__memfunc_setup("ShowMembers",1132,G__ESAPID_ShowMembers_0_4,121,-1,-1,0,2,1,1,0,
05038 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
05039 G__memfunc_setup("Streamer",835,G__ESAPID_Streamer_1_4,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
05040 G__memfunc_setup("StreamerNVirtual",1656,G__ESAPID_StreamerNVirtual_2_4,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
05041 G__memfunc_setup("DeclFileName",1145,G__ESAPID_DeclFileName_3_4,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05042 G__memfunc_setup("DeclFileLine",1152,G__ESAPID_DeclFileLine_4_4,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05043 G__memfunc_setup("ImplFileName",1171,G__ESAPID_ImplFileName_5_4,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05044 G__memfunc_setup("ImplFileLine",1178,G__ESAPID_ImplFileLine_6_4,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05045
05046 G__memfunc_setup("ESAPID",438,G__ESAPID_ESAPID_7_4,(int)('i'),G__get_linked_tagnum(&G__EventCintLN_ESAPID),-1,0,1,1,1,0,"u 'ESAPID' - 1 - -",(char*)NULL,(void*)NULL,0);
05047
05048 G__memfunc_setup("~ESAPID",564,G__ESAPID_wAESAPID_8_4,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
05049 G__tag_memfunc_reset();
05050 }
05051
05052 static void G__setup_memfuncL1T(void) {
05053
05054 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventCintLN_L1T));
05055 G__memfunc_setup("L1T",209,G__L1T_L1T_0_0,105,G__get_linked_tagnum(&G__EventCintLN_L1T),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05056 G__memfunc_setup("L1T",209,G__L1T_L1T_1_0,105,G__get_linked_tagnum(&G__EventCintLN_L1T),-1,0,7,1,1,0,
05057 "i - 'Int_t' 0 - trigCount i - 'Int_t' 0 - trigTimeValue "
05058 "i - 'Int_t' 0 - xCapture i - 'Int_t' 0 - yCapture "
05059 "r - 'UShort_t' 0 - vetoCapture b - 'UChar_t' 0 - deadTimeCause "
05060 "r - 'UShort_t' 0 - deadTime",(char*)NULL,(void*)NULL,0);
05061 G__memfunc_setup("Clean",483,G__L1T_Clean_3_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05062 G__memfunc_setup("getTrigCount",1247,G__L1T_getTrigCount_4_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05063 G__memfunc_setup("getTrigTime",1125,G__L1T_getTrigTime_5_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05064 G__memfunc_setup("getXCapture",1132,G__L1T_getXCapture_6_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05065 G__memfunc_setup("getYCapture",1133,G__L1T_getYCapture_7_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05066 G__memfunc_setup("getVetoCapture",1458,G__L1T_getVetoCapture_8_0,114,-1,G__defined_typename("UShort_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05067 G__memfunc_setup("getDeadTimeAndCause",1857,G__L1T_getDeadTimeAndCause_9_0,104,-1,G__defined_typename("UInt_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05068 G__memfunc_setup("getDeadTimeCause",1582,G__L1T_getDeadTimeCause_0_1,98,-1,G__defined_typename("UChar_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05069 G__memfunc_setup("getDeadTime",1085,G__L1T_getDeadTime_1_1,114,-1,G__defined_typename("UShort_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05070 G__memfunc_setup("setTrigCount",1259,G__L1T_setTrigCount_2_1,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - newVal",(char*)NULL,(void*)NULL,0);
05071 G__memfunc_setup("setTrigTime",1137,G__L1T_setTrigTime_3_1,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - newVal",(char*)NULL,(void*)NULL,0);
05072 G__memfunc_setup("setXCapture",1144,G__L1T_setXCapture_4_1,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - newVal",(char*)NULL,(void*)NULL,0);
05073 G__memfunc_setup("setYCapture",1145,G__L1T_setYCapture_5_1,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - newVal",(char*)NULL,(void*)NULL,0);
05074 G__memfunc_setup("setVetoCapture",1470,G__L1T_setVetoCapture_6_1,121,-1,-1,0,1,1,1,0,"r - 'UShort_t' 0 - newVal",(char*)NULL,(void*)NULL,0);
05075 G__memfunc_setup("setDeadTimeAndCause",1869,G__L1T_setDeadTimeAndCause_7_1,121,-1,-1,0,1,1,1,0,"h - 'UInt_t' 0 - newVal",(char*)NULL,(void*)NULL,0);
05076 G__memfunc_setup("Class",502,G__L1T_Class_8_1,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05077 G__memfunc_setup("Class_Name",982,G__L1T_Class_Name_9_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05078 G__memfunc_setup("Class_Version",1339,G__L1T_Class_Version_0_2,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05079 G__memfunc_setup("Dictionary",1046,G__L1T_Dictionary_1_2,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05080 G__memfunc_setup("IsA",253,G__L1T_IsA_2_2,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
05081 G__memfunc_setup("ShowMembers",1132,G__L1T_ShowMembers_3_2,121,-1,-1,0,2,1,1,0,
05082 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
05083 G__memfunc_setup("Streamer",835,G__L1T_Streamer_4_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
05084 G__memfunc_setup("StreamerNVirtual",1656,G__L1T_StreamerNVirtual_5_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
05085 G__memfunc_setup("DeclFileName",1145,G__L1T_DeclFileName_6_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05086 G__memfunc_setup("DeclFileLine",1152,G__L1T_DeclFileLine_7_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05087 G__memfunc_setup("ImplFileName",1171,G__L1T_ImplFileName_8_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05088 G__memfunc_setup("ImplFileLine",1178,G__L1T_ImplFileLine_9_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05089
05090 G__memfunc_setup("L1T",209,G__L1T_L1T_0_3,(int)('i'),G__get_linked_tagnum(&G__EventCintLN_L1T),-1,0,1,1,1,0,"u 'L1T' - 1 - -",(char*)NULL,(void*)NULL,0);
05091
05092 G__memfunc_setup("~L1T",335,G__L1T_wAL1T_1_3,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
05093 G__tag_memfunc_reset();
05094 }
05095
05096 static void G__setup_memfuncTkrHeader(void) {
05097
05098 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventCintLN_TkrHeader));
05099 G__memfunc_setup("TkrHeader",890,G__TkrHeader_TkrHeader_0_0,105,G__get_linked_tagnum(&G__EventCintLN_TkrHeader),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05100 G__memfunc_setup("Clean",483,G__TkrHeader_Clean_2_0,121,-1,-1,0,1,1,1,0,"C - 'Option_t' 0 \"\" option",(char*)NULL,(void*)NULL,1);
05101 G__memfunc_setup("isL1tWait",866,G__TkrHeader_isL1tWait_3_0,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05102 G__memfunc_setup("isCpuBusy",935,G__TkrHeader_isCpuBusy_4_0,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05103 G__memfunc_setup("isFifoFullTrap",1418,G__TkrHeader_isFifoFullTrap_5_0,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05104 G__memfunc_setup("isFifoFull",1011,G__TkrHeader_isFifoFull_6_0,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05105 G__memfunc_setup("isFifoHalfTrap",1394,G__TkrHeader_isFifoHalfTrap_7_0,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05106 G__memfunc_setup("isTkrBusy",944,G__TkrHeader_isTkrBusy_8_0,105,G__get_linked_tagnum(&G__EventCintLN_bool),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05107 G__memfunc_setup("Class",502,G__TkrHeader_Class_9_0,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05108 G__memfunc_setup("Class_Name",982,G__TkrHeader_Class_Name_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05109 G__memfunc_setup("Class_Version",1339,G__TkrHeader_Class_Version_1_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05110 G__memfunc_setup("Dictionary",1046,G__TkrHeader_Dictionary_2_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05111 G__memfunc_setup("IsA",253,G__TkrHeader_IsA_3_1,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
05112 G__memfunc_setup("ShowMembers",1132,G__TkrHeader_ShowMembers_4_1,121,-1,-1,0,2,1,1,0,
05113 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
05114 G__memfunc_setup("Streamer",835,G__TkrHeader_Streamer_5_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
05115 G__memfunc_setup("StreamerNVirtual",1656,G__TkrHeader_StreamerNVirtual_6_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
05116 G__memfunc_setup("DeclFileName",1145,G__TkrHeader_DeclFileName_7_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05117 G__memfunc_setup("DeclFileLine",1152,G__TkrHeader_DeclFileLine_8_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05118 G__memfunc_setup("ImplFileName",1171,G__TkrHeader_ImplFileName_9_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05119 G__memfunc_setup("ImplFileLine",1178,G__TkrHeader_ImplFileLine_0_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05120
05121 G__memfunc_setup("TkrHeader",890,G__TkrHeader_TkrHeader_1_2,(int)('i'),G__get_linked_tagnum(&G__EventCintLN_TkrHeader),-1,0,1,1,1,0,"u 'TkrHeader' - 1 - -",(char*)NULL,(void*)NULL,0);
05122
05123 G__memfunc_setup("~TkrHeader",1016,G__TkrHeader_wATkrHeader_2_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
05124 G__tag_memfunc_reset();
05125 }
05126
05127 static void G__setup_memfuncStripId(void) {
05128
05129 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventCintLN_StripId));
05130 G__memfunc_setup("StripId",703,G__StripId_StripId_0_0,105,G__get_linked_tagnum(&G__EventCintLN_StripId),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05131 G__memfunc_setup("getTag",604,G__StripId_getTag_2_0,114,-1,G__defined_typename("UShort_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
05132 G__memfunc_setup("getId",493,G__StripId_getId_3_0,114,-1,G__defined_typename("UShort_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
05133 G__memfunc_setup("getCable",791,G__StripId_getCable_4_0,98,-1,G__defined_typename("UChar_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
05134 G__memfunc_setup("getController",1380,G__StripId_getController_5_0,114,-1,G__defined_typename("UShort_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
05135 G__memfunc_setup("getTower",849,G__StripId_getTower_6_0,114,-1,G__defined_typename("UShort_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
05136 G__memfunc_setup("setTag",616,G__StripId_setTag_7_0,98,-1,G__defined_typename("Bool_t"),0,1,1,1,0,"r - 'UShort_t' 0 - tagVal",(char*)NULL,(void*)NULL,0);
05137 G__memfunc_setup("setStrip",862,G__StripId_setStrip_8_0,98,-1,G__defined_typename("Bool_t"),0,1,1,1,0,"r - 'UShort_t' 0 - stripVal",(char*)NULL,(void*)NULL,0);
05138 G__memfunc_setup("setCable",803,G__StripId_setCable_9_0,98,-1,G__defined_typename("Bool_t"),0,2,1,1,0,
05139 "b - 'UChar_t' 0 - cableVal b - 'UChar_t' 0 0 cntrl",(char*)NULL,(void*)NULL,0);
05140 G__memfunc_setup("setController",1392,G__StripId_setController_0_1,98,-1,G__defined_typename("Bool_t"),0,1,1,1,0,"r - 'UShort_t' 0 - ctrlVal",(char*)NULL,(void*)NULL,0);
05141 G__memfunc_setup("setTower",861,G__StripId_setTower_1_1,98,-1,G__defined_typename("Bool_t"),0,1,1,1,0,"r - 'UShort_t' 0 - towerVal",(char*)NULL,(void*)NULL,0);
05142 G__memfunc_setup("Compare",711,G__StripId_Compare_2_1,105,-1,G__defined_typename("Int_t"),0,1,1,1,0,"U 'TObject' - 0 - obj",(char*)NULL,(void*)NULL,0);
05143 G__memfunc_setup("IsSortable",1016,G__StripId_IsSortable_3_1,98,-1,G__defined_typename("Bool_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
05144 G__memfunc_setup("Class",502,G__StripId_Class_4_1,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05145 G__memfunc_setup("Class_Name",982,G__StripId_Class_Name_5_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05146 G__memfunc_setup("Class_Version",1339,G__StripId_Class_Version_6_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05147 G__memfunc_setup("Dictionary",1046,G__StripId_Dictionary_7_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05148 G__memfunc_setup("IsA",253,G__StripId_IsA_8_1,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
05149 G__memfunc_setup("ShowMembers",1132,G__StripId_ShowMembers_9_1,121,-1,-1,0,2,1,1,0,
05150 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
05151 G__memfunc_setup("Streamer",835,G__StripId_Streamer_0_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
05152 G__memfunc_setup("StreamerNVirtual",1656,G__StripId_StreamerNVirtual_1_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
05153 G__memfunc_setup("DeclFileName",1145,G__StripId_DeclFileName_2_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05154 G__memfunc_setup("DeclFileLine",1152,G__StripId_DeclFileLine_3_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05155 G__memfunc_setup("ImplFileName",1171,G__StripId_ImplFileName_4_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05156 G__memfunc_setup("ImplFileLine",1178,G__StripId_ImplFileLine_5_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05157
05158 G__memfunc_setup("StripId",703,G__StripId_StripId_6_2,(int)('i'),G__get_linked_tagnum(&G__EventCintLN_StripId),-1,0,1,1,1,0,"u 'StripId' - 1 - -",(char*)NULL,(void*)NULL,0);
05159
05160 G__memfunc_setup("~StripId",829,G__StripId_wAStripId_7_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
05161 G__tag_memfunc_reset();
05162 }
05163
05164 static void G__setup_memfuncTkrLayer(void) {
05165
05166 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventCintLN_TkrLayer));
05167 G__memfunc_setup("TkrLayer",814,G__TkrLayer_TkrLayer_0_0,105,G__get_linked_tagnum(&G__EventCintLN_TkrLayer),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05168 G__memfunc_setup("TkrLayer",814,G__TkrLayer_TkrLayer_1_0,105,G__get_linked_tagnum(&G__EventCintLN_TkrLayer),-1,0,1,1,1,0,"U 'TObjArray' - 0 - strips",(char*)NULL,(void*)NULL,0);
05169 G__memfunc_setup("Clean",483,G__TkrLayer_Clean_3_0,121,-1,-1,0,1,1,1,0,"C - 'Option_t' 0 \"\" option",(char*)NULL,(void*)NULL,0);
05170 G__memfunc_setup("getStrips",965,G__TkrLayer_getStrips_4_0,85,G__get_linked_tagnum(&G__EventCintLN_TObjArray),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05171 G__memfunc_setup("setToT",611,G__TkrLayer_setToT_5_0,121,-1,-1,0,2,1,1,0,
05172 "h - 'UInt_t' 0 - right h - 'UInt_t' 0 - left",(char*)NULL,(void*)NULL,0);
05173 G__memfunc_setup("setErrf",731,G__TkrLayer_setErrf_6_0,121,-1,-1,0,2,1,1,0,
05174 "h - 'UInt_t' 0 - right h - 'UInt_t' 0 - left",(char*)NULL,(void*)NULL,0);
05175 G__memfunc_setup("setPlaneNum",1132,G__TkrLayer_setPlaneNum_7_0,121,-1,-1,0,1,1,1,0,"b - 'UChar_t' 0 - planeVal",(char*)NULL,(void*)NULL,0);
05176 G__memfunc_setup("setXY",509,G__TkrLayer_setXY_8_0,121,-1,-1,0,1,1,1,0,"u 'TkrLayer::TKRAxes' 'TkrLayer::TKRAxes' 0 - xyVal",(char*)NULL,(void*)NULL,0);
05177 G__memfunc_setup("getToT",599,G__TkrLayer_getToT_9_0,105,-1,G__defined_typename("Int_t"),0,1,1,1,0,"b - 'UChar_t' 0 - ctrlNum",(char*)NULL,(void*)NULL,0);
05178 G__memfunc_setup("getErrf",719,G__TkrLayer_getErrf_0_1,105,-1,G__defined_typename("Int_t"),0,1,1,1,0,"b - 'UChar_t' 0 - ctrlNum",(char*)NULL,(void*)NULL,0);
05179 G__memfunc_setup("getPlaneNum",1120,G__TkrLayer_getPlaneNum_1_1,114,-1,G__defined_typename("UShort_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
05180 G__memfunc_setup("getLayerNum",1133,G__TkrLayer_getLayerNum_2_1,114,-1,G__defined_typename("UShort_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
05181 G__memfunc_setup("getXY",497,G__TkrLayer_getXY_3_1,105,G__get_linked_tagnum(&G__EventCintLN_TkrLayercLcLTKRAxes),G__defined_typename("TkrLayer::TKRAxes"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
05182 G__memfunc_setup("getNumHits",1032,G__TkrLayer_getNumHits_4_1,104,-1,G__defined_typename("UInt_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05183 G__memfunc_setup("getHit",613,G__TkrLayer_getHit_5_1,85,G__get_linked_tagnum(&G__EventCintLN_StripId),-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0);
05184 G__memfunc_setup("Compare",711,G__TkrLayer_Compare_6_1,105,-1,G__defined_typename("Int_t"),0,1,1,1,8,"U 'TObject' - 10 - obj",(char*)NULL,(void*)NULL,1);
05185 G__memfunc_setup("IsSortable",1016,G__TkrLayer_IsSortable_7_1,98,-1,G__defined_typename("Bool_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
05186 G__memfunc_setup("Class",502,G__TkrLayer_Class_8_1,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05187 G__memfunc_setup("Class_Name",982,G__TkrLayer_Class_Name_9_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05188 G__memfunc_setup("Class_Version",1339,G__TkrLayer_Class_Version_0_2,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05189 G__memfunc_setup("Dictionary",1046,G__TkrLayer_Dictionary_1_2,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05190 G__memfunc_setup("IsA",253,G__TkrLayer_IsA_2_2,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
05191 G__memfunc_setup("ShowMembers",1132,G__TkrLayer_ShowMembers_3_2,121,-1,-1,0,2,1,1,0,
05192 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
05193 G__memfunc_setup("Streamer",835,G__TkrLayer_Streamer_4_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
05194 G__memfunc_setup("StreamerNVirtual",1656,G__TkrLayer_StreamerNVirtual_5_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
05195 G__memfunc_setup("DeclFileName",1145,G__TkrLayer_DeclFileName_6_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05196 G__memfunc_setup("DeclFileLine",1152,G__TkrLayer_DeclFileLine_7_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05197 G__memfunc_setup("ImplFileName",1171,G__TkrLayer_ImplFileName_8_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05198 G__memfunc_setup("ImplFileLine",1178,G__TkrLayer_ImplFileLine_9_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05199
05200 G__memfunc_setup("TkrLayer",814,G__TkrLayer_TkrLayer_0_3,(int)('i'),G__get_linked_tagnum(&G__EventCintLN_TkrLayer),-1,0,1,1,1,0,"u 'TkrLayer' - 1 - -",(char*)NULL,(void*)NULL,0);
05201
05202 G__memfunc_setup("~TkrLayer",940,G__TkrLayer_wATkrLayer_1_3,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
05203 G__tag_memfunc_reset();
05204 }
05205
05206 static void G__setup_memfuncLiveTime(void) {
05207
05208 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventCintLN_LiveTime));
05209 G__memfunc_setup("LiveTime",799,G__LiveTime_LiveTime_0_0,105,G__get_linked_tagnum(&G__EventCintLN_LiveTime),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05210 G__memfunc_setup("Clean",483,G__LiveTime_Clean_2_0,121,-1,-1,0,1,1,1,0,"C - 'Option_t' 0 \"\" option",(char*)NULL,(void*)NULL,0);
05211 G__memfunc_setup("setL1TCount",1062,G__LiveTime_setL1TCount_3_0,121,-1,-1,0,1,1,1,0,"h - 'UInt_t' 0 - count",(char*)NULL,(void*)NULL,0);
05212 G__memfunc_setup("getL1TCount",1050,G__LiveTime_getL1TCount_4_0,104,-1,G__defined_typename("UInt_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05213 G__memfunc_setup("setL1TTime",940,G__LiveTime_setL1TTime_5_0,121,-1,-1,0,1,1,1,0,"k - 'ULong_t' 0 - count",(char*)NULL,(void*)NULL,0);
05214 G__memfunc_setup("getL1TTime",928,G__LiveTime_getL1TTime_6_0,107,-1,G__defined_typename("ULong_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05215 G__memfunc_setup("setL1TTimeOverFlow",1760,G__LiveTime_setL1TTimeOverFlow_7_0,121,-1,-1,0,1,1,1,0,"r - 'UShort_t' 0 - over",(char*)NULL,(void*)NULL,0);
05216 G__memfunc_setup("getL1TTimeOverFlow",1748,G__LiveTime_getL1TTimeOverFlow_8_0,114,-1,G__defined_typename("UShort_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05217 G__memfunc_setup("setPPSCount",1096,G__LiveTime_setPPSCount_9_0,121,-1,-1,0,1,1,1,0,"h - 'UInt_t' 0 - count",(char*)NULL,(void*)NULL,0);
05218 G__memfunc_setup("getPPSCount",1084,G__LiveTime_getPPSCount_0_1,104,-1,G__defined_typename("UInt_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05219 G__memfunc_setup("setPPSTime",974,G__LiveTime_setPPSTime_1_1,121,-1,-1,0,1,1,1,0,"k - 'ULong_t' 0 - time",(char*)NULL,(void*)NULL,0);
05220 G__memfunc_setup("getPPSTime",962,G__LiveTime_getPPSTime_2_1,107,-1,G__defined_typename("ULong_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05221 G__memfunc_setup("setPPSTimeOverFlow",1794,G__LiveTime_setPPSTimeOverFlow_3_1,121,-1,-1,0,1,1,1,0,"r - 'UShort_t' 0 - over",(char*)NULL,(void*)NULL,0);
05222 G__memfunc_setup("getPPSTimeOverFlow",1782,G__LiveTime_getPPSTimeOverFlow_4_1,114,-1,G__defined_typename("UShort_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05223 G__memfunc_setup("setLiveTime",1131,G__LiveTime_setLiveTime_5_1,121,-1,-1,0,1,1,1,0,"k - 'ULong_t' 0 - time",(char*)NULL,(void*)NULL,0);
05224 G__memfunc_setup("getLiveTime",1119,G__LiveTime_getLiveTime_6_1,107,-1,G__defined_typename("ULong_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05225 G__memfunc_setup("setLiveTimeOverFlow",1951,G__LiveTime_setLiveTimeOverFlow_7_1,121,-1,-1,0,1,1,1,0,"r - 'UShort_t' 0 - over",(char*)NULL,(void*)NULL,0);
05226 G__memfunc_setup("getLiveTimeOverFlow",1939,G__LiveTime_getLiveTimeOverFlow_8_1,114,-1,G__defined_typename("UShort_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05227 G__memfunc_setup("setRunTime",1040,G__LiveTime_setRunTime_9_1,121,-1,-1,0,1,1,1,0,"k - 'ULong_t' 0 - time",(char*)NULL,(void*)NULL,0);
05228 G__memfunc_setup("getRunTime",1028,G__LiveTime_getRunTime_0_2,107,-1,G__defined_typename("ULong_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05229 G__memfunc_setup("setRunTimeOverFlow",1860,G__LiveTime_setRunTimeOverFlow_1_2,121,-1,-1,0,1,1,1,0,"r - 'UShort_t' 0 - over",(char*)NULL,(void*)NULL,0);
05230 G__memfunc_setup("getRunTimeOverFlow",1848,G__LiveTime_getRunTimeOverFlow_2_2,114,-1,G__defined_typename("UShort_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05231 G__memfunc_setup("setRunCount",1162,G__LiveTime_setRunCount_3_2,121,-1,-1,0,1,1,1,0,"h - 'UInt_t' 0 - count",(char*)NULL,(void*)NULL,0);
05232 G__memfunc_setup("getRunCount",1150,G__LiveTime_getRunCount_4_2,104,-1,G__defined_typename("UInt_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05233 G__memfunc_setup("setTREQCapture",1372,G__LiveTime_setTREQCapture_5_2,121,-1,-1,0,1,1,1,0,"h - 'UInt_t' 0 - capture",(char*)NULL,(void*)NULL,0);
05234 G__memfunc_setup("getTREQCapture",1360,G__LiveTime_getTREQCapture_6_2,104,-1,G__defined_typename("UInt_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05235 G__memfunc_setup("setLTCDeadWord",1337,G__LiveTime_setLTCDeadWord_7_2,121,-1,-1,0,1,1,1,0,"h - 'UInt_t' 0 - deadword",(char*)NULL,(void*)NULL,0);
05236 G__memfunc_setup("getLTCDeadWord",1325,G__LiveTime_getLTCDeadWord_8_2,104,-1,G__defined_typename("UInt_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05237 G__memfunc_setup("Class",502,G__LiveTime_Class_9_2,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05238 G__memfunc_setup("Class_Name",982,G__LiveTime_Class_Name_0_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05239 G__memfunc_setup("Class_Version",1339,G__LiveTime_Class_Version_1_3,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05240 G__memfunc_setup("Dictionary",1046,G__LiveTime_Dictionary_2_3,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05241 G__memfunc_setup("IsA",253,G__LiveTime_IsA_3_3,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
05242 G__memfunc_setup("ShowMembers",1132,G__LiveTime_ShowMembers_4_3,121,-1,-1,0,2,1,1,0,
05243 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
05244 G__memfunc_setup("Streamer",835,G__LiveTime_Streamer_5_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
05245 G__memfunc_setup("StreamerNVirtual",1656,G__LiveTime_StreamerNVirtual_6_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
05246 G__memfunc_setup("DeclFileName",1145,G__LiveTime_DeclFileName_7_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05247 G__memfunc_setup("DeclFileLine",1152,G__LiveTime_DeclFileLine_8_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05248 G__memfunc_setup("ImplFileName",1171,G__LiveTime_ImplFileName_9_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05249 G__memfunc_setup("ImplFileLine",1178,G__LiveTime_ImplFileLine_0_4,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05250
05251 G__memfunc_setup("LiveTime",799,G__LiveTime_LiveTime_1_4,(int)('i'),G__get_linked_tagnum(&G__EventCintLN_LiveTime),-1,0,1,1,1,0,"u 'LiveTime' - 1 - -",(char*)NULL,(void*)NULL,0);
05252
05253 G__memfunc_setup("~LiveTime",925,G__LiveTime_wALiveTime_2_4,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
05254 G__tag_memfunc_reset();
05255 }
05256
05257 static void G__setup_memfuncDigiEvent(void) {
05258
05259 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventCintLN_DigiEvent));
05260 G__memfunc_setup("DigiEvent",895,G__DigiEvent_DigiEvent_0_0,105,G__get_linked_tagnum(&G__EventCintLN_DigiEvent),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05261 G__memfunc_setup("Clean",483,G__DigiEvent_Clean_2_0,121,-1,-1,0,1,1,1,0,"C - 'Option_t' 0 \"\" option",(char*)NULL,(void*)NULL,0);
05262 G__memfunc_setup("setEventId",1019,G__DigiEvent_setEventId_3_0,121,-1,-1,0,1,1,1,0,"h - 'UInt_t' 0 - id",(char*)NULL,(void*)NULL,0);
05263 G__memfunc_setup("getEventId",1007,G__DigiEvent_getEventId_4_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05264 G__memfunc_setup("setRunId",814,G__DigiEvent_setRunId_5_0,121,-1,-1,0,1,1,1,0,"h - 'UInt_t' 0 - run",(char*)NULL,(void*)NULL,0);
05265 G__memfunc_setup("getRunId",802,G__DigiEvent_getRunId_6_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05266 G__memfunc_setup("getAcdHeader",1169,G__DigiEvent_getAcdHeader_7_0,85,G__get_linked_tagnum(&G__EventCintLN_AcdHeader),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05267 G__memfunc_setup("getAcdDigi",965,G__DigiEvent_getAcdDigi_8_0,85,G__get_linked_tagnum(&G__EventCintLN_TClonesArray),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05268 G__memfunc_setup("addAcdTile",959,G__DigiEvent_addAcdTile_9_0,85,G__get_linked_tagnum(&G__EventCintLN_AcdTile),-1,0,3,1,1,0,
05269 "h - 'UInt_t' 0 - id s - - 0 10 base "
05270 "s - - 0 1 used",(char*)NULL,(void*)NULL,0);
05271 G__memfunc_setup("getAcdTile",982,G__DigiEvent_getAcdTile_0_1,85,G__get_linked_tagnum(&G__EventCintLN_AcdTile),-1,0,1,1,1,1,"h - 'UInt_t' 0 - id",(char*)NULL,(void*)NULL,0);
05272 G__memfunc_setup("getAcdTile",982,G__DigiEvent_getAcdTile_1_1,85,G__get_linked_tagnum(&G__EventCintLN_AcdTile),-1,0,4,1,1,1,
05273 "s - - 0 - l s - - 0 - f "
05274 "s - - 0 - r s - - 0 - c",(char*)NULL,(void*)NULL,0);
05275 G__memfunc_setup("getAcdTile",982,G__DigiEvent_getAcdTile_2_1,85,G__get_linked_tagnum(&G__EventCintLN_AcdTile),-1,0,1,1,1,1,"u 'AcdId' - 1 - id",(char*)NULL,(void*)NULL,0);
05276 G__memfunc_setup("getXgtDigi",1008,G__DigiEvent_getXgtDigi_3_1,85,G__get_linked_tagnum(&G__EventCintLN_TClonesArray),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05277 G__memfunc_setup("addXgt",604,G__DigiEvent_addXgt_4_1,85,G__get_linked_tagnum(&G__EventCintLN_AcdTile),-1,0,2,1,1,0,
05278 "h - 'UInt_t' 0 - id s - - 0 10 base",(char*)NULL,(void*)NULL,0);
05279 G__memfunc_setup("getXgt",627,G__DigiEvent_getXgt_5_1,85,G__get_linked_tagnum(&G__EventCintLN_AcdTile),-1,0,1,1,1,1,"h - 'UInt_t' 0 - id",(char*)NULL,(void*)NULL,0);
05280 G__memfunc_setup("getCalHeader",1177,G__DigiEvent_getCalHeader_6_1,85,G__get_linked_tagnum(&G__EventCintLN_CalHeader),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05281 G__memfunc_setup("getCalDigi",973,G__DigiEvent_getCalDigi_7_1,85,G__get_linked_tagnum(&G__EventCintLN_TClonesArray),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05282 G__memfunc_setup("addCalLog",859,G__DigiEvent_addCalLog_8_1,85,G__get_linked_tagnum(&G__EventCintLN_CalLog),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05283 G__memfunc_setup("getCalLog",882,G__DigiEvent_getCalLog_9_1,85,G__get_linked_tagnum(&G__EventCintLN_CalLog),-1,0,1,1,1,1,"u 'LogId' - 1 - id",(char*)NULL,(void*)NULL,0);
05284 G__memfunc_setup("getCalLog",882,G__DigiEvent_getCalLog_0_2,85,G__get_linked_tagnum(&G__EventCintLN_CalLog),-1,0,3,1,1,1,
05285 "r - 'UShort_t' 0 - tower r - 'UShort_t' 0 - layer "
05286 "r - 'UShort_t' 0 - column",(char*)NULL,(void*)NULL,0);
05287 G__memfunc_setup("getTkrHeader",1210,G__DigiEvent_getTkrHeader_1_2,85,G__get_linked_tagnum(&G__EventCintLN_TkrHeader),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05288 G__memfunc_setup("getTkrDigi",1006,G__DigiEvent_getTkrDigi_2_2,85,G__get_linked_tagnum(&G__EventCintLN_TObjArray),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05289 G__memfunc_setup("addTkrLayer",1111,G__DigiEvent_addTkrLayer_3_2,121,-1,-1,0,1,1,1,0,"U 'TkrLayer' - 0 - layer",(char*)NULL,(void*)NULL,0);
05290 G__memfunc_setup("getTkrLayer",1134,G__DigiEvent_getTkrLayer_4_2,85,G__get_linked_tagnum(&G__EventCintLN_TkrLayer),-1,0,1,1,1,1,"h - - 0 - layerNum",(char*)NULL,(void*)NULL,0);
05291 G__memfunc_setup("getL1T",529,G__DigiEvent_getL1T_5_2,85,G__get_linked_tagnum(&G__EventCintLN_L1T),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05292 G__memfunc_setup("getLiveTime",1119,G__DigiEvent_getLiveTime_6_2,85,G__get_linked_tagnum(&G__EventCintLN_LiveTime),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05293 G__memfunc_setup("Class",502,G__DigiEvent_Class_7_2,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05294 G__memfunc_setup("Class_Name",982,G__DigiEvent_Class_Name_8_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05295 G__memfunc_setup("Class_Version",1339,G__DigiEvent_Class_Version_9_2,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05296 G__memfunc_setup("Dictionary",1046,G__DigiEvent_Dictionary_0_3,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05297 G__memfunc_setup("IsA",253,G__DigiEvent_IsA_1_3,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
05298 G__memfunc_setup("ShowMembers",1132,G__DigiEvent_ShowMembers_2_3,121,-1,-1,0,2,1,1,0,
05299 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
05300 G__memfunc_setup("Streamer",835,G__DigiEvent_Streamer_3_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
05301 G__memfunc_setup("StreamerNVirtual",1656,G__DigiEvent_StreamerNVirtual_4_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
05302 G__memfunc_setup("DeclFileName",1145,G__DigiEvent_DeclFileName_5_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05303 G__memfunc_setup("DeclFileLine",1152,G__DigiEvent_DeclFileLine_6_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05304 G__memfunc_setup("ImplFileName",1171,G__DigiEvent_ImplFileName_7_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05305 G__memfunc_setup("ImplFileLine",1178,G__DigiEvent_ImplFileLine_8_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05306
05307 G__memfunc_setup("DigiEvent",895,G__DigiEvent_DigiEvent_9_3,(int)('i'),G__get_linked_tagnum(&G__EventCintLN_DigiEvent),-1,0,1,1,1,0,"u 'DigiEvent' - 1 - -",(char*)NULL,(void*)NULL,0);
05308
05309 G__memfunc_setup("~DigiEvent",1021,G__DigiEvent_wADigiEvent_0_4,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
05310 G__tag_memfunc_reset();
05311 }
05312
05313 static void G__setup_memfuncTagger(void) {
05314
05315 G__tag_memfunc_setup(G__get_linked_tagnum(&G__EventCintLN_Tagger));
05316 G__memfunc_setup("Tagger",602,G__Tagger_Tagger_0_0,105,G__get_linked_tagnum(&G__EventCintLN_Tagger),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05317 G__memfunc_setup("Tagger",602,G__Tagger_Tagger_1_0,105,G__get_linked_tagnum(&G__EventCintLN_Tagger),-1,0,3,1,1,0,
05318 "U 'ESAPID' - 0 - pid h - 'UInt_t' 0 1 eBeam "
05319 "r - 'UShort_t' 0 0 iMag",(char*)NULL,(void*)NULL,0);
05320 G__memfunc_setup("getPID",541,G__Tagger_getPID_3_0,85,G__get_linked_tagnum(&G__EventCintLN_ESAPID),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
05321 G__memfunc_setup("getBeamEnergy",1311,G__Tagger_getBeamEnergy_4_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
05322 G__memfunc_setup("getMagCurrent",1336,G__Tagger_getMagCurrent_5_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
05323 G__memfunc_setup("setBeamEnergy",1323,G__Tagger_setBeamEnergy_6_0,121,-1,-1,0,1,1,1,0,"h - 'UInt_t' 0 - eBeam","(MeV)",(void*)NULL,0);
05324 G__memfunc_setup("setMagCurrent",1348,G__Tagger_setMagCurrent_7_0,121,-1,-1,0,1,1,1,0,"r - 'UShort_t' 0 - iMag","(deciAmps)",(void*)NULL,0);
05325 G__memfunc_setup("setBeamEnergy",1323,G__Tagger_setBeamEnergy_8_0,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - eBeam","(GeV)",(void*)NULL,0);
05326 G__memfunc_setup("setMagCurrent",1348,G__Tagger_setMagCurrent_9_0,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - iMag","(Amps)",(void*)NULL,0);
05327 G__memfunc_setup("Class",502,G__Tagger_Class_0_1,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05328 G__memfunc_setup("Class_Name",982,G__Tagger_Class_Name_1_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05329 G__memfunc_setup("Class_Version",1339,G__Tagger_Class_Version_2_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05330 G__memfunc_setup("Dictionary",1046,G__Tagger_Dictionary_3_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05331 G__memfunc_setup("IsA",253,G__Tagger_IsA_4_1,85,G__get_linked_tagnum(&G__EventCintLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
05332 G__memfunc_setup("ShowMembers",1132,G__Tagger_ShowMembers_5_1,121,-1,-1,0,2,1,1,0,
05333 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
05334 G__memfunc_setup("Streamer",835,G__Tagger_Streamer_6_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
05335 G__memfunc_setup("StreamerNVirtual",1656,G__Tagger_StreamerNVirtual_7_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
05336 G__memfunc_setup("DeclFileName",1145,G__Tagger_DeclFileName_8_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05337 G__memfunc_setup("DeclFileLine",1152,G__Tagger_DeclFileLine_9_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05338 G__memfunc_setup("ImplFileName",1171,G__Tagger_ImplFileName_0_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
05339 G__memfunc_setup("ImplFileLine",1178,G__Tagger_ImplFileLine_1_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
05340
05341 G__memfunc_setup("Tagger",602,G__Tagger_Tagger_2_2,(int)('i'),G__get_linked_tagnum(&G__EventCintLN_Tagger),-1,0,1,1,1,0,"u 'Tagger' - 1 - -",(char*)NULL,(void*)NULL,0);
05342
05343 G__memfunc_setup("~Tagger",728,G__Tagger_wATagger_3_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
05344 G__tag_memfunc_reset();
05345 }
05346
05347
05348
05349
05350
05351 extern "C" void G__cpp_setup_memfuncEventCint() {
05352 }
05353
05354
05355
05356
05357 extern "C" void G__cpp_setup_globalEventCint() {
05358
05359
05360 G__resetplocal();
05361
05362
05363 G__resetglobalenv();
05364 }
05365
05366
05367
05368
05369 extern "C" void G__cpp_setup_funcEventCint() {
05370 G__lastifuncposition();
05371
05372
05373 G__resetifuncposition();
05374 }
05375
05376
05377
05378
05379
05380 G__linked_taginfo G__EventCintLN_bool = { "bool" , 101 , -1 };
05381 G__linked_taginfo G__EventCintLN_TClass = { "TClass" , 99 , -1 };
05382 G__linked_taginfo G__EventCintLN_TObjArray = { "TObjArray" , 99 , -1 };
05383 G__linked_taginfo G__EventCintLN_TObject = { "TObject" , 99 , -1 };
05384 G__linked_taginfo G__EventCintLN_SubSystemHeader = { "SubSystemHeader" , 99 , -1 };
05385 G__linked_taginfo G__EventCintLN_SubSystemHeadercLcLdA = { "SubSystemHeader::$" , 101 , -1 };
05386 G__linked_taginfo G__EventCintLN_AcdHeader = { "AcdHeader" , 99 , -1 };
05387 G__linked_taginfo G__EventCintLN_AcdHeadercLcLdA = { "AcdHeader::$" , 101 , -1 };
05388 G__linked_taginfo G__EventCintLN_AcdId = { "AcdId" , 99 , -1 };
05389 G__linked_taginfo G__EventCintLN_AcdIdcLcLdA = { "AcdId::$" , 101 , -1 };
05390 G__linked_taginfo G__EventCintLN_AcdTile = { "AcdTile" , 99 , -1 };
05391 G__linked_taginfo G__EventCintLN_AcdTilecLcLdA = { "AcdTile::$" , 101 , -1 };
05392 G__linked_taginfo G__EventCintLN_CalHeader = { "CalHeader" , 99 , -1 };
05393 G__linked_taginfo G__EventCintLN_CalHeadercLcLdA = { "CalHeader::$" , 101 , -1 };
05394 G__linked_taginfo G__EventCintLN_LogId = { "LogId" , 99 , -1 };
05395 G__linked_taginfo G__EventCintLN_LogIdcLcLdA = { "LogId::$" , 101 , -1 };
05396 G__linked_taginfo G__EventCintLN_LogIdcLcLCALAxes = { "LogId::CALAxes" , 101 , -1 };
05397 G__linked_taginfo G__EventCintLN_CalLog = { "CalLog" , 99 , -1 };
05398 G__linked_taginfo G__EventCintLN_CalLogcLcLAdcRange = { "CalLog::AdcRange" , 101 , -1 };
05399 G__linked_taginfo G__EventCintLN_CalLogcLcLLogFace = { "CalLog::LogFace" , 101 , -1 };
05400 G__linked_taginfo G__EventCintLN_CalLogcLcLCalTrigMode = { "CalLog::CalTrigMode" , 101 , -1 };
05401 G__linked_taginfo G__EventCintLN_CalLogcLcLdA = { "CalLog::$" , 101 , -1 };
05402 G__linked_taginfo G__EventCintLN_ESAPID = { "ESAPID" , 99 , -1 };
05403 G__linked_taginfo G__EventCintLN_L1T = { "L1T" , 99 , -1 };
05404 G__linked_taginfo G__EventCintLN_L1TcLcLdA = { "L1T::$" , 101 , -1 };
05405 G__linked_taginfo G__EventCintLN_TClonesArray = { "TClonesArray" , 99 , -1 };
05406 G__linked_taginfo G__EventCintLN_TkrHeader = { "TkrHeader" , 99 , -1 };
05407 G__linked_taginfo G__EventCintLN_TkrHeadercLcLdA = { "TkrHeader::$" , 101 , -1 };
05408 G__linked_taginfo G__EventCintLN_StripId = { "StripId" , 99 , -1 };
05409 G__linked_taginfo G__EventCintLN_StripIdcLcLdA = { "StripId::$" , 101 , -1 };
05410 G__linked_taginfo G__EventCintLN_TkrLayer = { "TkrLayer" , 99 , -1 };
05411 G__linked_taginfo G__EventCintLN_TkrLayercLcLTKRAxes = { "TkrLayer::TKRAxes" , 101 , -1 };
05412 G__linked_taginfo G__EventCintLN_LiveTime = { "LiveTime" , 99 , -1 };
05413 G__linked_taginfo G__EventCintLN_DigiEvent = { "DigiEvent" , 99 , -1 };
05414 G__linked_taginfo G__EventCintLN_Tagger = { "Tagger" , 99 , -1 };
05415
05416
05417 extern "C" void G__cpp_reset_tagtableEventCint() {
05418 G__EventCintLN_bool.tagnum = -1 ;
05419 G__EventCintLN_TClass.tagnum = -1 ;
05420 G__EventCintLN_TObjArray.tagnum = -1 ;
05421 G__EventCintLN_TObject.tagnum = -1 ;
05422 G__EventCintLN_SubSystemHeader.tagnum = -1 ;
05423 G__EventCintLN_SubSystemHeadercLcLdA.tagnum = -1 ;
05424 G__EventCintLN_AcdHeader.tagnum = -1 ;
05425 G__EventCintLN_AcdHeadercLcLdA.tagnum = -1 ;
05426 G__EventCintLN_AcdId.tagnum = -1 ;
05427 G__EventCintLN_AcdIdcLcLdA.tagnum = -1 ;
05428 G__EventCintLN_AcdTile.tagnum = -1 ;
05429 G__EventCintLN_AcdTilecLcLdA.tagnum = -1 ;
05430 G__EventCintLN_CalHeader.tagnum = -1 ;
05431 G__EventCintLN_CalHeadercLcLdA.tagnum = -1 ;
05432 G__EventCintLN_LogId.tagnum = -1 ;
05433 G__EventCintLN_LogIdcLcLdA.tagnum = -1 ;
05434 G__EventCintLN_LogIdcLcLCALAxes.tagnum = -1 ;
05435 G__EventCintLN_CalLog.tagnum = -1 ;
05436 G__EventCintLN_CalLogcLcLAdcRange.tagnum = -1 ;
05437 G__EventCintLN_CalLogcLcLLogFace.tagnum = -1 ;
05438 G__EventCintLN_CalLogcLcLCalTrigMode.tagnum = -1 ;
05439 G__EventCintLN_CalLogcLcLdA.tagnum = -1 ;
05440 G__EventCintLN_ESAPID.tagnum = -1 ;
05441 G__EventCintLN_L1T.tagnum = -1 ;
05442 G__EventCintLN_L1TcLcLdA.tagnum = -1 ;
05443 G__EventCintLN_TClonesArray.tagnum = -1 ;
05444 G__EventCintLN_TkrHeader.tagnum = -1 ;
05445 G__EventCintLN_TkrHeadercLcLdA.tagnum = -1 ;
05446 G__EventCintLN_StripId.tagnum = -1 ;
05447 G__EventCintLN_StripIdcLcLdA.tagnum = -1 ;
05448 G__EventCintLN_TkrLayer.tagnum = -1 ;
05449 G__EventCintLN_TkrLayercLcLTKRAxes.tagnum = -1 ;
05450 G__EventCintLN_LiveTime.tagnum = -1 ;
05451 G__EventCintLN_DigiEvent.tagnum = -1 ;
05452 G__EventCintLN_Tagger.tagnum = -1 ;
05453 }
05454
05455
05456 extern "C" void G__cpp_setup_tagtableEventCint() {
05457
05458
05459 G__tagtable_setup(G__get_linked_tagnum(&G__EventCintLN_SubSystemHeader),sizeof(SubSystemHeader),-1,29952,(char*)NULL,G__setup_memvarSubSystemHeader,G__setup_memfuncSubSystemHeader);
05460 G__tagtable_setup(G__get_linked_tagnum(&G__EventCintLN_AcdHeader),sizeof(AcdHeader),-1,29952,(char*)NULL,G__setup_memvarAcdHeader,G__setup_memfuncAcdHeader);
05461 G__tagtable_setup(G__get_linked_tagnum(&G__EventCintLN_AcdId),sizeof(AcdId),-1,30464,"ACD Tile identification information",G__setup_memvarAcdId,G__setup_memfuncAcdId);
05462 G__tagtable_setup(G__get_linked_tagnum(&G__EventCintLN_AcdTile),sizeof(AcdTile),-1,29952,"Digitization for a single ACD Tile",G__setup_memvarAcdTile,G__setup_memfuncAcdTile);
05463 G__tagtable_setup(G__get_linked_tagnum(&G__EventCintLN_CalHeader),sizeof(CalHeader),-1,29952,(char*)NULL,G__setup_memvarCalHeader,G__setup_memfuncCalHeader);
05464 G__tagtable_setup(G__get_linked_tagnum(&G__EventCintLN_LogId),sizeof(LogId),-1,29952,"Cal log identification and readout information",G__setup_memvarLogId,G__setup_memfuncLogId);
05465 G__tagtable_setup(G__get_linked_tagnum(&G__EventCintLN_CalLog),sizeof(CalLog),-1,29952,"Digitization for a single Cal Log",G__setup_memvarCalLog,G__setup_memfuncCalLog);
05466 G__tagtable_setup(G__get_linked_tagnum(&G__EventCintLN_ESAPID),sizeof(ESAPID),-1,29952,"ESA Particle Identification information",G__setup_memvarESAPID,G__setup_memfuncESAPID);
05467 G__tagtable_setup(G__get_linked_tagnum(&G__EventCintLN_L1T),sizeof(L1T),-1,29952,"Level 1 Trigger information",G__setup_memvarL1T,G__setup_memfuncL1T);
05468 G__tagtable_setup(G__get_linked_tagnum(&G__EventCintLN_TkrHeader),sizeof(TkrHeader),-1,29952,(char*)NULL,G__setup_memvarTkrHeader,G__setup_memfuncTkrHeader);
05469 G__tagtable_setup(G__get_linked_tagnum(&G__EventCintLN_StripId),sizeof(StripId),-1,29952,"Information on a single Si Strip",G__setup_memvarStripId,G__setup_memfuncStripId);
05470 G__tagtable_setup(G__get_linked_tagnum(&G__EventCintLN_TkrLayer),sizeof(TkrLayer),-1,29952,"Information on a single tracker layer ",G__setup_memvarTkrLayer,G__setup_memfuncTkrLayer);
05471 G__tagtable_setup(G__get_linked_tagnum(&G__EventCintLN_LiveTime),sizeof(LiveTime),-1,29952,"Storage for live time data",G__setup_memvarLiveTime,G__setup_memfuncLiveTime);
05472 G__tagtable_setup(G__get_linked_tagnum(&G__EventCintLN_DigiEvent),sizeof(DigiEvent),-1,29952,"Storage for Raw(Digi) event and subsystem data",G__setup_memvarDigiEvent,G__setup_memfuncDigiEvent);
05473 G__tagtable_setup(G__get_linked_tagnum(&G__EventCintLN_Tagger),sizeof(Tagger),-1,29952,"Tagger information",G__setup_memvarTagger,G__setup_memfuncTagger);
05474 }
05475 extern "C" void G__cpp_setupEventCint(void) {
05476 G__check_setup_version(30051472,"G__cpp_setupEventCint()");
05477 G__set_cpp_environmentEventCint();
05478 G__cpp_setup_tagtableEventCint();
05479
05480 G__cpp_setup_inheritanceEventCint();
05481
05482 G__cpp_setup_typetableEventCint();
05483
05484 G__cpp_setup_memvarEventCint();
05485
05486 G__cpp_setup_memfuncEventCint();
05487 G__cpp_setup_globalEventCint();
05488 G__cpp_setup_funcEventCint();
05489
05490 if(0==G__getsizep2memfunc()) G__get_sizep2memfuncEventCint();
05491 return;
05492 }
05493 class G__cpp_setup_initEventCint {
05494 public:
05495 G__cpp_setup_initEventCint() { G__add_setup_func("EventCint",(G__incsetup)(&G__cpp_setupEventCint)); }
05496 ~G__cpp_setup_initEventCint() { G__remove_setup_func("EventCint"); }
05497 };
05498 G__cpp_setup_initEventCint G__cpp_setup_initializerEventCint;
05499