#include <iostream>#include <TClonesArray.h>#include "Digitization/DigiScintHit.h"#include "ParticleTransportSim/PTSimHit.h"#include "Conventions/Munits.h"#include "MessageService/MsgService.h"Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &os, const PTSimHit &mh) |
| CVSID ("$Id: PTSimHit.cxx,v 1.10 2009/04/24 19:10:26 schubert Exp $") | |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 24 of file PTSimHit.cxx. 00025 { return mh.Print(os); }
|
1.3.9.1