 |
ATLAS Offline Software
|
Go to the documentation of this file.
10 std::getline(in,
line);
12 char pbuff[5]={
"----"};
14 sscanf(
line.c_str(),
"%08lx-%08lx %4s %08llx %02x:%02x %80lu %n",
25 perms|=((pbuff[
i]!=
'-')<<(4-
i));
27 perms |= (pbuff[3]==
'p');