|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Example program to demonstrate the usage of JClusterBuilder. More...
#include <string>#include "Jeep/JParser.hh"#include "km3net-dataformat/online/JDAQ.hh"#include "JDAQ/JDAQTimesliceIO.hh"#include "JDAQ/JDAQSummarysliceIO.hh"#include "JSupport/JMultipleFileScanner.hh"#include "JSupport/JSupport.hh"#include "JDetector/JDetector.hh"#include "JDetector/JDetectorToolkit.hh"#include "JDetector/JModuleRouter.hh"#include "JMonitor/JCluster.hh"#include "JMonitor/JClusterBuilder.hh"#include "TH2D.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Example program to demonstrate the usage of JClusterBuilder.
If the option -v ("verbose") is used, the number of coincidence clusters is printed for each DOM for each time slice.
Definition in file JClusterBuilder.cc.
loop over all clusters the begin/end_inclusive_m(M) methods return the begin and end iterator for clusters of multiplicity M or higher
loop over clusters of a given multiplicity the begin/end_m(M) methods return the begin and end iterator for clusters of multiplicity exactly M
Definition at line 36 of file JClusterBuilder.cc.