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 
20 // system include files
21 #include <memory>
22 #include "boost/shared_ptr.hpp"
23 
24 #include <vector>
25 
26 // user include files
27 // base class
29 
33 
34 // forward declarations
35 
36 // class declaration
38 {
39 
40 public:
41 
44 
47 
48 
50 
52  boost::shared_ptr<L1GtBoardMaps> produceBoardMaps(
53  const L1GtBoardMapsRcd&);
54 
55 private:
56 
58  std::vector<L1GtBoard> m_gtBoardMaps;
59 
60 };
61 
62 #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