Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:01:38

0001 #pragma once
0002 
0003 #include <PodioDatamodel/ExampleClusterCollection.h>
0004 #include <PodioDatamodel/ExampleHitCollection.h>
0005 #include <JANA/Utils/JTablePrinter.h>
0006 
0007 JTablePrinter TabulateClusters(const ExampleClusterCollection* c);
0008 
0009 JTablePrinter TabulateHits(const ExampleHitCollection* c);
0010 
0011