Jpp
pmt_effective_area_update_2
the software that should make you happy
|
#include "km3net-dataformat/online/JDAQFrameStatus.hh"
#include "km3net-dataformat/online/JDAQSummaryFrame.hh"
#include "JDetector/JTimeRange.hh"
#include "JDetector/JStatus.hh"
#include "JDetector/JModule.hh"
#include "JPhysics/JConstants.hh"
#include "JTrigger/JTriggerParameters.hh"
Go to the source code of this file.
Namespaces | |
JTRIGGER | |
Auxiliary classes and method for triggering. | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Functions | |
JTimeRange | JTRIGGER::getTimeRange (const JTriggerParameters ¶meters) |
Get time range of snapshot. More... | |
JTimeRange | JTRIGGER::getTimeRange (const JTriggerNB_t::JParameters ¶meters) |
Get time range of snapshot. More... | |
bool | JTRIGGER::getDAQStatus (const JDAQFrameStatus &frame, const JStatus &status) |
Test status of DAQ. More... | |
bool | JTRIGGER::getDAQStatus (const JDAQFrameStatus &frame, const JModule &module, const int pmt) |
Test status of DAQ. More... | |
bool | JTRIGGER::getPMTStatus (const JStatus &status) |
Test status of PMT. More... | |
bool | JTRIGGER::getPMTStatus (const JDAQFrameStatus &frame, const JStatus &status, const int pmt) |
Test status of PMT. More... | |
bool | JTRIGGER::getPMTStatus (const JDAQFrameStatus &frame, const JModule &module, const int pmt) |
Test status of PMT. More... | |
double | JTRIGGER::getRate (const JDAQSummaryFrame &frame, const int pmt, const double factor=1.0) |
Get corrected rate of PMT. More... | |