Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

EventCint.cxx

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

Generated at Wed Nov 21 12:22:44 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000