1#ifndef PFLIB_TARGET_H_INCLUDED
2#define PFLIB_TARGET_H_INCLUDED
6#include "pflib/FastControl.h"
19 Hcal& hcal() {
return *hcal_; }
24 virtual bool has_event() {
return hcal().
daq().getEventOccupancy()>0; }
34 Target* makeTargetFiberless();
Representation of FastControl controller.
Definition FastControl.h:11
representing a standard HCAL motherboard or a test system
Definition Hcal.h:18
virtual DAQ & daq()=0
get the FastControl object
Base class which encapsulates the I2C interface, represents a single bus.
Definition I2C.h:14
encapulating a given setup's access rules
Definition Target.h:13
This version of the fast control code interfaces with the CMS Fast control library which can be contr...
Definition Backend.cxx:3