Jpp 19.3.0-rc.1
the software that should make you happy
|
Example program to test JTRIGGER::JPreprocessor. More...
#include <string>
#include <iostream>
#include <iomanip>
#include <vector>
#include "km3net-dataformat/online/JDAQHit.hh"
#include "JDAQ/JDAQSuperFrameIO.hh"
#include "JDetector/JDetector.hh"
#include "JDetector/JDetectorToolkit.hh"
#include "JDetector/JDetectorSupportkit.hh"
#include "JDetector/JModuleRouter.hh"
#include "JTrigger/JSuperFrame2D.hh"
#include "JTrigger/JHitR0.hh"
#include "JTrigger/JHitR1.hh"
#include "JTrigger/JHitR2.hh"
#include "JTrigger/JMatchL0.hh"
#include "JTrigger/JBuildL0.hh"
#include "JTrigger/JBuildL1.hh"
#include "JTrigger/JBuildL2.hh"
#include "JTrigger/JPreprocessor.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
Functions | |
template<class T > | |
void | print (std::ostream &out, const char *const title, T __begin, T __end) |
Print data. | |
int | main (int argc, char **argv) |
Example program to test JTRIGGER::JPreprocessor.
Definition in file JPreprocessor.cc.
|
inline |
Print data.
out | output stream |
title | title |
__begin | begin of data |
__end | end of data |
Definition at line 38 of file JPreprocessor.cc.
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 58 of file JPreprocessor.cc.