CMS 3D CMS Logo

SiStripCondDataRecords.h
Go to the documentation of this file.
1 #ifndef CondFormats_SiStripCondDataRecords_h
2 #define CondFormats_SiStripCondDataRecords_h
3 
6 
7 /*Recod associated to SiStripApvGain Object: the SimRcd is used in simulation only*/
12 
13 /*Record associated to SiStripBadStrip Object*/
16 class SiStripBadModuleRcd : public edm::eventsetup::DependentRecordImplementation<SiStripBadModuleRcd, boost::mpl::vector<TrackerTopologyRcd> > {};
19 
21 
22 /*Recod associated to SiStripLorenzaAngle Object: the SimRcd is used in simulation only*/
23 class SiStripLorentzAngleRcd : public edm::eventsetup::DependentRecordImplementation<SiStripLorentzAngleRcd, boost::mpl::vector<TrackerTopologyRcd> > {};
25 
26 class SiStripBackPlaneCorrectionRcd : public edm::eventsetup::DependentRecordImplementation<SiStripBackPlaneCorrectionRcd, boost::mpl::vector<TrackerTopologyRcd> > {};
27 
29 
31 
33 
34 class SiStripNoisesRcd : public edm::eventsetup::DependentRecordImplementation<SiStripNoisesRcd, boost::mpl::vector<TrackerTopologyRcd> > {};
35 
37 
39 
41 
42 /*Record Associated to SiStripThreshold Object*/
45 
46 /*Record for the configuration object*/
48 
49 /*Record for the APV simulation parameters*/
51  : public edm::eventsetup::EventSetupRecordImplementation<SiStripApvSimulationParametersRcd> {};
52 
53 /*Records for upgrade */
55 
56 #endif