00001 #ifndef SAMPLE_HANDLER_TOOLS_SPLIT_H 00002 #define SAMPLE_HANDLER_TOOLS_SPLIT_H 00003 00004 // Copyright Nils Krumnack 2011. 00005 // Distributed under the Boost Software License, Version 1.0. 00006 // (See accompanying file LICENSE_1_0.txt or copy at 00007 // http://www.boost.org/LICENSE_1_0.txt) 00008 00009 // Please feel free to contact me (krumnack@iastate.edu) for bug 00010 // reports, feature suggestions, praise and complaints. 00011 00012 00016 00017 00018 00019 //protect 00020 #include <SampleHandler/Global.h> 00021 00022 #include <Rtypes.h> 00023 00024 namespace SH 00025 { 00032 void scanNEvents (SampleHandler& sh); 00033 00034 00041 void scanNEvents (Sample& sample); 00042 00043 00052 SampleHandler splitSample (Sample& sample, Long64_t nevt); 00053 } 00054 00055 #endif