1 #ifndef VTXDigiProcessor_h
2 #define VTXDigiProcessor_h 1
4 #include "marlin/Processor.h"
8 #include <gsl/gsl_rng.h>
11 #include <marlin/Global.h>
12 #include <gear/GEAR.h>
13 #include <gear/VXDParameters.h>
14 #include <gear/VXDLayerLayout.h>
17 using namespace lcio ;
18 using namespace marlin ;
92 virtual void processRunHeader( LCRunHeader* run ) ;
96 virtual void processEvent( LCEvent * evt ) ;
99 virtual void check( LCEvent * evt ) ;
107 double correctPhiRange(
double Phi )
const ;
112 std::string _colNameVTX{};
113 std::string _colNameSIT{};
114 std::string _colNameSET{};
115 std::string _outColNameVTX{};
116 std::string _outColNameSIT{};
117 std::string _outColNameSET{};
119 std::vector<int> _activeSETLayers{};
123 int _smearAlongLadders{};
126 float _pointResoRPhi{},_pointResoRPhi_VTX{},_pointResoRPhi_SIT{},_pointResoRPhi_SET{};
127 float _pointResoZ{},_pointResoZ_VTX{},_pointResoZ_SIT{},_pointResoZ_SET{};
131 std::vector< std::pair<long, long> > _vxdCount{};
virtual Processor * newProcessor()