CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
L1GctCollections.h
Go to the documentation of this file.
1 
2 #ifndef GCTCOLLECTIONS_H
3 #define GCTCOLLECTIONS_H
4 
5 #include <vector>
6 
13 
16 
19 
22 
23 typedef std::vector<L1GctInternEmCand> L1GctInternEmCandCollection;
24 typedef std::vector<L1GctInternJetData> L1GctInternJetDataCollection;
25 typedef std::vector<L1GctInternEtSum> L1GctInternEtSumCollection;
26 typedef std::vector<L1GctInternHFData> L1GctInternHFDataCollection;
27 typedef std::vector<L1GctInternHtMiss> L1GctInternHtMissCollection;
28 typedef std::vector<L1GctFibreWord> L1GctFibreCollection;
29 
30 typedef std::vector<L1GctEmCand> L1GctEmCandCollection;
31 typedef std::vector<L1GctJetCand> L1GctJetCandCollection;
32 
33 typedef std::vector<L1GctEtHad> L1GctEtHadCollection;
34 typedef std::vector<L1GctEtMiss> L1GctEtMissCollection;
35 typedef std::vector<L1GctEtTotal> L1GctEtTotalCollection;
36 typedef std::vector<L1GctHtMiss> L1GctHtMissCollection;
37 typedef std::vector<L1GctJetCounts> L1GctJetCountsCollection;
38 typedef std::vector<L1GctHFRingEtSums> L1GctHFRingEtSumsCollection;
39 typedef std::vector<L1GctHFBitCounts> L1GctHFBitCountsCollection;
40 
41 #endif
std::vector< L1GctEtMiss > L1GctEtMissCollection
std::vector< L1GctHFRingEtSums > L1GctHFRingEtSumsCollection
std::vector< L1GctEtHad > L1GctEtHadCollection
std::vector< L1GctJetCounts > L1GctJetCountsCollection
std::vector< L1GctInternHtMiss > L1GctInternHtMissCollection
std::vector< L1GctInternEmCand > L1GctInternEmCandCollection
std::vector< L1GctFibreWord > L1GctFibreCollection
std::vector< L1GctEtTotal > L1GctEtTotalCollection
std::vector< L1GctInternHFData > L1GctInternHFDataCollection
std::vector< L1GctHFBitCounts > L1GctHFBitCountsCollection
std::vector< L1GctJetCand > L1GctJetCandCollection
std::vector< L1GctHtMiss > L1GctHtMissCollection
std::vector< L1GctInternJetData > L1GctInternJetDataCollection
std::vector< L1GctInternEtSum > L1GctInternEtSumCollection
std::vector< L1GctEmCand > L1GctEmCandCollection