Skip to content

Commit

Permalink
fixed fZDCTDCChannel dimension=7
Browse files Browse the repository at this point in the history
  • Loading branch information
cterrevo committed Jul 31, 2015
1 parent e888595 commit eacd320
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[8];
Int_t fZDCTDCChannels[7];

ClassDef(AliESDZDC,20)
};
Expand Down

0 comments on commit eacd320

Please sign in to comment.