00001 #ifndef SAMPLE_HANDLER__TOOLS_META_H 00002 #define SAMPLE_HANDLER__TOOLS_META_H 00003 00004 // Copyright Iowa State University 2014. 00005 // Author: Nils Krumnack 00006 // Distributed under the Boost Software License, Version 1.0. 00007 // (See accompanying file LICENSE_1_0.txt or copy at 00008 // http://www.boost.org/LICENSE_1_0.txt) 00009 00010 // Please feel free to contact me (nils.erik.krumnack@cern.ch) for bug 00011 // reports, feature suggestions, praise and complaints. 00012 00013 00014 // This module still needs to be documented. The interface provided 00015 // in this module is intended for experts only. The module is 00016 // considered to be in the pre-alpha stage. 00017 00018 00019 00020 #include <SampleHandler/Global.h> 00021 00022 #include <string> 00023 00024 namespace SH 00025 { 00032 void readSusyMeta (const SampleHandler& sh, const std::string& inputFile); 00033 00042 void readSusyMetaDir (const SampleHandler& sh, const std::string& inputDir); 00043 } 00044 00045 #endif