CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1GtPsbSetupTrivialProducer.h
Go to the documentation of this file.
1 #ifndef L1GtConfigProducers_L1GtPsbSetupTrivialProducer_h
2 #define L1GtConfigProducers_L1GtPsbSetupTrivialProducer_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 
30 
31 // forward declarations
32 class L1GtPsbSetupRcd;
33 
34 // class declaration
36 {
37 
38 public:
39 
42 
45 
46 
48 
50  boost::shared_ptr<L1GtPsbSetup> producePsbSetup(
51  const L1GtPsbSetupRcd&);
52 
53 private:
54 
56  std::vector<L1GtPsbConfig> m_gtPsbSetup;
57 
58 };
59 
60 #endif
L1GtPsbSetupTrivialProducer(const edm::ParameterSet &)
constructor
std::vector< L1GtPsbConfig > m_gtPsbSetup
L1 GT PSB boards and their setup.
boost::shared_ptr< L1GtPsbSetup > producePsbSetup(const L1GtPsbSetupRcd &)
public methods