#include "lem4Parameters.hh" ///lem4Parameters::lem4Parameters() /// :typeOfProcesses("standard") ///{ /// pointerToParameters=this; ///} lem4Parameters::lem4Parameters(G4String steeringFileName) :typeOfProcesses("coulombAndMultiple") //lowenergy") { pointerToParameters=this; // Read in the parameters, which have to be known before the detector construction is run // (and therefore the parameters can not be read in in the lem4DetectorConstruction.cc class). FILE *fSteeringFile=fopen(steeringFileName.c_str(),"r"); if (fSteeringFile==NULL) { G4cout<<"lem4Parameters::lem4Parameters: steeringFileName=\""<