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