Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:32

0001 #ifndef L1GlobalTrigger_L1TGtObjectMapFwd_h
0002 #define L1GlobalTrigger_L1TGtObjectMapFwd_h
0003 
0004 /**
0005  * \class GlobalObjectMap
0006  * 
0007  * 
0008  * Description: group typedefs used by GlobalObjectMap.  
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/L1TGlobal/interface/GlobalObject.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<l1t::GlobalObject> L1TObjectTypeInCond;
0035 //typedef std::vector<int> ObjectTypeInCond;
0036 
0037 #endif /* L1GlobalTrigger_L1TGtObjectMapFwd_h */