In file calibration/Calibration.hh:

class CalibrationList : public std vector <Calibration>

Calibration array

Inheritance:


Public Methods

CalibrationList ()
Default constructor
CalibrationList (const char* filename)
Construct from a file
bool Read (const char* filename)
Read method
bool Write (const char* filename) const
Write method

Documentation

A calibration array holds a vector of calibration records.

CalibrationList()
Default constructor

CalibrationList(const char* filename)
Construct from a file

bool Read(const char* filename)
This function reads calibration records from a file. (This function uses the expat xml parser.)
Returns:
true if success, false otherwise
Parameters:
filename - Name of file to read

bool Write(const char* filename) const
This function writes calibration records to a file.
Returns:
true if success, false otherwise
Parameters:
filename - Name of file to write


This class has no child classes.
Author:
Written March 2001 by Daniel Sigg
Version:
1.0

alphabetic index hierarchy of classes


Please send questions and comments to zweizig_j@ligo.caltech.edu


generated by doc++