Jpp  test_elongated_shower_pde
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Typedefs | Functions
JSupportToolkit.hh File Reference

Support methods. More...

#include <string>
#include <exception>
#include "TDirectory.h"
#include "km3net-dataformat/online/JDAQClock.hh"
#include "JDAQ/JDAQEvaluator.hh"
#include "JDAQ/JDAQSummarysliceIO.hh"
#include "JDAQ/JDAQTimesliceIO.hh"
#include "JDAQ/JDAQUTCExtendedIO.hh"
#include "JTrigger/JTriggerParameters.hh"
#include "JTools/JRange.hh"
#include "JSupport/JFilenameSupportkit.hh"
#include "JSupport/JFileScanner.hh"
#include "JSupport/JTreeScanner.hh"
#include "JSupport/JTriggerParametersSupportkit.hh"

Go to the source code of this file.

Namespaces

 JSUPPORT
 Support classes and methods for experiment specific I/O.
 
 JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Typedefs

typedef JTOOLS::JRange< int > JSUPPORT::JFrameIndexRange
 Type definition for frame index range. More...
 
typedef JTOOLS::JRange
< JDAQUTCExtended
JSUPPORT::JDAQUTCTimeRange
 Type definition for DAQ UTC time range. More...
 

Functions

double JSUPPORT::getTimeDuration (const JDAQUTCTimeRange &utc)
 Get time duration of given UTC time range. More...
 
template<class T >
int JSUPPORT::getRunNumber (const std::string &file_name)
 Get run number for given file name of data taking run. More...
 
template<class T >
JFrameIndexRange JSUPPORT::getFrameIndexRange (JTreeScanner< T, KM3NETDAQ::JDAQEvaluator > &in)
 Get range of frame indices. More...
 
template<class T >
JFrameIndexRange JSUPPORT::getFrameIndexRange (const std::string &file_name)
 Get range of frame indices for given file name of data taking run. More...
 
JDAQUTCTimeRange JSUPPORT::getUTCTimeRange ()
 Get UTC time range. More...
 
template<class T >
JDAQUTCTimeRange JSUPPORT::getUTCTimeRange (JTreeScanner< T, KM3NETDAQ::JDAQEvaluator > &in)
 Get UTC time range. More...
 
template<class T >
JDAQUTCTimeRange JSUPPORT::getUTCTimeRange (const std::string &file_name)
 Get UTC time range for given file name of data taking run. More...
 
template<class T >
JDAQUTCTimeRange JSUPPORT::getUTCTimeRange (T __begin, T __end)
 Get UTC time range for given file name of data taking run. More...
 
double JSUPPORT::getLivetime (const std::string &file_name)
 Get data taking live time. More...
 
template<class T >
double JSUPPORT::getLivetime (T __begin, T __end)
 Get data taking live time. More...
 

Detailed Description

Support methods.

Author
mdejong

Definition in file JSupportToolkit.hh.