#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::IDepo > | in_tuple_t |
typedef std::tuple< WireCell::IDepo > | out_tuple_t |
Functions | |
int | main () |
typedef std::tuple<WireCell::IDepo, WireCell::IDepo> in_tuple_t |
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.
int main | ( | void | ) |
Definition at line 67 of file test_ihydra.cxx.