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 
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 
32 
33 // forward declarations
34 class L1GtPsbSetupRcd;
35 
36 // class declaration
38 {
39 
40 public:
41 
44 
47 
48 
50 
52  boost::shared_ptr<L1GtPsbSetup> producePsbSetup(
53  const L1GtPsbSetupRcd&);
54 
55 private:
56 
58  std::vector<L1GtPsbConfig> m_gtPsbSetup;
59 
60 };
61 
62 #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