ATLAS Offline Software
|
#include <TileCondDCS_Data.h>
Public Member Functions | |
TileCondDCS_Data () | |
virtual | ~TileCondDCS_Data () |
virtual StatusCode | initialize () |
virtual StatusCode | finalize () |
void | fill (const CondAttrListCollection::ChanNum &chanNum, const std::string ¶m) |
add defect More... | |
void | remove (const CondAttrListCollection::ChanNum &chanNum, const std::string ¶m) |
remove a defect More... | |
int | output (const CondAttrListCollection::ChanNum &chanNum, std::vector< std::string > &usersVector) |
copy all defects to a users vector, the return value is the size More... | |
int | output (const CondAttrListCollection::ChanNum &chanNum) |
Public Attributes | |
std::map< CondAttrListCollection::ChanNum, float > * | m_pModulesHV |
Private Types | |
typedef std::map< CondAttrListCollection::ChanNum, std::vector< std::string > > | DCSConditions |
Private Attributes | |
DCSConditions | m_bad_channels |
Definition at line 20 of file TileCondDCS_Data.h.
|
private |
Definition at line 44 of file TileCondDCS_Data.h.
TileCondDCS_Data::TileCondDCS_Data | ( | ) |
Definition at line 16 of file TileCondDCS_Data.cxx.
|
virtual |
Definition at line 21 of file TileCondDCS_Data.cxx.
void TileCondDCS_Data::fill | ( | const CondAttrListCollection::ChanNum & | chanNum, |
const std::string & | param | ||
) |
|
virtual |
Definition at line 34 of file TileCondDCS_Data.cxx.
|
virtual |
Definition at line 27 of file TileCondDCS_Data.cxx.
int TileCondDCS_Data::output | ( | const CondAttrListCollection::ChanNum & | chanNum | ) |
Definition at line 83 of file TileCondDCS_Data.cxx.
int TileCondDCS_Data::output | ( | const CondAttrListCollection::ChanNum & | chanNum, |
std::vector< std::string > & | usersVector | ||
) |
copy all defects to a users vector, the return value is the size
Definition at line 73 of file TileCondDCS_Data.cxx.
void TileCondDCS_Data::remove | ( | const CondAttrListCollection::ChanNum & | chanNum, |
const std::string & | param | ||
) |
remove a defect
Definition at line 61 of file TileCondDCS_Data.cxx.
|
private |
Definition at line 45 of file TileCondDCS_Data.h.
std::map<CondAttrListCollection::ChanNum, float >* TileCondDCS_Data::m_pModulesHV |
Definition at line 41 of file TileCondDCS_Data.h.