1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// -*- C++ -*-
//
// Package: CondFormats/AlignmentRecord
// Class : GlobalPositionRecord
//
// Implementation:
// <Notes on implementation>
//
// Author: Jim Pivarski
// Created: Mon Feb 18 17:22:09 CET 2008
#include "CondFormats/AlignmentRecord/interface/GlobalPositionRcd.h"
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"
EVENTSETUP_RECORD_REG(GlobalPositionRcd);
|