Skip to content
Snippets Groups Projects
Commit 4ec91496 authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

ntupleService -> ntupleSvc. (MuonByteStreamCnvTest-04-01-12)

	* Tagging MuonByteStreamCnvTest-04-01-12.
	* ntupleService -> ntupleSvc.
parent 7e40475a
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ StatusCode ReadCscDigit::accessNtuple()
m_NtupleLocID = "/NTUPLES" + m_NtupleLocID ;
//try to access it
NTuplePtr nt(ntupleService(), m_NtupleLocID );
NTuplePtr nt(ntupleSvc(), m_NtupleLocID );
if (static_cast<int>(nt))
{
......
......@@ -140,7 +140,7 @@ StatusCode ReadMdtDigit::accessNtuple()
m_NtupleLocID = "/NTUPLES" + m_NtupleLocID ;
//try to access it
NTuplePtr nt(ntupleService(), m_NtupleLocID );
NTuplePtr nt(ntupleSvc(), m_NtupleLocID );
if ((int) nt) {
m_ntuplePtr=nt;
......
......@@ -139,7 +139,7 @@ StatusCode ReadMdtPRD::accessNtuple() {
m_NtupleLocID = "/NTUPLES" + m_NtupleLocID ;
//try to access it
NTuplePtr nt(ntupleService(), m_NtupleLocID );
NTuplePtr nt(ntupleSvc(), m_NtupleLocID );
if ((int) nt) {
m_ntuplePtr=nt;
......
......@@ -148,7 +148,7 @@ StatusCode ReadMdtRDO::accessNtuple() {
m_NtupleLocID = "/NTUPLES" + m_NtupleLocID ;
//try to access it
NTuplePtr nt(ntupleService(), m_NtupleLocID );
NTuplePtr nt(ntupleSvc(), m_NtupleLocID );
if ((int) nt) {
m_ntuplePtr=nt;
......
......@@ -135,7 +135,7 @@ StatusCode ReadRpcDigit::finalize()
StatusCode ReadRpcDigit::accessNtuple()
{
//try to access it
NTuplePtr nt(ntupleService(),"/NTUPLES"+m_NtupleLocID);
NTuplePtr nt(ntupleSvc(),"/NTUPLES"+m_NtupleLocID);
if (nt)
{
......
......@@ -157,7 +157,7 @@ StatusCode ReadRpcRDO::accessNtuple()
m_NtupleLocID = "/NTUPLES" + m_NtupleLocID ;
//try to access it
NTuplePtr nt(ntupleService(), m_NtupleLocID );
NTuplePtr nt(ntupleSvc(), m_NtupleLocID );
if ((int) nt) {
m_ntuplePtr=nt;
......
......@@ -140,7 +140,7 @@ StatusCode ReadTgcDigit::accessNtuple()
m_NtupleLocID = "/NTUPLES" + m_NtupleLocID ;
//try to access it
NTuplePtr nt(ntupleService(), m_NtupleLocID );
NTuplePtr nt(ntupleSvc(), m_NtupleLocID );
if (static_cast<int>(nt))
{
......
......@@ -166,7 +166,7 @@ StatusCode ReadTgcRDO::accessNtuple()
m_NtupleLocID = "/NTUPLES" + m_NtupleLocID;
//try to access it
NTuplePtr nt(ntupleService(), m_NtupleLocID );
NTuplePtr nt(ntupleSvc(), m_NtupleLocID );
if ((int) nt)
{
......
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