]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/TestMUONPreprocessor.h
- Fix ratio 44/34 (in AliMUONTriggerQADataMakerRec)
[u/mrichter/AliRoot.git] / MUON / TestMUONPreprocessor.h
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
9 #ifndef TESTMUONPREPROCESSOR_H
10 #define TESTMUONPREPROCESSOR_H
11
12 class TMap;
13
14 /// Create a fake DCS alias map
15 TMap* CreateDCSAliasMap(const char* inputCDB, Int_t runNumber);
16
17 #endif