CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/SimDataFormats/SLHC/interface/L1TowerJetFwd.h

Go to the documentation of this file.
00001 #ifndef L1TowerJet_Fwd
00002 #define L1TowerJet_Fwd
00003 
00004 
00005 #include "SimDataFormats/SLHC/interface/EtaPhiContainer.h"
00006 #include "DataFormats/Common/interface/Ref.h"
00007 #include <vector>
00008 
00009 namespace l1slhc
00010 {
00011         class L1TowerJet;
00012 }
00013 
00014 namespace l1slhc
00015 {
00016         typedef EtaPhiContainer < L1TowerJet > L1TowerJetCollection;
00017 
00018         typedef edm::Ref < L1TowerJetCollection > L1TowerJetRef;
00019 }
00020 
00021 #endif