Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!20916
Migrated several Muon packages away from the old EventInfo
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Migrated several Muon packages away from the old EventInfo
tsulaia/athena:master-EventInfoCleanup-II
into
master
Overview
3
Commits
1
Pipelines
1
Changes
15
Merged
Vakhtang Tsulaia
requested to merge
tsulaia/athena:master-EventInfoCleanup-II
into
master
6 years ago
Overview
3
Commits
1
Pipelines
1
Changes
15
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
8243cda0
1 commit,
6 years ago
15 files
+
34
−
107
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
MuonSpectrometer/MuonCnv/MuonByteStreamCnvTest/src/MuonRdoToMuonDigitTool.cxx
+
1
−
17
Options
/*
Copyright (C) 2002-201
7
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-201
9
CERN for the benefit of the ATLAS collaboration
*/
// Author: Ketevi A. Assamagan
@@ -60,9 +60,6 @@
#include
"MuonDigitContainer/TgcDigitCollection.h"
#include
"MuonDigitContainer/TgcDigitContainer.h"
#include
"EventInfo/EventInfo.h"
#include
"EventInfo/EventType.h"
#include
"MuonByteStreamCnvTest/MuonRdoToMuonDigitTool.h"
namespace
std
{
template
<
typename
_Tp
>
class
auto_ptr
;
}
@@ -270,19 +267,6 @@ StatusCode MuonRdoToMuonDigitTool::decodeCscRDO() {
m_acSvc
->
setStore
(
&*
evtStore
()
);
/*
const DataHandle<EventInfo> eventInfo;
status = evtStore()->retrieve(eventInfo);
if (status.isFailure()) {
ATH_MSG_ERROR( "Could not retrieve event info from TDS. - abort ..." );
return status;
}
const std::string detdescr = eventInfo->event_type()->get_detdescr_tags();
ATH_MSG_DEBUG( "DetDescr tags = " << detdescr );
*/
// decoder.set(detdescr);
// clean up the digit container
m_cscContainer
->
cleanup
();
Loading