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

HROOT.Core.TApplication.Interface

Documentation

class (ITObject a, ITQObject a) => ITApplication a where Source #

Methods

run :: a -> CBool -> IO () Source #

Instances

Instances details
ITApplication TApplication Source # 
Instance details

Defined in HROOT.Core.TApplication.Implementation

Methods

run :: TApplication -> CBool -> IO () Source #