]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/STEER/AliTriggerUtils.h
ALIROOT-5728 Lambda(1520) is not decaying anymore when injected
[u/mrichter/AliRoot.git] / STEER / STEER / AliTriggerUtils.h
1 #ifndef ALITRIGGERUTILS_H
2 #define ALITRIGGERUTILS_H
3
4 class AliTriggerConfiguration;
5 class TString;
6
7 #include <TObject.h>
8
9 class AliTriggerUtils: public TObject {
10
11  public:
12
13   AliTriggerUtils() : TObject() {}
14   virtual ~AliTriggerUtils() {}
15   
16   Bool_t CheckConfiguration( TString & configfile, AliTriggerConfiguration * cfg );
17
18
19   ClassDef( AliTriggerUtils, 0 )  // Trigger utilities
20
21     };
22
23 #endif