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 ;
48 virtual Processor* newProcessor() {
return new VTXBgClusters ; }
60 virtual void processRunHeader( LCRunHeader* run ) ;
64 virtual void processEvent( LCEvent * evt ) ;
67 virtual void check( LCEvent * evt ) ;
83 std::string _colNameVTX ;
101 #ifdef MARLIN_USE_AIDA
102 Hist1DVec _hist1DVec ;
103 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