CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCConeBuilderFromES.h
Go to the documentation of this file.
1 #ifndef L1Trigger_RPCTrigger_RPCConeBuilderFromES_h
2 #define L1Trigger_RPCTrigger_RPCConeBuilderFromES_h
3 // -*- C++ -*-
4 //
5 // Package: RPCTrigger
6 // Class : RPCConeBuilderFromES
7 //
16 //
17 // Original Author:
18 // Created: Mon Mar 3 13:34:15 CET 2008
19 // $Id: RPCConeBuilderFromES.h,v 1.5 2009/03/20 15:27:49 michals Exp $
20 //
21 
25 
27 
28 
31 
34 
36 
37 
38 // system include files
39 
40 // user include files
41 
42 // forward declarations
43 
45 {
46 
47  public:
49  virtual ~RPCConeBuilderFromES();
54  edm::ESHandle<L1RPCHwConfig> hwConfig, int bx);
55  // ---------- const member functions ---------------------
56 
57  // ---------- static member functions --------------------
58 
59  // ---------- member functions ---------------------------
60 
61  private:
62  //RPCConeBuilderFromES(const RPCConeBuilderFromES&); // stop default
63 
64  //const RPCConeBuilderFromES& operator=(const RPCConeBuilderFromES&); // stop default
65 
66  // ---------- member data --------------------------------
67 
68 };
69 
70 
71 #endif
L1RpcLogConesVec getConesFromES(edm::Handle< RPCDigiCollection > rpcDigis, edm::ESHandle< L1RPCConeBuilder > coneBuilder, edm::ESHandle< L1RPCConeDefinition > coneDef, edm::ESHandle< L1RPCBxOrConfig > bxOrDef, edm::ESHandle< L1RPCHwConfig > hwConfig, int bx)
std::vector< RPCLogCone > L1RpcLogConesVec
Definition: RPCLogCone.h:126