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

Go to the documentation of this file.
00001 #ifndef ROOTEVENTCONTEX_H
00002 #define ROOTEVENTCONTEX_H
00003 
00004 #include "GaudiKernel/IEvtSelector.h"
00005 #include "RootCnvSvc/RootEvtSelector.h"
00006 
00007 class RootEventSelector;
00008 class IOpaqueAddress;
00009 
00014 class RootEventContext : virtual public IEvtSelector::Context {
00015 
00016 public:
00018    RootEventContext(const RootEvtSelector* selector);
00019 
00021    RootEventContext(const RootEventContext& ctxt);
00022 
00024    virtual ~RootEventContext();
00025 
00027    virtual void* identifier() const;
00028    
00029 
00030 private:
00031    const RootEvtSelector* m_evtSelector;
00032 };
00033 #endif

Generated on Tue Nov 29 22:58:37 2016 for BOSS_7.0.2 by  doxygen 1.4.7