00001 #ifndef MAXTIMEDIFFMEGENERATOR_H_ 00002 #define MAXTIMEDIFFMEGENERATOR_H_ 00003 00004 #include "TVMuonEventGenerator.h" 00005 00006 class MaxTimeDiffMEGenerator:public TVMuonEventGenerator{ 00007 00008 public: 00009 MaxTimeDiffMEGenerator(TMEGeneratorOptions* opts): TVMuonEventGenerator("MaxTimeDiff",opts){}; 00010 virtual ~MaxTimeDiffMEGenerator(){}; 00011 00012 public: 00013 virtual int ProcessPulses(MuonEventList& muonEventsOut,const SourceDetPulseMap& detectorPulsesIn); 00014 }; 00015 #endif //MAXTIMEDIFFMEGENERATOR_H_