15 |
/*! @brief The Tof-pattern cut. |
/*! @brief The Tof-pattern cut. |
16 |
* |
* |
17 |
* Requirements: |
* Requirements: |
18 |
* - not more than 1 hit paddle on S11 S12 S21 S22; |
* - (1) no more than 1 hit paddle on S11 S12 S21 S22; |
19 |
* - at least 1 hit paddle on S1 and S2; |
* - (2) at least 1 hit paddle on S1 and S2; |
20 |
* - not more than 3 hit PMTs (only TDC hits with tdc<4095) outside track; |
* - (3) less than 3 hit PMTs (only TDC hits with tdc<4095) outside track on S11 and S12; |
21 |
* on S11 and S12; |
* - (4) if there is a hit paddle, it must be associated to the track. |
|
* - if there is a hit paddle, the PMTs (TDC hits) must be associated to the track; |
|
|
* - if no PMTs (TDC hits) are associated to the track, there must be no hit paddles. |
|
22 |
*/ |
*/ |
23 |
class TofPatternCut: public PamCut { |
class TofPatternCut: public PamCut { |
24 |
|
|