Revision: | 1.1 |
Committed: | Tue Oct 23 20:17:43 2012 UTC (12 years, 6 months ago) by konec |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | Artur_11_07_2013_B, Artur_11_07_2013_A, Artur_11_07_2013, Artur_28_06_2013, HEAD |
Log Message: | *** empty log message *** |
# | User | Rev | Content |
---|---|---|---|
1 | konec | 1.1 | #ifndef TriggerMenuResultObj_H |
2 | #define TriggerMenuResultObj_H | ||
3 | |||
4 | #include "TObject.h" | ||
5 | #include <string> | ||
6 | #include <vector> | ||
7 | |||
8 | struct TriggerMenuResultObj : public TObject { | ||
9 | std::vector<std::string> names; | ||
10 | std::vector<unsigned int> firedAlgos; | ||
11 | ClassDef(TriggerMenuResultObj,1) | ||
12 | }; | ||
13 | #endif | ||
14 |