CMS 3D CMS Logo

RPCAMCLinkMapHandler.h
Go to the documentation of this file.
1 #ifndef CondTools_RPC_RPCAMCLinkMapHandler_h
2 #define CondTools_RPC_RPCAMCLinkMapHandler_h
3 
4 #include <string>
5 #include <vector>
6 
9 
11 
12 namespace edm {
13  class ParameterSet;
15 } // namespace edm
16 
17 class RPCAMCLinkMapHandler : public popcon::PopConSourceHandler<RPCAMCLinkMap> {
18 public:
20  ~RPCAMCLinkMapHandler() override;
21 
22  void getNewObjects() override;
23  std::string id() const override;
24 
25 protected:
29 
32  std::vector<int> wos_fed_;
33  unsigned int n_sectors_;
34  std::vector<std::vector<int> > wos_sector_amc_;
35 
37 };
38 
39 #endif // CondTools_RPC_RPCAMCLinkMapHandler_h
std::string id() const override
Definition: config.py:1
unsigned long long Time_t
Definition: Time.h:14
RPCAMCLinkMapHandler(edm::ParameterSet const &config)
std::vector< std::vector< int > > wos_sector_amc_
HLT enums.
void getNewObjects() override
std::vector< int > wos_fed_