Skip to content
Snippets Groups Projects
Commit 58ce6a4f authored by Soshi Tsuno's avatar Soshi Tsuno
Browse files

update

parent 68aa041e
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ class PixelConditionsSummaryTool: public AthAlgTool, public IInDetConditionsTool
{this, "PixelCablingSvc", "PixelCablingSvc", "Pixel cabling service"};
SG::ReadHandleKey<IDCInDetBSErrContainer> m_BSErrContReadKey
{this, "PixelByteStreamErrs", "PixBSErr", "PixelByteStreamErrs container key"};
{this, "PixelByteStreamErrs", "PixelByteStreamErrs", "PixelByteStreamErrs container key"};
const uint64_t m_missingErrorInfo{std::numeric_limits<uint64_t>::max()-3000000000};
......
......@@ -56,7 +56,7 @@ private:
SG::ReadHandleKey<TrigRoiDescriptorCollection> m_roiCollectionKey { this, "RoIs", "", "If RoI driven unpacking to be used, this is the key"};
SG::WriteHandleKey<PixelRDO_Container> m_rdoContainerKey { this, "RDOKey", "PixelRDOs"};
SG::UpdateHandleKey<PixelRDO_Cache> m_rdoCacheKey;
SG::WriteHandleKey<IDCInDetBSErrContainer> m_bsErrorsKey { this, "BSErrorsKey", "PixBSErr"};
SG::WriteHandleKey<IDCInDetBSErrContainer> m_bsErrorsKey { this, "BSErrorsKey", "PixelByteStreamErrs"};
SG::UpdateHandleKey<IDCInDetBSErrContainer_Cache> m_bsErrorsCacheKey;
SG::ReadCondHandleKey<PixelCablingCondData> m_condCablingKey { this, "PixelCablingCondData", "PixelCablingCondData", "Pixel cabling key"};
......
......@@ -81,7 +81,7 @@ class PixelTrigPrepRawDataFormatMonitorBase(TrigGenericMonitoringToolConfig):
title="Number Det Elements in ROI",
xbins = 100, xmin=0., xmax=maxid)]
self.Histograms += [ defineHistogram('PixBSErr',
self.Histograms += [ defineHistogram('PixelByteStreamErrs',
type='TH1F',
title="Pix BS decoding errors",
xbins = 10, xmin=0., xmax=20,
......
......@@ -83,7 +83,7 @@ namespace InDet{
declareMonitoredVariable("numPixClusters", m_numPixClusters );
declareMonitoredVariable("numPixIds", m_numPixIds );
declareMonitoredStdContainer("PixHashId", m_ClusHashId);
declareMonitoredStdContainer("PixBSErr", m_PixBSErr);
declareMonitoredStdContainer("PixelByteStreamErrs", m_PixBSErr);
m_clusterCollection = NULL;
......
......@@ -36,7 +36,7 @@ namespace InDet {
declareInterface<InDet::ITrigRawDataProviderTool>(this);
declareProperty("RDOKey", m_RDO_Key = "PixelRDOs_EFID");
declareProperty("RawDataProviderTool", m_rawDataTool);
declareProperty("DecodingErrorsKey", m_decodingErrorsKey="PixBSErr");
declareProperty("DecodingErrorsKey", m_decodingErrorsKey="PixelByteStreamErrs");
}
TrigPixRawDataProvider::~TrigPixRawDataProvider(){
......
......@@ -13,8 +13,8 @@
330470 1183743040 285 307 5 0
330470 1183746343 492 467 12 0
330470 1183746710 6 0 0 0
330470 1183751782 239 235 5 0
330470 1183752624 347 345 8 3
330470 1183751782 239 235 4 0
330470 1183752624 347 345 8 2
330470 1183753006 357 377 11 3
330470 1183754806 470 405 14 0
330470 1183769295 342 318 8 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment