ATLAS Offline Software
spacer.h
Go to the documentation of this file.
1 /**************************************************************************
2  **
3  ** @file spacer.h
4  **
5  ** Description:
6  **
7  **
8  **
9  ** Author: M.Sutton
10  **
11  ** Created: Thu 21 Apr 2016 21:34:47 CEST
12  ** Modified:
13  **
14  **
15  **
16  **************************************************************************/
17 
18 
19 #ifndef SPACER_H
20 #define SPACER_H
21 
22 #include "string.h"
23 
24 const std::string spacer = "\t";
25 
26 
27 #endif /* SPACER_H */
28 
29 
30 
31 
32 
33 
34 
35 
36 
37 
spacer
const std::string spacer
Definition: spacer.h:24