1 #ifndef SimpleCylinderDigiProcessor_h
2 #define SimpleCylinderDigiProcessor_h 1
4 #include "marlin/Processor.h"
11 #include <gsl/gsl_rng.h>
14 using namespace lcio ;
15 using namespace marlin ;
66 virtual void processRunHeader( LCRunHeader* run ) ;
70 virtual void processEvent( LCEvent * evt ) ;
73 virtual void check( LCEvent * evt ) ;
81 double correctPhiRange(
double Phi )
const ;
87 std::string _inColName ;
89 std::string _outColName ;
90 std::string _outRelColName ;
92 std::string _gearParametersName;
99 float _pointResoRPhi ;
102 bool _hits_encoded_with_cellID;
======= SimpleCylinderDigiProcessor ========== Creates TrackerHits from SimTrackerHits, smearing them according to the input parameters.
Definition: SimpleCylinderDigiProcessor.h:50