Skip to content
Snippets Groups Projects
Commit 831bc7a1 authored by Martin Errenst's avatar Martin Errenst
Browse files

Add accidentally deleated return type to regHist

parent bf88ba68
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ public:
virtual StatusCode regHist( const std::string& name, std::unique_ptr<TH1> hist, TH1* hist_ptr ) = 0;
/// @deprecated {Just for compatibility purposes. Ownership should be clearly managed.}
/// Register an existing ROOT histogram TH*X with name and pointer
regHist( const std::string& name, TH1* ) = 0;
virtual StatusCode regHist( const std::string& name, TH1* ) = 0;
/// Return histogram with given name as TH1*, THistSvcMT still owns object.
virtual StatusCode getHist( const std::string& name, TH1*&, size_t index = 0 ) const = 0;
/// Return histogram with given name as TH2*, THistSvcMT still owns object.
......
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