Skip to content
Snippets Groups Projects
Commit be94eb26 authored by Peter Alan Steinberg's avatar Peter Alan Steinberg Committed by Graeme Stewart
Browse files

removed warning by changing to const DataHandle (ZdcByteStream-00-00-23)

parent 6e1cab26
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,9 @@ StatusCode ZdcByteStreamRawData::execute()
/// otherwise just skip this
/// TODO keep record somewhere of this type of error?
ZdcDigitsCollection* ttCollection = 0;
//ZdcDigitsCollection* ttCollection = 0;
const DataHandle<ZdcDigitsCollection> ttCollection;
msg(MSG::DEBUG) << "Looking for ZDC Digits Collection at " << m_ZdcDigitsCollectionLocation << endreq;
//std::cout << "Looking for ZDC Digits Collection at " << m_ZdcDigitsCollectionLocation << std::endl;
StatusCode sc = evtStore()->retrieve(ttCollection, m_ZdcDigitsCollectionLocation);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment