]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/AliFMDCalibFwd.h
Adding histos
[u/mrichter/AliRoot.git] / FMD / AliFMDCalibFwd.h
CommitLineData
09b6c804 1// -*- mode: C++ -*-
2//
3#ifndef ALIFMDCALIBFWD_H
4#define ALIFMDCALIBFWD_H
5#ifndef ALIFMDUSHORTMAP_H
6# include <AliFMDUShortMap.h>
7#endif
8#ifndef ALIFMDBOOLMAP_H
9# include <AliFMDBoolMap.h>
10#endif
11typedef AliFMDUShortMap AliFMDCalibZeroSuppression;
12typedef AliFMDBoolMap AliFMDCalibDeadMap;
13class AliFMDCalibPedestal;
14class AliFMDCalibGain;
15class AliFMDCalibSampleRate;
16class AliFMDCalibStripRange;
17class AliFMDAltroMapping;
18
19#endif
20//
21// EOF
22//