Skip to content
Snippets Groups Projects
Commit 4e14656f authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Fix for compilation failures in the master

Removed private variable redeclaration from LongLivedParticleDPDMaker/RPVLLTestRates.h and also
removed one duplicate line from RPVLLTestRates.cxx
parent 96aa2f5c
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,6 @@ class RPVLLTestRates : public AthAlgorithm {
int m_lumiBlock;
int m_evtNum;
std::vector<int> m_filterPassed;
SG::ReadHandleKey<xAOD::EventInfo> m_evt {this, "EvtInfo", "EventInfo", "EventInfo name"};
};
#endif
......
......@@ -40,8 +40,6 @@ StatusCode RPVLLTestRates::initialize() {
ATH_CHECK(m_tHistSvc.retrieve());
ATH_CHECK( m_evt.initialize() );
ATH_CHECK( m_evt.initialize() );
m_myTree= new TTree("myTree","myTree");
StatusCode sc = m_tHistSvc->regTree("/AANT/myTree",m_myTree);
if (sc.isFailure()) ATH_MSG_ERROR("Failed to book TTree");
......
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