/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Simulation/SimHelpers/SimHelpers-00-00-01/src/AthenaHitsCollectionHelper.cxx

Go to the documentation of this file.
00001 #include "SimHelpers/AthenaHitsCollectionHelper.h"
00002 #include <iostream>
00003 
00004 AthenaHitsCollectionHelper::AthenaHitsCollectionHelper()
00005 {
00006         std::cout<<" new collection helper being created "<<std::endl;
00007         ISvcLocator* svcLocator = Gaudi::svcLocator(); // from Bootstrap
00008       
00009         IMessageSvc*    m_msgSvc;
00010         StatusCode status = svcLocator->service("MessageSvc", m_msgSvc);
00011       
00012         // MsgStream log(m_msgSvc, "AthenaHitsCollectionHelper");
00013         // status = svcLocator->service("StoreGateSvc", m_storeGate);
00014 }
00015 AthenaHitsCollectionHelper::~AthenaHitsCollectionHelper()
00016 {
00017 }

Generated on Tue Nov 29 23:14:35 2016 for BOSS_7.0.2 by  doxygen 1.4.7