ATLAS Offline Software
ExtractCondensedIBLhits.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
13 #ifndef PIXELRAWDATABYTESTREAM_ExtractCondensedIBLhits_H
14 #define PIXELRAWDATABYTESTREAM_ExtractCondensedIBLhits_H
15 
17 unsigned int divideHits ( unsigned int& sourceWord, const unsigned int startBit, const unsigned int endBit);
18 int divideHits ( int& sourceWord, const unsigned int startBit, const unsigned int endBit);
19 
20 unsigned int shiftRight (unsigned int &number, const int shifting);
21 int shiftRight (int &number, const int shifting);
22 
23 #endif /* defined PIXELRAWDATABYTESTREAM_ExtractCondensedIBLhits_H */
divideHits
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: ExtractCondensedIBLhits.cxx:28
shiftRight
unsigned int shiftRight(unsigned int &number, const int shifting)
Definition: ExtractCondensedIBLhits.cxx:17
python.selection.number
number
Definition: selection.py:20