Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooRefCountList.h
Go to the documentation of this file.
1/// \cond ROOFIT_INTERNAL
2
3/*
4 * Project: RooFit
5 *
6 * Copyright (c) 2023, CERN
7 *
8 * Redistribution and use in source and binary forms,
9 * with or without modification, are permitted according to the terms
10 * listed in LICENSE (http://roofit.sourceforge.net/license.txt)
11 */
12
13#ifndef RooFit_RefCountList_h
14#define RooFit_RefCountList_h
15
16#include <RooLinkedList.h>
17
18class RooRefCountList : public RooLinkedList {
19public:
20 RooRefCountList() {}
21 ClassDefOverride(RooRefCountList, 1) // RooLinkedList alias for backwards compatibility
22};
23
24#endif
25
26/// \endcond
#define ClassDefOverride(name, id)
Definition Rtypes.h:341
Collection class for internal use, storing a collection of RooAbsArg pointers in a doubly linked list...