3 #define DIGITIZERAR_H 1
5 #include "marlin/Processor.h"
10 using namespace lcio ;
11 using namespace marlin ;
76 virtual void processRunHeader( LCRunHeader* run ) ;
78 virtual void processEvent( LCEvent * evt ) ;
81 virtual void check( LCEvent * evt ) ;
92 std::vector<std::string> _ecalCollections{};
93 std::vector<std::string> _hcalCollections{};
95 std::string _outputEcalCollection{};
96 std::string _outputHcalCollection{};
97 std::string _outputRelCollection{};
100 float _thresholdEcal{};
101 float _thresholdHcal{};
107 std::vector<float> _calibrCoeffEcal{};
108 std::vector<float> _calibrCoeffHcal{};
110 std::vector<int> _ecalLayers{};
111 std::vector<int> _hcalLayers{};
=== SimpleCaloDigi Processor === Simple calorimeter digitizer Processor.
Definition: SimpleCaloDigi.h:65