#include "ConfAgent.h"
#include "DFAgent.h"
#include "AgataKeyFactory.h"
#include "AgataFrameFactory.h"
#include "BufferIO.h"
#include "ConfigurationFrame.h"
#include "PSAFrame.h"
#include "TrackedFrame.h"
#include "AgataCompositeFrame.h"
#include <iostream>
#include <sstream>
#include <string>
Go to the source code of this file.
|
int | dummy1 (UInt_t nb=5000) |
| To produce quickly two ADF files filled with just one type of Agata frame (PSA with data) More...
|
|
int | dummy2 (UInt_t nb=5000) |
| To produce quickly two files with two types of Agata frame (PSA with data and crystal stallion) emmbedded in an data:event frame. More...
|
|
int | EB1 (UInt_t nb=5000) |
| To produce quickly two ADF files filled with just one type of Agata frame (PSA stallion) and a configuration frame. More...
|
|
int | main (int argc, char **argv) |
|
void | PSAStallion (Frame *frame) |
|
int | test1 (UInt_t nb=5000) |
| To produce quickly two ADF files filled with just one type of Agata frame (stallion) More...
|
|
int | test2 (UInt_t nb=5000) |
| To produce quickly two ADF files filled with two types of Agata frame (stallion) More...
|
|
int | test3 (UInt_t nb=5000) |
| To produce quickly two ADF files filled with two types of Agata frame (stallion) emmbedded in an data:event frame. More...
|
|
int | test4 (UInt_t nb=5000) |
| To produce quickly two ADF files filled with just one type of Agata frame (PSA stallion) and a configuration frame. More...
|
|