/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/McEventSelector/McEventSelector-01-00-13/src/McAddress.cxx

Go to the documentation of this file.
00001 //====================================================================
00002 //      McAddress implementation
00003 //--------------------------------------------------------------------
00004 //
00005 //      Package    : McEventSelector
00006 //
00007 //  Description: Event TDR address implementation
00008 //
00009 //====================================================================
00010 
00011 //own 
00012 #include "McEventSelector/McAddress.h"
00013 #include "McEventSelector/McCnvSvc.h"
00014 
00015 // Framework include files
00016 #include "GaudiKernel/GenericAddress.h"
00017 #include "GaudiKernel/MsgStream.h"
00018 
00019 // Event model
00020 #include <iostream>
00021 
00022 // Externals
00023 
00025 McAddress::McAddress(const CLID& clid, const std::string& fname, const std::string& cname )
00026 : GenericAddress(McCnvSvc::storageType(), clid, fname, cname),
00027   m_runNo(0), m_eventNo(0)
00028 { }
00029 McAddress::McAddress(const CLID& clid, const std::string& fname, 
00030            const int& run, const int& event, const std::string& cname)
00031 : GenericAddress(McCnvSvc::storageType(), clid, fname, cname),
00032   m_runNo(run), m_eventNo(event)
00033 { }
00034 

Generated on Tue Nov 29 23:12:41 2016 for BOSS_7.0.2 by  doxygen 1.4.7