#ifndef MBS_PROCESSOR_H #define MBS_PROCESSOR_H #include "base/StreamProc.h" namespace mbs { /** This could be generic processor for data, coming from MBS * For the moment it is rather CERN beamtime-specific code */ class Processor : public base::StreamProc { protected: base::LocalStampConverter fConv1; ///