Cat
lbcat-cmake
CatCalo
src
CatCalo_load.cpp
Go to the documentation of this file.
1
// $Id: $
2
// Include files
3
#include <iostream>
4
5
//#include "DeclareFactoryEntries.h"
6
#include "
DLL.h
"
7
8
// Elements
9
#include "
Croc.h
"
10
#include "
Phaser.h
"
11
12
// Processus
13
#include "
PhaserRampExec.h
"
14
//#include "PhaserScan.h"
15
16
DECLARE_DLL
( CatCalo )
17
{
18
DECLARE_ELEMENT
(
Croc
,
Croc
Board description);
19
DECLARE_ELEMENT
(
Phaser
,Delay Chip description);
20
DECLARE_PROCESSUS
(
PhaserRampExec
, test
Phaser
);
21
// DECLARE_PROCESSUS ( PhaserScan, Phaser Scan for optimal sampling);
22
}
23
24
FACTORY
(
Element
,
Croc
)
25
FACTORY
(
Element
,
Phaser
)
26
FACTORY
(
Processus
,
PhaserRampExec
)
27
//FACTORY ( Processus , PhaserScan )
28
PhaserRampExec
Definition:
PhaserRampExec.h:26
DLL.h
Phaser
Definition:
Phaser.h:19
Processus
Definition:
Processus.h:32
DECLARE_DLL
DECLARE_DLL(CatCalo)
Definition:
CatCalo_load.cpp:16
Croc
Definition:
Croc.py:1
DECLARE_ELEMENT
#define DECLARE_ELEMENT(x, y)
Definition:
DLL.h:26
DECLARE_PROCESSUS
#define DECLARE_PROCESSUS(x, y)
Definition:
DLL.h:29
Croc.h
Element
Definition:
Element.h:14
FACTORY
#define FACTORY(type, x)
Definition:
DLL.h:43
Phaser.h
PhaserRampExec.h
Generated by
1.8.13