Closed shkawase closed 7 years ago
fls
fcd
fipo
rg(x|y|z)
unzoom
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();
Added commands
fls
: show TFile listfcd
: change gDirectory to some TFilefipo
: Fit by POlynomialrg(x|y|z)
: invoke TAxis::SetRangeUser()unzoom
: invoke TAxis::UnZoom()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