Go to the documentation of this file.00001 #ifndef L1GlobalTrigger_L1GlobalTriggerObjectMapFwd_h
00002 #define L1GlobalTrigger_L1GlobalTriggerObjectMapFwd_h
00003
00020
00021 #include <vector>
00022
00023
00024 #include "DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerReadoutSetupFwd.h"
00025
00026
00027
00029
00031 typedef std::vector<int> SingleCombInCond;
00032
00034 typedef std::vector<SingleCombInCond> CombinationsInCond;
00035
00036 typedef std::vector<L1GtObject> ObjectTypeInCond;
00037
00038 #endif