--- PamCut/doc/Doxygen/html/classTofPatternCut.html 2009/05/27 13:30:04 1.1.1.1 +++ PamCut/doc/Doxygen/html/classTofPatternCut.html 2009/09/25 15:42:33 1.3 @@ -41,85 +41,34 @@ List of all members.
Public Member Functions | |
TofPatternCut (const char *cutName) | |
+ | TofPatternCut (const char *cutName) |
Constructor. | |
~TofPatternCut () | |
Constructor. | |
+ | ~TofPatternCut () |
Destructor. | |
Destructor. | |
int | Check (PamLevel2 *event) |
The ToF-pattern check. | |
int | GetNHitPMTsOutsideTrack (PamLevel2 *event, int plane) |
Counts the number of hit PMTs (with tdc signal) outside track. | |
void | SetStandalone (int yes) |
+void | SetStandalone (int yes) |
Set standalone ToF track. | |
void | SetTrackNumber (int n) |
Set (physical) track number (0,1,...). Default is 0 (the first). | |
Private Attributes | |
bool | _standalone |
int | _notrk |
Set standalone ToF track. | |
+void | SetTrackNumber (int n) |
Set (physical) track number (0,1,...). Default is 0 (the first). |
Requirements:
Definition at line 25 of file TofPatternCut.h.
-TofPatternCut::TofPatternCut | -( | -const char * | -cutName | -) | - [inline] |
-
TofPatternCut::~TofPatternCut | -( | -- | ) | - [inline] |
-
Implements PamCut.
-Definition at line 12 of file TofPatternCut.cpp.
- -References _notrk, _standalone, CUTOK, and GetNHitPMTsOutsideTrack().
-to avoid adc pile-up -
Definition at line 182 of file TofPatternCut.cpp.
- -References _notrk, and _standalone.
- -Referenced by Check().
- - -void TofPatternCut::SetStandalone | -( | -int | -yes | -) | - [inline] |
-
-Set standalone ToF track. -
- -
Definition at line 51 of file TofPatternCut.h.
- -References _standalone.
- -void TofPatternCut::SetTrackNumber | -( | -int | -n | -) | - [inline] |
-
-Set (physical) track number (0,1,...). Default is 0 (the first). -
- -
Definition at line 59 of file TofPatternCut.h.
- -References _notrk.
- --
int TofPatternCut::_notrk [private] |
-
- -
Definition at line 67 of file TofPatternCut.h.
- -Referenced by Check(), GetNHitPMTsOutsideTrack(), and SetTrackNumber().
- -bool TofPatternCut::_standalone [private] |
-
- -
Definition at line 66 of file TofPatternCut.h.
- -Referenced by Check(), GetNHitPMTsOutsideTrack(), and SetStandalone().
-