]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/trigger/AliHLTTriggerBarrelCosmic.h
several bugfixes in order to get the HLTGlobalTrigger decision safely into the ESD
[u/mrichter/AliRoot.git] / HLT / trigger / AliHLTTriggerBarrelCosmic.h
1 //-*- Mode: C++ -*-
2 // $Id$
3 #ifndef ALIHLTTRIGGERBARRELCOSMIC_H
4 #define ALIHLTTRIGGERBARRELCOSMIC_H
5 //* This file is property of and copyright by the ALICE HLT Project        * 
6 //* ALICE Experiment at CERN, All rights reserved.                         *
7 //* See cxx source for full Copyright notice                               *
8
9 /// @file   AliHLTTriggerBarrelCosmic.h
10 /// @author Matthias Richter
11 /// @date   2009-06-30
12 /// @brief  HLT cosmics trigger component for the central barrel region.
13
14 #include "AliHLTTrigger.h"
15
16 /**
17  * @class  AliHLTTriggerBarrelCosmic
18  * HLT cosmics trigger component for the central barrel region.
19  * 
20  * 
21  */
22 class AliHLTTriggerBarrelCosmic : public AliHLTTrigger
23 {
24  public:
25   AliHLTTriggerBarrelCosmic();
26   ~AliHLTTriggerBarrelCosmic();
27
28   /// inherited from AliHLTTrigger: name of this trigger
29   virtual const char* GetTriggerName() const;
30   /// inherited from AliHLTComponent: create an instance
31   virtual AliHLTComponent* Spawn();
32
33  private:
34   /// inherited from AliHLTTrigger: calculate the trigger
35   virtual int DoTrigger();
36
37   ClassDef(AliHLTTriggerBarrelCosmic, 0)
38 };
39 #endif //ALIHLTTRIGGERBARRELCOSMIC_H