npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
timestamp.hh
Go to the documentation of this file.
1 #ifndef NPSTAT_TIMESTAMP_HH_
2 #define NPSTAT_TIMESTAMP_HH_
3 
4 /*!
5 // \file timestamp.hh
6 //
7 // \brief A time stamping routine for simple printouts. Uses hh:mm:ss format.
8 //
9 // Author: I. Volobouev
10 //
11 // April 2016
12 */
13 
14 #include <string>
15 
16 namespace npstat {
17  std::string timestamp();
18 }
19 
20 #endif // NPSTAT_TIMESTAMP_HH_
Definition: AbsArrayProjector.hh:14