Skip to content
Snippets Groups Projects
Commit 9b315471 authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Fix bugs (root6 incompatibility?) in hodoscope hitmap examples

parent 32171626
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
h[15] = hnegadc4;
for(Int_t ipad=1;ipad<=8;ipad++) {
TPad *pt = c1->cd(ipad);
c1->cd(ipad);
Int_t ihp = 2*(ipad-1);
Int_t ihn = ihp+1;
h[ihp]->SetFillColor(kGreen);
......
......@@ -25,7 +25,7 @@
h[15] = snegadc4;
for(Int_t ipad=1;ipad<=8;ipad++) {
TPad *pt = c1->cd(ipad);
c1->cd(ipad);
Int_t ihp = 2*(ipad-1);
Int_t ihn = ihp+1;
h[ihp]->SetFillColor(kGreen);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment