Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MinimumBiasInfov1.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file MinimumBiasInfov1.cc
1 #include "MinimumBiasInfov1.h"
2 
3 #include <ostream>
4 
5 void MinimumBiasInfov1::identify(std::ostream& os) const
6 {
7  os << "MinimumBiasInfo: " << std::endl;
8  os << " IsMinBias = " << (_isMinBias ? "Yes" : "No") << std::endl;
9 
10  return;
11 }