]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding comment (Laurent)
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 15 Sep 2007 22:44:38 +0000 (22:44 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 15 Sep 2007 22:44:38 +0000 (22:44 +0000)
MUON/AliMUONCDB.cxx

index 33dff82ed5234c3c1349c58c358fb1a85618b8bf..1386e4a0baedc8ddd19a2bd63c9f34e57aae0aa7 100644 (file)
@@ -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;