CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RPCPac.h
Go to the documentation of this file.
1 #ifndef L1Trigger_RPCPac_h
2 #define L1Trigger_RPCPac_h
3 
6 
9 
10 //class RPCLogCone;
11 //class RPCPacData;
12 
13 class RPCPac : public RPCPacBase {
14 public:
15  RPCPac(const RPCPacData*, int tower, int logSector, int logSegment);
16 
17  RPCPacMuon run(const RPCLogCone& cone) const;
18 
19 private:
20  RPCPacMuon runTrackPatternsGroup(const RPCLogCone& cone) const;
21 
23 
25 };
26 
27 #endif
RPCPacMuon runTrackPatternsGroup(const RPCLogCone &cone) const
Definition: RPCPac.cc:43
Definition: RPCPac.h:13
RPCPacMuon runEnergeticPatternsGroups(const RPCLogCone &cone) const
Definition: RPCPac.cc:96
const RPCPacData * m_pacData
Definition: RPCPac.h:24
RPCPac(const RPCPacData *, int tower, int logSector, int logSegment)
Definition: RPCPac.cc:4
RPCPacMuon run(const RPCLogCone &cone) const
Definition: RPCPac.cc:16