Skip to content

Commit

Permalink
Retagging v5-01-Rev-30
Browse files Browse the repository at this point in the history
  • Loading branch information
hristov committed Apr 11, 2012
2 parents 229175f + 615701b commit 84565dd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion STEER/ESD/AliESDVZEROfriend.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class AliESDVZEROfriend: public TObject {
void SetBBFlag(Int_t channel, Int_t event, Bool_t flag)
{ fIsBB[channel][event] = flag; }
void SetBGFlag(Int_t channel, Int_t event, Bool_t flag)
{ fIsBB[channel][event] = flag; }
{ fIsBG[channel][event] = flag; }
void SetTime(Int_t channel, Float_t time)
{ fTime[channel] = time; }
void SetWidth(Int_t channel, Float_t width)
Expand Down
1 change: 0 additions & 1 deletion TOF/AliTOF.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
class AliTOFcluster;

extern TROOT *gROOT;
extern TVirtualMC *gMC;

extern AliRun *gAlice;

Expand Down
1 change: 0 additions & 1 deletion TOF/AliTOFv6T0.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ Revision 0.1 2007 March G. Cara Romeo and A. De Caro
#include "AliTOFGeometry.h"
#include "AliTOFv6T0.h"

extern TVirtualMC *gMC;
extern TGeoManager *gGeoManager;

extern AliRun *gAlice;
Expand Down

0 comments on commit 84565dd

Please sign in to comment.