1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#ifndef CondFormats_L1TObjects_L1GtFwd_h
#define CondFormats_L1TObjects_L1GtFwd_h
/**
*
*
* Description: enums for the L1 GT - for compatibility only.
*
* Implementation:
* Enum definitions moved to L1GtDefinitions.h
*
* \author: Vasile Mihai Ghete - HEPHY Vienna
*
* $Date$
* $Revision$
*
*/
#include "CondFormats/L1TObjects/interface/L1GtDefinitions.h"
#endif /*CondFormats_L1TObjects_L1GtBoardMaps_h*/
|