SFrame 3.6
|
00001 // Dear emacs, this is -*- c++ -*- 00002 // $Id$ 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_CORE_STreeTypes_H 00015 #define SFRAME_CORE_STreeTypes_H 00016 00017 // ROOT include(s): 00018 #include <Rtypes.h> 00019 00035 namespace STreeType { 00036 00038 00043 static const Int_t InputSimpleTree = 0; 00045 00051 static const Int_t InputMetaTree = 1; 00052 00054 00059 static const Int_t OutputSimpleTree = 100; 00061 00067 static const Int_t OutputMetaTree = 101; 00068 00069 } // namespace STreeType 00070 00071 #endif // SFRAME_CORE_STreeTypes_H