CMS 3D CMS Logo

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:
21 
23 
25 };
26 
27 #endif
RPCPacMuon runTrackPatternsGroup(const RPCLogCone &cone) const
Definition: RPCPac.cc:43
RPCPacMuon run(const RPCLogCone &cone) const
Definition: RPCPac.cc:16
Definition: RPCPac.h:13
const RPCPacData * m_pacData
Definition: RPCPac.h:24
RPCPac(const RPCPacData *, int tower, int logSector, int logSegment)
Definition: RPCPac.cc:4
RPCPacMuon runEnergeticPatternsGroups(const RPCLogCone &cone) const
Definition: RPCPac.cc:96