From 72215f50210ed34bf94eae8e551aeb0c9397ef3e Mon Sep 17 00:00:00 2001 From: Dennis Doering Date: Mon, 23 Sep 2013 12:25:35 +0200 Subject: [PATCH] =?utf8?q?Mi32=20einf=C3=BChrung?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- newCOMBI/ChargeSpektrum.c | 6 +++--- newCOMBI/run.C | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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<