17 return StatusCode::SUCCESS;
21{
return StatusCode::SUCCESS;}
27 std::ostream *out = &(std::cout);
28 std::ofstream outfile;
30 outfile.open(
m_fileName.value().c_str(),std::ios::out);
31 if (outfile.is_open()) {
47 std::vector<HWIdentifier>::const_iterator it = larOnlineID->
feb_begin();
48 std::vector<HWIdentifier>::const_iterator it_e= larOnlineID->
feb_end();
61 if (outfile.is_open())
63 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
LArBadXCont< LArBadFeb > LArBadFebCont
const ServiceHandle< StoreGateSvc > & detStore() const
value_type get_compact() const
Get the compact id.
Identifier32 get_identifier32() const
Get the 32-bit version Identifier, will be invalid if >32 bits needed.
SG::ReadCondHandleKey< LArBadFebCont > m_BFKey
Gaudi::Property< std::string > m_fileName
std::string stringStatus(const LArBadFeb &bc) const
BitWord packedData() const
LArBC_t status(const HWIdentifier channel) const
Query the status of a particular channel or FEB This is the main client access method.
int feedthrough(const HWIdentifier id) const
Return the feedthrough of a hardware cell identifier : feedthrough = [0,31] Barrel - A/C side or H/...
int slot(const HWIdentifier id) const
Return the slot number of a hardware cell identifier: slot = [1,15] Slot-ID in top part of the crat...
int barrel_ec(const HWIdentifier id) const
Return the position barrel or endcap of a hardware cell identifier: barrel_ec = [0,...
id_iterator feb_begin() const
Returns an iterator pointing to a feb identifier collection.
int pos_neg(const HWIdentifier id) const
Return the side of a hardware cell identifier pos_neg = [0,1] positive-side or negative-side Barrel...
id_iterator feb_end() const
int count(std::string s, const std::string ®x)
count how many occurances of a regx are in a string