CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1CSCTriggerPrimitivesConfigProducer.h
Go to the documentation of this file.
1 #ifndef L1TriggerConfig_L1CSCTriggerPrimitivesConfigProducer_h
2 #define L1TriggerConfig_L1CSCTriggerPrimitivesConfigProducer_h
3 
15 // system include files
16 #include <memory>
17 //#include "boost/shared_ptr.hpp"
18 
19 // user include files
22 
25 
27  public:
30 
31  //typedef boost::shared_ptr<L1CSCTriggerPrimitivesConfigProducer> ReturnType;
32 
33  std::auto_ptr<CSCDBL1TPParameters> produce(const CSCDBL1TPParametersRcd&);
34 
35  private:
38  unsigned int m_alct_drift_delay;
42 
48  unsigned int m_clct_min_separation;
49 
51  unsigned int m_tmb_mpc_block_me1a;
55 };
56 
57 #endif
std::auto_ptr< CSCDBL1TPParameters > produce(const CSCDBL1TPParametersRcd &)