CMS 3D CMS Logo

CSCUpgradeAnodeLCTProcessor.h
Go to the documentation of this file.
1 #ifndef L1Trigger_CSCTriggerPrimitives_CSCUpgradeAnodeLCTProcessor_h
2 #define L1Trigger_CSCTriggerPrimitives_CSCUpgradeAnodeLCTProcessor_h
3 
15 
17 public:
20  unsigned station,
21  unsigned sector,
22  unsigned subsector,
23  unsigned chamber,
24  const edm::ParameterSet& conf);
25 
28 
29 private:
30  /* This function looks for LCTs on the previous and next wires. If one
31  exists and it has a better quality and a bx_time up to 4 clocks earlier
32  than the present, then the present LCT is cancelled. The present LCT
33  also gets cancelled if it has the same quality as the one on the
34  previous wire (this has not been done in 2003 test beam). The
35  cancellation is done separately for collision and accelerator patterns. */
36  void ghostCancellationLogicOneWire(const int key_wire, int* ghost_cleared) override;
37 
38  /* Quality definition that includes hits in GE1/1 or GE2/1 */
39  int getTempALCTQuality(int temp_quality) const override;
40 };
41 
42 #endif
CSCUpgradeAnodeLCTProcessor(unsigned endcap, unsigned station, unsigned sector, unsigned subsector, unsigned chamber, const edm::ParameterSet &conf)
void ghostCancellationLogicOneWire(const int key_wire, int *ghost_cleared) override
int getTempALCTQuality(int temp_quality) const override