Skip to content
Snippets Groups Projects
Commit cbc17043 authored by Mark Jones's avatar Mark Jones Committed by Mark K Jones
Browse files

Modify THcHodoEff.cxx

Fix mistake in THcHodoEff::End
parent 3849b22b
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ Int_t THcHodoEff::End( THaRunBase* ) ...@@ -83,7 +83,7 @@ Int_t THcHodoEff::End( THaRunBase* )
{ {
// End of analysis // End of analysis
for(Int_t ip=0;ip<fNPlanes;ip++) { for(Int_t ip=0;ip<fNPlanes;ip++) {
fHodoAndEffi[ip]=0; fStatAndEff[ip]=0;
for(Int_t ic=0;ic<fNCounters[ip];ic++) { for(Int_t ic=0;ic<fNCounters[ip];ic++) {
fStatTrkSum[ip]+=fStatTrk[fHod->GetScinIndex(ip,ic)]; fStatTrkSum[ip]+=fStatTrk[fHod->GetScinIndex(ip,ic)];
fStatAndSum[ip]+=fHodoAndEffi[fHod->GetScinIndex(ip,ic)]; fStatAndSum[ip]+=fHodoAndEffi[fHod->GetScinIndex(ip,ic)];
......
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