1 #ifndef ADC2PRIMARYELECTRONFACTORCALCULATOR_H
2 #define ADC2PRIMARYELECTRONFACTORCALCULATOR_H
12 #include "marlin/Processor.h"
13 #include "lccd/ConditionsMap.hh"
45 virtual Processor* newProcessor()
64 virtual void processRunHeader(lcio::LCRunHeader* run) ;
69 virtual void processEvent(lcio::LCEvent * evt) ;
76 virtual void check(lcio::LCEvent * evt) ;
100 TFile *_outfile_root;
101 std::ofstream _outfile;
102 std::string _outfileName;
103 std::string _rootoutfileName;
A processor to calculate hitcharge per length unit taking into account the track length over the meas...
Definition: ADC2PrimaryElectronFactorCalculator.h:37
int _nRun
Definition: ADC2PrimaryElectronFactorCalculator.h:92
std::string _inputColName
Definition: ADC2PrimaryElectronFactorCalculator.h:90