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 
14 class RPCPac: public RPCPacBase {
15 
16  public:
17  RPCPac(const RPCPacData *, int tower, int logSector, int logSegment);
18 
19  RPCPacMuon run(const RPCLogCone& cone) const;
20 
21  private:
22 
23  RPCPacMuon runTrackPatternsGroup(const RPCLogCone& cone) const;
24 
26 
28 };
29 
30 
31 #endif
RPCPacMuon runTrackPatternsGroup(const RPCLogCone &cone) const
Definition: RPCPac.cc:51
Definition: RPCPac.h:14
RPCPacMuon runEnergeticPatternsGroups(const RPCLogCone &cone) const
Definition: RPCPac.cc:120
const RPCPacData * m_pacData
Definition: RPCPac.h:27
RPCPac(const RPCPacData *, int tower, int logSector, int logSegment)
Definition: RPCPac.cc:4
RPCPacMuon run(const RPCLogCone &cone) const
Definition: RPCPac.cc:20