Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BbcPmtHit.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file BbcPmtHit.cc
1 #include "BbcPmtHit.h"
2 
3 #include <iostream>
4 
5 void BbcPmtHit::identify(std::ostream& out) const
6 {
7  out << "identify yourself: I am a BbcPmtHit object" << std::endl;
8 }