ATLAS Offline Software
Loading...
Searching...
No Matches
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
12
13#ifndef PIXELRAWDATABYTESTREAM_ExtractCondensedIBLhits_H
14#define PIXELRAWDATABYTESTREAM_ExtractCondensedIBLhits_H
15
17unsigned int divideHits ( unsigned int& sourceWord, const unsigned int startBit, const unsigned int endBit);
18int divideHits ( int& sourceWord, const unsigned int startBit, const unsigned int endBit);
19
20unsigned int shiftRight (unsigned int &number, const int shifting);
21int shiftRight (int &number, const int shifting);
22
23#endif /* defined PIXELRAWDATABYTESTREAM_ExtractCondensedIBLhits_H */
unsigned int shiftRight(unsigned 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.
std::string number(const double &d, const std::string &s)
Definition utils.cxx:186