![]() |
ATLAS Offline Software
|
implementation file for utility functions shiftRight and DivideHITS More...
Go to the source code of this file.
Functions | |
| unsigned int | shiftRight (unsigned int &number, const int shifting) |
| int | shiftRight (int &number, const int shifting) |
| unsigned int | divideHits (unsigned int &sourceWord, const unsigned int startBit, const unsigned int endBit) |
| Push bits from a sourceWord to a target word, returns true if successful. | |
| int | divideHits (int &sourceWord, const unsigned int startBit, const unsigned int endBit) |
implementation file for utility functions shiftRight and DivideHITS
Definition in file ExtractCondensedIBLhits.cxx.
| int divideHits | ( | int & | sourceWord, |
| const unsigned int | startBit, | ||
| const unsigned int | endBit ) |
Definition at line 53 of file ExtractCondensedIBLhits.cxx.
| unsigned int divideHits | ( | unsigned int & | sourceWord, |
| const unsigned int | startBit, | ||
| const unsigned int | endBit ) |
Push bits from a sourceWord to a target word, returns true if successful.
Definition at line 28 of file ExtractCondensedIBLhits.cxx.
| int shiftRight | ( | int & | number, |
| const int | shifting ) |
Definition at line 22 of file ExtractCondensedIBLhits.cxx.
| unsigned int shiftRight | ( | unsigned int & | number, |
| const int | shifting ) |
Definition at line 17 of file ExtractCondensedIBLhits.cxx.