Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

EventQuality Class Reference

#include <EventQuality.h>

List of all members.

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


Constructor & Destructor Documentation

EventQuality::EventQuality  ) 
 

Definition at line 5 of file EventQuality.cxx.

00006 {
00007         Reset();
00008 }

EventQuality::~EventQuality  )  [virtual]
 

Definition at line 10 of file EventQuality.cxx.

00011 {}


Member Function Documentation

bool EventQuality::IsQuality  ) 
 

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 }

void EventQuality::Reset  ) 
 

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 }


Member Data Documentation

int EventQuality::foundlongmuon
 

Definition at line 33 of file EventQuality.h.

Referenced by EventAna::ana(), Finder::Process(), and Reset().

int EventQuality::foundprimaryshower
 

Definition at line 34 of file EventQuality.h.

Referenced by EventAna::ana(), Finder::Process(), and Reset().

int EventQuality::single_view_long_muon
 

Definition at line 30 of file EventQuality.h.

Referenced by IsQuality(), Finder::Process(), and Reset().

int EventQuality::single_view_primary_shower
 

Definition at line 31 of file EventQuality.h.

Referenced by IsQuality(), Finder::Process(), and Reset().


The documentation for this class was generated from the following files:
Generated on Mon Feb 15 11:09:09 2010 for loon by  doxygen 1.3.9.1