CMS 3D CMS Logo

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 
21 #include <vector>
22 
23 // user include files
24 // base class
26 
29 
30 // forward declarations
31 class L1GtPsbSetupRcd;
32 
33 // class declaration
35 {
36 
37 public:
38 
41 
44 
45 
47 
49  std::shared_ptr<L1GtPsbSetup> producePsbSetup(
50  const L1GtPsbSetupRcd&);
51 
52 private:
53 
55  std::vector<L1GtPsbConfig> m_gtPsbSetup;
56 
57 };
58 
59 #endif
std::shared_ptr< L1GtPsbSetup > producePsbSetup(const L1GtPsbSetupRcd &)
public methods
L1GtPsbSetupTrivialProducer(const edm::ParameterSet &)
constructor
std::vector< L1GtPsbConfig > m_gtPsbSetup
L1 GT PSB boards and their setup.