Skip to content

Commit

Permalink
ALIROOT-6207 Fixed index
Browse files Browse the repository at this point in the history
  • Loading branch information
hristov authored and hristov committed Jul 28, 2015
1 parent dabd37c commit 53a79f2
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 @@ -86,7 +86,7 @@ class AliESDZDC: public AliVZDC {
Int_t GetZEM2TDCChannel() {if(AliESDZDC::kTDCcablingSet) return fZDCTDCChannels[1]; else return 9;}
Int_t GetZNCTDCChannel() {if(AliESDZDC::kTDCcablingSet) return fZDCTDCChannels[2]; else return 10;}
Int_t GetZPCTDCChannel() {if(AliESDZDC::kTDCcablingSet) return fZDCTDCChannels[3]; else return 11;}
Int_t GetL0TDCChannel() {if(AliESDZDC::kTDCcablingSet) return fZDCTDCChannels[7]; else return 15;}
Int_t GetL0TDCChannel() {if(AliESDZDC::kTDCcablingSet) return fZDCTDCChannels[6]; else return 15;}

Float_t GetZNTDCSum(Int_t ihit) const;
Float_t GetZNTDCDiff(Int_t ihit) const;
Expand Down

0 comments on commit 53a79f2

Please sign in to comment.