1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
// -*- C++ -*-
//
// Package: EDMProto
// Class : T_Context_Pedestals
//
// Implementation:
// create all the 'infrastructure' needed to get into the Context
//
// Author: Chris Jones
// Created: Mon Apr 18 16:42:52 EDT 2005
// $Id: T_EventSetup_Alignment.cc,v 1.1 2005/07/22 14:26:16 xiezhen Exp $
//
// system include files
// user include files
#include "CondFormats/Alignment/interface/Alignments.h"
#include "FWCore/Utilities/interface/typelookup.h"
//using Alignments;
TYPELOOKUP_DATA_REG(Alignments);
|