X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=OADB%2FAliOADBPhysicsSelection.cxx;h=5f9f76e8815487e96f97ca99ba2e0302e3064fe1;hb=c33a92e578a3a0397d416572e3e4a845b463201c;hp=6aa685c99c1340cd7178afd63c8853f6108c60b8;hpb=e99fb5c99f2ad145773e6ffc93147902f55205d8;p=u%2Fmrichter%2FAliRoot.git diff --git a/OADB/AliOADBPhysicsSelection.cxx b/OADB/AliOADBPhysicsSelection.cxx index 6aa685c99c1..5f9f76e8815 100644 --- a/OADB/AliOADBPhysicsSelection.cxx +++ b/OADB/AliOADBPhysicsSelection.cxx @@ -241,7 +241,7 @@ UInt_t AliOADBPhysicsSelection::GetActiveBit(UInt_t mask) { // If more than one bit is lit, prints an error and returns the first. // If no bit is on, prints an error and returns 0 - const Int_t kNBitsToCheck = 28; + const Int_t kNBitsToCheck = 29; // Int_t nbit = sizeof(mask)*8; Int_t nbit = kNBitsToCheck;