diff --git a/tests/read_test.h b/tests/read_test.h index ba7dbfaa5..0371f9067 100644 --- a/tests/read_test.h +++ b/tests/read_test.h @@ -60,14 +60,14 @@ void processEvent(podio::EventStore& store, bool verboser, unsigned eventNum) { // read collection meta data auto& hits = store.get("hits"); - auto colMD = store.getCollectionMetaData( hits.getID() ); - std::string es = colMD.getStringVal("CellIDEncodingString") ; - if( es != std::string("system:8,barrel:3,layer:6,slice:5,x:-16,y:-16") ){ - std::cout << " meta data from collection 'hits' with id = " << hits.getID() - << " read CellIDEncodingString: " << es << " - expected : system:8,barrel:3,layer:6,slice:5,x:-16,y:-16" - << std::endl ; - throw std::runtime_error("Couldn't read event meta data parameters 'CellIDEncodingString'"); - } + // auto colMD = store.getCollectionMetaData( hits.getID() ); + // std::string es = colMD.getStringVal("CellIDEncodingString") ; + // if( es != std::string("system:8,barrel:3,layer:6,slice:5,x:-16,y:-16") ){ + // std::cout << " meta data from collection 'hits' with id = " << hits.getID() + // << " read CellIDEncodingString: " << es << " - expected : system:8,barrel:3,layer:6,slice:5,x:-16,y:-16" + // << std::endl ; + // throw std::runtime_error("Couldn't read event meta data parameters 'CellIDEncodingString'"); + // } auto& clusters = store.get("clusters");