pflib v3.13.3-1-gf856638
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
HcalTarget.h
1#pragma once
2#ifndef PFLIB_HCALTARGET_H
3#define PFLIB_HCALTARGET_H
4
5#include "pflib/Target.h"
6
7namespace pflib {
8
9class Bias;
10
14class HcalTarget : public Target {
15 public:
16 virtual Bias& bias(int which) = 0;
17};
18
19} // namespace pflib
20
21#endif
The HGC ROC has 4 MAX5825 chips doing the DAC for the bias voltages.
Definition Bias.h:115
An HcalTarget is a Target with access to the biasing chips.
Definition HcalTarget.h:14
encapulating a given setup's access rules
Definition Target.h:26
This version of the fast control code interfaces with the CMS Fast control library which can be contr...
Definition Backend.cxx:3