#include <EventQuality.h>
Public Member Functions | |
| EventQuality () | |
| virtual | ~EventQuality () |
| void | Reset () |
| bool | IsQuality () |
Public Attributes | |
| int | single_view_long_muon |
| int | single_view_primary_shower |
| int | foundlongmuon |
| int | foundprimaryshower |
|
|
Definition at line 5 of file EventQuality.cxx. 00006 {
00007 Reset();
00008 }
|
|
|
Definition at line 10 of file EventQuality.cxx. 00011 {}
|
|
|
Definition at line 26 of file EventQuality.cxx. References single_view_long_muon, and single_view_primary_shower. 00027 {
00028 bool isGood=true;
00029
00030 isGood = isGood && single_view_long_muon==0;
00031 isGood = isGood && single_view_primary_shower==0;
00032
00033 return isGood;
00034 }
|
|
|
Definition at line 14 of file EventQuality.cxx. References foundlongmuon, foundprimaryshower, single_view_long_muon, and single_view_primary_shower. 00015 {
00016
00017 single_view_long_muon=0;
00018 single_view_primary_shower=0;
00019
00020 foundlongmuon=0;
00021 foundprimaryshower=0;
00022
00023 }
|
|
|
Definition at line 33 of file EventQuality.h. Referenced by EventAna::ana(), Finder::Process(), and Reset(). |
|
|
Definition at line 34 of file EventQuality.h. Referenced by EventAna::ana(), Finder::Process(), and Reset(). |
|
|
Definition at line 30 of file EventQuality.h. Referenced by IsQuality(), Finder::Process(), and Reset(). |
|
|
Definition at line 31 of file EventQuality.h. Referenced by IsQuality(), Finder::Process(), and Reset(). |
1.3.9.1