artemis-dev / artemis

A RooT Extension with Modular processors for Instant Switching
2 stars 6 forks source link

Add several handy commands and scaler analysis feature #26

Closed shkawase closed 7 years ago

shkawase commented 7 years ago

Added commands

Scaler analysis

Scaler data will be stored in UserInfo in the current artemis tree as art::TScalerData. The data will be added in the THashList named "scaler". You can retrieve them from CINT or your processors by putting something like

tree->GetUserInfo()->FindObject("scaler")->Print();