From: fca Date: Thu, 6 Oct 2011 07:38:24 +0000 (+0000) Subject: Fixing typo (clang) X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=2346a1a584668e56d215ce5684089ccbbecf10c0;p=u%2Fmrichter%2FAliRoot.git Fixing typo (clang) --- diff --git a/ITS/AliITSgeom.h b/ITS/AliITSgeom.h index 81ab4468eae..5a71ae5bd9f 100644 --- a/ITS/AliITSgeom.h +++ b/ITS/AliITSgeom.h @@ -59,12 +59,12 @@ class AliITSgeom : public TObject { // for Global GEANT coordinate system to the local "Tracking" coordinate // system of the detector. These are the transformation used by the // Tracking code. - Bool_t IsGeantToTracking() const {return ((fTrans&&0xfffe)!= 0);} + Bool_t IsGeantToTracking() const {return ((fTrans&0xfffe)!= 0);} // returns kTRUE if the transformation defined by this class is // for Global GEANT coordinate system to the local GEANT coordinate system // of the detector but may have been displaced by some typically small // amount. These are modified transformation similar to that used by GEANT. - Bool_t IsGeantToDisplaced() const {return ((fTrans&&0xfffd)!= 0);} + Bool_t IsGeantToDisplaced() const {return ((fTrans&0xfffd)!= 0);} // // This function returns a pointer to the particular AliITSgeomMatrix // class for a specific module index.