From: Dennis Doering Date: Mon, 23 Sep 2013 10:25:35 +0000 (+0200) Subject: Mi32 einführung X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=72215f50210ed34bf94eae8e551aeb0c9397ef3e;p=radhard.git Mi32 einführung --- diff --git a/newCOMBI/ChargeSpektrum.c b/newCOMBI/ChargeSpektrum.c index fbfc45e..ed0bc73 100755 --- a/newCOMBI/ChargeSpektrum.c +++ b/newCOMBI/ChargeSpektrum.c @@ -430,7 +430,7 @@ struct laborbook LaborBuch(Int_t inputRun) std::string matrix; std::string radDose; - std::ifstream file("LaborbuchMi34Test.txt"); + std::ifstream file("LaborbuchMi34.txt"); CSVRow row; file >> row; while (file >> row) @@ -440,7 +440,7 @@ struct laborbook LaborBuch(Int_t inputRun) { Int_t runLabor; runLabor=atoi(row[COLRUNNO].c_str()); - + cout<