Jpp
|
Application for real-time filtering of data. More...
#include <string>
#include <iostream>
#include <iomanip>
#include <list>
#include <limits>
#include <algorithm>
#include "JLang/JSinglePointer.hh"
#include "JLang/JLangToolkit.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JProperties.hh"
#include "Jeep/JTimer.hh"
#include "Jeep/JTimekeeper.hh"
#include "Jeep/JMessage.hh"
#include "JLogger/JMessageScheduler.hh"
#include "JDAQ/JDAQ.hh"
#include "JDAQ/JDAQTags.hh"
#include "JDAQ/JDAQEvent.hh"
#include "JDAQ/JDAQTimeslice.hh"
#include "JDAQ/JDAQAbstractPreamble.hh"
#include "JDAQ/JDAQPreamble.hh"
#include "JDAQ/JDAQSuperFrame.hh"
#include "JDAQ/JDAQFrame.hh"
#include "JDAQ/JDAQSummaryslice.hh"
#include "JTrigger/JHit.hh"
#include "JTrigger/JHitToolkit.hh"
#include "JTrigger/JSuperFrame1D.hh"
#include "JTrigger/JSuperFrame2D.hh"
#include "JTrigger/JTimeslice.hh"
#include "JTrigger/JHitL0.hh"
#include "JTrigger/JHitL1.hh"
#include "JTrigger/JBuildL1.hh"
#include "JTrigger/JBuildL2.hh"
#include "JTrigger/JTrigger3DShower.hh"
#include "JTrigger/JTriggerMXShower.hh"
#include "JTrigger/JTrigger3DMuon.hh"
#include "JTrigger/JTriggerBits.hh"
#include "JTrigger/JEventOverlap.hh"
#include "JTrigger/JTimesliceRouter.hh"
#include "JTrigger/JTriggeredEvent.hh"
#include "JTrigger/JTimesliceL1.hh"
#include "JTrigger/JTriggerParameters.hh"
#include "JTrigger/JTriggerToolkit.hh"
#include "JRuncontrol/JDAQClient.hh"
#include "JRuncontrol/JRuncontrolToolkit.hh"
#include "JNet/JControlHost.hh"
#include "JNet/JControlHostObjectOutput.hh"
#include "JNet/JSocket.hh"
#include "JNet/JSocketChannel.hh"
#include "JNet/JServerSocket.hh"
#include "JTools/JConstants.hh"
#include "JSupport/JSupport.hh"
#include "JSystem/JSystemToolkit.hh"
#include "JSystem/JNetwork.hh"
Go to the source code of this file.
Classes | |
class | JDataFilter |
Namespaces | |
JNET | |
Interprocess communication. | |
Typedefs | |
typedef JNET::JSocketInputChannel < KM3NETDAQ::JDAQAbstractPreamble > | JSocketInputChannel_t |
typedef std::vector < JSocketInputChannel_t > | JChannelList_t |
typedef double | hit_type |
typedef vector< hit_type > | JFrameL1_t |
typedef JSuperFrame1D< hit_type > | JSuperFrame1D_t |
typedef JSuperFrame2D< hit_type > | JSuperFrame2D_t |
typedef JTimeslice< hit_type > | JTimeslice_t |
typedef JBuildL1< hit_type > | JBuildL1_t |
typedef JBuildL2< hit_type > | JBuildL2_t |
Functions | |
bool | processIndexSorter (const JDAQProcess &a, const JDAQProcess &b) |
template<> | |
int | JNET::getSizeOfPacket (const KM3NETDAQ::JDAQAbstractPreamble &preamble) |
int | main (int argc, char *argv[]) |
Application for real-time filtering of data.
Definition in file JDataFilter.cc.
Definition at line 87 of file JDataFilter.cc.
Definition at line 88 of file JDataFilter.cc.
typedef double hit_type |
Definition at line 89 of file JDataFilter.cc.
typedef vector<hit_type> JFrameL1_t |
Definition at line 91 of file JDataFilter.cc.
typedef JSuperFrame1D<hit_type> JSuperFrame1D_t |
Definition at line 92 of file JDataFilter.cc.
typedef JSuperFrame2D<hit_type> JSuperFrame2D_t |
Definition at line 93 of file JDataFilter.cc.
typedef JTimeslice<hit_type> JTimeslice_t |
Definition at line 94 of file JDataFilter.cc.
typedef JBuildL1<hit_type> JBuildL1_t |
Definition at line 95 of file JDataFilter.cc.
typedef JBuildL2<hit_type> JBuildL2_t |
Definition at line 96 of file JDataFilter.cc.
bool processIndexSorter | ( | const JDAQProcess & | a, |
const JDAQProcess & | b | ||
) |
Definition at line 73 of file JDataFilter.cc.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 957 of file JDataFilter.cc.