Has no effect anymore. Functionality was removed in ROOT 6.42, and this function is kept as an empty shell that does nothing (for API compatibility between different ROOT versions).
Has no effect anymore. Functionality was removed in ROOT 6.42, and this function is kept as an empty shell that does nothing (for API compatibility between different ROOT versions).
This function is unnecessary if the template parameter is RooAbsRealLValue (+ derived types) or RooAbsCategoryLValue (+derived types), as arg() will always return the correct type.
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.
Use of TGeoTrack is deprecated. For the event display please switch to TEve (using TEveTracks or TEvePointSet to display tracks specifically) or to REve.
Use ROOT::Experimental::ObjectAutoRegistrationEnabled(). It can be set using an entry in rootrc or an environment variable, is initialised in a thread-safe manner and covers more cases.