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