Classes | Typedefs | Functions
test_ihydra.cxx File Reference
#include "WireCellIface/IHydraNode.h"
#include "WireCellIface/IDepoSource.h"
#include "WireCellUtil/Type.h"
#include <iostream>
#include <tuple>

Go to the source code of this file.

Classes

class  MyDepoSrc
 
class  MyHydra
 

Typedefs

typedef std::tuple< WireCell::IDepo, WireCell::IDepoin_tuple_t
 
typedef std::tuple< WireCell::IDepoout_tuple_t
 

Functions

int main ()
 

Typedef Documentation

Definition at line 9 of file test_ihydra.cxx.

typedef std::tuple<WireCell::IDepo> out_tuple_t

Definition at line 10 of file test_ihydra.cxx.

Function Documentation

int main ( void  )

Definition at line 67 of file test_ihydra.cxx.

67  {
68 
70  MyDepoSrc mds;
71  mds(out);
72 
75 
76  MyHydra mh;
77  mh(inqs, outqs);
78 
79 
80  return 0;
81 }
std::shared_ptr< const IDepo > pointer
Definition: IData.h:19
input_shqed::shared_queued_tuple_type input_queues_type
Definition: IHydraNode.h:59
output_shqed::shared_queued_tuple_type output_queues_type
Definition: IHydraNode.h:60