]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/TestMUONPreprocessor.h
new functionality and new class added
[u/mrichter/AliRoot.git] / MUON / TestMUONPreprocessor.h
index 82335ba7620cc738118e54f9a552b852dc824c79..737075e2c6c6468e143c9a98d933bdffa94162f3 100644 (file)
@@ -1,8 +1,17 @@
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+// $Id$
+
+/// \file TestMUONPreprocessor.h
+/// \brief The definitions for the macro TestMUONPreprocessor.C
+
 #ifndef TESTMUONPREPROCESSOR_H
 #define TESTMUONPREPROCESSOR_H
 
 class TMap;
 
-TMap* CreateDCSAliasMap();
+/// Create a fake DCS alias map
+TMap* CreateDCSAliasMap(const char* inputCDB, Int_t runNumber);
 
 #endif