CMS 3D CMS Logo

CSCTFConfigOnlineProd.h
Go to the documentation of this file.
4 
5 class CSCTFConfigOnlineProd : public L1ConfigOnlineProdBase<L1MuCSCTFConfigurationRcd, L1MuCSCTFConfiguration> {
6 public:
9  ~CSCTFConfigOnlineProd() override {}
10 
11  std::unique_ptr<L1MuCSCTFConfiguration> newObject(const std::string& objectKey) override;
12 
13 private:
14 };
std::unique_ptr< L1MuCSCTFConfiguration > newObject(const std::string &objectKey) override
CSCTFConfigOnlineProd(const edm::ParameterSet &iConfig)