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 {
18  public:
20  CSCUpgradeAnodeLCTProcessor(unsigned endcap, unsigned station, unsigned sector,
21  unsigned subsector, unsigned chamber,
22  const edm::ParameterSet& conf);
23 
26 
27  private:
28  /* This function looks for LCTs on the previous and next wires. If one
29  exists and it has a better quality and a bx_time up to 4 clocks earlier
30  than the present, then the present LCT is cancelled. The present LCT
31  also gets cancelled if it has the same quality as the one on the
32  previous wire (this has not been done in 2003 test beam). The
33  cancellation is done separately for collision and accelerator patterns. */
34  void ghostCancellationLogic() override;
35  void ghostCancellationLogicOneWire(const int key_wire, int* ghost_cleared) override;
36 
37  /* Quality definition that includes hits in GE1/1 or GE2/1 */
38  int getTempALCTQuality(int temp_quality) const override;
39 };
40 
41 #endif
void ghostCancellationLogicOneWire(const int key_wire, int *ghost_cleared) override
int getTempALCTQuality(int temp_quality) const override