Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
30 #ifndef TILERECUTILS_TILERAWCHANNELVERIFY_H
31 #define TILERECUTILS_TILERAWCHANNELVERIFY_H
66 "",
"Input Tile raw channel container 1 key"};
70 "",
"Input Tile raw channel container 2 key"};
79 #endif // not TILERECUTILS_TILERAWCHANNELVERIFY_H
Property holding a SG store/key/clid from which a ReadHandle is made.
bool m_sortFlag
if true=> TileRawChannels are sorted by amplitude
bool m_dumpRawChannels
if true=> Differences found in the TileRawChannels are dumped on the screen
const TileHWID * m_tileHWID
Pointer to TileHWID
SG::ReadHandleKey< TileRawChannelContainer > m_rawChannelContainer2Key
double m_precision
maximum difference between the amplitudes of the TileRawChannels to be compared
Helper class for TileCal online (hardware) identifiers.
StatusCode execute()
execute method
::StatusCode StatusCode
StatusCode definition for legacy code.
This class compares two sets of TileRawChannels.
SG::ReadHandleKey< TileRawChannelContainer > m_rawChannelContainer1Key
StatusCode finalize()
finalize method
virtual ~TileRawChannelVerify()
Destructor
StatusCode initialize()
initialize method
TileRawChannelVerify(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.