#ifndef CUSTOMCOMPOSITE_H
#define CUSTOMCOMPOSITE_H

#define customCompositeCartName     "customComposite"
#define CUSTOM_COMPOSITE_SETTING    "customComposite"

boolean isCustomComposite(struct trackDb *tdb);
/* Is this track part of a custom composite. */

#endif
