HROOT-core-0.10.0.3: Haskell binding to ROOT Core modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.Core.TArrayL.Interface

Documentation

class ITArray a => ITArrayL a Source #

Instances

Instances details
ITArrayL TArrayL Source # 
Instance details

Defined in HROOT.Core.TArrayL.Implementation

upcastTArrayL :: forall a. (FPtr a, ITArrayL a) => a -> TArrayL Source #

downcastTArrayL :: forall a. (FPtr a, ITArrayL a) => TArrayL -> a Source #