CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CocoaDaqReader.cc
Go to the documentation of this file.
3 
5 
6 //----------------------------------------------------------------------
8 {
9  if( theDaqReader != 0 ) {
10  std::cerr << "!!FATAL ERROR CocoaDaqReader:: trying to instantiate two CocoaDaqReader " << std::endl;
12  }
13 
15 }
16 
17 //----------------------------------------------------------------------
18 void CocoaDaqReader::BuildMeasurementsFromOptAlign( std::vector<OpticalAlignMeasurementInfo>& measList )
19 {
20 
21 }
virtual void BuildMeasurementsFromOptAlign(std::vector< OpticalAlignMeasurementInfo > &measList)
static CocoaDaqReader * theDaqReader
static void SetDaqReader(CocoaDaqReader *reader)