SFrame 3.6
|
00001 // Dear emacs, this is -*- c++ -*- 00002 // $Id: SConstants.h 249 2011-03-18 11:01:09Z 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_CORE_SConstants_H 00015 #define SFRAME_CORE_SConstants_H 00016 00017 namespace SFrame { 00018 00019 static const char* CycleConfigName = "CycleConfig"; 00020 static const char* CurrentInputDataName = "CurrentInputData"; 00021 static const char* RunStatisticsName = "RunStatistics"; 00022 static const char* ProofOutputName = "PROOF_OUTPUTFILE"; 00023 static const char* ProofOutputDirName = "jobTempOutput_XXXXXX"; 00024 static const char* ProofOutputFileName = "SFramePROOFTempOutput.root"; 00025 00026 } // namespace SFrame 00027 00028 #endif // SFRAME_CORE_SConstants_H