pflib v3.9.0-rc3-11-g2537d8f
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
lpGBT_Registers.h
1#ifndef pflib_lpGBT_Registers_h_included
2#define pflib_lpGBT_Registers_h_included
3
4#include <stdint.h>
5
6#include <string>
7
8namespace pflib {
9
10namespace lpgbt {
11
14bool findRegister(const std::string& registerName, uint16_t& addr,
15 uint8_t& mask, uint8_t& offset);
16
17} // namespace lpgbt
18
19} // namespace pflib
20
21#endif // pflib_lpGBT_Registers_h_included
This version of the fast control code interfaces with the CMS Fast control library which can be contr...
Definition Backend.cxx:3