]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/FMD/AliHLTAgentFMD.h
more consistent use of cuts, new cut number 1008
[u/mrichter/AliRoot.git] / HLT / FMD / AliHLTAgentFMD.h
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
8     @author Hans Hjersin Dalsgaard
9     @date   
10     @brief  Agent of the libAliHLTSample library
11 */
12
13 #include "AliHLTModuleAgent.h"
14
15
16 class 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