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 ;
51 virtual Processor* newProcessor() {
return new VTXBgClusters ; }
63 virtual void processRunHeader( LCRunHeader* run ) ;
67 virtual void processEvent( LCEvent * evt ) ;
70 virtual void check( LCEvent * evt ) ;
86 std::string _colNameVTX{};
104 #ifdef MARLIN_USE_AIDA
105 Hist1DVec _hist1DVec{};
106 Hist2DVec _hist2DVec{};
======= VXDGeometry ========== Helper class for VXD geomtry transformations: from lab frame to ladd...
Definition: VXDGeometry.h:49
======= VTXBgClusters ========== Add Cluster parameters to VXD hits, according to projection of pat...
Definition: VTXBgClusters.h:44