SusyNtuple
SusyNtuple/Utils.h
00001 // Dear emacs, this is -*- c++ -*-
00002 // $Id$
00003 #ifndef D3PDREADER_UTILS_H
00004 #define D3PDREADER_UTILS_H
00005 
00006 // ROOT include(s):
00007 #include <TString.h>
00008 
00009 namespace D3PDReader {
00010 
00012    ::TString TimeToString( ::Double_t secs );
00013 
00015    ::TString SizeToString( ::Long64_t bytes );
00016 
00018    ::TString SpeedToString( ::Double_t bytespersec );
00019 
00020 } // namespace D3PDReader
00021 
00022 #endif // D3PDREADER_UTILS_H
 All Classes Functions Variables Typedefs Enumerations Enumerator