CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch12/src/DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerObjectMapFwd.h

Go to the documentation of this file.
00001 #ifndef L1GlobalTrigger_L1GlobalTriggerObjectMapFwd_h
00002 #define L1GlobalTrigger_L1GlobalTriggerObjectMapFwd_h
00003 
00020 // system include files
00021 #include <vector>
00022 
00023 // user include files
00024 #include "DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerReadoutSetupFwd.h"
00025 
00026 // forward declarations
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 /* L1GlobalTrigger_L1GlobalTriggerObjectMapFwd_h */