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

ntupleService -> ntupleSvc. (AnalysisTest-00-06-27)

	* Tagging AnalysisTest-00-06-27.
	* ntupleService -> ntupleSvc.


Former-commit-id: 42ada730
parent 0034d09b
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ StatusCode ReadConstituent<CONT>::accessNtuple() ...@@ -113,7 +113,7 @@ StatusCode ReadConstituent<CONT>::accessNtuple()
m_NtupleLocID = "/NTUPLES" + m_NtupleLocID ; m_NtupleLocID = "/NTUPLES" + m_NtupleLocID ;
//try to access it //try to access it
NTuplePtr nt(ntupleService(), m_NtupleLocID ); NTuplePtr nt(ntupleSvc(), m_NtupleLocID );
if (static_cast<int>(nt)) if (static_cast<int>(nt))
{ {
......
...@@ -93,7 +93,7 @@ StatusCode ReadParticle<PARTICLE>::accessNtuple() ...@@ -93,7 +93,7 @@ StatusCode ReadParticle<PARTICLE>::accessNtuple()
m_NtupleLocID = "/NTUPLES" + m_NtupleLocID ; m_NtupleLocID = "/NTUPLES" + m_NtupleLocID ;
//try to access it //try to access it
NTuplePtr nt(ntupleService(), m_NtupleLocID ); NTuplePtr nt(ntupleSvc(), m_NtupleLocID );
if (static_cast<int>(nt)) if (static_cast<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