QwAnalysis
StoreMeasurementID Class Reference

Public Member Functions

void operator() (QwParitySSQLS::measurement_type elem)
 

Detailed Description

Definition at line 59 of file QwParityDB.cc.

Member Function Documentation

void StoreMeasurementID::operator() ( QwParitySSQLS::measurement_type  elem)
inline

Definition at line 61 of file QwParityDB.cc.

References QwLog::endl(), QwParityDB::fMeasurementIDs, and QwDebug.

61  {
62  QwDebug << "StoreMeasurementID: measurement_type = " << elem.measurement_type_id << QwLog::endl;
63  QwParityDB::fMeasurementIDs.push_back( (std::string) elem.measurement_type_id );
64  }
static std::vector< string > fMeasurementIDs
Definition: QwParityDB.h:106
#define QwDebug
Predefined log drain for debugging output.
Definition: QwLog.h:60
static std::ostream & endl(std::ostream &)
End of the line.
Definition: QwLog.cc:299

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: