ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AssocInfoContainer.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file AssocInfoContainer.cc
1 #include "AssocInfoContainer.h"
2 
3 void AssocInfoContainer::identify(std::ostream& os) const
4 {
5  os << "AssocInfoContainer base class" << std::endl;
6 }