Skip to content

Commit 8929ca5

Browse files
authored
Uncomment ZPA and ZPC histogram filling
1 parent 04bd543 commit 8929ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/Tasks/zdcTableReader.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ struct ZDCLIAnalysis {
140140
//
141141
registry.get<TH2>(HIST("hZNAamplvsADC"))->Fill(znaADC, zna);
142142
registry.get<TH2>(HIST("hZNCamplvsADC"))->Fill(zncADC, znc);
143-
//registry.get<TH2>(HIST("hZPAamplvsADC"))->Fill(zpaADC, zpa);
144-
//registry.get<TH2>(HIST("hZPCamplvsADC"))->Fill(zpcADC, zpc);
143+
registry.get<TH2>(HIST("hZPAamplvsADC"))->Fill(zpaADC, zpa);
144+
registry.get<TH2>(HIST("hZPCamplvsADC"))->Fill(zpcADC, zpc);
145145
//
146146
registry.get<TH2>(HIST("hZNvsZEM"))->Fill(zem1 + zem2, zna + znc);
147147
registry.get<TH2>(HIST("hZNAvsZNC"))->Fill(znc, zna);

0 commit comments

Comments
 (0)