pflib v3.9.0-rc3-11-g2537d8f
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
lpGBT_standard_configs.h
1#ifndef lpgbt_standard_configs_h_included
2#define lpgbt_standard_configs_h_included 1
3
4#include "pflib/lpGBT.h"
5
6namespace pflib {
7namespace lpgbt {
8namespace standard_config {
9
11void setup_hcal_daq(pflib::lpGBT&);
12
14void setup_hcal_trig(pflib::lpGBT&);
15
17void setup_erxtraining(pflib::lpGBT&, bool prbs_on);
18
19enum class ECAL_lpGBT_Config {
20 DAQ_SingleModuleMotherboard = 101,
21 TRIG_SingleModuleMotherboard = 201,
22};
23
25void setup_ecal(pflib::lpGBT&, ECAL_lpGBT_Config);
26
27} // namespace standard_config
28} // namespace lpgbt
29} // namespace pflib
30
31#endif // lpgbt_standard_configs_h_included
Class which provides an interface with an lpGBT ASIC as mounted on an LDMX mezzanine.
Definition lpGBT.h:52
This version of the fast control code interfaces with the CMS Fast control library which can be contr...
Definition Backend.cxx:3