# | Line 3 | Line 3 | |
---|---|---|
3 | #define BaseCycleContainer_H | |
4 | ||
5 | #include "Objects.h" | |
6 | + | #include "ReconstructionHypothesis.h" |
7 | ||
8 | /** | |
9 | * @short container that contains all objects of the actual event | |
# | Line 46 | Line 47 | struct BaseCycleContainer{ | |
47 | //use this vector since triggerNames is only filled for first event of new run | |
48 | std::vector<std::string> triggerNames_actualrun; | |
49 | ||
50 | + | std::vector< ReconstructionHypothesis >* recoHyps; |
51 | + | |
52 | }; | |
53 | ||
54 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |