1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// -*- C++ -*-
//
// Package: TrackerGeometry
// Class : TrackerAlignmentErrorRecord
//
// Implementation:
// <Notes on implementation>
//
// Author: Frederic Ronga
// Created: Wed Jun 7 09:23:24 CEST 2006
#include "CondFormats/AlignmentRecord/interface/TrackerAlignmentErrorRcd.h"
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"
EVENTSETUP_RECORD_REG(TrackerAlignmentErrorRcd);
|