19 #ifndef __MRFTOOLS_H__ 20 #define __MRFTOOLS_H__ 36 bool getIntBit(
const UInt_t &position,
const UInt_t &value);
44 void setIntBit(
const UInt_t &position, UInt_t &value,
const bool &state);
52 UInt_t
shiftBy(
const int &positions,
const UInt_t &value);
54 unsigned int getIteratorItemCount(
const std::map<std::string, TConfItem>::const_iterator &start,
const std::map<std::string, TConfItem>::const_iterator &stop);
55 unsigned int getIteratorItemCount(
const std::map<std::string, std::map<std::string, TConfItem>>::const_iterator &start,
56 const std::map<std::string, std::map<std::string, TConfItem>>::const_iterator &stop);
68 #endif // __MRFTOOLS_H__