20 #include "ThinScatterer.h"
28 void ThinScatterer::Print(
const Option_t*)
const {
29 printOut <<
"ThinScatterer, defined in plane: ";
30 sharedPlane_->Print();
36 void ThinScatterer::Streamer(TBuffer &R__b)
43 typedef ::genfit::ThinScatterer thisClass;
45 if (R__b.IsReading()) {
46 Version_t R__v = R__b.ReadVersion(&R__s, &R__c);
if (R__v) { }
48 sharedPlane_.reset(
new DetPlane());
49 sharedPlane_->Streamer(R__b);
51 R__b.CheckByteCount(R__s, R__c, thisClass::IsA());
53 R__c = R__b.WriteVersion(thisClass::IsA(), kTRUE);
55 sharedPlane_->Streamer(R__b);
57 R__b.SetByteCount(R__c, kTRUE);
Material material_
Material boundary. '!' shuts up ROOT.
Defines for I/O streams used for error and debug printing.
std::ostream printOut
Default stream for output of Print calls.