1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// -*- C++ -*-
//
// Package: Alignment
//
// Implementation:
// create all the 'infrastructure' needed to get into the Context
//
// Author: Frederic Ronga
// Created: Wed Jun 7 09:20:28 CEST 2006
//
// system include files
// user include files
#include "CondFormats/Alignment/interface/AlignmentErrorsExtended.h"
#include "FWCore/Utilities/interface/typelookup.h"
//using Alignments;
TYPELOOKUP_DATA_REG(AlignmentErrorsExtended);
|