Skip to content

Commit

Permalink
array fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cterrevo authored and dberzano committed Jul 31, 2015
1 parent fa3561b commit e888595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STEER/ESD/AliESDZDC.h
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class AliESDZDC: public AliVZDC {
Bool_t fZEM1TDChit; // true if ZEM1 TDC has at least 1 hit
Bool_t fZEM2TDChit; // true if ZEM2 TDC has at least 1 hit
//
Int_t fZDCTDCChannels[7];
Int_t fZDCTDCChannels[8];

ClassDef(AliESDZDC,20)
};
Expand Down

0 comments on commit e888595

Please sign in to comment.