/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/OptAlignObjects/src/T_EventSetup_OpticalAlignments.cc
33 строки
1 KB
Cms Build
Clang-Format
29 май 2019, 08:24
29 май 2019, 08:24
5c96c3b
Код
Авторство
О чём код?
// -*- C++ -*- // // Package: CMSSW/CondFormats/Alignment // Class : T_EventSetup_OpticalAlignments.cc // // 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_OpticalAlignments.cc,v 1.7 2006/11/20 10:14:08 xiezhen Exp $ // // system include files // user include files #include "CondFormats/OptAlignObjects/interface/OpticalAlignments.h" #include "CondFormats/OptAlignObjects/interface/CSCZSensors.h" #include "CondFormats/OptAlignObjects/interface/CSCRSensors.h" #include "CondFormats/OptAlignObjects/interface/MBAChBenchCalPlate.h" #include "CondFormats/OptAlignObjects/interface/MBAChBenchSurveyPlate.h" #include "CondFormats/OptAlignObjects/interface/Inclinometers.h" #include "CondFormats/OptAlignObjects/interface/PXsensors.h" #include "FWCore/Utilities/interface/typelookup.h" //using Alignments; TYPELOOKUP_DATA_REG(OpticalAlignments); TYPELOOKUP_DATA_REG(CSCZSensors); TYPELOOKUP_DATA_REG(CSCRSensors); TYPELOOKUP_DATA_REG(MBAChBenchCalPlate); TYPELOOKUP_DATA_REG(MBAChBenchSurveyPlate); TYPELOOKUP_DATA_REG(Inclinometers); TYPELOOKUP_DATA_REG(PXsensors);