![]() |
|
|||
File indexing completed on 2024-04-06 12:04:28
0001 #ifndef L1GlobalTrigger_L1GlobalTriggerObjectMapFwd_h 0002 #define L1GlobalTrigger_L1GlobalTriggerObjectMapFwd_h 0003 0004 /** 0005 * \class L1GlobalTriggerObjectMap 0006 * 0007 * 0008 * Description: group typedefs used by L1GlobalTriggerObjectMap. 0009 * 0010 * Implementation: 0011 * <TODO: enter implementation details> 0012 * 0013 * \author: Vasile Mihai Ghete - HEPHY Vienna 0014 * 0015 * 0016 */ 0017 0018 // system include files 0019 #include <vector> 0020 0021 // user include files 0022 #include "DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerReadoutSetupFwd.h" 0023 0024 // forward declarations 0025 0026 /// typedefs 0027 0028 /// list of object indices corresponding to a condition evaluated to true 0029 typedef std::vector<int> SingleCombInCond; 0030 0031 /// all the object combinations evaluated to true in the condition 0032 typedef std::vector<SingleCombInCond> CombinationsInCond; 0033 0034 typedef std::vector<L1GtObject> ObjectTypeInCond; 0035 0036 #endif /* L1GlobalTrigger_L1GlobalTriggerObjectMapFwd_h */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |