12#include "McEventSelector/McAddress.h"
13#include "McEventSelector/McCnvSvc.h"
16#include "GaudiKernel/GenericAddress.h"
17#include "GaudiKernel/MsgStream.h"
26: GenericAddress(
McCnvSvc::storageType(), clid, fname, cname),
27 m_runNo(0), m_eventNo(0)
30 const int& run,
const int& event,
const std::string& cname)
31: GenericAddress(
McCnvSvc::storageType(), clid, fname, cname),
32 m_runNo(run), m_eventNo(event)
McAddress(const CLID &clid, const std::string &fname, const std::string &cname)
Standard Constructor.