24 bool getIntBit(
const UInt_t &position,
const UInt_t &value);
32 void setIntBit(
const UInt_t &position, UInt_t &value,
const bool &state);
40 UInt_t
shiftBy(
const int &positions,
const UInt_t &value);
42 unsigned int getIteratorItemCount(
const std::map<std::string, TConfItem>::const_iterator &start,
const std::map<std::string, TConfItem>::const_iterator &stop);
43 unsigned int getIteratorItemCount(
const std::map<std::string, std::map<std::string, TConfItem>>::const_iterator &start,
44 const std::map<std::string, std::map<std::string, TConfItem>>::const_iterator &stop);
56 #endif // __MRFTOOLS_H__