BmnRoot
Loading...
Searching...
No Matches
BmnDataTriggerInfo.h
Go to the documentation of this file.
1#ifndef BMNDATATRIGGERINFO_H
2#define BMNDATATRIGGERINFO_H 1
3
4#include <iostream>
5#include <TNamed.h>
6
7#include <ElogRecord.h>
8#include <ElogTrigger.h>
9
10#include <map>
11
12using namespace std;
13
14class BmnDataTriggerInfo : public TNamed {
15public:
16
18
19 TString GetTrigger(Int_t);
20
21 virtual ~BmnDataTriggerInfo() {;}
22
23private:
24 Int_t fPeriod;
25 map <TString, TString> fTriggerMap;
26
27
28 ClassDef(BmnDataTriggerInfo, 1)
29};
30
31#endif
STL namespace.