-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
20 lines (17 loc) · 840 Bytes
/
NAMESPACE
File metadata and controls
20 lines (17 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
export(rootCommand, openRootChain, setVerbose, getVerbose, getNames,
setTrace, getTrace,
makeEventList, narrowWithEventList, getEventListName,
clearEventList, toR, toRUser, getEventList, createEventList,
getName, getDetails, getEntries, clear, isInEventList,
putIntoEventList, addEventLists, subtractEventLists, writeDFToRoot,
openFileWithHists, listDirs, listHists, getHists, niceNames)
importFrom(methods)
exportClasses(RootChain, EventList, FileForHists)
exportMethods(initialize, show, nEntries)
### Do not export
### processToRResult
### Declare RootTreeToR shared library
useDynLib(RootTreeToR, initRoot, initRootChainManagerWrapper,
initEventListWrapper, newRootChainManager,
initFileForHistsWrapper, openFileForHists,
namesMatchingClass, getHistsR)