SFrame 3.6
core/include/ISCycleBase.h
Go to the documentation of this file.
00001 // Dear emacs, this is -*- c++ -*-
00002 // $Id: ISCycleBase.h 145 2009-11-24 13:20:00Z krasznaa $
00003 /***************************************************************************
00004  * @Project: SFrame - ROOT-based analysis framework for ATLAS
00005  * @Package: Core
00006  *
00007  * @author Stefan Ask       <Stefan.Ask@cern.ch>           - Manchester
00008  * @author David Berge      <David.Berge@cern.ch>          - CERN
00009  * @author Johannes Haller  <Johannes.Haller@cern.ch>      - Hamburg
00010  * @author A. Krasznahorkay <Attila.Krasznahorkay@cern.ch> - CERN/Debrecen
00011  *
00012  ***************************************************************************/
00013 
00014 #ifndef SFRAME_CODE_ISCycleBase_H
00015 #define SFRAME_CODE_ISCycleBase_H
00016 
00017 // Local include(s):
00018 #include "SCycleBaseExec.h"
00019 #include "ISCycleBaseConfig.h"
00020 
00031 class ISCycleBase : public SCycleBaseExec,
00032                     public virtual ISCycleBaseConfig {
00033 
00034 public:
00035    virtual ~ISCycleBase() {}
00036 
00037 #ifndef DOXYGEN_IGNORE
00038    ClassDef( ISCycleBase, 0 );
00039 #endif // DOXYGEN_IGNORE
00040 
00041 }; // class ISCycleBase
00042 
00043 #endif // SFRAME_CODE_ISCycleBase_H