BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
AthenaHitsCollectionHelper.cxx
Go to the documentation of this file.
2#include <iostream>
3
5 std::cout << " new collection helper being created " << std::endl;
6 ISvcLocator* svcLocator = Gaudi::svcLocator(); // from Bootstrap
7
8 IMessageSvc* m_msgSvc;
9 StatusCode status = svcLocator->service( "MessageSvc", m_msgSvc );
10
11 // MsgStream log(m_msgSvc, "AthenaHitsCollectionHelper");
12 // status = svcLocator->service("StoreGateSvc", m_storeGate);
13}