Performance tweaks to Identifier package
Small tweaks to performance of the Identifier package, using the MuonCondTest in dbg as a testbed. Primary change: Compiling IdentifierField in optimised mode even with dbg specified (as was done with Range.cxx previously) Other tweaks: use standard linear search instead of binary search (thanks to @goetz for pointing this out).