ldas-tools-framecpp 2.7.0
|
#include <string>
#include <vector>
#include "framecpp/Common/SearchContainer.hh"
#include "framecpp/Common/TOCInfo.hh"
#include "framecpp/Version7/FrSimEvent.hh"
#include "framecpp/Version8/FrameSpec.hh"
#include "framecpp/Version8/GPSTime.hh"
#include "framecpp/Version8/FrVect.hh"
#include "framecpp/Version8/FrTable.hh"
#include "framecpp/Version8/STRING.hh"
Classes | |
class | FrameCPP::Version_8::FrSimEvent |
Simulated Event Data Structure Definition. More... | |
Namespaces | |
namespace | FrameCPP |
I/O library for implementing the LIGO/Virgo frame specification. | |
namespace | FrameCPP::Version_8 |
Implementation of the version 8 specification. | |
Macros | |
#define | FR_SIM_EVENT_NAME_TYPE std::string |
#define | FR_SIM_EVENT_COMMENT_TYPE std::string |
#define | FR_SIM_EVENT_INPUTS_TYPE std::string |
#define | FR_SIM_EVENT_TIME_TYPE GPSTime |
#define | FR_SIM_EVENT_TIME_BEFORE_TYPE REAL_4 |
#define | FR_SIM_EVENT_TIME_AFTER_TYPE REAL_4 |
#define | FR_SIM_EVENT_AMPLITUDE_TYPE REAL_4 |
#define | FR_SIM_EVENT_STATISTICS_TYPE STRING |
#define | FR_SIM_EVENT_PARAM_NAME_TYPE std::string |
#define | FR_SIM_EVENT_PARAM_VALUE_TYPE REAL_4 |
#define | FR_SIM_EVENT_N_PARAM_TYPE INT_2U |
Typedefs | |
typedef Previous::FrSimEvent::FrSimEventNPS | FrameCPP::Version_8::FrSimEventNPS |
typedef Version_4::FrSimEventPST< PTR_STRUCT, FrVect, FrTable > | FrameCPP::Version_8::FrSimEventPS |
#define FR_SIM_EVENT_AMPLITUDE_TYPE REAL_4 |
#define FR_SIM_EVENT_COMMENT_TYPE std::string |
#define FR_SIM_EVENT_INPUTS_TYPE std::string |
#define FR_SIM_EVENT_N_PARAM_TYPE INT_2U |
#define FR_SIM_EVENT_NAME_TYPE std::string |
#define FR_SIM_EVENT_PARAM_NAME_TYPE std::string |
#define FR_SIM_EVENT_PARAM_VALUE_TYPE REAL_4 |
#define FR_SIM_EVENT_STATISTICS_TYPE STRING |
#define FR_SIM_EVENT_TIME_AFTER_TYPE REAL_4 |
#define FR_SIM_EVENT_TIME_BEFORE_TYPE REAL_4 |
#define FR_SIM_EVENT_TIME_TYPE GPSTime |