#include "AliITSUAux.h" //_______________________________________________________________ void AliITSUAux::PrintBits(ULong64_t patt, Int_t maxBits) { // print maxBits of the pattern maxBits = Min(64,maxBits); for (int i=0;i>i)&0x1) ? '+':'-'); }