Jpp  18.1.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JDAQTriggeredHit.cc
Go to the documentation of this file.
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::JDAQTriggeredHit::Streamer(TBuffer& R__b)
14 {
15  JDAQKeyHit ::Streamer(R__b);
16  JDAQTriggerMask::Streamer(R__b);
17 }
Definition: JRoot.hh:21