From 6687de6d5e6bd4b6b1f33fb5e9f8051645f52e07 Mon Sep 17 00:00:00 2001 From: ivana Date: Sat, 15 Sep 2007 22:44:38 +0000 Subject: [PATCH] Adding comment (Laurent) --- MUON/AliMUONCDB.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MUON/AliMUONCDB.cxx b/MUON/AliMUONCDB.cxx index 33dff82ed52..1386e4a0bae 100644 --- a/MUON/AliMUONCDB.cxx +++ b/MUON/AliMUONCDB.cxx @@ -458,6 +458,8 @@ AliMUONCDB::MakePedestalStore(AliMUONVStore& pedestalStore, Bool_t defaultValues Int_t AliMUONCDB::MakeCapacitanceStore(AliMUONVStore& capaStore, const char* file) { + /// Read the capacitance values from file and append them to the capaStore + ifstream in(gSystem->ExpandPathName(file)); if (in.bad()) return 0; -- 2.31.1