# | Line 45 | Line 45 | void HLTExampleMod::SlaveBegin() | |
---|---|---|
45 | // other analysis objects and request branches. For this module, | |
46 | // we request a branch of the MitTree. | |
47 | ||
48 | < | fPtHist = new TH1D("hPtHist",";p_{t};#",250,0.,500.); |
48 | > | fPtHist = new TH1D("hPtHist",";p_{t} [GeV];#",250,0.,500.); |
49 | AddOutput(fPtHist); | |
50 | fEtaHist = new TH1D("hEtaHist",";#eta;#",160,-8.,8.); | |
51 | AddOutput(fEtaHist); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |