23 StatusCode
initialize( ISvcLocator* svcLoc = 0, IMessageSvc* pMsg = 0 );
26 void handle(
const Incident& );
28 void setSkipLayers(
const std::vector<int>& skipLayers ) { m_skipLayers = skipLayers; }
31 m_adcThresholds = adcThresholds;
49 std::vector<int> m_skipLayers;
51 std::vector<float> m_adcThresholds;