ldas-tools-framecpp 3.0.4
|
#include <FrDetectorSerialIO.hh>
Public Member Functions | |
SerialIO () | |
SerialIO () | |
const std::string & | GetName () const |
Retrieve the name of the instrument. | |
const std::string & | GetName () const |
Retrieve the name of the instrument. | |
const std::string & | GetNameSlow () const |
Retrieve the name of the instrument. | |
const std::string & | GetNameSlow () const |
Retrieve the name of the instrument. | |
const CHAR * | GetPrefix () const |
Retrieve the prefix of the instrument. | |
const CHAR * | GetPrefix () const |
Retrieve the prefix of the instrument. | |
longitude_type | GetLongitude () const |
Retrieve the longitude of the detector vertex. | |
longitude_type | GetLongitude () const |
Retrieve the longitude of the detector vertex. | |
latitude_type | GetLatitude () const |
Retrieve the latitude of the detector vertex. | |
latitude_type | GetLatitude () const |
Retrieve the latitude of the detector vertex. | |
elevation_type | GetElevation () const |
Retrieve the vertex elevation of the detector. | |
elevation_type | GetElevation () const |
Retrieve the vertex elevation of the detector. | |
armXazimuth_type | GetArmXazimuth () const |
Retrieve the orientation of X arm of the detector. | |
armXazimuth_type | GetArmXazimuth () const |
Retrieve the orientation of X arm of the detector. | |
armYazimuth_type | GetArmYazimuth () const |
Retrieve the orientation of Y arm of the detector. | |
armYazimuth_type | GetArmYazimuth () const |
Retrieve the orientation of Y arm of the detector. | |
armXaltitude_type | GetArmXaltitude () const |
Retrieve the altitude angle of X arm of the detector. | |
armXaltitude_type | GetArmXaltitude () const |
Retrieve the altitude angle of X arm of the detector. | |
armYaltitude_type | GetArmYaltitude () const |
Retrieve the altitude angle of Y arm of the detector. | |
armYaltitude_type | GetArmYaltitude () const |
Retrieve the altitude angle of Y arm of the detector. | |
armXmidpoint_type | GetArmXmidpoint () const |
Retrieve the midpoint of the X arm of the detector. | |
armXmidpoint_type | GetArmXmidpoint () const |
Retrieve the midpoint of the X arm of the detector. | |
armYmidpoint_type | GetArmYmidpoint () const |
Retrieve the midpoint of the Y arm of the detector. | |
armYmidpoint_type | GetArmYmidpoint () const |
Retrieve the midpoint of the Y arm of the detector. | |
dataQualityOffset_type | GetDataQualityOffset () const |
Bit offset of the low order bit of the data quality mask. | |
dataQualityOffset_type | GetDataQualityOffset () const |
Bit offset of the low order bit of the data quality mask. | |
const aux_type & | RefAux () const |
Identifier for vector for user-provided information. | |
aux_type & | RefAux () |
Identifier for vector for user-provided information. | |
const aux_type & | RefAux () const |
Identifier for vector for user-provided information. | |
aux_type & | RefAux () |
Identifier for vector for user-provided information. | |
const table_type & | RefTable () const |
Identifier for user-provided information in table format. | |
table_type & | RefTable () |
Identifier for user-provided information in table format. | |
const table_type & | RefTable () const |
Identifier for user-provided information in table format. | |
table_type & | RefTable () |
Identifier for user-provided information in table format. | |
bool | operator== (Data const &RHS) const |
bool | operator== (Data const &RHS) const |
Static Public Member Functions | |
static const CHAR * | GetPrefix (const dataQualityOffset_type DataQualityOffset) |
static const CHAR * | GetPrefix (const dataQualityOffset_type DataQualityOffset) |
static dataQualityOffsets | GetDataQualityOffset (const std::string &Name) |
static dataQualityOffsets | GetDataQualityOffset (const std::string &Name) |
Static Public Attributes | |
static constexpr char | TAMA_300_PREFIX [2] = { 'T', '1' } |
static constexpr char | VIRGO_PREFIX [2] = { 'V', '1' } |
static constexpr char | GEO_600_PREFIX [2] = { 'G', '1' } |
static constexpr char | LHO_4K_PREFIX [2] = { 'H', '1' } |
static constexpr char | LLO_4K_PREFIX [2] = { 'L', '1' } |
static constexpr char | CIT_40_PREFIX [2] = { 'C', '1' } |
static constexpr char | ACIGA_PREFIX [2] = { 'U', '1' } |
static constexpr char | KAGRA_PREFIX [2] = { 'K', '1' } |
static constexpr char | LIGO_INDIA_PREFIX [2] = { 'A', '1' } |
static constexpr char | UNKNOWN_PREFIX [2] = { ' ', ' ' } |
static std::map< char[2], int > | prefix_mapping |
Protected Types | |
typedef boost::bimap< std::string, dataQualityOffsets > | name_map_type |
typedef boost::bimap< std::string, dataQualityOffsets > | prefix_map_type |
Static Protected Member Functions | |
static bool | prefix_equal (const char *RHS, const char *LHS) |
static bool | prefix_equal (const char *RHS, const char *LHS) |
Protected Attributes | |
name_type | name |
CHAR | prefix [2] = { ' ', ' ' } |
Channel prefix for this detector as described here. | |
longitude_type | longitude |
latitude_type | latitude |
elevation_type | elevation |
armXazimuth_type | armXazimuth |
armYazimuth_type | armYazimuth |
armXaltitude_type | armXaltitude |
armYaltitude_type | armYaltitude |
armXmidpoint_type | armXmidpoint |
armYmidpoint_type | armYmidpoint |
dataQualityOffset_type | dataQualityOffset = DQO_UNSET |
aux_type | aux |
table_type | table |
Static Protected Attributes | |
static const constexpr INT_2U | MAX_REF = 2 |
static name_map_type | name_map |
static prefix_map_type | prefix_map |
Private Member Functions | |
template<class Archive > | |
void | load (Archive &archiver, const unsigned int version) |
template<class Archive > | |
void | save (Archive &archiver, const unsigned int version) const |
template<class Archive > | |
void | load (Archive &archiver, const unsigned int version) |
template<class Archive > | |
void | save (Archive &archiver, const unsigned int version) const |
Friends | |
class | boost::serialization::access |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |
|
inherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
inline |
|
inline |
|
inlineinherited |
Retrieve the altitude angle of X arm of the detector.
|
inlineinherited |
Retrieve the altitude angle of X arm of the detector.
|
inlineinherited |
Retrieve the orientation of X arm of the detector.
|
inlineinherited |
Retrieve the orientation of X arm of the detector.
|
inlineinherited |
Retrieve the midpoint of the X arm of the detector.
|
inlineinherited |
Retrieve the midpoint of the X arm of the detector.
|
inlineinherited |
Retrieve the altitude angle of Y arm of the detector.
|
inlineinherited |
Retrieve the altitude angle of Y arm of the detector.
|
inlineinherited |
Retrieve the orientation of Y arm of the detector.
|
inlineinherited |
Retrieve the orientation of Y arm of the detector.
|
inlineinherited |
Retrieve the midpoint of the Y arm of the detector.
|
inlineinherited |
Retrieve the midpoint of the Y arm of the detector.
|
inlineinherited |
Bit offset of the low order bit of the data quality mask.
|
inlineinherited |
Bit offset of the low order bit of the data quality mask.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlineinherited |
Retrieve the vertex elevation of the detector.
|
inlineinherited |
Retrieve the vertex elevation of the detector.
|
inlineinherited |
Retrieve the latitude of the detector vertex.
|
inlineinherited |
Retrieve the latitude of the detector vertex.
|
inlineinherited |
Retrieve the longitude of the detector vertex.
|
inlineinherited |
Retrieve the longitude of the detector vertex.
|
inlineinherited |
Retrieve the name of the instrument.
|
inlineinherited |
Retrieve the name of the instrument.
|
inlineinherited |
Retrieve the name of the instrument.
|
inlineinherited |
Retrieve the name of the instrument.
|
inlineinherited |
Retrieve the prefix of the instrument.
|
inlineinherited |
Retrieve the prefix of the instrument.
|
inlinestaticinherited |
[in] | DataQualityOffset | The data quality offset of the left bit. |
|
inlinestaticinherited |
[in] | DataQualityOffset | The data quality offset of the left bit. |
|
inlineprivate |
|
inlineprivate |
|
inlineinherited |
|
inlineinherited |
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
inlineinherited |
Identifier for vector for user-provided information.
|
inlineinherited |
Identifier for vector for user-provided information.
|
inlineinherited |
Identifier for vector for user-provided information.
|
inlineinherited |
Identifier for vector for user-provided information.
|
inlineinherited |
Identifier for user-provided information in table format.
|
inlineinherited |
Identifier for user-provided information in table format.
|
inlineinherited |
Identifier for user-provided information in table format.
|
inlineinherited |
Identifier for user-provided information in table format.
|
inlineprivate |
|
inlineprivate |
|
friend |
|
staticconstexprinherited |
|
protectedinherited |
Altitude (pitch) angle to X arm, measured in radians above horizon (local tangent to WGS84 ellipsoid) -pi/2 < ArmXaltitude <= pi/2
|
protectedinherited |
Orientation of X arm, measured in radians East of North (0 <= ArmXazimuth < 2pi)
|
protectedinherited |
Distance between the detector vertex and the middle of the X cavity (meters) (should be zero for bars).
|
protectedinherited |
Altitude (pitch) angle to Y arm, measured in radians above horizon (local tangent to WGS84 ellipsoid) -pi/2 < ArmXaltitude <= pi/2
|
protectedinherited |
Orientation of Y arm, measured in radians East of North (0 <= ArmYazimuth < 2pi)
|
protectedinherited |
Distance between the detector vertex and the middle of the Y cavity (meters) (should be zero for bars).
|
protectedinherited |
Indentifier for user-provided structure for additional detector data.
|
staticconstexprinherited |
|
protectedinherited |
Data quality offset Bit offset of the low order bit of the data quality mask.
|
protectedinherited |
Vertex elevation, in meters, relative to WGS84 ellipsoid.
|
staticconstexprinherited |
|
staticconstexprinherited |
|
protectedinherited |
Detector vertex latitude, geographical coordinated: radians; Value >= 0 >= N of Equator (-pi/2 < Latitude <= +pi/2).
|
staticconstexprinherited |
|
staticconstexprinherited |
|
staticconstexprinherited |
|
protectedinherited |
Detector vertex longitude, geographical coordinates: radians; Value > 0 >= E of Greenwich (-pi < Longitude <= +pi)
|
staticconstexprprotectedinherited |
|
protectedinherited |
Instrument name as described here (e.g., Virgo; GEO_600; TAMA_300; LHO_2k; LLO_4k; 40M; PNI; simulated pseudo data - model version etc.)
|
staticprotectedinherited |
|
protectedinherited |
Channel prefix for this detector as described here.
|
staticprotectedinherited |
|
staticinherited |
|
protectedinherited |
Identifier fo ruser-provided table structure for additional detector data.
|
staticconstexprinherited |
|
staticconstexprinherited |
|
staticconstexprinherited |