50  : _clArr(0), _asArr1(0), _asArr2(0), _asArr3(0), _asArr4(0)
 
 
   88  for (
unsigned int i = 0; i < 
_clArr.size(); ++i) {
 
 
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Utility class for operator p.d.f classes that keeps track of analytical integration codes and associa...
 
virtual ~RooAICRegistry()
Destructor.
 
const std::vector< Int_t > & retrieve(Int_t masterCode) const
Retrieve the array of integer codes associated with the given master code.
 
size_t size() const
Get size of _clArr vector.
 
RooAICRegistry(UInt_t size=10)
 
std::vector< pRooArgSet > _asArr2
! Array of 2nd RooArgSet pointers
 
Int_t store(const std::vector< Int_t > &codeList, RooArgSet *set1=nullptr, RooArgSet *set2=nullptr, RooArgSet *set3=nullptr, RooArgSet *set4=nullptr)
Store given arrays of integer codes, and up to four RooArgSets in the registry (each setX pointer may...
 
std::vector< pRooArgSet > _asArr1
! Array of 1st RooArgSet pointers
 
std::vector< pRooArgSet > _asArr4
! Array of 4th RooArgSet pointers
 
std::vector< std::vector< Int_t > > _clArr
! Array of array of code lists
 
std::vector< pRooArgSet > _asArr3
! Array of 3rd RooArgSet pointers
 
RooArgSet is a container object that can hold multiple RooAbsArg objects.
 
RooArgSet * snapshot(bool deepCopy=true) const
Use RooAbsCollection::snapshot(), but return as RooArgSet.