]>
Commit | Line | Data |
---|---|---|
f27362a2 | 1 | /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * |
2 | * See cxx source for full Copyright notice */ | |
3 | ||
4 | // $Id$ | |
5 | ||
6 | /// \file TestMUONPreprocessor.h | |
7 | /// \brief The definitions for the macro TestMUONPreprocessor.C | |
8 | ||
81bef2ce | 9 | #ifndef TESTMUONPREPROCESSOR_H |
10 | #define TESTMUONPREPROCESSOR_H | |
11 | ||
12 | class TMap; | |
13 | ||
c7845adb | 14 | /// Create a fake DCS alias map |
6498767e | 15 | TMap* CreateDCSAliasMap(const char* inputCDB, Int_t runNumber); |
81bef2ce | 16 | |
17 | #endif |