00001 // -*- C++ -*- 00002 // 00003 // Package: CMSSW/CondFormats/Alignment 00004 // Class : T_EventSetup_OpticalAlignments.cc 00005 // 00006 // Implementation: 00007 // create all the 'infrastructure' needed to get into the Context 00008 // 00009 // Author: Chris Jones 00010 // Created: Mon Apr 18 16:42:52 EDT 2005 00011 // $Id: T_EventSetup_OpticalAlignments.cc,v 1.7 2006/11/20 10:14:08 xiezhen Exp $ 00012 // 00013 00014 // system include files 00015 00016 // user include files 00017 #include "CondFormats/OptAlignObjects/interface/OpticalAlignments.h" 00018 #include "CondFormats/OptAlignObjects/interface/CSCZSensors.h" 00019 #include "CondFormats/OptAlignObjects/interface/CSCRSensors.h" 00020 #include "CondFormats/OptAlignObjects/interface/MBAChBenchCalPlate.h" 00021 #include "CondFormats/OptAlignObjects/interface/MBAChBenchSurveyPlate.h" 00022 #include "CondFormats/OptAlignObjects/interface/Inclinometers.h" 00023 #include "CondFormats/OptAlignObjects/interface/PXsensors.h" 00024 #include "FWCore/Framework/interface/eventsetupdata_registration_macro.h" 00025 00026 //using Alignments; 00027 EVENTSETUP_DATA_REG(OpticalAlignments); 00028 EVENTSETUP_DATA_REG(CSCZSensors); 00029 EVENTSETUP_DATA_REG(CSCRSensors); 00030 EVENTSETUP_DATA_REG(MBAChBenchCalPlate); 00031 EVENTSETUP_DATA_REG(MBAChBenchSurveyPlate); 00032 EVENTSETUP_DATA_REG(Inclinometers); 00033 EVENTSETUP_DATA_REG(PXsensors);