QwAnalysis
StoreMainDetectorID Class Reference

Public Member Functions

void operator() (QwParitySSQLS::main_detector elem)
 

Detailed Description

Definition at line 43 of file QwParityDB.cc.

Member Function Documentation

void StoreMainDetectorID::operator() ( QwParitySSQLS::main_detector  elem)
inline

Definition at line 45 of file QwParityDB.cc.

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

45  {
46  QwDebug << "StoreMainDetectorID: main_detector_id = " << elem.main_detector_id << " quantity = " << elem.quantity << QwLog::endl;
47  QwParityDB::fMainDetectorIDs.insert(std::make_pair(elem.quantity, elem.main_detector_id));
48  }
#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
static std::map< string, unsigned int > fMainDetectorIDs
Associative array of main detector IDs. This declaration will be a problem if QwDatabase is used to c...
Definition: QwParityDB.h:102

+ Here is the call graph for this function:


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