]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/FMD/AliHLTAgentFMD.h
Removing the coding violation
[u/mrichter/AliRoot.git] / HLT / FMD / AliHLTAgentFMD.h
CommitLineData
629266d1 1
2#ifndef ALIHLTAGENTFMD_H
3#define ALIHLTAGENTFMD_H
4/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5 * See cxx source for full Copyright notice */
6
7/** @file AliHLTAgentSample.h
08dff036 8 @author Hans Hjersin Dalsgaard
629266d1 9 @date
10 @brief Agent of the libAliHLTSample library
11*/
12
13#include "AliHLTModuleAgent.h"
14
15
16class AliHLTAgentFMD : public AliHLTModuleAgent {
17 public:
18
19 AliHLTAgentFMD();
20 /** destructor */
21 virtual ~AliHLTAgentFMD();
22
23 const char* GetRequiredComponentLibraries() const;
24
25 int RegisterComponents(AliHLTComponentHandler* pHandler) const;
26
27 protected:
28
29 private:
30
31 ClassDef(AliHLTAgentFMD, 1);
32};
33
34#endif