CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1GtBoardMapsTrivialProducer.h
Go to the documentation of this file.
1 #ifndef L1GtConfigProducers_L1GtBoardMapsTrivialProducer_h
2 #define L1GtConfigProducers_L1GtBoardMapsTrivialProducer_h
3 
18 // system include files
19 #include <memory>
20 #include "boost/shared_ptr.hpp"
21 
22 #include <vector>
23 
24 // user include files
25 // base class
27 
31 
32 // forward declarations
33 
34 // class declaration
36 {
37 
38 public:
39 
42 
45 
46 
48 
50  boost::shared_ptr<L1GtBoardMaps> produceBoardMaps(
51  const L1GtBoardMapsRcd&);
52 
53 private:
54 
56  std::vector<L1GtBoard> m_gtBoardMaps;
57 
58 };
59 
60 #endif
std::vector< L1GtBoard > m_gtBoardMaps
L1 GT boards and their mapping.
L1GtBoardMapsTrivialProducer(const edm::ParameterSet &)
constructor
boost::shared_ptr< L1GtBoardMaps > produceBoardMaps(const L1GtBoardMapsRcd &)
public methods