Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CalibData::CalibModelSvc Class Reference

#include <CalibModelSvc.h>

List of all members.

Public Types

typedef std::pair< std::string,
CLID > 
CalibPair
typedef std::pair< std::string,
CLID > 
CalibPair

Public Member Functions

CLID getCLIDNodeCLID () const
CLID getCLIDNodeCLID () const
const std::vector< CalibPair > & getPairs () const
const std::vector< CalibPair > & getPairs () const

Static Public Member Functions

std::string getCalibType (const std::string &fullpath)
 Return calibration type name, extracted from full path name in TCDS.
std::string getCalibType (const std::string &fullpath)
 Return calibration type name, extracted from full path name in TCDS.


Member Typedef Documentation

typedef std::pair<std::string, CLID> CalibData::CalibModelSvc::CalibPair
 

typedef std::pair<std::string, CLID> CalibData::CalibModelSvc::CalibPair
 


Member Function Documentation

std::string CalibData::CalibModelSvc::getCalibType const std::string &  fullpath  )  [static]
 

Return calibration type name, extracted from full path name in TCDS.

std::string CalibData::CalibModelSvc::getCalibType const std::string &  fullpath  )  [static]
 

Return calibration type name, extracted from full path name in TCDS.

00019                                                                  {
00020       unsigned lastSlash = fullpath.rfind("/");
00021     return fullpath.substr(lastSlash+1, fullpath.size() - lastSlash);
00022 
00023   }

CLID CalibData::CalibModelSvc::getCLIDNodeCLID  )  const
 

CLID CalibData::CalibModelSvc::getCLIDNodeCLID  )  const
 

00014                                             {
00015     return CLID_Calib_CalibCLIDNode;
00016   }

const std::vector<CalibPair>& CalibData::CalibModelSvc::getPairs  )  const
 

const std::vector< CalibModelSvc::CalibPair > & CalibData::CalibModelSvc::getPairs  )  const
 

00010           {
00011     return pairs;
00012   }


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 19:15:26 2011 for BOSS6.5.5 by  doxygen 1.3.9.1