From: ivana Date: Sat, 15 Sep 2007 22:44:38 +0000 (+0000) Subject: Adding comment (Laurent) X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=6687de6d5e6bd4b6b1f33fb5e9f8051645f52e07;ds=sidebyside Adding comment (Laurent) --- 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;