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