CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/DataFormats/L1GlobalCaloTrigger/interface/L1GctCollections.h

Go to the documentation of this file.
00001 
00002 #ifndef GCTCOLLECTIONS_H
00003 #define GCTCOLLECTIONS_H
00004 
00005 #include <vector>
00006 
00007 #include "DataFormats/L1GlobalCaloTrigger/interface/L1GctInternEmCand.h"
00008 #include "DataFormats/L1GlobalCaloTrigger/interface/L1GctInternJetData.h"
00009 #include "DataFormats/L1GlobalCaloTrigger/interface/L1GctInternEtSum.h"
00010 #include "DataFormats/L1GlobalCaloTrigger/interface/L1GctInternHFData.h"
00011 #include "DataFormats/L1GlobalCaloTrigger/interface/L1GctInternHtMiss.h"
00012 #include "DataFormats/L1GlobalCaloTrigger/interface/L1GctFibreWord.h"
00013 
00014 #include "DataFormats/L1GlobalCaloTrigger/interface/L1GctEmCand.h"
00015 #include "DataFormats/L1GlobalCaloTrigger/interface/L1GctJetCand.h"
00016 
00017 #include "DataFormats/L1GlobalCaloTrigger/interface/L1GctEtSums.h"
00018 #include "DataFormats/L1GlobalCaloTrigger/interface/L1GctJetCounts.h"
00019 
00020 #include "DataFormats/L1GlobalCaloTrigger/interface/L1GctHFRingEtSums.h"
00021 #include "DataFormats/L1GlobalCaloTrigger/interface/L1GctHFBitCounts.h"
00022 
00023 typedef std::vector<L1GctInternEmCand> L1GctInternEmCandCollection;
00024 typedef std::vector<L1GctInternJetData> L1GctInternJetDataCollection;
00025 typedef std::vector<L1GctInternEtSum> L1GctInternEtSumCollection;
00026 typedef std::vector<L1GctInternHFData> L1GctInternHFDataCollection;
00027 typedef std::vector<L1GctInternHtMiss> L1GctInternHtMissCollection;
00028 typedef std::vector<L1GctFibreWord> L1GctFibreCollection;
00029 
00030 typedef std::vector<L1GctEmCand> L1GctEmCandCollection;
00031 typedef std::vector<L1GctJetCand> L1GctJetCandCollection;
00032 
00033 typedef std::vector<L1GctEtHad> L1GctEtHadCollection;
00034 typedef std::vector<L1GctEtMiss> L1GctEtMissCollection;
00035 typedef std::vector<L1GctEtTotal> L1GctEtTotalCollection;
00036 typedef std::vector<L1GctHtMiss> L1GctHtMissCollection;
00037 typedef std::vector<L1GctJetCounts> L1GctJetCountsCollection;
00038 typedef std::vector<L1GctHFRingEtSums> L1GctHFRingEtSumsCollection;
00039 typedef std::vector<L1GctHFBitCounts> L1GctHFBitCountsCollection;
00040 
00041 #endif