1 #ifndef ComputeShowerShapesProcessor_hh
2 #define ComputeShowerShapesProcessor_hh 1
4 #include <marlin/Processor.h>
5 #include "EVENT/LCCollection.h"
7 #include "ClusterShapes.h"
10 using namespace marlin ;
20 virtual void init( LCEvent * evt ) ;
21 virtual void processRunHeader( LCRunHeader* run);
22 virtual void processEvent( LCEvent * evt );
23 virtual void check( LCEvent * evt );
27 ClusterShapes *pClusterShapes{};
28 std::string _PfoCollection{};
29 std::string _ClusterCollection{};
32 LCCollection* _PFOCol{};
virtual Processor * newProcessor()