1
2
3
4
5
6
7
8
9
10
11
12
|
// -*- C++ -*-
//
// Package: MTDGeometry
// Class : MTDAlignmentErrorRecord
//
// Implementation:
// <Notes on implementation>
//
#include "CondFormats/AlignmentRecord/interface/MTDAlignmentErrorRcd.h"
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"
EVENTSETUP_RECORD_REG(MTDAlignmentErrorRcd);
|