]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Make the Scan method public
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Nov 2012 17:54:10 +0000 (17:54 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Nov 2012 17:54:10 +0000 (17:54 +0000)
MUON/AliMUONTrackerHV.cxx
MUON/AliMUONTrackerHV.h

index dad251973dc32a6ab7829665da96fcd5daac8384..f8e0053b3e0a103d2b2298c2c1b8af0095f53def 100644 (file)
@@ -200,7 +200,7 @@ AliMUONTrackerHV::ShowValues(TMap* m, const char* name)
 
 //______________________________________________________________________________
 void
-AliMUONTrackerHV::ScanHV(Int_t verbose)
+AliMUONTrackerHV::Scan(Int_t verbose)
 {
   /// Retrieve HV values from OCDB for a given run list, and check whether
   /// we have some issues with them...
index 71fe34c071ae2067cd6b4a23f32223e9dbbdc30d..7be346f93af164fe2ba7ef09e76b4d782b9e837f 100644 (file)
@@ -35,6 +35,8 @@ public:
   
   void ReportTrips();
   
+  void Scan(Int_t verbose=0);
+  
 private:
 
   void ReadIntegers(const char* filename, std::vector<int>& integers);
@@ -43,8 +45,6 @@ private:
   
   Int_t CheckMap(TMap* hvMap, Int_t runNumber, Bool_t verbose);
   
-  void ScanHV(Int_t verbose=0);
-  
   void TimeAxis(TMultiGraph* g);
   
   TMultiGraph* ShowHV(TMap* m, const char* dcsname);