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