Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Deprecated List
Member Bool_t
Consider replacing with bool.
Member Byte_t
Consider replacing with unsigned char or std::byte.
Member Char_t
Consider replacing with char, signed char or std::int8_t
Member ClassDefT (name, id)
Member ClassImp (name)
Member Double_t
Consider replacing with double.
Member Float_t
Consider replacing with float.
Member Int_t
Consider replacing with std::int32_t
Member kBitsPerByte
Consider replacing with std::numeric_limits<unsigned char>::digits.
Member kFALSE
Consider replacing with false
Member kMaxChar
Consider replacing with std::numeric_limits<char>::max() (or std::int8_t)
Member kMaxInt
Consider replacing with std::numeric_limits<int>::max() (or std::int32_t)
Member kMaxLong
Consider replacing with std::numeric_limits<long>::max()
Member kMaxLong64
Consider replacing with std::numeric_limits<long long>::max() (or std::int64_t)
Member kMaxShort
Consider replacing with std::numeric_limits<short>::max() (or std::int16_t)
Member kMaxUChar
Consider replacing with std::numeric_limits<unsigned char>::max() (or std::uint8_t)
Member kMaxUInt
Consider replacing with std::numeric_limits<unsigned int>::max() (or std::uint32_t)
Member kMaxULong
Consider replacing with std::numeric_limits<unsigned long>::max()
Member kMaxULong64
Consider replacing with std::numeric_limits<unsigned long long>::max() (or std::uint64_t)
Member kMaxUShort
Consider replacing with std::numeric_limits<unsigned short>::max() (or std::uint16_t)
Member kMinChar
Consider replacing with std::numeric_limits<char>::lowest() (or std::int8_t)
Member kMinInt
Consider replacing with std::numeric_limits<int>::lowest() (or std::int32_t)
Member kMinLong
Consider replacing with std::numeric_limits<long>::lowest()
Member kMinLong64
Consider replacing with std::numeric_limits<long long>::lowest() (or std::int64_t)
Member kMinShort
Consider replacing with std::numeric_limits<short>::lowest() (or std::int16_t)
Member kTRUE
Consider replacing with true
Member Long64_t
Consider replacing with long long or std::int64_t (unless you are worried about different StreamerInfos in different platforms).
Member Long_t
Consider replacing with long
Member LongDouble_t
Consider replacing with long double.
Member Real_t
Consider replacing with float.
Member RooAbsCategory::defineType (const char *label, int index)
Use defineState(const std::string& label, value_type index)
Member RooAbsCategory::defineType (const char *label)
Use defineState(const std::string& label)
Member RooAbsCategory::defineTypeUnchecked (const char *label, value_type index)
Use defineStateUnchecked(const std::string& label, value_type index)
Member RooAbsCategory::lookupType (const char *label, bool printError=false) const
RooCatType is not used, any more. This function will create one and let it leak. Use lookupIndex() (preferred) or lookupName() instead.
Member RooAbsCategory::lookupType (value_type index, bool printError=false) const
RooCatType is not used, any more. This function will create one and let it leak. Use lookupIndex() (preferred) or lookupName() instead.
Member RooAbsCategory::lookupType (const RooCatType &type, bool printError=false) const
RooCatType is not used, any more. This function will create one and let it leak. Use lookupIndex() (preferred) or lookupName() instead.
Member RooAbsCategory::typeIterator () const
Use begin() and end() instead.
Class RooAbsCategoryLegacyIterator

Legacy class to iterate through legacy RooAbsCategory states. Use RooAbsCategory::begin(), RooAbsCategory::end() or range-based for loops instead.

Member RooAbsData::statOn (RooPlot *frame, const RooCmdArg &arg1={}, const RooCmdArg &arg2={}, const RooCmdArg &arg3={}, const RooCmdArg &arg4={}, const RooCmdArg &arg5={}, const RooCmdArg &arg6={}, const RooCmdArg &arg7={}, const RooCmdArg &arg8={})
Classing parameter formatting options, provided for backward compatibility
Member RooCategoryProxy
Use RooTemplateProxy<RooAbsCategory> or more appropriate template parameters.
Member RooDataHist::binVolume () const
Use binVolume(std::size_t) const.
Member RooDataHist::calcTreeIndex () const
Use calcTreeIndex(const RooArgSet&,bool) const.
Member RooDataHist::set (double wgt, double wgtErr=-1)
Use set(std::size_t,double,double)
Member RooDataHist::weight () const override
Use the safer weight(std::size_t) const.
Member RooDataHist::weightSquared () const override
Use the safer weightSquared(std::size_t) const.
Member RooRealProxy
Use RooTemplateProxy<RooAbsReal> or more appropriate template parameters.
Member RooStats::IsNLLOffset ()
Use NLLOffsetMode().
Member RooStats::UseNLLOffset (bool on)
Use SetNLLOffsetMode().
Member ROOT::RDF::RInterface< Proxied, DataSource >::R__DEPRECATED (6, 40, "Snapshot does not need template arguments anymore, you can safely remove them from this function call.") RResultPtr< RInterface< RLoopManager > > Snapshot(std
Use other overloads that do not require template arguments.
Member RooTemplateProxy< T >::lvptr (const LValue_t *) const
This function is unnecessary if the template parameter is RooAbsRealLValue (+ derived types) or RooAbsCategoryLValue (+derived types), as arg() will always return the correct type.
File RtypesCore.h
For future designs, unless for very specific needs, consider using instead standard fixed-width classes from <cstdint> such as std::int16_t, std::int32_t or from <cstdfloat> for floating types.
Member Short_t
Consider replacing with short or std::int16_t
Member TFitter::Chisquare (Int_t npar, Double_t *params) const override
Use ROOT::Fit::Chisquare class instead.
Class TGeoTrack
Use of TGeoTrack is deprecated. For the event display please switch to TEve (using TEveTracks or TEvePointSet to display tracks specifically) or to REve.
Class TH1K
The TH1K class is deprecated and will be removed in 6.40. It did not implement the TH1 interface consistently, and limited the usability of the k-neighbors method it implemented by closely coupling the algorithm with the histogram class. Please use the new TMath::KNNDensity function that implements the same mathematical logic.
Member THttpCallArg::SetPostData (void *data, Long_t length, Bool_t make_copy=kFALSE)
Use signature with std::string
Member THttpServer::ReadFileContent (const char *filename, Int_t &len)
Member TSystem::ConcatFileName (const char *dir, const char *name)
Consider replacing with TSystem::PrependPathName
Member UChar_t
Consider replacing with unsigned char or std::uint8_t
Member UInt_t
Consider replacing with std::uint32_t
Member ULong64_t
Consider replacing with unsigned long long or std::uint64_t (unless you are worried about different StreamerInfos in different platforms).
Member ULong_t
Consider replacing with unsigned long
Member UShort_t
Consider replacing with unsigned short or std::uint16_t