Jpp
JDAQKeyHit.cc
Go to the documentation of this file.
1 #include "online/JDAQKeyHit.hh"
2 
3 
4 /**
5  * \author mdejong
6  */
7 
8 /**
9  * Custom ROOT streamer.
10  *
11  * \param R__b I/O buffer
12  */
13 void KM3NETDAQ::JDAQKeyHit::Streamer(TBuffer& R__b)
14 {
15  JDAQModuleIdentifier::Streamer(R__b);
16  JDAQHit ::Streamer(R__b);
17 }
TBuffer
Definition: JRoot.hh:21
JDAQKeyHit.hh