00001
00002
00003
00004
00005
00006 #include "RConfig.h"
00007 #if !defined(R__ACCESS_IN_SYMBOL)
00008
00009 #define private public
00010 #define protected public
00011 #endif
00012
00013 #include "../inc/AlphaBanksDict.h"
00014 #include "TClass.h"
00015 #include "TBuffer.h"
00016 #include "TMemberInspector.h"
00017 #include "TError.h"
00018
00019 #ifndef G__ROOT
00020 #define G__ROOT
00021 #endif
00022
00023
00024 namespace std {} using namespace std;
00025
00026 #include "RtypesImp.h"
00027
00028 namespace ROOT {
00029 namespace Shadow {
00030 }
00031 }
00032
00033 namespace ROOT {
00034 void AlphaBanks_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
00035 TClass *AlphaBanks_IsA(const void*);
00036 void *new_AlphaBanks(void *p = 0);
00037 void *newArray_AlphaBanks(Long_t size);
00038 void delete_AlphaBanks(void *p);
00039 void deleteArray_AlphaBanks(void *p);
00040 void destruct_AlphaBanks(void *p);
00041
00042
00043 TGenericClassInfo *GenerateInitInstance(const AlphaBanks*)
00044 {
00045 AlphaBanks *ptr = 0;
00046 static ROOT::TGenericClassInfo
00047 instance("AlphaBanks", AlphaBanks::Class_Version(), "AlphaBanks.h", 33,
00048 typeid(AlphaBanks), DefineBehavior(ptr, ptr),
00049 &::AlphaBanks::Dictionary, &AlphaBanks_IsA, 4);
00050 instance.SetNew(&new_AlphaBanks);
00051 instance.SetNewArray(&newArray_AlphaBanks);
00052 instance.SetDelete(&delete_AlphaBanks);
00053 instance.SetDeleteArray(&deleteArray_AlphaBanks);
00054 instance.SetDestructor(&destruct_AlphaBanks);
00055 return &instance;
00056 }
00057
00058 static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const AlphaBanks*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00059 }
00060
00061
00062 TClass *AlphaBanks::fgIsA = 0;
00063
00064
00065 const char *AlphaBanks::Class_Name()
00066 {
00067 return "AlphaBanks";
00068 }
00069
00070
00071 const char *AlphaBanks::ImplFileName()
00072 {
00073 return ROOT::GenerateInitInstance((const AlphaBanks*)0x0)->GetImplFileName();
00074 }
00075
00076
00077 int AlphaBanks::ImplFileLine()
00078 {
00079 return ROOT::GenerateInitInstance((const AlphaBanks*)0x0)->GetImplFileLine();
00080 }
00081
00082
00083 void AlphaBanks::Dictionary()
00084 {
00085 fgIsA = ROOT::GenerateInitInstance((const AlphaBanks*)0x0)->GetClass();
00086 }
00087
00088
00089 TClass *AlphaBanks::Class()
00090 {
00091 if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const AlphaBanks*)0x0)->GetClass();
00092 return fgIsA;
00093 }
00094
00095
00096 void R__AlphaBanks_qvec(TBuffer &R__b, void *R__p, int)
00097 {
00098 vector<QVEC> &qvec = *(vector<QVEC> *)R__p;
00099 if (R__b.IsReading()) {
00100 {
00101 vector<QVEC> &R__stl = qvec;
00102 R__stl.clear();
00103 int R__i, R__n;
00104 R__b >> R__n;
00105 R__stl.reserve(R__n);
00106 for (R__i = 0; R__i < R__n; R__i++) {
00107 QVEC R__t;
00108 R__t.Streamer(R__b);
00109 R__stl.push_back(R__t);
00110 }
00111 }
00112 } else {
00113 {
00114 vector<QVEC> &R__stl = qvec;
00115 int R__n=(&R__stl) ? int(R__stl.size()) : 0;
00116 R__b << R__n;
00117 if(R__n) {
00118 vector<QVEC>::iterator R__k;
00119 for (R__k = R__stl.begin(); R__k != R__stl.end(); ++R__k) {
00120 ((QVEC&)(*R__k)).Streamer(R__b);
00121 }
00122 }
00123 }
00124 }
00125 }
00126
00127
00128 void R__AlphaBanks_qvrt(TBuffer &R__b, void *R__p, int)
00129 {
00130 vector<QVRT> &qvrt = *(vector<QVRT> *)R__p;
00131 if (R__b.IsReading()) {
00132 {
00133 vector<QVRT> &R__stl = qvrt;
00134 R__stl.clear();
00135 int R__i, R__n;
00136 R__b >> R__n;
00137 R__stl.reserve(R__n);
00138 for (R__i = 0; R__i < R__n; R__i++) {
00139 QVRT R__t;
00140 R__t.Streamer(R__b);
00141 R__stl.push_back(R__t);
00142 }
00143 }
00144 } else {
00145 {
00146 vector<QVRT> &R__stl = qvrt;
00147 int R__n=(&R__stl) ? int(R__stl.size()) : 0;
00148 R__b << R__n;
00149 if(R__n) {
00150 vector<QVRT>::iterator R__k;
00151 for (R__k = R__stl.begin(); R__k != R__stl.end(); ++R__k) {
00152 ((QVRT&)(*R__k)).Streamer(R__b);
00153 }
00154 }
00155 }
00156 }
00157 }
00158
00159
00160 void R__AlphaBanks_qext(TBuffer &R__b, void *R__p, int)
00161 {
00162 QEXT &qext = *(QEXT *)R__p;
00163 if (R__b.IsReading()) {
00164 qext.Streamer(R__b);
00165 } else {
00166 qext.Streamer(R__b);
00167 }
00168 }
00169
00170
00171 void R__AlphaBanks_qhac(TBuffer &R__b, void *R__p, int)
00172 {
00173 QHAC &qhac = *(QHAC *)R__p;
00174 if (R__b.IsReading()) {
00175 qhac.Streamer(R__b);
00176 } else {
00177 qhac.Streamer(R__b);
00178 }
00179 }
00180
00181
00182 void AlphaBanks::Streamer(TBuffer &R__b)
00183 {
00184
00185
00186 if (R__b.IsReading()) {
00187 AlphaBanks::Class()->ReadBuffer(R__b, this);
00188 } else {
00189 AlphaBanks::Class()->WriteBuffer(R__b, this);
00190 }
00191 }
00192
00193
00194 void AlphaBanks::ShowMembers(TMemberInspector &R__insp, char *R__parent)
00195 {
00196
00197
00198 TClass *R__cl = AlphaBanks::IsA();
00199 Int_t R__ncp = strlen(R__parent);
00200 if (R__ncp || R__cl || R__insp.IsA()) { }
00201 R__insp.Inspect(R__cl, R__parent, "qvec", (void*)&qvec);
00202 ROOT::GenericShowMembers("vector<QVEC>", (void*)&qvec, R__insp, strcat(R__parent,"qvec."),false);
00203 R__parent[R__ncp] = 0;
00204 R__cl->SetStreamer("qvec",R__AlphaBanks_qvec);
00205 R__insp.Inspect(R__cl, R__parent, "qvrt", (void*)&qvrt);
00206 ROOT::GenericShowMembers("vector<QVRT>", (void*)&qvrt, R__insp, strcat(R__parent,"qvrt."),false);
00207 R__parent[R__ncp] = 0;
00208 R__cl->SetStreamer("qvrt",R__AlphaBanks_qvrt);
00209 R__insp.Inspect(R__cl, R__parent, "qext", &qext);
00210 qext.ShowMembers(R__insp, strcat(R__parent,"qext.")); R__parent[R__ncp] = 0;
00211 R__cl->SetStreamer("qext",R__AlphaBanks_qext);
00212 R__insp.Inspect(R__cl, R__parent, "qhac", &qhac);
00213 qhac.ShowMembers(R__insp, strcat(R__parent,"qhac.")); R__parent[R__ncp] = 0;
00214 R__cl->SetStreamer("qhac",R__AlphaBanks_qhac);
00215 R__insp.Inspect(R__cl, R__parent, "KFCHT", &KFCHT);
00216 R__insp.Inspect(R__cl, R__parent, "KLCHT", &KLCHT);
00217 R__insp.Inspect(R__cl, R__parent, "KNCHT", &KNCHT);
00218 R__insp.Inspect(R__cl, R__parent, "OKFCHT", &OKFCHT);
00219 R__insp.Inspect(R__cl, R__parent, "KFCOT", &KFCOT);
00220 R__insp.Inspect(R__cl, R__parent, "KLCOT", &KLCOT);
00221 R__insp.Inspect(R__cl, R__parent, "KNCOT", &KNCOT);
00222 R__insp.Inspect(R__cl, R__parent, "OKFCOT", &OKFCOT);
00223 R__insp.Inspect(R__cl, R__parent, "KFIST", &KFIST);
00224 R__insp.Inspect(R__cl, R__parent, "KLIST", &KLIST);
00225 R__insp.Inspect(R__cl, R__parent, "KNIST", &KNIST);
00226 R__insp.Inspect(R__cl, R__parent, "OKFIST", &OKFIST);
00227 R__insp.Inspect(R__cl, R__parent, "KFAST", &KFAST);
00228 R__insp.Inspect(R__cl, R__parent, "KLAST", &KLAST);
00229 R__insp.Inspect(R__cl, R__parent, "KNAST", &KNAST);
00230 R__insp.Inspect(R__cl, R__parent, "OKFAST", &OKFAST);
00231 R__insp.Inspect(R__cl, R__parent, "KFRET", &KFRET);
00232 R__insp.Inspect(R__cl, R__parent, "KLRET", &KLRET);
00233 R__insp.Inspect(R__cl, R__parent, "KNRET", &KNRET);
00234 R__insp.Inspect(R__cl, R__parent, "OKFRET", &OKFRET);
00235 R__insp.Inspect(R__cl, R__parent, "KFEFT", &KFEFT);
00236 R__insp.Inspect(R__cl, R__parent, "KLEFT", &KLEFT);
00237 R__insp.Inspect(R__cl, R__parent, "KNEFT", &KNEFT);
00238 R__insp.Inspect(R__cl, R__parent, "OKFEFT", &OKFEFT);
00239 R__insp.Inspect(R__cl, R__parent, "KFNET", &KFNET);
00240 R__insp.Inspect(R__cl, R__parent, "KLNET", &KLNET);
00241 R__insp.Inspect(R__cl, R__parent, "KNNET", &KNNET);
00242 R__insp.Inspect(R__cl, R__parent, "OKFNET", &OKFNET);
00243 R__insp.Inspect(R__cl, R__parent, "KFGAT", &KFGAT);
00244 R__insp.Inspect(R__cl, R__parent, "KLGAT", &KLGAT);
00245 R__insp.Inspect(R__cl, R__parent, "KNGAT", &KNGAT);
00246 R__insp.Inspect(R__cl, R__parent, "OKFGAT", &OKFGAT);
00247 R__insp.Inspect(R__cl, R__parent, "KFJET", &KFJET);
00248 R__insp.Inspect(R__cl, R__parent, "KLJET", &KLJET);
00249 R__insp.Inspect(R__cl, R__parent, "KNJET", &KNJET);
00250 R__insp.Inspect(R__cl, R__parent, "OKFJET", &OKFJET);
00251 R__insp.Inspect(R__cl, R__parent, "KFMCT", &KFMCT);
00252 R__insp.Inspect(R__cl, R__parent, "KLMCT", &KLMCT);
00253 R__insp.Inspect(R__cl, R__parent, "KNMCT", &KNMCT);
00254 R__insp.Inspect(R__cl, R__parent, "OKFMCT", &OKFMCT);
00255 R__insp.Inspect(R__cl, R__parent, "KFV0T", &KFV0T);
00256 R__insp.Inspect(R__cl, R__parent, "KLV0T", &KLV0T);
00257 R__insp.Inspect(R__cl, R__parent, "KNV0T", &KNV0T);
00258 R__insp.Inspect(R__cl, R__parent, "OKFV0T", &OKFV0T);
00259 R__insp.Inspect(R__cl, R__parent, "KFLVT", &KFLVT);
00260 R__insp.Inspect(R__cl, R__parent, "KLLVT", &KLLVT);
00261 R__insp.Inspect(R__cl, R__parent, "KNLVT", &KNLVT);
00262 R__insp.Inspect(R__cl, R__parent, "OKFLVT", &OKFLVT);
00263 R__insp.Inspect(R__cl, R__parent, "KFDCT", &KFDCT);
00264 R__insp.Inspect(R__cl, R__parent, "KLDCT", &KLDCT);
00265 R__insp.Inspect(R__cl, R__parent, "KNDCT", &KNDCT);
00266 R__insp.Inspect(R__cl, R__parent, "OKFDCT", &OKFDCT);
00267 R__insp.Inspect(R__cl, R__parent, "KFREV", &KFREV);
00268 R__insp.Inspect(R__cl, R__parent, "KLREV", &KLREV);
00269 R__insp.Inspect(R__cl, R__parent, "KNREV", &KNREV);
00270 R__insp.Inspect(R__cl, R__parent, "OKFREV", &OKFREV);
00271 R__insp.Inspect(R__cl, R__parent, "KFMCV", &KFMCV);
00272 R__insp.Inspect(R__cl, R__parent, "KLMCV", &KLMCV);
00273 R__insp.Inspect(R__cl, R__parent, "KNMCV", &KNMCV);
00274 R__insp.Inspect(R__cl, R__parent, "OKFMCV", &OKFMCV);
00275 R__insp.Inspect(R__cl, R__parent, "Gamp", (void*)&Gamp);
00276 ROOT::GenericShowMembers("AlephCollection<AlGamp>", (void*)&Gamp, R__insp, strcat(R__parent,"Gamp."),true);
00277 R__parent[R__ncp] = 0;
00278 R__insp.Inspect(R__cl, R__parent, "Eflw", (void*)&Eflw);
00279 ROOT::GenericShowMembers("AlephCollection<AlEflw>", (void*)&Eflw, R__insp, strcat(R__parent,"Eflw."),true);
00280 R__parent[R__ncp] = 0;
00281 R__insp.Inspect(R__cl, R__parent, "Track", (void*)&Track);
00282 ROOT::GenericShowMembers("AlephCollection<AlTrack>", (void*)&Track, R__insp, strcat(R__parent,"Track."),true);
00283 R__parent[R__ncp] = 0;
00284 R__insp.Inspect(R__cl, R__parent, "V0Track", (void*)&V0Track);
00285 ROOT::GenericShowMembers("AlephCollection<AlTrack>", (void*)&V0Track, R__insp, strcat(R__parent,"V0Track."),true);
00286 R__parent[R__ncp] = 0;
00287 R__insp.Inspect(R__cl, R__parent, "StdV0", (void*)&StdV0);
00288 ROOT::GenericShowMembers("AlephCollection<AlTrack>", (void*)&StdV0, R__insp, strcat(R__parent,"StdV0."),true);
00289 R__parent[R__ncp] = 0;
00290 R__insp.Inspect(R__cl, R__parent, "LongV0", (void*)&LongV0);
00291 ROOT::GenericShowMembers("AlephCollection<AlTrack>", (void*)&LongV0, R__insp, strcat(R__parent,"LongV0."),true);
00292 R__parent[R__ncp] = 0;
00293 R__insp.Inspect(R__cl, R__parent, "MCtruth", (void*)&MCtruth);
00294 ROOT::GenericShowMembers("AlephCollection<AlMCtruth>", (void*)&MCtruth, R__insp, strcat(R__parent,"MCtruth."),true);
00295 R__parent[R__ncp] = 0;
00296 R__insp.Inspect(R__cl, R__parent, "Muon", (void*)&Muon);
00297 ROOT::GenericShowMembers("AlephCollection<AlMuon>", (void*)&Muon, R__insp, strcat(R__parent,"Muon."),true);
00298 R__parent[R__ncp] = 0;
00299 R__insp.Inspect(R__cl, R__parent, "Elec", (void*)&Elec);
00300 ROOT::GenericShowMembers("AlephCollection<AlElec>", (void*)&Elec, R__insp, strcat(R__parent,"Elec."),true);
00301 R__parent[R__ncp] = 0;
00302 R__insp.Inspect(R__cl, R__parent, "SecVertices", (void*)&SecVertices);
00303 ROOT::GenericShowMembers("AlephCollection<AlVertex>", (void*)&SecVertices, R__insp, strcat(R__parent,"SecVertices."),true);
00304 R__parent[R__ncp] = 0;
00305 R__insp.Inspect(R__cl, R__parent, "MCvertices", (void*)&MCvertices);
00306 ROOT::GenericShowMembers("AlephCollection<AlVertex>", (void*)&MCvertices, R__insp, strcat(R__parent,"MCvertices."),true);
00307 R__parent[R__ncp] = 0;
00308 R__insp.Inspect(R__cl, R__parent, "_MainVertex", (void*)&_MainVertex);
00309 ROOT::GenericShowMembers("AlVertex", (void*)&_MainVertex, R__insp, strcat(R__parent,"_MainVertex."),true);
00310 R__parent[R__ncp] = 0;
00311 R__insp.Inspect(R__cl, R__parent, "Objects", (void*)&Objects);
00312 ROOT::GenericShowMembers("AlephCollection<AlObject*>", (void*)&Objects, R__insp, strcat(R__parent,"Objects."),true);
00313 R__parent[R__ncp] = 0;
00314 R__insp.Inspect(R__cl, R__parent, "_Event", (void*)&_Event);
00315 ROOT::GenericShowMembers("AlEvent", (void*)&_Event, R__insp, strcat(R__parent,"_Event."),true);
00316 R__parent[R__ncp] = 0;
00317 R__insp.Inspect(R__cl, R__parent, "_Run", (void*)&_Run);
00318 ROOT::GenericShowMembers("AlRun", (void*)&_Run, R__insp, strcat(R__parent,"_Run."),true);
00319 R__parent[R__ncp] = 0;
00320 R__insp.Inspect(R__cl, R__parent, "TEmap", (void*)&TEmap);
00321 ROOT::GenericShowMembers("map<AlTrack*,int>", (void*)&TEmap, R__insp, strcat(R__parent,"TEmap."),true);
00322 R__parent[R__ncp] = 0;
00323 R__insp.Inspect(R__cl, R__parent, "_Valid", &_Valid);
00324 TObject::ShowMembers(R__insp, R__parent);
00325 }
00326
00327 namespace ROOT {
00328
00329 TClass *AlphaBanks_IsA(const void *obj) {
00330 return ((::AlphaBanks*)obj)->IsA();
00331 }
00332
00333 void *new_AlphaBanks(void *p) {
00334 return p ? new(p) ::AlphaBanks : new ::AlphaBanks;
00335 }
00336 void *newArray_AlphaBanks(Long_t size) {
00337 return new ::AlphaBanks[size];
00338 }
00339
00340 void delete_AlphaBanks(void *p) {
00341 delete ((::AlphaBanks*)p);
00342 }
00343 void deleteArray_AlphaBanks(void *p) {
00344 delete [] ((::AlphaBanks*)p);
00345 }
00346 void destruct_AlphaBanks(void *p) {
00347 typedef ::AlphaBanks current_t;
00348 ((current_t*)p)->~current_t();
00349 }
00350 }
00351
00352
00353
00354
00355
00356 #ifdef G__MEMTEST
00357 #undef malloc
00358 #undef free
00359 #endif
00360
00361 extern "C" void G__cpp_reset_tagtableAlphaBanksDict();
00362
00363 extern "C" void G__set_cpp_environmentAlphaBanksDict() {
00364 G__add_compiledheader("TROOT.h");
00365 G__add_compiledheader("TMemberInspector.h");
00366 G__add_compiledheader("AlphaBanks.h");
00367 G__cpp_reset_tagtableAlphaBanksDict();
00368 }
00369 class G__AlphaBanksDictdOcpp_tag {};
00370
00371 void* operator new(size_t size,G__AlphaBanksDictdOcpp_tag* p) {
00372 if(p && G__PVOID!=G__getgvp()) return((void*)p);
00373 #ifndef G__ROOT
00374 return(malloc(size));
00375 #else
00376 return(::operator new(size));
00377 #endif
00378 }
00379
00380
00381 #ifdef G__EH_DUMMY_DELETE
00382 void operator delete(void *p,G__AlphaBanksDictdOcpp_tag* x) {
00383 if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
00384 #ifndef G__ROOT
00385 free(p);
00386 #else
00387 ::operator delete(p);
00388 #endif
00389 }
00390 #endif
00391
00392 static void G__operator_delete(void *p) {
00393 if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return;
00394 #ifndef G__ROOT
00395 free(p);
00396 #else
00397 ::operator delete(p);
00398 #endif
00399 }
00400
00401 void G__DELDMY_AlphaBanksDictdOcpp() { G__operator_delete(0); }
00402
00403 extern "C" int G__cpp_dllrevAlphaBanksDict() { return(30051515); }
00404
00405
00406
00407
00408
00409
00410 static int G__AlphaBanksDict_601_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00411 AlphaBanks *p=NULL;
00412 switch(libp->paran) {
00413 case 1:
00414 p = new AlphaBanks((AlphaBanks::DataSource)G__int(libp->para[0]));
00415 break;
00416 case 0:
00417 if(G__getaryconstruct()) p=new AlphaBanks[G__getaryconstruct()];
00418 else p=new AlphaBanks;
00419 break;
00420 }
00421 result7->obj.i = (long)p;
00422 result7->ref = (long)p;
00423 result7->type = 'u';
00424 result7->tagnum = G__get_linked_tagnum(&G__AlphaBanksDictLN_AlphaBanks);
00425 return(1 || funcname || hash || result7 || libp) ;
00426 }
00427
00428 static int G__AlphaBanksDict_601_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00429 G__setnull(result7);
00430 ((AlphaBanks*)(G__getstructoffset()))->LoadFromBos();
00431 return(1 || funcname || hash || result7 || libp) ;
00432 }
00433
00434 static int G__AlphaBanksDict_601_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00435 G__setnull(result7);
00436 ((AlphaBanks*)(G__getstructoffset()))->InitObjectStructure();
00437 return(1 || funcname || hash || result7 || libp) ;
00438 }
00439
00440 static int G__AlphaBanksDict_601_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00441 {
00442 const AlephCollection<AlGamp>& obj=((AlphaBanks*)(G__getstructoffset()))->GampV();
00443 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
00444 }
00445 return(1 || funcname || hash || result7 || libp) ;
00446 }
00447
00448 static int G__AlphaBanksDict_601_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00449 {
00450 AlephCollection<AlGamp*> *pobj,xobj=((AlphaBanks*)(G__getstructoffset()))->GampPV();
00451 pobj=new AlephCollection<AlGamp*>(xobj);
00452 result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
00453 G__store_tempobject(*result7);
00454 }
00455 return(1 || funcname || hash || result7 || libp) ;
00456 }
00457
00458 static int G__AlphaBanksDict_601_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00459 {
00460 const AlephCollection<AlEflw>& obj=((AlphaBanks*)(G__getstructoffset()))->EflwV();
00461 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
00462 }
00463 return(1 || funcname || hash || result7 || libp) ;
00464 }
00465
00466 static int G__AlphaBanksDict_601_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00467 {
00468 AlephCollection<AlEflw*> *pobj,xobj=((AlphaBanks*)(G__getstructoffset()))->EflwPV();
00469 pobj=new AlephCollection<AlEflw*>(xobj);
00470 result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
00471 G__store_tempobject(*result7);
00472 }
00473 return(1 || funcname || hash || result7 || libp) ;
00474 }
00475
00476 static int G__AlphaBanksDict_601_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00477 {
00478 const AlephCollection<AlTrack>& obj=((AlphaBanks*)(G__getstructoffset()))->TrackV();
00479 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
00480 }
00481 return(1 || funcname || hash || result7 || libp) ;
00482 }
00483
00484 static int G__AlphaBanksDict_601_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00485 {
00486 AlephCollection<AlTrack*> *pobj,xobj=((AlphaBanks*)(G__getstructoffset()))->TrackPV();
00487 pobj=new AlephCollection<AlTrack*>(xobj);
00488 result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
00489 G__store_tempobject(*result7);
00490 }
00491 return(1 || funcname || hash || result7 || libp) ;
00492 }
00493
00494 static int G__AlphaBanksDict_601_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00495 {
00496 const AlephCollection<AlTrack>& obj=((AlphaBanks*)(G__getstructoffset()))->V0TrackV();
00497 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
00498 }
00499 return(1 || funcname || hash || result7 || libp) ;
00500 }
00501
00502 static int G__AlphaBanksDict_601_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00503 {
00504 AlephCollection<AlTrack*> *pobj,xobj=((AlphaBanks*)(G__getstructoffset()))->V0TrackPV();
00505 pobj=new AlephCollection<AlTrack*>(xobj);
00506 result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
00507 G__store_tempobject(*result7);
00508 }
00509 return(1 || funcname || hash || result7 || libp) ;
00510 }
00511
00512 static int G__AlphaBanksDict_601_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00513 {
00514 const AlephCollection<AlTrack>& obj=((AlphaBanks*)(G__getstructoffset()))->StdV0V();
00515 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
00516 }
00517 return(1 || funcname || hash || result7 || libp) ;
00518 }
00519
00520 static int G__AlphaBanksDict_601_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00521 {
00522 AlephCollection<AlTrack*> *pobj,xobj=((AlphaBanks*)(G__getstructoffset()))->StdV0PV();
00523 pobj=new AlephCollection<AlTrack*>(xobj);
00524 result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
00525 G__store_tempobject(*result7);
00526 }
00527 return(1 || funcname || hash || result7 || libp) ;
00528 }
00529
00530 static int G__AlphaBanksDict_601_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00531 {
00532 const AlephCollection<AlTrack>& obj=((AlphaBanks*)(G__getstructoffset()))->LongV0V();
00533 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
00534 }
00535 return(1 || funcname || hash || result7 || libp) ;
00536 }
00537
00538 static int G__AlphaBanksDict_601_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00539 {
00540 AlephCollection<AlTrack*> *pobj,xobj=((AlphaBanks*)(G__getstructoffset()))->LongV0PV();
00541 pobj=new AlephCollection<AlTrack*>(xobj);
00542 result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
00543 G__store_tempobject(*result7);
00544 }
00545 return(1 || funcname || hash || result7 || libp) ;
00546 }
00547
00548 static int G__AlphaBanksDict_601_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00549 {
00550 const AlephCollection<AlMCtruth>& obj=((AlphaBanks*)(G__getstructoffset()))->MCtruthV();
00551 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
00552 }
00553 return(1 || funcname || hash || result7 || libp) ;
00554 }
00555
00556 static int G__AlphaBanksDict_601_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00557 {
00558 AlephCollection<AlMCtruth*> *pobj,xobj=((AlphaBanks*)(G__getstructoffset()))->MCtruthPV();
00559 pobj=new AlephCollection<AlMCtruth*>(xobj);
00560 result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
00561 G__store_tempobject(*result7);
00562 }
00563 return(1 || funcname || hash || result7 || libp) ;
00564 }
00565
00566 static int G__AlphaBanksDict_601_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00567 {
00568 const AlephCollection<AlMuon>& obj=((AlphaBanks*)(G__getstructoffset()))->MuonV();
00569 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
00570 }
00571 return(1 || funcname || hash || result7 || libp) ;
00572 }
00573
00574 static int G__AlphaBanksDict_601_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00575 {
00576 AlephCollection<AlMuon*> *pobj,xobj=((AlphaBanks*)(G__getstructoffset()))->MuonPV();
00577 pobj=new AlephCollection<AlMuon*>(xobj);
00578 result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
00579 G__store_tempobject(*result7);
00580 }
00581 return(1 || funcname || hash || result7 || libp) ;
00582 }
00583
00584 static int G__AlphaBanksDict_601_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00585 {
00586 const AlephCollection<AlElec>& obj=((AlphaBanks*)(G__getstructoffset()))->ElecV();
00587 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
00588 }
00589 return(1 || funcname || hash || result7 || libp) ;
00590 }
00591
00592 static int G__AlphaBanksDict_601_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00593 {
00594 AlephCollection<AlElec*> *pobj,xobj=((AlphaBanks*)(G__getstructoffset()))->ElecPV();
00595 pobj=new AlephCollection<AlElec*>(xobj);
00596 result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
00597 G__store_tempobject(*result7);
00598 }
00599 return(1 || funcname || hash || result7 || libp) ;
00600 }
00601
00602 static int G__AlphaBanksDict_601_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00603 {
00604 const AlVertex& obj=((AlphaBanks*)(G__getstructoffset()))->MainVertex();
00605 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
00606 }
00607 return(1 || funcname || hash || result7 || libp) ;
00608 }
00609
00610 static int G__AlphaBanksDict_601_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00611 G__letint(result7,85,(long)((AlphaBanks*)(G__getstructoffset()))->MainVertexP());
00612 return(1 || funcname || hash || result7 || libp) ;
00613 }
00614
00615 static int G__AlphaBanksDict_601_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00616 {
00617 const AlephCollection<AlVertex>& obj=((AlphaBanks*)(G__getstructoffset()))->SecVerticesV();
00618 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
00619 }
00620 return(1 || funcname || hash || result7 || libp) ;
00621 }
00622
00623 static int G__AlphaBanksDict_601_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00624 {
00625 AlephCollection<AlVertex*> *pobj,xobj=((AlphaBanks*)(G__getstructoffset()))->SecVerticesPV();
00626 pobj=new AlephCollection<AlVertex*>(xobj);
00627 result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
00628 G__store_tempobject(*result7);
00629 }
00630 return(1 || funcname || hash || result7 || libp) ;
00631 }
00632
00633 static int G__AlphaBanksDict_601_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00634 {
00635 const AlephCollection<AlVertex>& obj=((AlphaBanks*)(G__getstructoffset()))->MCverticesV();
00636 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
00637 }
00638 return(1 || funcname || hash || result7 || libp) ;
00639 }
00640
00641 static int G__AlphaBanksDict_601_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00642 {
00643 AlephCollection<AlVertex*> *pobj,xobj=((AlphaBanks*)(G__getstructoffset()))->MCverticesPV();
00644 pobj=new AlephCollection<AlVertex*>(xobj);
00645 result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
00646 G__store_tempobject(*result7);
00647 }
00648 return(1 || funcname || hash || result7 || libp) ;
00649 }
00650
00651 static int G__AlphaBanksDict_601_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00652 {
00653 AlephCollection<AlObject*> *pobj,xobj=((AlphaBanks*)(G__getstructoffset()))->ObjectPV();
00654 pobj=new AlephCollection<AlObject*>(xobj);
00655 result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i;
00656 G__store_tempobject(*result7);
00657 }
00658 return(1 || funcname || hash || result7 || libp) ;
00659 }
00660
00661 static int G__AlphaBanksDict_601_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00662 {
00663 const AlEvent& obj=((AlphaBanks*)(G__getstructoffset()))->Event();
00664 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
00665 }
00666 return(1 || funcname || hash || result7 || libp) ;
00667 }
00668
00669 static int G__AlphaBanksDict_601_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00670 {
00671 const AlRun& obj=((AlphaBanks*)(G__getstructoffset()))->Run();
00672 result7->ref=(long)(&obj); result7->obj.i=(long)(&obj);
00673 }
00674 return(1 || funcname || hash || result7 || libp) ;
00675 }
00676
00677 static int G__AlphaBanksDict_601_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00678 G__setnull(result7);
00679 ((AlphaBanks*)(G__getstructoffset()))->addObject((AlObject*)G__int(libp->para[0]));
00680 return(1 || funcname || hash || result7 || libp) ;
00681 }
00682
00683 static int G__AlphaBanksDict_601_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00684 G__letint(result7,103,(long)((const AlphaBanks*)(G__getstructoffset()))->isValid());
00685 return(1 || funcname || hash || result7 || libp) ;
00686 }
00687
00688 static int G__AlphaBanksDict_601_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00689 G__letint(result7,85,(long)AlphaBanks::Class());
00690 return(1 || funcname || hash || result7 || libp) ;
00691 }
00692
00693 static int G__AlphaBanksDict_601_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00694 G__letint(result7,67,(long)AlphaBanks::Class_Name());
00695 return(1 || funcname || hash || result7 || libp) ;
00696 }
00697
00698 static int G__AlphaBanksDict_601_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00699 G__letint(result7,115,(long)AlphaBanks::Class_Version());
00700 return(1 || funcname || hash || result7 || libp) ;
00701 }
00702
00703 static int G__AlphaBanksDict_601_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00704 G__setnull(result7);
00705 AlphaBanks::Dictionary();
00706 return(1 || funcname || hash || result7 || libp) ;
00707 }
00708
00709 static int G__AlphaBanksDict_601_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00710 G__letint(result7,85,(long)((const AlphaBanks*)(G__getstructoffset()))->IsA());
00711 return(1 || funcname || hash || result7 || libp) ;
00712 }
00713
00714 static int G__AlphaBanksDict_601_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00715 G__setnull(result7);
00716 ((AlphaBanks*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1]));
00717 return(1 || funcname || hash || result7 || libp) ;
00718 }
00719
00720 static int G__AlphaBanksDict_601_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00721 G__setnull(result7);
00722 ((AlphaBanks*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref);
00723 return(1 || funcname || hash || result7 || libp) ;
00724 }
00725
00726 static int G__AlphaBanksDict_601_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00727 G__setnull(result7);
00728 ((AlphaBanks*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref);
00729 return(1 || funcname || hash || result7 || libp) ;
00730 }
00731
00732 static int G__AlphaBanksDict_601_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00733 G__letint(result7,67,(long)AlphaBanks::DeclFileName());
00734 return(1 || funcname || hash || result7 || libp) ;
00735 }
00736
00737 static int G__AlphaBanksDict_601_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00738 G__letint(result7,105,(long)AlphaBanks::ImplFileLine());
00739 return(1 || funcname || hash || result7 || libp) ;
00740 }
00741
00742 static int G__AlphaBanksDict_601_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00743 G__letint(result7,67,(long)AlphaBanks::ImplFileName());
00744 return(1 || funcname || hash || result7 || libp) ;
00745 }
00746
00747 static int G__AlphaBanksDict_601_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00748 G__letint(result7,105,(long)AlphaBanks::DeclFileLine());
00749 return(1 || funcname || hash || result7 || libp) ;
00750 }
00751
00752
00753 static int G__AlphaBanksDict_601_5_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash)
00754 {
00755 AlphaBanks *p;
00756 p=new AlphaBanks(*(AlphaBanks*)G__int(libp->para[0]));
00757 result7->obj.i = (long)p;
00758 result7->ref = (long)p;
00759 result7->type = 'u';
00760 result7->tagnum = G__get_linked_tagnum(&G__AlphaBanksDictLN_AlphaBanks);
00761 return(1 || funcname || hash || result7 || libp) ;
00762 }
00763
00764
00765 typedef AlphaBanks G__TAlphaBanks;
00766 static int G__AlphaBanksDict_601_6_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) {
00767 if(0==G__getstructoffset()) return(1);
00768 if(G__getaryconstruct())
00769 if(G__PVOID==G__getgvp())
00770 delete[] (AlphaBanks *)(G__getstructoffset());
00771 else
00772 for(int i=G__getaryconstruct()-1;i>=0;i--)
00773 delete (AlphaBanks *)((G__getstructoffset())+sizeof(AlphaBanks)*i);
00774 else delete (AlphaBanks *)(G__getstructoffset());
00775 G__setnull(result7);
00776 return(1 || funcname || hash || result7 || libp) ;
00777 }
00778
00779
00780
00781
00782
00783
00784
00785
00786
00787
00788
00789
00790
00791
00792
00793
00794
00795 class G__Sizep2memfuncAlphaBanksDict {
00796 public:
00797 G__Sizep2memfuncAlphaBanksDict() {p=&G__Sizep2memfuncAlphaBanksDict::sizep2memfunc;}
00798 size_t sizep2memfunc() { return(sizeof(p)); }
00799 private:
00800 size_t (G__Sizep2memfuncAlphaBanksDict::*p)();
00801 };
00802
00803 size_t G__get_sizep2memfuncAlphaBanksDict()
00804 {
00805 G__Sizep2memfuncAlphaBanksDict a;
00806 G__setsizep2memfunc((int)a.sizep2memfunc());
00807 return((size_t)a.sizep2memfunc());
00808 }
00809
00810
00811
00812
00813
00814
00815
00816
00817
00818
00819
00820 extern "C" void G__cpp_setup_inheritanceAlphaBanksDict() {
00821
00822
00823 if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__AlphaBanksDictLN_AlphaBanks))) {
00824 AlphaBanks *G__Lderived;
00825 G__Lderived=(AlphaBanks*)0x1000;
00826 {
00827 TObject *G__Lpbase=(TObject*)G__Lderived;
00828 G__inheritance_setup(G__get_linked_tagnum(&G__AlphaBanksDictLN_AlphaBanks),G__get_linked_tagnum(&G__AlphaBanksDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
00829 }
00830 }
00831 }
00832
00833
00834
00835
00836 extern "C" void G__cpp_setup_typetableAlphaBanksDict() {
00837
00838
00839 G__search_typename2("Version_t",115,-1,0,
00840 -1);
00841 G__setnewtype(-1,"Class version identifier (short)",0);
00842 G__search_typename2("vector<AlMCtruth*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlMCtruthmUcOallocatorlEAlMCtruthmUgRsPgR),0,-1);
00843 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00844 G__search_typename2("random_access_iterator<AlMCtruth*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlMCtruthmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlMCtruthmUcOallocatorlEAlMCtruthmUgRsPgR));
00845 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00846 G__search_typename2("vector<AlJet>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlJetcOallocatorlEAlJetgRsPgR),0,-1);
00847 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00848 G__search_typename2("random_access_iterator<AlJet,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlJetcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlJetcOallocatorlEAlJetgRsPgR));
00849 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00850 G__search_typename2("vector<float>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEfloatcOallocatorlEfloatgRsPgR),0,-1);
00851 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00852 G__search_typename2("random_access_iterator<float,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEfloatcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEfloatcOallocatorlEfloatgRsPgR));
00853 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00854 G__search_typename2("vector<AlTau>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlTaucOallocatorlEAlTaugRsPgR),0,-1);
00855 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00856 G__search_typename2("random_access_iterator<AlTau,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlTaucOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlTaucOallocatorlEAlTaugRsPgR));
00857 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00858 G__search_typename2("vector<AlMuon*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlMuonmUcOallocatorlEAlMuonmUgRsPgR),0,-1);
00859 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00860 G__search_typename2("random_access_iterator<AlMuon*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlMuonmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlMuonmUcOallocatorlEAlMuonmUgRsPgR));
00861 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00862 G__search_typename2("vector<AlObject*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlObjectmUcOallocatorlEAlObjectmUgRsPgR),0,-1);
00863 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00864 G__search_typename2("random_access_iterator<AlObject*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlObjectmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlObjectmUcOallocatorlEAlObjectmUgRsPgR));
00865 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00866 G__search_typename2("vector<DurhamProtoJet>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEDurhamProtoJetcOallocatorlEDurhamProtoJetgRsPgR),0,-1);
00867 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00868 G__search_typename2("random_access_iterator<DurhamProtoJet,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEDurhamProtoJetcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEDurhamProtoJetcOallocatorlEDurhamProtoJetgRsPgR));
00869 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00870 G__search_typename2("vector<const QvecBase*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEconstsPQvecBasemUcOallocatorlEconstsPQvecBasemUgRsPgR),0,-1);
00871 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00872 G__search_typename2("random_access_iterator<const QvecBase*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEconstsPQvecBasemUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEconstsPQvecBasemUcOallocatorlEconstsPQvecBasemUgRsPgR));
00873 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00874 G__search_typename2("vector<JadeProtoJet>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEJadeProtoJetcOallocatorlEJadeProtoJetgRsPgR),0,-1);
00875 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00876 G__search_typename2("random_access_iterator<JadeProtoJet,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEJadeProtoJetcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEJadeProtoJetcOallocatorlEJadeProtoJetgRsPgR));
00877 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00878 G__search_typename2("vector<unsigned short>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEunsignedsPshortcOallocatorlEunsignedsPshortgRsPgR),0,-1);
00879 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00880 G__search_typename2("random_access_iterator<unsigned short,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEunsignedsPshortcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEunsignedsPshortcOallocatorlEunsignedsPshortgRsPgR));
00881 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00882 G__search_typename2("vector<FKIN*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEFKINmUcOallocatorlEFKINmUgRsPgR),0,-1);
00883 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00884 G__search_typename2("random_access_iterator<FKIN*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEFKINmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEFKINmUcOallocatorlEFKINmUgRsPgR));
00885 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00886 G__search_typename2("vector<LOLE*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlELOLEmUcOallocatorlELOLEmUgRsPgR),0,-1);
00887 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00888 G__search_typename2("random_access_iterator<LOLE*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlELOLEmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlELOLEmUcOallocatorlELOLEmUgRsPgR));
00889 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00890 G__search_typename2("vector<X1RG*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEX1RGmUcOallocatorlEX1RGmUgRsPgR),0,-1);
00891 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00892 G__search_typename2("random_access_iterator<X1RG*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEX1RGmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEX1RGmUcOallocatorlEX1RGmUgRsPgR));
00893 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00894 G__search_typename2("vector<XTBN*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEXTBNmUcOallocatorlEXTBNmUgRsPgR),0,-1);
00895 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00896 G__search_typename2("random_access_iterator<XTBN*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEXTBNmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEXTBNmUcOallocatorlEXTBNmUgRsPgR));
00897 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00898 G__search_typename2("vector<XHVB*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEXHVBmUcOallocatorlEXHVBmUgRsPgR),0,-1);
00899 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00900 G__search_typename2("random_access_iterator<XHVB*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEXHVBmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEXHVBmUcOallocatorlEXHVBmUgRsPgR));
00901 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00902 G__search_typename2("vector<VHPV*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEVHPVmUcOallocatorlEVHPVmUgRsPgR),0,-1);
00903 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00904 G__search_typename2("random_access_iterator<VHPV*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEVHPVmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEVHPVmUcOallocatorlEVHPVmUgRsPgR));
00905 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00906 G__search_typename2("vector<VHBV*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEVHBVmUcOallocatorlEVHBVmUgRsPgR),0,-1);
00907 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00908 G__search_typename2("random_access_iterator<VHBV*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEVHBVmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEVHBVmUcOallocatorlEVHBVmUgRsPgR));
00909 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00910 G__search_typename2("vector<X1TV*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEX1TVmUcOallocatorlEX1TVmUgRsPgR),0,-1);
00911 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00912 G__search_typename2("random_access_iterator<X1TV*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEX1TVmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEX1TVmUcOallocatorlEX1TVmUgRsPgR));
00913 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00914 G__search_typename2("vector<KWGT*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEKWGTmUcOallocatorlEKWGTmUgRsPgR),0,-1);
00915 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00916 G__search_typename2("random_access_iterator<KWGT*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEKWGTmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEKWGTmUcOallocatorlEKWGTmUgRsPgR));
00917 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00918 G__search_typename2("vector<X1IP*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEX1IPmUcOallocatorlEX1IPmUgRsPgR),0,-1);
00919 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00920 G__search_typename2("random_access_iterator<X1IP*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEX1IPmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEX1IPmUcOallocatorlEX1IPmUgRsPgR));
00921 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00922 G__search_typename2("vector<SIXA*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlESIXAmUcOallocatorlESIXAmUgRsPgR),0,-1);
00923 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00924 G__search_typename2("random_access_iterator<SIXA*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlESIXAmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlESIXAmUcOallocatorlESIXAmUgRsPgR));
00925 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00926 G__search_typename2("vector<SRCO*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlESRCOmUcOallocatorlESRCOmUgRsPgR),0,-1);
00927 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00928 G__search_typename2("random_access_iterator<SRCO*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlESRCOmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlESRCOmUcOallocatorlESRCOmUgRsPgR));
00929 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00930 G__search_typename2("vector<X1TH*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEX1THmUcOallocatorlEX1THmUgRsPgR),0,-1);
00931 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00932 G__search_typename2("random_access_iterator<X1TH*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEX1THmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEX1THmUcOallocatorlEX1THmUgRsPgR));
00933 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00934 G__search_typename2("vector<X1AD*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEX1ADmUcOallocatorlEX1ADmUgRsPgR),0,-1);
00935 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00936 G__search_typename2("random_access_iterator<X1AD*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEX1ADmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEX1ADmUcOallocatorlEX1ADmUgRsPgR));
00937 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00938 G__search_typename2("vector<bool>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEboolcOallocatorlEboolgRsPgR),0,-1);
00939 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00940 G__search_typename2("random_access_iterator<bool,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEboolcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEboolcOallocatorlEboolgRsPgR));
00941 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00942 G__search_typename2("vector<QvecBase*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEQvecBasemUcOallocatorlEQvecBasemUgRsPgR),0,-1);
00943 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00944 G__search_typename2("random_access_iterator<QvecBase*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEQvecBasemUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEQvecBasemUcOallocatorlEQvecBasemUgRsPgR));
00945 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00946 G__search_typename2("vector<AlGamp>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlGampcOallocatorlEAlGampgRsPgR),0,-1);
00947 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00948 G__search_typename2("random_access_iterator<AlGamp,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlGampcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlGampcOallocatorlEAlGampgRsPgR));
00949 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00950 G__search_typename2("vector<AlGamp*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlGampmUcOallocatorlEAlGampmUgRsPgR),0,-1);
00951 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00952 G__search_typename2("random_access_iterator<AlGamp*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlGampmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlGampmUcOallocatorlEAlGampmUgRsPgR));
00953 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00954 G__search_typename2("vector<AlEflw>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlEflwcOallocatorlEAlEflwgRsPgR),0,-1);
00955 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00956 G__search_typename2("random_access_iterator<AlEflw,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlEflwcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlEflwcOallocatorlEAlEflwgRsPgR));
00957 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00958 G__search_typename2("vector<AlEflw*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlEflwmUcOallocatorlEAlEflwmUgRsPgR),0,-1);
00959 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00960 G__search_typename2("random_access_iterator<AlEflw*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlEflwmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlEflwmUcOallocatorlEAlEflwmUgRsPgR));
00961 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00962 G__search_typename2("vector<AlTrack>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlTrackcOallocatorlEAlTrackgRsPgR),0,-1);
00963 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00964 G__search_typename2("random_access_iterator<AlTrack,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlTrackcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlTrackcOallocatorlEAlTrackgRsPgR));
00965 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00966 G__search_typename2("vector<AlTrack*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlTrackmUcOallocatorlEAlTrackmUgRsPgR),0,-1);
00967 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00968 G__search_typename2("random_access_iterator<AlTrack*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlTrackmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlTrackmUcOallocatorlEAlTrackmUgRsPgR));
00969 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00970 G__search_typename2("vector<AlMCtruth>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlMCtruthcOallocatorlEAlMCtruthgRsPgR),0,-1);
00971 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00972 G__search_typename2("random_access_iterator<AlMCtruth,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlMCtruthcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlMCtruthcOallocatorlEAlMCtruthgRsPgR));
00973 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00974 G__search_typename2("vector<AlMuon>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlMuoncOallocatorlEAlMuongRsPgR),0,-1);
00975 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00976 G__search_typename2("random_access_iterator<AlMuon,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlMuoncOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlMuoncOallocatorlEAlMuongRsPgR));
00977 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00978 G__search_typename2("vector<AlElec>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlEleccOallocatorlEAlElecgRsPgR),0,-1);
00979 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00980 G__search_typename2("random_access_iterator<AlElec,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlEleccOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlEleccOallocatorlEAlElecgRsPgR));
00981 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00982 G__search_typename2("vector<AlElec*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlElecmUcOallocatorlEAlElecmUgRsPgR),0,-1);
00983 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00984 G__search_typename2("random_access_iterator<AlElec*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlElecmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlElecmUcOallocatorlEAlElecmUgRsPgR));
00985 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00986 G__search_typename2("vector<AlVertex>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlVertexcOallocatorlEAlVertexgRsPgR),0,-1);
00987 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00988 G__search_typename2("random_access_iterator<AlVertex,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlVertexcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlVertexcOallocatorlEAlVertexgRsPgR));
00989 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00990 G__search_typename2("vector<AlVertex*>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlVertexmUcOallocatorlEAlVertexmUgRsPgR),0,-1);
00991 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00992 G__search_typename2("random_access_iterator<AlVertex*,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlVertexmUcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlVertexmUcOallocatorlEAlVertexmUgRsPgR));
00993 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00994 G__search_typename2("vector<QVEC>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEQVECcOallocatorlEQVECgRsPgR),0,-1);
00995 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00996 G__search_typename2("random_access_iterator<QVEC,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEQVECcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEQVECcOallocatorlEQVECgRsPgR));
00997 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
00998 G__search_typename2("vector<QVRT>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEQVRTcOallocatorlEQVRTgRsPgR),0,-1);
00999 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
01000 G__search_typename2("random_access_iterator<QVRT,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEQVRTcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEQVRTcOallocatorlEQVRTgRsPgR));
01001 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
01002 G__search_typename2("map<AlTrack*,int>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_maplEAlTrackmUcOintcOlesslEAlTrackmUgRcOallocatorlEintgRsPgR),0,-1);
01003 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
01004 G__search_typename2("bidirectional_iterator<int,difference_type>",117,G__get_linked_tagnum(&G__AlphaBanksDictLN_bidirectional_iteratorlEintcOintgR),0,G__get_linked_tagnum(&G__AlphaBanksDictLN_maplEAlTrackmUcOintcOlesslEAlTrackmUgRcOallocatorlEintgRsPgR));
01005 G__setnewtype(-1,"# 1 \"/tmp/fileEMVG0M_cint.cxx\"",0);
01006 }
01007
01008
01009
01010
01011
01012
01013
01014
01015 static void G__setup_memvarAlphaBanks(void) {
01016 G__tag_memvar_setup(G__get_linked_tagnum(&G__AlphaBanksDictLN_AlphaBanks));
01017 { AlphaBanks *p; p=(AlphaBanks*)0x1000; if (p) { }
01018 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlphaBankscLcLDataSource),-1,-2,1,"BOS=0",0,(char*)NULL);
01019 G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlphaBankscLcLDataSource),-1,-2,1,"ROOT=1",0,(char*)NULL);
01020 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEQVECcOallocatorlEQVECgRsPgR),G__defined_typename("vector<QVEC>"),-1,4,"qvec=",0,(char*)NULL);
01021 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEQVRTcOallocatorlEQVRTgRsPgR),G__defined_typename("vector<QVRT>"),-1,4,"qvrt=",0,(char*)NULL);
01022 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_QEXT),-1,-1,4,"qext=",0,(char*)NULL);
01023 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_QHAC),-1,-1,4,"qhac=",0,(char*)NULL);
01024 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KFCHT=",0,(char*)NULL);
01025 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KLCHT=",0,(char*)NULL);
01026 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KNCHT=",0,(char*)NULL);
01027 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"OKFCHT=",0,(char*)NULL);
01028 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KFCOT=",0,(char*)NULL);
01029 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KLCOT=",0,(char*)NULL);
01030 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KNCOT=",0,(char*)NULL);
01031 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"OKFCOT=",0,(char*)NULL);
01032 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KFIST=",0,(char*)NULL);
01033 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KLIST=",0,(char*)NULL);
01034 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KNIST=",0,(char*)NULL);
01035 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"OKFIST=",0,(char*)NULL);
01036 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KFAST=",0,(char*)NULL);
01037 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KLAST=",0,(char*)NULL);
01038 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KNAST=",0,(char*)NULL);
01039 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"OKFAST=",0,(char*)NULL);
01040 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KFRET=",0,(char*)NULL);
01041 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KLRET=",0,(char*)NULL);
01042 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KNRET=",0,(char*)NULL);
01043 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"OKFRET=",0,(char*)NULL);
01044 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KFEFT=",0,(char*)NULL);
01045 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KLEFT=",0,(char*)NULL);
01046 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KNEFT=",0,(char*)NULL);
01047 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"OKFEFT=",0,(char*)NULL);
01048 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KFNET=",0,(char*)NULL);
01049 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KLNET=",0,(char*)NULL);
01050 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KNNET=",0,(char*)NULL);
01051 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"OKFNET=",0,(char*)NULL);
01052 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KFGAT=",0,(char*)NULL);
01053 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KLGAT=",0,(char*)NULL);
01054 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KNGAT=",0,(char*)NULL);
01055 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"OKFGAT=",0,(char*)NULL);
01056 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KFJET=",0,(char*)NULL);
01057 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KLJET=",0,(char*)NULL);
01058 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KNJET=",0,(char*)NULL);
01059 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"OKFJET=",0,(char*)NULL);
01060 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KFMCT=",0,(char*)NULL);
01061 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KLMCT=",0,(char*)NULL);
01062 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KNMCT=",0,(char*)NULL);
01063 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"OKFMCT=",0,(char*)NULL);
01064 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KFV0T=",0,(char*)NULL);
01065 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KLV0T=",0,(char*)NULL);
01066 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KNV0T=",0,(char*)NULL);
01067 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"OKFV0T=",0,(char*)NULL);
01068 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KFLVT=",0,(char*)NULL);
01069 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KLLVT=",0,(char*)NULL);
01070 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KNLVT=",0,(char*)NULL);
01071 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"OKFLVT=",0,(char*)NULL);
01072 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KFDCT=",0,(char*)NULL);
01073 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KLDCT=",0,(char*)NULL);
01074 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KNDCT=",0,(char*)NULL);
01075 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"OKFDCT=",0,(char*)NULL);
01076 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KFREV=",0,(char*)NULL);
01077 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KLREV=",0,(char*)NULL);
01078 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KNREV=",0,(char*)NULL);
01079 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"OKFREV=",0,(char*)NULL);
01080 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KFMCV=",0,(char*)NULL);
01081 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KLMCV=",0,(char*)NULL);
01082 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"KNMCV=",0,(char*)NULL);
01083 G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"OKFMCV=",0,(char*)NULL);
01084 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlGampgR),-1,-1,4,"Gamp=",0,"!");
01085 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlEflwgR),-1,-1,4,"Eflw=",0,"!");
01086 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlTrackgR),-1,-1,4,"Track=",0,"!");
01087 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlTrackgR),-1,-1,4,"V0Track=",0,"!");
01088 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlTrackgR),-1,-1,4,"StdV0=",0,"!");
01089 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlTrackgR),-1,-1,4,"LongV0=",0,"!");
01090 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlMCtruthgR),-1,-1,4,"MCtruth=",0,"!");
01091 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlMuongR),-1,-1,4,"Muon=",0,"!");
01092 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlElecgR),-1,-1,4,"Elec=",0,"!");
01093 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlVertexgR),-1,-1,4,"SecVertices=",0,"!");
01094 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlVertexgR),-1,-1,4,"MCvertices=",0,"!");
01095 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlVertex),-1,-1,4,"_MainVertex=",0,"!");
01096 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlObjectmUgR),-1,-1,4,"Objects=",0,"!");
01097 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlEvent),-1,-1,4,"_Event=",0,"!");
01098 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlRun),-1,-1,4,"_Run=",0,"!");
01099 G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_maplEAlTrackmUcOintcOlesslEAlTrackmUgRcOallocatorlEintgRsPgR),G__defined_typename("map<AlTrack*,int>"),-1,4,"TEmap=",0,"!");
01100 G__memvar_setup((void*)NULL,103,0,0,-1,-1,-1,4,"_Valid=",0,"!");
01101 G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__AlphaBanksDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
01102 }
01103 G__tag_memvar_reset();
01104 }
01105
01106 extern "C" void G__cpp_setup_memvarAlphaBanksDict() {
01107 }
01108
01109
01110
01111
01112
01113
01114
01115
01116
01117
01118
01119
01120 static void G__setup_memfuncAlphaBanks(void) {
01121
01122 G__tag_memfunc_setup(G__get_linked_tagnum(&G__AlphaBanksDictLN_AlphaBanks));
01123 G__memfunc_setup("AlphaBanks",981,G__AlphaBanksDict_601_0_0,105,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlphaBanks),-1,0,1,1,1,0,"i 'AlphaBanks::DataSource' - 0 ROOT src",(char*)NULL,(void*)NULL,0);
01124 G__memfunc_setup("LoadFromBos",1080,G__AlphaBanksDict_601_2_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01125 G__memfunc_setup("InitObjectStructure",1980,G__AlphaBanksDict_601_3_0,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01126 G__memfunc_setup("GampV",475,G__AlphaBanksDict_601_4_0,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlGampgR),-1,1,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01127 G__memfunc_setup("GampPV",555,G__AlphaBanksDict_601_5_0,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlGampmUgR),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01128 G__memfunc_setup("EflwV",484,G__AlphaBanksDict_601_6_0,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlEflwgR),-1,1,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01129 G__memfunc_setup("EflwPV",564,G__AlphaBanksDict_601_7_0,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlEflwmUgR),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01130 G__memfunc_setup("TrackV",587,G__AlphaBanksDict_601_8_0,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlTrackgR),-1,1,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01131 G__memfunc_setup("TrackPV",667,G__AlphaBanksDict_601_9_0,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlTrackmUgR),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01132 G__memfunc_setup("V0TrackV",721,G__AlphaBanksDict_601_0_1,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlTrackgR),-1,1,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01133 G__memfunc_setup("V0TrackPV",801,G__AlphaBanksDict_601_1_1,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlTrackmUgR),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01134 G__memfunc_setup("StdV0V",519,G__AlphaBanksDict_601_2_1,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlTrackgR),-1,1,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01135 G__memfunc_setup("StdV0PV",599,G__AlphaBanksDict_601_3_1,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlTrackmUgR),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01136 G__memfunc_setup("LongV0V",620,G__AlphaBanksDict_601_4_1,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlTrackgR),-1,1,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01137 G__memfunc_setup("LongV0PV",700,G__AlphaBanksDict_601_5_1,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlTrackmUgR),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01138 G__memfunc_setup("MCtruthV",797,G__AlphaBanksDict_601_6_1,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlMCtruthgR),-1,1,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01139 G__memfunc_setup("MCtruthPV",877,G__AlphaBanksDict_601_7_1,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlMCtruthmUgR),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01140 G__memfunc_setup("MuonV",501,G__AlphaBanksDict_601_8_1,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlMuongR),-1,1,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01141 G__memfunc_setup("MuonPV",581,G__AlphaBanksDict_601_9_1,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlMuonmUgR),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01142 G__memfunc_setup("ElecV",463,G__AlphaBanksDict_601_0_2,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlElecgR),-1,1,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01143 G__memfunc_setup("ElecPV",543,G__AlphaBanksDict_601_1_2,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlElecmUgR),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01144 G__memfunc_setup("MainVertex",1027,G__AlphaBanksDict_601_2_2,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlVertex),-1,1,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01145 G__memfunc_setup("MainVertexP",1107,G__AlphaBanksDict_601_3_2,85,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlVertex),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01146 G__memfunc_setup("SecVerticesV",1206,G__AlphaBanksDict_601_4_2,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlVertexgR),-1,1,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01147 G__memfunc_setup("SecVerticesPV",1286,G__AlphaBanksDict_601_5_2,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlVertexmUgR),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01148 G__memfunc_setup("MCverticesV",1099,G__AlphaBanksDict_601_6_2,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlVertexgR),-1,1,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01149 G__memfunc_setup("MCverticesPV",1179,G__AlphaBanksDict_601_7_2,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlVertexmUgR),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01150 G__memfunc_setup("ObjectPV",765,G__AlphaBanksDict_601_8_2,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlObjectmUgR),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01151 G__memfunc_setup("Event",514,G__AlphaBanksDict_601_9_2,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlEvent),-1,1,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01152 G__memfunc_setup("Run",309,G__AlphaBanksDict_601_0_3,117,G__get_linked_tagnum(&G__AlphaBanksDictLN_AlRun),-1,1,0,1,1,0,"",(char*)NULL,(void*)NULL,0);
01153 G__memfunc_setup("addObject",896,G__AlphaBanksDict_601_1_3,121,-1,-1,0,1,1,1,0,"U 'AlObject' - 0 - obj",(char*)NULL,(void*)NULL,0);
01154 G__memfunc_setup("isValid",716,G__AlphaBanksDict_601_2_3,103,-1,-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0);
01155 G__memfunc_setup("Class",502,G__AlphaBanksDict_601_3_3,85,G__get_linked_tagnum(&G__AlphaBanksDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01156 G__memfunc_setup("Class_Name",982,G__AlphaBanksDict_601_4_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01157 G__memfunc_setup("Class_Version",1339,G__AlphaBanksDict_601_5_3,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01158 G__memfunc_setup("Dictionary",1046,G__AlphaBanksDict_601_6_3,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01159 G__memfunc_setup("IsA",253,G__AlphaBanksDict_601_7_3,85,G__get_linked_tagnum(&G__AlphaBanksDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1);
01160 G__memfunc_setup("ShowMembers",1132,G__AlphaBanksDict_601_8_3,121,-1,-1,0,2,1,1,0,
01161 "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1);
01162 G__memfunc_setup("Streamer",835,G__AlphaBanksDict_601_9_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1);
01163 G__memfunc_setup("StreamerNVirtual",1656,G__AlphaBanksDict_601_0_4,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0);
01164 G__memfunc_setup("DeclFileName",1145,G__AlphaBanksDict_601_1_4,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01165 G__memfunc_setup("ImplFileLine",1178,G__AlphaBanksDict_601_2_4,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01166 G__memfunc_setup("ImplFileName",1171,G__AlphaBanksDict_601_3_4,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0);
01167 G__memfunc_setup("DeclFileLine",1152,G__AlphaBanksDict_601_4_4,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0);
01168
01169 G__memfunc_setup("AlphaBanks",981,G__AlphaBanksDict_601_5_4,(int)('i'),G__get_linked_tagnum(&G__AlphaBanksDictLN_AlphaBanks),-1,0,1,1,1,0,"u 'AlphaBanks' - 11 - -",(char*)NULL,(void*)NULL,0);
01170
01171 G__memfunc_setup("~AlphaBanks",1107,G__AlphaBanksDict_601_6_4,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1);
01172 G__tag_memfunc_reset();
01173 }
01174
01175
01176
01177
01178
01179 extern "C" void G__cpp_setup_memfuncAlphaBanksDict() {
01180 }
01181
01182
01183
01184
01185 static void G__cpp_setup_global0() {
01186
01187
01188 G__resetplocal();
01189
01190 }
01191
01192 static void G__cpp_setup_global1() {
01193
01194 G__resetglobalenv();
01195 }
01196 extern "C" void G__cpp_setup_globalAlphaBanksDict() {
01197 G__cpp_setup_global0();
01198 G__cpp_setup_global1();
01199 }
01200
01201
01202
01203
01204 static void G__cpp_setup_func0() {
01205 G__lastifuncposition();
01206
01207 }
01208
01209 static void G__cpp_setup_func1() {
01210 }
01211
01212 static void G__cpp_setup_func2() {
01213 }
01214
01215 static void G__cpp_setup_func3() {
01216 }
01217
01218 static void G__cpp_setup_func4() {
01219 }
01220
01221 static void G__cpp_setup_func5() {
01222 }
01223
01224 static void G__cpp_setup_func6() {
01225 }
01226
01227 static void G__cpp_setup_func7() {
01228 }
01229
01230 static void G__cpp_setup_func8() {
01231 }
01232
01233 static void G__cpp_setup_func9() {
01234 }
01235
01236 static void G__cpp_setup_func10() {
01237 }
01238
01239 static void G__cpp_setup_func11() {
01240 }
01241
01242 static void G__cpp_setup_func12() {
01243 }
01244
01245 static void G__cpp_setup_func13() {
01246 }
01247
01248 static void G__cpp_setup_func14() {
01249 }
01250
01251 static void G__cpp_setup_func15() {
01252 }
01253
01254 static void G__cpp_setup_func16() {
01255 }
01256
01257 static void G__cpp_setup_func17() {
01258 }
01259
01260 static void G__cpp_setup_func18() {
01261 }
01262
01263 static void G__cpp_setup_func19() {
01264 }
01265
01266 static void G__cpp_setup_func20() {
01267 }
01268
01269 static void G__cpp_setup_func21() {
01270 }
01271
01272 static void G__cpp_setup_func22() {
01273 }
01274
01275 static void G__cpp_setup_func23() {
01276 }
01277
01278 static void G__cpp_setup_func24() {
01279 }
01280
01281 static void G__cpp_setup_func25() {
01282 }
01283
01284 static void G__cpp_setup_func26() {
01285 }
01286
01287 static void G__cpp_setup_func27() {
01288 }
01289
01290 static void G__cpp_setup_func28() {
01291 }
01292
01293 static void G__cpp_setup_func29() {
01294 }
01295
01296 static void G__cpp_setup_func30() {
01297 }
01298
01299 static void G__cpp_setup_func31() {
01300 }
01301
01302 static void G__cpp_setup_func32() {
01303
01304 G__resetifuncposition();
01305 }
01306
01307 extern "C" void G__cpp_setup_funcAlphaBanksDict() {
01308 G__cpp_setup_func0();
01309 G__cpp_setup_func1();
01310 G__cpp_setup_func2();
01311 G__cpp_setup_func3();
01312 G__cpp_setup_func4();
01313 G__cpp_setup_func5();
01314 G__cpp_setup_func6();
01315 G__cpp_setup_func7();
01316 G__cpp_setup_func8();
01317 G__cpp_setup_func9();
01318 G__cpp_setup_func10();
01319 G__cpp_setup_func11();
01320 G__cpp_setup_func12();
01321 G__cpp_setup_func13();
01322 G__cpp_setup_func14();
01323 G__cpp_setup_func15();
01324 G__cpp_setup_func16();
01325 G__cpp_setup_func17();
01326 G__cpp_setup_func18();
01327 G__cpp_setup_func19();
01328 G__cpp_setup_func20();
01329 G__cpp_setup_func21();
01330 G__cpp_setup_func22();
01331 G__cpp_setup_func23();
01332 G__cpp_setup_func24();
01333 G__cpp_setup_func25();
01334 G__cpp_setup_func26();
01335 G__cpp_setup_func27();
01336 G__cpp_setup_func28();
01337 G__cpp_setup_func29();
01338 G__cpp_setup_func30();
01339 G__cpp_setup_func31();
01340 G__cpp_setup_func32();
01341 }
01342
01343
01344
01345
01346
01347 G__linked_taginfo G__AlphaBanksDictLN_TClass = { "TClass" , 99 , -1 };
01348 G__linked_taginfo G__AlphaBanksDictLN_TBuffer = { "TBuffer" , 99 , -1 };
01349 G__linked_taginfo G__AlphaBanksDictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
01350 G__linked_taginfo G__AlphaBanksDictLN_TObject = { "TObject" , 99 , -1 };
01351 G__linked_taginfo G__AlphaBanksDictLN_bidirectional_iteratorlEintcOintgR = { "bidirectional_iterator<int,int>" , 115 , -1 };
01352 G__linked_taginfo G__AlphaBanksDictLN_AlObject = { "AlObject" , 99 , -1 };
01353 G__linked_taginfo G__AlphaBanksDictLN_AlephCollectionlEAlMCtruthmUgR = { "AlephCollection<AlMCtruth*>" , 99 , -1 };
01354 G__linked_taginfo G__AlphaBanksDictLN_AlephCollectionlEAlObjectmUgR = { "AlephCollection<AlObject*>" , 99 , -1 };
01355 G__linked_taginfo G__AlphaBanksDictLN_vectorlEAlMCtruthmUcOallocatorlEAlMCtruthmUgRsPgR = { "vector<AlMCtruth*,allocator<AlMCtruth*> >" , 99 , -1 };
01356 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEAlMCtruthmUcOintgR = { "random_access_iterator<AlMCtruth*,int>" , 115 , -1 };
01357 G__linked_taginfo G__AlphaBanksDictLN_vectorlEAlJetcOallocatorlEAlJetgRsPgR = { "vector<AlJet,allocator<AlJet> >" , 99 , -1 };
01358 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEAlJetcOintgR = { "random_access_iterator<AlJet,int>" , 115 , -1 };
01359 G__linked_taginfo G__AlphaBanksDictLN_vectorlEfloatcOallocatorlEfloatgRsPgR = { "vector<float,allocator<float> >" , 99 , -1 };
01360 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEfloatcOintgR = { "random_access_iterator<float,int>" , 115 , -1 };
01361 G__linked_taginfo G__AlphaBanksDictLN_vectorlEAlTaucOallocatorlEAlTaugRsPgR = { "vector<AlTau,allocator<AlTau> >" , 99 , -1 };
01362 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEAlTaucOintgR = { "random_access_iterator<AlTau,int>" , 115 , -1 };
01363 G__linked_taginfo G__AlphaBanksDictLN_AlephCollectionlEAlMuonmUgR = { "AlephCollection<AlMuon*>" , 99 , -1 };
01364 G__linked_taginfo G__AlphaBanksDictLN_vectorlEAlMuonmUcOallocatorlEAlMuonmUgRsPgR = { "vector<AlMuon*,allocator<AlMuon*> >" , 99 , -1 };
01365 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEAlMuonmUcOintgR = { "random_access_iterator<AlMuon*,int>" , 115 , -1 };
01366 G__linked_taginfo G__AlphaBanksDictLN_vectorlEAlObjectmUcOallocatorlEAlObjectmUgRsPgR = { "vector<AlObject*,allocator<AlObject*> >" , 99 , -1 };
01367 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEAlObjectmUcOintgR = { "random_access_iterator<AlObject*,int>" , 115 , -1 };
01368 G__linked_taginfo G__AlphaBanksDictLN_vectorlEDurhamProtoJetcOallocatorlEDurhamProtoJetgRsPgR = { "vector<DurhamProtoJet,allocator<DurhamProtoJet> >" , 99 , -1 };
01369 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEDurhamProtoJetcOintgR = { "random_access_iterator<DurhamProtoJet,int>" , 115 , -1 };
01370 G__linked_taginfo G__AlphaBanksDictLN_vectorlEconstsPQvecBasemUcOallocatorlEconstsPQvecBasemUgRsPgR = { "vector<const QvecBase*,allocator<const QvecBase*> >" , 99 , -1 };
01371 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEconstsPQvecBasemUcOintgR = { "random_access_iterator<const QvecBase*,int>" , 115 , -1 };
01372 G__linked_taginfo G__AlphaBanksDictLN_vectorlEJadeProtoJetcOallocatorlEJadeProtoJetgRsPgR = { "vector<JadeProtoJet,allocator<JadeProtoJet> >" , 99 , -1 };
01373 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEJadeProtoJetcOintgR = { "random_access_iterator<JadeProtoJet,int>" , 115 , -1 };
01374 G__linked_taginfo G__AlphaBanksDictLN_vectorlEunsignedsPshortcOallocatorlEunsignedsPshortgRsPgR = { "vector<unsigned short,allocator<unsigned short> >" , 99 , -1 };
01375 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEunsignedsPshortcOintgR = { "random_access_iterator<unsigned short,int>" , 115 , -1 };
01376 G__linked_taginfo G__AlphaBanksDictLN_vectorlEFKINmUcOallocatorlEFKINmUgRsPgR = { "vector<FKIN*,allocator<FKIN*> >" , 99 , -1 };
01377 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEFKINmUcOintgR = { "random_access_iterator<FKIN*,int>" , 115 , -1 };
01378 G__linked_taginfo G__AlphaBanksDictLN_QEXT = { "QEXT" , 99 , -1 };
01379 G__linked_taginfo G__AlphaBanksDictLN_QHAC = { "QHAC" , 99 , -1 };
01380 G__linked_taginfo G__AlphaBanksDictLN_vectorlELOLEmUcOallocatorlELOLEmUgRsPgR = { "vector<LOLE*,allocator<LOLE*> >" , 99 , -1 };
01381 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlELOLEmUcOintgR = { "random_access_iterator<LOLE*,int>" , 115 , -1 };
01382 G__linked_taginfo G__AlphaBanksDictLN_vectorlEX1RGmUcOallocatorlEX1RGmUgRsPgR = { "vector<X1RG*,allocator<X1RG*> >" , 99 , -1 };
01383 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEX1RGmUcOintgR = { "random_access_iterator<X1RG*,int>" , 115 , -1 };
01384 G__linked_taginfo G__AlphaBanksDictLN_vectorlEXTBNmUcOallocatorlEXTBNmUgRsPgR = { "vector<XTBN*,allocator<XTBN*> >" , 99 , -1 };
01385 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEXTBNmUcOintgR = { "random_access_iterator<XTBN*,int>" , 115 , -1 };
01386 G__linked_taginfo G__AlphaBanksDictLN_vectorlEXHVBmUcOallocatorlEXHVBmUgRsPgR = { "vector<XHVB*,allocator<XHVB*> >" , 99 , -1 };
01387 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEXHVBmUcOintgR = { "random_access_iterator<XHVB*,int>" , 115 , -1 };
01388 G__linked_taginfo G__AlphaBanksDictLN_vectorlEVHPVmUcOallocatorlEVHPVmUgRsPgR = { "vector<VHPV*,allocator<VHPV*> >" , 99 , -1 };
01389 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEVHPVmUcOintgR = { "random_access_iterator<VHPV*,int>" , 115 , -1 };
01390 G__linked_taginfo G__AlphaBanksDictLN_vectorlEVHBVmUcOallocatorlEVHBVmUgRsPgR = { "vector<VHBV*,allocator<VHBV*> >" , 99 , -1 };
01391 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEVHBVmUcOintgR = { "random_access_iterator<VHBV*,int>" , 115 , -1 };
01392 G__linked_taginfo G__AlphaBanksDictLN_vectorlEX1TVmUcOallocatorlEX1TVmUgRsPgR = { "vector<X1TV*,allocator<X1TV*> >" , 99 , -1 };
01393 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEX1TVmUcOintgR = { "random_access_iterator<X1TV*,int>" , 115 , -1 };
01394 G__linked_taginfo G__AlphaBanksDictLN_vectorlEKWGTmUcOallocatorlEKWGTmUgRsPgR = { "vector<KWGT*,allocator<KWGT*> >" , 99 , -1 };
01395 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEKWGTmUcOintgR = { "random_access_iterator<KWGT*,int>" , 115 , -1 };
01396 G__linked_taginfo G__AlphaBanksDictLN_vectorlEX1IPmUcOallocatorlEX1IPmUgRsPgR = { "vector<X1IP*,allocator<X1IP*> >" , 99 , -1 };
01397 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEX1IPmUcOintgR = { "random_access_iterator<X1IP*,int>" , 115 , -1 };
01398 G__linked_taginfo G__AlphaBanksDictLN_vectorlESIXAmUcOallocatorlESIXAmUgRsPgR = { "vector<SIXA*,allocator<SIXA*> >" , 99 , -1 };
01399 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlESIXAmUcOintgR = { "random_access_iterator<SIXA*,int>" , 115 , -1 };
01400 G__linked_taginfo G__AlphaBanksDictLN_vectorlESRCOmUcOallocatorlESRCOmUgRsPgR = { "vector<SRCO*,allocator<SRCO*> >" , 99 , -1 };
01401 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlESRCOmUcOintgR = { "random_access_iterator<SRCO*,int>" , 115 , -1 };
01402 G__linked_taginfo G__AlphaBanksDictLN_vectorlEX1THmUcOallocatorlEX1THmUgRsPgR = { "vector<X1TH*,allocator<X1TH*> >" , 99 , -1 };
01403 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEX1THmUcOintgR = { "random_access_iterator<X1TH*,int>" , 115 , -1 };
01404 G__linked_taginfo G__AlphaBanksDictLN_vectorlEX1ADmUcOallocatorlEX1ADmUgRsPgR = { "vector<X1AD*,allocator<X1AD*> >" , 99 , -1 };
01405 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEX1ADmUcOintgR = { "random_access_iterator<X1AD*,int>" , 115 , -1 };
01406 G__linked_taginfo G__AlphaBanksDictLN_AlRun = { "AlRun" , 99 , -1 };
01407 G__linked_taginfo G__AlphaBanksDictLN_AlEvent = { "AlEvent" , 99 , -1 };
01408 G__linked_taginfo G__AlphaBanksDictLN_vectorlEboolcOallocatorlEboolgRsPgR = { "vector<bool,allocator<bool> >" , 99 , -1 };
01409 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEboolcOintgR = { "random_access_iterator<bool,int>" , 115 , -1 };
01410 G__linked_taginfo G__AlphaBanksDictLN_vectorlEQvecBasemUcOallocatorlEQvecBasemUgRsPgR = { "vector<QvecBase*,allocator<QvecBase*> >" , 99 , -1 };
01411 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEQvecBasemUcOintgR = { "random_access_iterator<QvecBase*,int>" , 115 , -1 };
01412 G__linked_taginfo G__AlphaBanksDictLN_AlVertex = { "AlVertex" , 99 , -1 };
01413 G__linked_taginfo G__AlphaBanksDictLN_AlphaBanks = { "AlphaBanks" , 99 , -1 };
01414 G__linked_taginfo G__AlphaBanksDictLN_AlphaBankscLcLDataSource = { "AlphaBanks::DataSource" , 101 , -1 };
01415 G__linked_taginfo G__AlphaBanksDictLN_AlephCollectionlEAlGampgR = { "AlephCollection<AlGamp>" , 99 , -1 };
01416 G__linked_taginfo G__AlphaBanksDictLN_vectorlEAlGampcOallocatorlEAlGampgRsPgR = { "vector<AlGamp,allocator<AlGamp> >" , 99 , -1 };
01417 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEAlGampcOintgR = { "random_access_iterator<AlGamp,int>" , 115 , -1 };
01418 G__linked_taginfo G__AlphaBanksDictLN_AlephCollectionlEAlGampmUgR = { "AlephCollection<AlGamp*>" , 99 , -1 };
01419 G__linked_taginfo G__AlphaBanksDictLN_vectorlEAlGampmUcOallocatorlEAlGampmUgRsPgR = { "vector<AlGamp*,allocator<AlGamp*> >" , 99 , -1 };
01420 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEAlGampmUcOintgR = { "random_access_iterator<AlGamp*,int>" , 115 , -1 };
01421 G__linked_taginfo G__AlphaBanksDictLN_AlephCollectionlEAlEflwgR = { "AlephCollection<AlEflw>" , 99 , -1 };
01422 G__linked_taginfo G__AlphaBanksDictLN_vectorlEAlEflwcOallocatorlEAlEflwgRsPgR = { "vector<AlEflw,allocator<AlEflw> >" , 99 , -1 };
01423 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEAlEflwcOintgR = { "random_access_iterator<AlEflw,int>" , 115 , -1 };
01424 G__linked_taginfo G__AlphaBanksDictLN_AlephCollectionlEAlEflwmUgR = { "AlephCollection<AlEflw*>" , 99 , -1 };
01425 G__linked_taginfo G__AlphaBanksDictLN_vectorlEAlEflwmUcOallocatorlEAlEflwmUgRsPgR = { "vector<AlEflw*,allocator<AlEflw*> >" , 99 , -1 };
01426 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEAlEflwmUcOintgR = { "random_access_iterator<AlEflw*,int>" , 115 , -1 };
01427 G__linked_taginfo G__AlphaBanksDictLN_AlephCollectionlEAlTrackgR = { "AlephCollection<AlTrack>" , 99 , -1 };
01428 G__linked_taginfo G__AlphaBanksDictLN_vectorlEAlTrackcOallocatorlEAlTrackgRsPgR = { "vector<AlTrack,allocator<AlTrack> >" , 99 , -1 };
01429 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEAlTrackcOintgR = { "random_access_iterator<AlTrack,int>" , 115 , -1 };
01430 G__linked_taginfo G__AlphaBanksDictLN_AlephCollectionlEAlTrackmUgR = { "AlephCollection<AlTrack*>" , 99 , -1 };
01431 G__linked_taginfo G__AlphaBanksDictLN_vectorlEAlTrackmUcOallocatorlEAlTrackmUgRsPgR = { "vector<AlTrack*,allocator<AlTrack*> >" , 99 , -1 };
01432 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEAlTrackmUcOintgR = { "random_access_iterator<AlTrack*,int>" , 115 , -1 };
01433 G__linked_taginfo G__AlphaBanksDictLN_AlephCollectionlEAlMCtruthgR = { "AlephCollection<AlMCtruth>" , 99 , -1 };
01434 G__linked_taginfo G__AlphaBanksDictLN_vectorlEAlMCtruthcOallocatorlEAlMCtruthgRsPgR = { "vector<AlMCtruth,allocator<AlMCtruth> >" , 99 , -1 };
01435 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEAlMCtruthcOintgR = { "random_access_iterator<AlMCtruth,int>" , 115 , -1 };
01436 G__linked_taginfo G__AlphaBanksDictLN_AlephCollectionlEAlMuongR = { "AlephCollection<AlMuon>" , 99 , -1 };
01437 G__linked_taginfo G__AlphaBanksDictLN_vectorlEAlMuoncOallocatorlEAlMuongRsPgR = { "vector<AlMuon,allocator<AlMuon> >" , 99 , -1 };
01438 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEAlMuoncOintgR = { "random_access_iterator<AlMuon,int>" , 115 , -1 };
01439 G__linked_taginfo G__AlphaBanksDictLN_AlephCollectionlEAlElecgR = { "AlephCollection<AlElec>" , 99 , -1 };
01440 G__linked_taginfo G__AlphaBanksDictLN_vectorlEAlEleccOallocatorlEAlElecgRsPgR = { "vector<AlElec,allocator<AlElec> >" , 99 , -1 };
01441 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEAlEleccOintgR = { "random_access_iterator<AlElec,int>" , 115 , -1 };
01442 G__linked_taginfo G__AlphaBanksDictLN_AlephCollectionlEAlElecmUgR = { "AlephCollection<AlElec*>" , 99 , -1 };
01443 G__linked_taginfo G__AlphaBanksDictLN_vectorlEAlElecmUcOallocatorlEAlElecmUgRsPgR = { "vector<AlElec*,allocator<AlElec*> >" , 99 , -1 };
01444 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEAlElecmUcOintgR = { "random_access_iterator<AlElec*,int>" , 115 , -1 };
01445 G__linked_taginfo G__AlphaBanksDictLN_AlephCollectionlEAlVertexgR = { "AlephCollection<AlVertex>" , 99 , -1 };
01446 G__linked_taginfo G__AlphaBanksDictLN_vectorlEAlVertexcOallocatorlEAlVertexgRsPgR = { "vector<AlVertex,allocator<AlVertex> >" , 99 , -1 };
01447 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEAlVertexcOintgR = { "random_access_iterator<AlVertex,int>" , 115 , -1 };
01448 G__linked_taginfo G__AlphaBanksDictLN_AlephCollectionlEAlVertexmUgR = { "AlephCollection<AlVertex*>" , 99 , -1 };
01449 G__linked_taginfo G__AlphaBanksDictLN_vectorlEAlVertexmUcOallocatorlEAlVertexmUgRsPgR = { "vector<AlVertex*,allocator<AlVertex*> >" , 99 , -1 };
01450 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEAlVertexmUcOintgR = { "random_access_iterator<AlVertex*,int>" , 115 , -1 };
01451 G__linked_taginfo G__AlphaBanksDictLN_vectorlEQVECcOallocatorlEQVECgRsPgR = { "vector<QVEC,allocator<QVEC> >" , 99 , -1 };
01452 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEQVECcOintgR = { "random_access_iterator<QVEC,int>" , 115 , -1 };
01453 G__linked_taginfo G__AlphaBanksDictLN_vectorlEQVRTcOallocatorlEQVRTgRsPgR = { "vector<QVRT,allocator<QVRT> >" , 99 , -1 };
01454 G__linked_taginfo G__AlphaBanksDictLN_random_access_iteratorlEQVRTcOintgR = { "random_access_iterator<QVRT,int>" , 115 , -1 };
01455 G__linked_taginfo G__AlphaBanksDictLN_maplEAlTrackmUcOintcOlesslEAlTrackmUgRcOallocatorlEintgRsPgR = { "map<AlTrack*,int,less<AlTrack*>,allocator<int> >" , 99 , -1 };
01456
01457
01458 extern "C" void G__cpp_reset_tagtableAlphaBanksDict() {
01459 G__AlphaBanksDictLN_TClass.tagnum = -1 ;
01460 G__AlphaBanksDictLN_TBuffer.tagnum = -1 ;
01461 G__AlphaBanksDictLN_TMemberInspector.tagnum = -1 ;
01462 G__AlphaBanksDictLN_TObject.tagnum = -1 ;
01463 G__AlphaBanksDictLN_bidirectional_iteratorlEintcOintgR.tagnum = -1 ;
01464 G__AlphaBanksDictLN_AlObject.tagnum = -1 ;
01465 G__AlphaBanksDictLN_AlephCollectionlEAlMCtruthmUgR.tagnum = -1 ;
01466 G__AlphaBanksDictLN_AlephCollectionlEAlObjectmUgR.tagnum = -1 ;
01467 G__AlphaBanksDictLN_vectorlEAlMCtruthmUcOallocatorlEAlMCtruthmUgRsPgR.tagnum = -1 ;
01468 G__AlphaBanksDictLN_random_access_iteratorlEAlMCtruthmUcOintgR.tagnum = -1 ;
01469 G__AlphaBanksDictLN_vectorlEAlJetcOallocatorlEAlJetgRsPgR.tagnum = -1 ;
01470 G__AlphaBanksDictLN_random_access_iteratorlEAlJetcOintgR.tagnum = -1 ;
01471 G__AlphaBanksDictLN_vectorlEfloatcOallocatorlEfloatgRsPgR.tagnum = -1 ;
01472 G__AlphaBanksDictLN_random_access_iteratorlEfloatcOintgR.tagnum = -1 ;
01473 G__AlphaBanksDictLN_vectorlEAlTaucOallocatorlEAlTaugRsPgR.tagnum = -1 ;
01474 G__AlphaBanksDictLN_random_access_iteratorlEAlTaucOintgR.tagnum = -1 ;
01475 G__AlphaBanksDictLN_AlephCollectionlEAlMuonmUgR.tagnum = -1 ;
01476 G__AlphaBanksDictLN_vectorlEAlMuonmUcOallocatorlEAlMuonmUgRsPgR.tagnum = -1 ;
01477 G__AlphaBanksDictLN_random_access_iteratorlEAlMuonmUcOintgR.tagnum = -1 ;
01478 G__AlphaBanksDictLN_vectorlEAlObjectmUcOallocatorlEAlObjectmUgRsPgR.tagnum = -1 ;
01479 G__AlphaBanksDictLN_random_access_iteratorlEAlObjectmUcOintgR.tagnum = -1 ;
01480 G__AlphaBanksDictLN_vectorlEDurhamProtoJetcOallocatorlEDurhamProtoJetgRsPgR.tagnum = -1 ;
01481 G__AlphaBanksDictLN_random_access_iteratorlEDurhamProtoJetcOintgR.tagnum = -1 ;
01482 G__AlphaBanksDictLN_vectorlEconstsPQvecBasemUcOallocatorlEconstsPQvecBasemUgRsPgR.tagnum = -1 ;
01483 G__AlphaBanksDictLN_random_access_iteratorlEconstsPQvecBasemUcOintgR.tagnum = -1 ;
01484 G__AlphaBanksDictLN_vectorlEJadeProtoJetcOallocatorlEJadeProtoJetgRsPgR.tagnum = -1 ;
01485 G__AlphaBanksDictLN_random_access_iteratorlEJadeProtoJetcOintgR.tagnum = -1 ;
01486 G__AlphaBanksDictLN_vectorlEunsignedsPshortcOallocatorlEunsignedsPshortgRsPgR.tagnum = -1 ;
01487 G__AlphaBanksDictLN_random_access_iteratorlEunsignedsPshortcOintgR.tagnum = -1 ;
01488 G__AlphaBanksDictLN_vectorlEFKINmUcOallocatorlEFKINmUgRsPgR.tagnum = -1 ;
01489 G__AlphaBanksDictLN_random_access_iteratorlEFKINmUcOintgR.tagnum = -1 ;
01490 G__AlphaBanksDictLN_QEXT.tagnum = -1 ;
01491 G__AlphaBanksDictLN_QHAC.tagnum = -1 ;
01492 G__AlphaBanksDictLN_vectorlELOLEmUcOallocatorlELOLEmUgRsPgR.tagnum = -1 ;
01493 G__AlphaBanksDictLN_random_access_iteratorlELOLEmUcOintgR.tagnum = -1 ;
01494 G__AlphaBanksDictLN_vectorlEX1RGmUcOallocatorlEX1RGmUgRsPgR.tagnum = -1 ;
01495 G__AlphaBanksDictLN_random_access_iteratorlEX1RGmUcOintgR.tagnum = -1 ;
01496 G__AlphaBanksDictLN_vectorlEXTBNmUcOallocatorlEXTBNmUgRsPgR.tagnum = -1 ;
01497 G__AlphaBanksDictLN_random_access_iteratorlEXTBNmUcOintgR.tagnum = -1 ;
01498 G__AlphaBanksDictLN_vectorlEXHVBmUcOallocatorlEXHVBmUgRsPgR.tagnum = -1 ;
01499 G__AlphaBanksDictLN_random_access_iteratorlEXHVBmUcOintgR.tagnum = -1 ;
01500 G__AlphaBanksDictLN_vectorlEVHPVmUcOallocatorlEVHPVmUgRsPgR.tagnum = -1 ;
01501 G__AlphaBanksDictLN_random_access_iteratorlEVHPVmUcOintgR.tagnum = -1 ;
01502 G__AlphaBanksDictLN_vectorlEVHBVmUcOallocatorlEVHBVmUgRsPgR.tagnum = -1 ;
01503 G__AlphaBanksDictLN_random_access_iteratorlEVHBVmUcOintgR.tagnum = -1 ;
01504 G__AlphaBanksDictLN_vectorlEX1TVmUcOallocatorlEX1TVmUgRsPgR.tagnum = -1 ;
01505 G__AlphaBanksDictLN_random_access_iteratorlEX1TVmUcOintgR.tagnum = -1 ;
01506 G__AlphaBanksDictLN_vectorlEKWGTmUcOallocatorlEKWGTmUgRsPgR.tagnum = -1 ;
01507 G__AlphaBanksDictLN_random_access_iteratorlEKWGTmUcOintgR.tagnum = -1 ;
01508 G__AlphaBanksDictLN_vectorlEX1IPmUcOallocatorlEX1IPmUgRsPgR.tagnum = -1 ;
01509 G__AlphaBanksDictLN_random_access_iteratorlEX1IPmUcOintgR.tagnum = -1 ;
01510 G__AlphaBanksDictLN_vectorlESIXAmUcOallocatorlESIXAmUgRsPgR.tagnum = -1 ;
01511 G__AlphaBanksDictLN_random_access_iteratorlESIXAmUcOintgR.tagnum = -1 ;
01512 G__AlphaBanksDictLN_vectorlESRCOmUcOallocatorlESRCOmUgRsPgR.tagnum = -1 ;
01513 G__AlphaBanksDictLN_random_access_iteratorlESRCOmUcOintgR.tagnum = -1 ;
01514 G__AlphaBanksDictLN_vectorlEX1THmUcOallocatorlEX1THmUgRsPgR.tagnum = -1 ;
01515 G__AlphaBanksDictLN_random_access_iteratorlEX1THmUcOintgR.tagnum = -1 ;
01516 G__AlphaBanksDictLN_vectorlEX1ADmUcOallocatorlEX1ADmUgRsPgR.tagnum = -1 ;
01517 G__AlphaBanksDictLN_random_access_iteratorlEX1ADmUcOintgR.tagnum = -1 ;
01518 G__AlphaBanksDictLN_AlRun.tagnum = -1 ;
01519 G__AlphaBanksDictLN_AlEvent.tagnum = -1 ;
01520 G__AlphaBanksDictLN_vectorlEboolcOallocatorlEboolgRsPgR.tagnum = -1 ;
01521 G__AlphaBanksDictLN_random_access_iteratorlEboolcOintgR.tagnum = -1 ;
01522 G__AlphaBanksDictLN_vectorlEQvecBasemUcOallocatorlEQvecBasemUgRsPgR.tagnum = -1 ;
01523 G__AlphaBanksDictLN_random_access_iteratorlEQvecBasemUcOintgR.tagnum = -1 ;
01524 G__AlphaBanksDictLN_AlVertex.tagnum = -1 ;
01525 G__AlphaBanksDictLN_AlphaBanks.tagnum = -1 ;
01526 G__AlphaBanksDictLN_AlphaBankscLcLDataSource.tagnum = -1 ;
01527 G__AlphaBanksDictLN_AlephCollectionlEAlGampgR.tagnum = -1 ;
01528 G__AlphaBanksDictLN_vectorlEAlGampcOallocatorlEAlGampgRsPgR.tagnum = -1 ;
01529 G__AlphaBanksDictLN_random_access_iteratorlEAlGampcOintgR.tagnum = -1 ;
01530 G__AlphaBanksDictLN_AlephCollectionlEAlGampmUgR.tagnum = -1 ;
01531 G__AlphaBanksDictLN_vectorlEAlGampmUcOallocatorlEAlGampmUgRsPgR.tagnum = -1 ;
01532 G__AlphaBanksDictLN_random_access_iteratorlEAlGampmUcOintgR.tagnum = -1 ;
01533 G__AlphaBanksDictLN_AlephCollectionlEAlEflwgR.tagnum = -1 ;
01534 G__AlphaBanksDictLN_vectorlEAlEflwcOallocatorlEAlEflwgRsPgR.tagnum = -1 ;
01535 G__AlphaBanksDictLN_random_access_iteratorlEAlEflwcOintgR.tagnum = -1 ;
01536 G__AlphaBanksDictLN_AlephCollectionlEAlEflwmUgR.tagnum = -1 ;
01537 G__AlphaBanksDictLN_vectorlEAlEflwmUcOallocatorlEAlEflwmUgRsPgR.tagnum = -1 ;
01538 G__AlphaBanksDictLN_random_access_iteratorlEAlEflwmUcOintgR.tagnum = -1 ;
01539 G__AlphaBanksDictLN_AlephCollectionlEAlTrackgR.tagnum = -1 ;
01540 G__AlphaBanksDictLN_vectorlEAlTrackcOallocatorlEAlTrackgRsPgR.tagnum = -1 ;
01541 G__AlphaBanksDictLN_random_access_iteratorlEAlTrackcOintgR.tagnum = -1 ;
01542 G__AlphaBanksDictLN_AlephCollectionlEAlTrackmUgR.tagnum = -1 ;
01543 G__AlphaBanksDictLN_vectorlEAlTrackmUcOallocatorlEAlTrackmUgRsPgR.tagnum = -1 ;
01544 G__AlphaBanksDictLN_random_access_iteratorlEAlTrackmUcOintgR.tagnum = -1 ;
01545 G__AlphaBanksDictLN_AlephCollectionlEAlMCtruthgR.tagnum = -1 ;
01546 G__AlphaBanksDictLN_vectorlEAlMCtruthcOallocatorlEAlMCtruthgRsPgR.tagnum = -1 ;
01547 G__AlphaBanksDictLN_random_access_iteratorlEAlMCtruthcOintgR.tagnum = -1 ;
01548 G__AlphaBanksDictLN_AlephCollectionlEAlMuongR.tagnum = -1 ;
01549 G__AlphaBanksDictLN_vectorlEAlMuoncOallocatorlEAlMuongRsPgR.tagnum = -1 ;
01550 G__AlphaBanksDictLN_random_access_iteratorlEAlMuoncOintgR.tagnum = -1 ;
01551 G__AlphaBanksDictLN_AlephCollectionlEAlElecgR.tagnum = -1 ;
01552 G__AlphaBanksDictLN_vectorlEAlEleccOallocatorlEAlElecgRsPgR.tagnum = -1 ;
01553 G__AlphaBanksDictLN_random_access_iteratorlEAlEleccOintgR.tagnum = -1 ;
01554 G__AlphaBanksDictLN_AlephCollectionlEAlElecmUgR.tagnum = -1 ;
01555 G__AlphaBanksDictLN_vectorlEAlElecmUcOallocatorlEAlElecmUgRsPgR.tagnum = -1 ;
01556 G__AlphaBanksDictLN_random_access_iteratorlEAlElecmUcOintgR.tagnum = -1 ;
01557 G__AlphaBanksDictLN_AlephCollectionlEAlVertexgR.tagnum = -1 ;
01558 G__AlphaBanksDictLN_vectorlEAlVertexcOallocatorlEAlVertexgRsPgR.tagnum = -1 ;
01559 G__AlphaBanksDictLN_random_access_iteratorlEAlVertexcOintgR.tagnum = -1 ;
01560 G__AlphaBanksDictLN_AlephCollectionlEAlVertexmUgR.tagnum = -1 ;
01561 G__AlphaBanksDictLN_vectorlEAlVertexmUcOallocatorlEAlVertexmUgRsPgR.tagnum = -1 ;
01562 G__AlphaBanksDictLN_random_access_iteratorlEAlVertexmUcOintgR.tagnum = -1 ;
01563 G__AlphaBanksDictLN_vectorlEQVECcOallocatorlEQVECgRsPgR.tagnum = -1 ;
01564 G__AlphaBanksDictLN_random_access_iteratorlEQVECcOintgR.tagnum = -1 ;
01565 G__AlphaBanksDictLN_vectorlEQVRTcOallocatorlEQVRTgRsPgR.tagnum = -1 ;
01566 G__AlphaBanksDictLN_random_access_iteratorlEQVRTcOintgR.tagnum = -1 ;
01567 G__AlphaBanksDictLN_maplEAlTrackmUcOintcOlesslEAlTrackmUgRcOallocatorlEintgRsPgR.tagnum = -1 ;
01568 }
01569
01570
01571 extern "C" void G__cpp_setup_tagtableAlphaBanksDict() {
01572
01573
01574 G__get_linked_tagnum(&G__AlphaBanksDictLN_TClass);
01575 G__get_linked_tagnum(&G__AlphaBanksDictLN_TBuffer);
01576 G__get_linked_tagnum(&G__AlphaBanksDictLN_TMemberInspector);
01577 G__get_linked_tagnum(&G__AlphaBanksDictLN_TObject);
01578 G__get_linked_tagnum(&G__AlphaBanksDictLN_bidirectional_iteratorlEintcOintgR);
01579 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlObject);
01580 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlMCtruthmUgR);
01581 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlObjectmUgR);
01582 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlMCtruthmUcOallocatorlEAlMCtruthmUgRsPgR);
01583 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlMCtruthmUcOintgR);
01584 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlJetcOallocatorlEAlJetgRsPgR);
01585 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlJetcOintgR);
01586 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEfloatcOallocatorlEfloatgRsPgR);
01587 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEfloatcOintgR);
01588 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlTaucOallocatorlEAlTaugRsPgR);
01589 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlTaucOintgR);
01590 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlMuonmUgR);
01591 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlMuonmUcOallocatorlEAlMuonmUgRsPgR);
01592 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlMuonmUcOintgR);
01593 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlObjectmUcOallocatorlEAlObjectmUgRsPgR);
01594 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlObjectmUcOintgR);
01595 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEDurhamProtoJetcOallocatorlEDurhamProtoJetgRsPgR);
01596 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEDurhamProtoJetcOintgR);
01597 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEconstsPQvecBasemUcOallocatorlEconstsPQvecBasemUgRsPgR);
01598 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEconstsPQvecBasemUcOintgR);
01599 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEJadeProtoJetcOallocatorlEJadeProtoJetgRsPgR);
01600 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEJadeProtoJetcOintgR);
01601 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEunsignedsPshortcOallocatorlEunsignedsPshortgRsPgR);
01602 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEunsignedsPshortcOintgR);
01603 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEFKINmUcOallocatorlEFKINmUgRsPgR);
01604 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEFKINmUcOintgR);
01605 G__get_linked_tagnum(&G__AlphaBanksDictLN_QEXT);
01606 G__get_linked_tagnum(&G__AlphaBanksDictLN_QHAC);
01607 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlELOLEmUcOallocatorlELOLEmUgRsPgR);
01608 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlELOLEmUcOintgR);
01609 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEX1RGmUcOallocatorlEX1RGmUgRsPgR);
01610 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEX1RGmUcOintgR);
01611 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEXTBNmUcOallocatorlEXTBNmUgRsPgR);
01612 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEXTBNmUcOintgR);
01613 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEXHVBmUcOallocatorlEXHVBmUgRsPgR);
01614 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEXHVBmUcOintgR);
01615 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEVHPVmUcOallocatorlEVHPVmUgRsPgR);
01616 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEVHPVmUcOintgR);
01617 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEVHBVmUcOallocatorlEVHBVmUgRsPgR);
01618 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEVHBVmUcOintgR);
01619 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEX1TVmUcOallocatorlEX1TVmUgRsPgR);
01620 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEX1TVmUcOintgR);
01621 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEKWGTmUcOallocatorlEKWGTmUgRsPgR);
01622 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEKWGTmUcOintgR);
01623 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEX1IPmUcOallocatorlEX1IPmUgRsPgR);
01624 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEX1IPmUcOintgR);
01625 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlESIXAmUcOallocatorlESIXAmUgRsPgR);
01626 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlESIXAmUcOintgR);
01627 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlESRCOmUcOallocatorlESRCOmUgRsPgR);
01628 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlESRCOmUcOintgR);
01629 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEX1THmUcOallocatorlEX1THmUgRsPgR);
01630 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEX1THmUcOintgR);
01631 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEX1ADmUcOallocatorlEX1ADmUgRsPgR);
01632 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEX1ADmUcOintgR);
01633 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlRun);
01634 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlEvent);
01635 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEboolcOallocatorlEboolgRsPgR);
01636 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEboolcOintgR);
01637 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEQvecBasemUcOallocatorlEQvecBasemUgRsPgR);
01638 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEQvecBasemUcOintgR);
01639 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlVertex);
01640 G__tagtable_setup(G__get_linked_tagnum(&G__AlphaBanksDictLN_AlphaBanks),sizeof(AlphaBanks),-1,292096,"The ALPHA++ BOS-wrapper",G__setup_memvarAlphaBanks,G__setup_memfuncAlphaBanks);
01641 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlphaBankscLcLDataSource);
01642 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlGampgR);
01643 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlGampcOallocatorlEAlGampgRsPgR);
01644 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlGampcOintgR);
01645 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlGampmUgR);
01646 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlGampmUcOallocatorlEAlGampmUgRsPgR);
01647 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlGampmUcOintgR);
01648 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlEflwgR);
01649 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlEflwcOallocatorlEAlEflwgRsPgR);
01650 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlEflwcOintgR);
01651 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlEflwmUgR);
01652 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlEflwmUcOallocatorlEAlEflwmUgRsPgR);
01653 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlEflwmUcOintgR);
01654 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlTrackgR);
01655 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlTrackcOallocatorlEAlTrackgRsPgR);
01656 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlTrackcOintgR);
01657 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlTrackmUgR);
01658 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlTrackmUcOallocatorlEAlTrackmUgRsPgR);
01659 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlTrackmUcOintgR);
01660 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlMCtruthgR);
01661 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlMCtruthcOallocatorlEAlMCtruthgRsPgR);
01662 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlMCtruthcOintgR);
01663 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlMuongR);
01664 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlMuoncOallocatorlEAlMuongRsPgR);
01665 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlMuoncOintgR);
01666 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlElecgR);
01667 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlEleccOallocatorlEAlElecgRsPgR);
01668 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlEleccOintgR);
01669 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlElecmUgR);
01670 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlElecmUcOallocatorlEAlElecmUgRsPgR);
01671 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlElecmUcOintgR);
01672 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlVertexgR);
01673 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlVertexcOallocatorlEAlVertexgRsPgR);
01674 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlVertexcOintgR);
01675 G__get_linked_tagnum(&G__AlphaBanksDictLN_AlephCollectionlEAlVertexmUgR);
01676 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEAlVertexmUcOallocatorlEAlVertexmUgRsPgR);
01677 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEAlVertexmUcOintgR);
01678 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEQVECcOallocatorlEQVECgRsPgR);
01679 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEQVECcOintgR);
01680 G__get_linked_tagnum(&G__AlphaBanksDictLN_vectorlEQVRTcOallocatorlEQVRTgRsPgR);
01681 G__get_linked_tagnum(&G__AlphaBanksDictLN_random_access_iteratorlEQVRTcOintgR);
01682 G__get_linked_tagnum(&G__AlphaBanksDictLN_maplEAlTrackmUcOintcOlesslEAlTrackmUgRcOallocatorlEintgRsPgR);
01683 }
01684 extern "C" void G__cpp_setupAlphaBanksDict(void) {
01685 G__check_setup_version(30051515,"G__cpp_setupAlphaBanksDict()");
01686 G__set_cpp_environmentAlphaBanksDict();
01687 G__cpp_setup_tagtableAlphaBanksDict();
01688
01689 G__cpp_setup_inheritanceAlphaBanksDict();
01690
01691 G__cpp_setup_typetableAlphaBanksDict();
01692
01693 G__cpp_setup_memvarAlphaBanksDict();
01694
01695 G__cpp_setup_memfuncAlphaBanksDict();
01696 G__cpp_setup_globalAlphaBanksDict();
01697 G__cpp_setup_funcAlphaBanksDict();
01698
01699 if(0==G__getsizep2memfunc()) G__get_sizep2memfuncAlphaBanksDict();
01700 return;
01701 }
01702 class G__cpp_setup_initAlphaBanksDict {
01703 public:
01704 G__cpp_setup_initAlphaBanksDict() { G__add_setup_func("AlphaBanksDict",(G__incsetup)(&G__cpp_setupAlphaBanksDict)); G__call_setup_funcs(); }
01705 ~G__cpp_setup_initAlphaBanksDict() { G__remove_setup_func("AlphaBanksDict"); }
01706 };
01707 G__cpp_setup_initAlphaBanksDict G__cpp_setup_initializerAlphaBanksDict;
01708