Cat
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);
21  // DECLARE_PROCESSUS ( PhaserScan, Phaser Scan for optimal sampling);
22 }
23 
24 FACTORY ( Element , Croc )
27 //FACTORY ( Processus , PhaserScan )
28 
Definition: Phaser.h:19
DECLARE_DLL(CatCalo)
Definition: Croc.py:1
#define DECLARE_ELEMENT(x, y)
Definition: DLL.h:26
#define DECLARE_PROCESSUS(x, y)
Definition: DLL.h:29
#define FACTORY(type, x)
Definition: DLL.h:43