The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
Deprecated List
Member ITHistSvc::regEfficiency (const std::string &name, TEfficiency *)=0
{Just kept for compatibiltiy to current ATLAS code. Pleas use std::unique_ptrs instead!} Register a new TEfficiency with a given name and a raw pointer
Member ITHistSvc::regGraph (const std::string &name, TGraph *)=0
{Just kept for compatibiltiy to current ATLAS code. Pleas use std::unique_ptrs instead!} Register a new TGraph with a given name and a raw pointer
Member ITHistSvc::regHist (const std::string &name, TH1 *)=0
{Just for compatibility purposes. Ownership should be clearly managed.} Register an existing ROOT histogram TH*X with name and pointer
Member ITHistSvc::regTree (const std::string &name, TTree *)=0
{Just kept for compatibiltiy to current ATLAS code. Pleas use std::unique_ptrs instead!} Register a new TTree with a given name and a raw pointer
Member PropertyHolder< BASE >::declareProperty (const std::string &name, TYPE &value, const std::string &doc="none")
Prefer the signatures using a a fully initialized PropertyBase instance.
Member PropertyHolder< BASE >::declareProperty (const std::string &name, Gaudi::Property< TYPE, VERIFIER, HANDLERS > &prop, const std::string &doc="none")
Prefer the signatures using a fully initialized PropertyBase instance.
Member THistSvc::regEfficiency (const std::string &name, TEfficiency *) override
{Just kept for compatibiltiy to current ATLAS code. Pleas use std::unique_ptrs instead!} Register a new TEfficiency with a given name and a raw pointer
Member THistSvc::regGraph (const std::string &name, TGraph *) override
{Just kept for compatibiltiy to current ATLAS code. Pleas use std::unique_ptrs instead!} Register a new TGraph with a given name and a raw pointer
Member THistSvc::regHist (const std::string &name, TH1 *) override
{Just for compatibility purposes. Ownership should be clearly managed.} Register an existing ROOT histogram TH*X with name and pointer
Member THistSvc::regTree (const std::string &name, TTree *) override
{Just kept for compatibiltiy to current ATLAS code. Pleas use std::unique_ptrs instead!} Register a new TTree with a given name and a raw pointer