Cat
Functions
CatBcn_load.cpp File Reference
#include <iostream>
#include "DLL.h"
#include "LSDelayChipV1.h"
#include "ICECALv3.h"
#include "MSOxxxx.h"
#include "A11713B.h"

Go to the source code of this file.

Functions

 DECLARE_DLL (CatBcn)
 

Function Documentation

◆ DECLARE_DLL()

DECLARE_DLL ( CatBcn  )

Definition at line 21 of file CatBcn_load.cpp.

References DECLARE_ELEMENT, and FACTORY.

22 {
23  //DECLARE_ELEMENT ( Proto40MHz_v1, Proto v1 of the Upgrade LHCb Calo 40MHz front-end);
24  //DECLARE_ELEMENT ( A3PE, A3PE FPGA description);
25  //DECLARE_ELEMENT ( ICPhaser, ICECAL Delay Chip);
26  DECLARE_ELEMENT ( LSDelayChipV1, La Salle Delay Chip V1);
27  DECLARE_ELEMENT ( ICECALv3, Calorimeter Upgrade IC v3);
28  DECLARE_ELEMENT ( MSOxxxx, Agilent Oscilloscope MSO series);
29  DECLARE_ELEMENT ( A11713B, Agilent 2-ch Attenuator);
30  //DECLARE_PROCESSUS ( Acquisition , Acquisition processus);
31  //DECLARE_PROCESSUS ( A3PE_BitFlip , A3PE Bit Flip test processus);
32 }
#define DECLARE_ELEMENT(x, y)
Definition: DLL.h:26