Go to the documentation of this file. 19 do { num += ( w & 0x1 ); }
while ( (w >>= 1) != 0 );
26 for(
int i=0;
i<24;
i++) {
27 if ( ( m & 0x1 ) == 1 ) {
28 sprintf(chEvtype,
"%d",
i) ;
52 if (evtType==
"beam") ievtType = 1 ;
53 if (evtType==
"laser") ievtType = 2 ;
54 if (evtType==
"pedestal") ievtType = 1 ;