4 #include "marlin/Processor.h"
8 #include "gearxml/GearXML.h"
9 #include "gearimpl/GearMgrImpl.h"
12 using namespace lcio ;
13 using namespace marlin ;
37 virtual Processor* newProcessor() {
return new DrawCLIC ; }
49 virtual void processRunHeader( LCRunHeader* run ) ;
53 virtual void processEvent( LCEvent * evt ) ;
56 virtual void check( LCEvent * evt ) ;
63 static void drawGEARDetector() ;
64 static void drawDetectorFromGear( gear::GearMgr* gearMgr ) ;
Example processor for marlin.
Definition: DrawCLIC.h:33