File indexing completed on 2024-04-06 12:04:31
0001 #ifndef DataFormatsL1TCorrelator_TkEmFwd_h
0002 #define DataFormatsL1TCorrelator_TkEmFwd_h
0003
0004
0005
0006
0007
0008
0009
0010 #include <vector>
0011 #include "DataFormats/Common/interface/Ref.h"
0012 #include "DataFormats/Common/interface/RefVector.h"
0013 #include "DataFormats/L1Trigger/interface/RegionalOutput.h"
0014
0015 namespace l1t {
0016
0017 class TkEm;
0018
0019 typedef std::vector<TkEm> TkEmCollection;
0020
0021 typedef edm::Ref<TkEmCollection> TkEmRef;
0022 typedef edm::RefVector<TkEmCollection> TkEmRefVector;
0023 typedef std::vector<TkEmRef> TkEmVectorRef;
0024 typedef l1t::RegionalOutput<l1t::TkEmCollection> TkEmRegionalOutput;
0025
0026 }
0027
0028 #endif