#include "StandardNtuple/NtpStRecord.h"#include "MCNtuple/NtpMCRecord.h"#include "MCNtuple/NtpMCTruth.h"#include "MCNtuple/NtpMCStdHep.h"#include "MCNtuple/NtpMCFluxInfo.h"#include "AnalysisNtuples/ANtpTruthInfoBeam.h"#include "MCReweight/MuParentHelper.h"#include "MCReweight/NuParent.h"#include <iostream>#include "TString.h"#include "TClonesArray.h"Go to the source code of this file.
Functions | |
| Int_t | GEANTtoPDG (Int_t) |
|
|
Definition at line 343 of file MuParentHelper.cxx. Referenced by MuParentHelper::GetMuDaughter(), and MuParentHelper::GetMuParent(). 00344 {
00345 if(gCode==1) return 22;
00346 if(gCode==2) return -11;
00347 if(gCode==3) return 11;
00348 if(gCode==4) return 14;
00349 if(gCode==5) return -13;
00350 if(gCode==6) return 13;
00351 if(gCode==7) return 111;
00352 if(gCode==8) return 211;
00353 if(gCode==9) return -211;
00354 if(gCode==10) return 130;
00355 if(gCode==11) return 321;
00356 if(gCode==12) return -321;
00357 if(gCode==13) return 2112;
00358 if(gCode==14) return 2212;
00359 if(gCode==15) return -2212;
00360 if(gCode==16) return 310;
00361 if(gCode==17) return 221;
00362 if(gCode==18) return 3122;
00363 if(gCode==19) return 3222;
00364 if(gCode==20) return 3212;
00365 if(gCode==21) return 3112;
00366 if(gCode==22) return 3322;
00367 if(gCode==23) return 3312;
00368 if(gCode==24) return 3332;
00369 if(gCode==25) return -2112;
00370 if(gCode==26) return -3122;
00371 if(gCode==27) return -3112;
00372 if(gCode==28) return -3212;
00373 if(gCode==29) return -3112;
00374 if(gCode==30) return -3322;
00375 if(gCode==31) return -3312;
00376 if(gCode==32) return -3332;
00377 if(gCode==33) return -15;
00378 if(gCode==34) return 15;
00379 if(gCode==35) return 411;
00380 if(gCode==36) return -411;
00381 if(gCode==37) return 421;
00382 if(gCode==38) return -421;
00383 if(gCode==39) return 431;
00384 if(gCode==40) return -431;
00385 if(gCode==41) return 4122;
00386 if(gCode==42) return 24;
00387 if(gCode==43) return -24;
00388 if(gCode==44) return 23;
00389 return 0;
00390 }
|
1.3.9.1