|
ATLAS Offline Software
|
Go to the documentation of this file.
14 const std::string&
name,
18 declareProperty(
"SaveNB",
m_SaveNB =
true);
36 return StatusCode::SUCCESS;
41 const std::vector<HWIdentifier>& noisyfebs =
c.get_noisy_febs();
48 m_NoisyFEBIDs->push_back(hwid.get_identifier32().get_compact());
53 const std::vector< std::pair<HWIdentifier, std::vector<int> > >& noisypas =
c.get_noisy_preamps();
57 for (
size_t i = 0;
i < noisypas.size();
i++ )
61 m_NoisyPAIDs->push_back( std::make_pair( noisypas[
i].
first.get_identifier32().get_compact(),noisypas[
i].second));
64 return StatusCode::SUCCESS;
virtual StatusCode addVariable(const std::string &name, const std::type_info &ti, void *&ptr, const std::string &docstring="", const void *defval=0)
Add a variable to the tuple.
Block filler tool for noisy FEB information.
::StatusCode StatusCode
StatusCode definition for legacy code.
#define CHECK(...)
Evaluate an expression and check for errors.
Helpers for checking error return status codes and reporting errors.
Summary information for noisy LAr preamp / FEBs.