SFrame 3.6
core/src/SCycleBase.cxx
Go to the documentation of this file.
00001 // $Id: SCycleBase.cxx 318 2012-06-22 16:32:42Z krasznaa $
00002 /***************************************************************************
00003  * @Project: SFrame - ROOT-based analysis framework for ATLAS
00004  * @Package: Core
00005  *
00006  * @author Stefan Ask       <Stefan.Ask@cern.ch>           - Manchester
00007  * @author David Berge      <David.Berge@cern.ch>          - CERN
00008  * @author Johannes Haller  <Johannes.Haller@cern.ch>      - Hamburg
00009  * @author A. Krasznahorkay <Attila.Krasznahorkay@cern.ch> - CERN/Debrecen
00010  *
00011  ***************************************************************************/
00012 
00013 // Local include(s):
00014 #include "../include/SCycleBase.h"
00015 
00016 #ifndef DOXYGEN_IGNORE
00017 ClassImp( SCycleBase )
00018 #endif // DOXYGEN_IGNORE
00019 
00023 SCycleBase::SCycleBase() {
00024 
00025    REPORT_VERBOSE( "SCycleBase constructed" );
00026 }
00027 
00028 
00032 SCycleBase::~SCycleBase() {
00033 
00034    REPORT_VERBOSE( "SCycleBase destructed" );
00035 }