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 
14 // system include files
15 #include <memory>
16 //#include "boost/shared_ptr.hpp"
17 
18 // user include files
21 
24 
26  public:
29 
30  //typedef boost::shared_ptr<L1CSCTriggerPrimitivesConfigProducer> ReturnType;
31 
32  std::auto_ptr<CSCDBL1TPParameters> produce(const CSCDBL1TPParametersRcd&);
33 
34  private:
37  unsigned int m_alct_drift_delay;
41 
47  unsigned int m_clct_min_separation;
48 
50  unsigned int m_tmb_mpc_block_me1a;
54 };
55 
56 #endif
std::auto_ptr< CSCDBL1TPParameters > produce(const CSCDBL1TPParametersRcd &)