1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// -*- C++ -*-
//
// Package: Alignment
//
// Implementation:
// create all the 'infrastructure' needed to get into the Context
//
// Author: Chung Khim Lae
// Created: 2007/03/22
//
#include "CondFormats/Alignment/interface/SurveyErrors.h"
#include "FWCore/Utilities/interface/typelookup.h"
TYPELOOKUP_DATA_REG(SurveyErrors);
|