Skip to content

Commit

Permalink
Bug fix (Chiara)
Browse files Browse the repository at this point in the history
  • Loading branch information
hristov authored and hristov committed Jul 27, 2014
1 parent 8c60fa1 commit ae39e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STEER/AOD/AliAODZDC.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Bool_t AliAODZDC::GetZNCentroidInPbPb(Float_t beamEne, Double_t centrZNC[2], Dou
//
for(Int_t i=0; i<5; i++){
zncEnergy += fZNCTowerEnergy[i];
znaEnergy += fZNCTowerEnergy[i];
znaEnergy += fZNATowerEnergy[i];
}
for(Int_t i=0; i<4; i++){
if(fZNCTowerEnergy[i+1]>0.) {
Expand Down

0 comments on commit ae39e6b

Please sign in to comment.