CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCTriggerCrate.h
Go to the documentation of this file.
1 #ifndef L1Trigger_RPCTriggerCrate_h
2 #define L1Trigger_RPCTriggerCrate_h
3 //#define LOCALDEBUG
10 #ifndef _STAND_ALONE
12 #endif // _STAND_ALONE
13 
14 #include <vector>
15 
19 
20 //---------------------------------------------------------------------------
22 public:
23  RPCTriggerCrate(RPCTriggerConfiguration* triggerConfig, int tcNum);
24 
26  void runCone(const RPCLogCone& cone);
27 
32 
33 private:
34  int m_TCNumber;
35 
37 
38  std::vector<RPCTriggerBoard> m_TBsVec;
39 
41 
42  bool m_WasMuon;
43 };
44 #endif
std::vector< RPCTriggerBoard > m_TBsVec
Here TB belonging to thie TC are stored.
RPCTriggerCrate(RPCTriggerConfiguration *triggerConfig, int tcNum)
RPCTCGhostBusterSorter m_TCGhostBusterSorter
std::vector< RPCTBMuon > L1RpcTBMuonsVec
Definition: RPCTBMuon.h:206
RPCTriggerConfiguration * m_TriggerConfig
L1RpcTBMuonsVec runTCGBSorter()
int m_TCNumber
The number of this TriggerCrate (0 - 11)
void runCone(const RPCLogCone &cone)