X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FTestMUONPreprocessor.h;h=737075e2c6c6468e143c9a98d933bdffa94162f3;hb=c7845adbb83a05c43a7d899a8a054c2fa6f0e9ea;hp=20eb546ab082f5ff9f2601c729b4607ab4ef6ce1;hpb=5699c0e6d2215ded7344052f555e049b32a73900;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/TestMUONPreprocessor.h b/MUON/TestMUONPreprocessor.h index 20eb546ab08..737075e2c6c 100644 --- a/MUON/TestMUONPreprocessor.h +++ b/MUON/TestMUONPreprocessor.h @@ -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(const char* inputCDB); +/// Create a fake DCS alias map +TMap* CreateDCSAliasMap(const char* inputCDB, Int_t runNumber); #endif