CHROMA
trln.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Trace-log support
5  *
6  * Central include file for all trace-log support
7  */
8 
9 /*! \defgroup trln Trace-log support
10  * \ingroup meas
11  *
12  * Central include file for all trace-log support
13  */
14 
15 #ifndef __trln_h__
16 #define __trln_h__
17 
18 
19 #endif
20 
21