1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// -*- C++ -*-
//
// Package: TrackerGeometry
// Class : TrackerAlignmentRecord
//
// Implementation:
// <Notes on implementation>
//
// Author: Chris Jones
// Created: Wed May 11 16:28:46 EDT 2005
// $Id: TrackerAlignmentRcd.cc,v 1.1 2005/07/27 19:52:00 xiezhen Exp $
#include "CondFormats/AlignmentRecord/interface/TrackerAlignmentRcd.h"
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"
EVENTSETUP_RECORD_REG(TrackerAlignmentRcd);
|