Skip to content
Snippets Groups Projects
Commit f14a35d4 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Restructure exports

parent 3dafa25e
No related branches found
No related tags found
1 merge request!30Restructure exports
......@@ -23,46 +23,9 @@ import UnROOT
using HDF5
export ROOTFile
export H5File, H5CompoundDataset, create_dataset, addmeta
export Direction, Position, UTMPosition, Location, Quaternion, Track, AbstractCalibratedHit
export Detector, DetectorModule, PMT, Tripod, Hydrophone, StringMechanics, StringMechanicsParameters,
center, isbasemodule, isopticalmodule, getmodule, modules, getpmt, getpmts, haslocation
include("exports.jl")
# Acoustics
export Waveform, AcousticSignal, AcousticsTriggerParameter, piezoenabled, hydrophoneenabled
# Online dataformat
export DAQEvent, EventHeader, SnapshotHit, UTCTime, UTCExtended, Summaryslice,
SummarysliceHeader, SummaryFrame,
pmtrate, pmtrates, hrvstatus, tdcstatus, wrstatus, fifostatus, hasudptrailer,
count_active_channels, count_fifostatus, count_hrvstatus, status,
maximal_udp_sequence_number, number_of_udp_packets_received
# Offline dataformat
export Evt, TriggeredHit, Trk, CalibratedHit, XCalibratedHit, MCTrk, CalibratedMCHit, CalibratedSnapshotHit,
CalibratedTriggeredHit
export K40Rates
export calibrate, calibratetime, floordist, slew, combine
export besttrack, bestjppmuon, bestjppshower, bestaashower,
RecStageRange, hashistory, hasjppmuonprefit, hasjppmuonsimplex, hasjppmuongandalf,
hasjppmuonenergy, hasjppmuonstart, hasjppmuonfit, hasshowerprefit, hasshowerpositionfit,
hasshowercompletefit, hasshowerfit, hasaashowerfit, hasreconstructedjppmuon,
hasreconstructedjppshower, hasreconstructedaashower
export is3dshower, ismxshower, is3dmuon, isnb, triggered
export most_frequent, categorize, nthbitset
export cherenkov, CherenkovPhoton, azimuth, zenith, theta, phi
export MCEventMatcher
export CHClient, CHTag, subscribe, @ip_str
export distance
@template (FUNCTIONS, METHODS, MACROS) =
"""
......
# HDF5
export
H5CompoundDataset,
H5File,
addmeta,
create_dataset,
# Basic types
Direction,
Location,
Position,
Quaternion,
Track,
UTMPosition,
# Hardware
Detector,
DetectorModule,
Hydrophone,
PMT,
StringMechanics,
StringMechanicsParameters,
Tripod,
center,
getmodule,
getpmt,
getpmts,
haslocation,
isbasemodule,
isopticalmodule,
modules,
# Acoustics
AcousticSignal,
AcousticsTriggerParameter,
Waveform,
hydrophoneenabled,
piezoenabled,
# ROOT
ROOTFile,
# Online dataformat
DAQEvent,
EventHeader,
SnapshotHit,
SummaryFrame,
Summaryslice,
SummarysliceHeader,
UTCExtended,
UTCTime,
count_active_channels,
count_fifostatus,
count_hrvstatus,
fifostatus,
hasudptrailer,
hrvstatus,
maximal_udp_sequence_number,
number_of_udp_packets_received,
pmtrate,
pmtrates,
status,
tdcstatus,
wrstatus,
# Offline dataformat
CalibratedHit,
CalibratedMCHit,
CalibratedSnapshotHit,
CalibratedTriggeredHit,
Evt,
MCTrk,
TriggeredHit,
Trk,
XCalibratedHit,
# Calibration
AbstractCalibratedHit,
K40Rates,
calibrate,
calibratetime,
combine,
floordist,
slew,
# Reconstruction
RecStageRange,
bestaashower,
bestjppmuon,
bestjppshower,
besttrack,
hasaashowerfit,
hashistory,
hasjppmuonenergy,
hasjppmuonfit,
hasjppmuongandalf,
hasjppmuonprefit,
hasjppmuonsimplex,
hasjppmuonstart,
hasreconstructedaashower,
hasreconstructedjppmuon,
hasreconstructedjppshower,
hasshowercompletefit,
hasshowerfit,
hasshowerpositionfit,
hasshowerprefit,
# Utils
MCEventMatcher,
categorize,
is3dmuon,
is3dshower,
ismxshower,
isnb,
most_frequent,
nthbitset,
triggered,
# Physics and math helpers
CherenkovPhoton,
azimuth,
cherenkov,
distance,
phi,
theta,
zenith,
# Real-time
@ip_str,
CHClient,
CHTag,
subscribe
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment