/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/RootCnvSvc/RootCnvSvc-02-01-12/src/RootEventContext.cxx

Go to the documentation of this file.
00001 #include "RootCnvSvc/RootEventContext.h"
00002 
00003 //______________________________________________________
00004 RootEventContext::RootEventContext(const RootEvtSelector* 
00005 selector) :
00006         m_evtSelector(selector) {
00007 }
00008 
00009 //______________________________________________________
00010 RootEventContext::RootEventContext(const
00011 RootEventContext& ctxt) :
00012         m_evtSelector(ctxt.m_evtSelector) {
00013 }
00014 
00015 //______________________________________________________
00016 RootEventContext::~RootEventContext() {
00017 }
00018 
00019 //______________________________________________________
00020 void* RootEventContext::identifier() const {
00021  return((void*)(m_evtSelector));
00022 }
00023 

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