1 #ifndef VTXBgClusters_h
2 #define VTXBgClusters_h 1
4 #include "marlin/Processor.h"
10 #include <AIDA/AIDA.h>
11 typedef std::vector< AIDA::IHistogram1D* > Hist1DVec ;
12 typedef std::vector< AIDA::IHistogram2D* > Hist2DVec ;
23 using namespace lcio ;
24 using namespace marlin ;
69 virtual void processRunHeader( LCRunHeader* run ) ;
73 virtual void processEvent( LCEvent * evt ) ;
76 virtual void check( LCEvent * evt ) ;
92 std::string _colNameVTX{};
110 #ifdef MARLIN_USE_AIDA
111 Hist1DVec _hist1DVec{};
112 Hist2DVec _hist2DVec{};
======= VXDGeometry ========== Helper class for VXD geomtry transformations: from lab frame to ladd...
virtual Processor * newProcessor()