1
2
3
4
5
6
7
8
9
10
11
12
|
#include "CondFormats/GBRForest/src/headers.h"
namespace CondFormats_GBRForest {
struct dictionary {
GBRTree e1;
GBRForest e2;
GBRTree2D e3;
GBRForest2D e4;
GBRTreeD e5;
GBRForestD e6;
};
} // namespace CondFormats_GBRForest
|