Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
get_hitrate.C
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file get_hitrate.C
1 void get_hitrate(){
2  cout<<"state 0 "<<hhitrate_chip->GetBinContent(1)<<endl;
3  cout<<"stave 1 "<<hhitrate_chip->GetBinContent(2)<<endl;
4  cout<<"stave 2 "<<hhitrate_chip->GetBinContent(3)<<endl;
5  cout<<"stave 3 "<<hhitrate_chip->GetBinContent(4)<<endl;
6 }