64 |
|
|
65 |
|
ReqBranch(GetPartName(), fParticles); |
66 |
|
|
67 |
< |
AddTH1(fHs[0],"hPtHist",";p_{t};#",100,0.,250.); |
67 |
> |
AddTH1(fHs[0],"hPtHist",";p_{t} [GeV]; #",100,0.,250.); |
68 |
|
AddTH1(fHs[1],"hEtaHist",";#eta;#",160,-8.,8.); |
69 |
< |
AddTH1(fHs[2],"hGenPtHist",";p_{t};#",100,0.,250.); |
69 |
> |
AddTH1(fHs[2],"hGenPtHist",";p_{t} [GeV];#",100,0.,250.); |
70 |
|
AddTH1(fHs[3],"hGenEtaHist",";#eta;#",160,-8.,8.); |
71 |
< |
AddTH1(fHs[4],"hSimPtHist",";p_{t};#",100,0.,250.); |
71 |
> |
AddTH1(fHs[4],"hSimPtHist",";p_{t} [GeV];#",100,0.,250.); |
72 |
|
AddTH1(fHs[5],"hSimEtaHist",";#eta;#",160,-8.,8.); |
73 |
|
AddTH1(fHs[6],"hMassDiff",";#eta;#",1000,-5.,5.); |
74 |
|
AddTH1(fHs[7],"hGenMassDiff",";#eta;#",1000,-5.,5.); |
82 |
|
// Run finishing code on the computer (slave) that did the |
83 |
|
// analysis. For this module, we dont do anything here. |
84 |
|
} |
85 |
– |
|