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

EventQual Class Reference

#include <EventQual.h>

List of all members.

Public Member Functions

 EventQual ()
 EventQual (const EventQual *eq)
virtual ~EventQual ()
void Reset ()

Public Attributes

Float_t liTime
Int_t passLI
Int_t passCosmicCut
Int_t rcBoundary
Int_t isLargestEvent
Int_t dmxstatus
Int_t passFarDetQuality
Int_t passNearDetQuality
Int_t triggerSource
Double_t triggerTime
Int_t spillType
Int_t coilStatus
Int_t coilQuality
Int_t coilDirection
Int_t edgeActivityStrips
Float_t edgeActivityPH
Int_t oppEdgeStrips
Float_t oppEdgePH
Double_t minTimeSeparation
Double_t closeTimeDeltaZ


Constructor & Destructor Documentation

EventQual::EventQual  ) 
 

Definition at line 8 of file EventQual.cxx.

00009 {
00010   Reset(); 
00011 }

EventQual::EventQual const EventQual eq  ) 
 

Definition at line 13 of file EventQual.cxx.

EventQual::~EventQual  )  [virtual]
 

Definition at line 37 of file EventQual.cxx.

00038 {
00039   //  std::cout<<"in EventQual destructor"<<std::endl;
00040 }


Member Function Documentation

void EventQual::Reset  ) 
 

Definition at line 43 of file EventQual.cxx.

References closeTimeDeltaZ, coilDirection, coilQuality, coilStatus, dmxstatus, edgeActivityPH, edgeActivityStrips, isLargestEvent, liTime, minTimeSeparation, oppEdgePH, oppEdgeStrips, passCosmicCut, passFarDetQuality, passLI, passNearDetQuality, rcBoundary, spillType, triggerSource, and triggerTime.

Referenced by NueRecord::Reset().

00044 {
00045   liTime = ANtpDefVal::kFloat;
00046 
00047   passLI = ANtpDefVal::kInt;
00048   passCosmicCut = ANtpDefVal::kInt;
00049   rcBoundary = ANtpDefVal::kInt;
00050   isLargestEvent = ANtpDefVal::kInt;
00051   dmxstatus = ANtpDefVal::kInt;
00052   passFarDetQuality = ANtpDefVal::kInt;
00053   passNearDetQuality = ANtpDefVal::kInt;
00054   triggerSource = ANtpDefVal::kInt;
00055   triggerTime = ANtpDefVal::kDouble;
00056   spillType = ANtpDefVal::kInt;
00057   coilStatus = ANtpDefVal::kInt;
00058   coilQuality = ANtpDefVal::kInt;
00059   coilDirection = ANtpDefVal::kInt;
00060 
00061   edgeActivityStrips = ANtpDefVal::kInt;
00062   edgeActivityPH = ANtpDefVal::kFloat;
00063   oppEdgeStrips = ANtpDefVal::kInt;
00064   oppEdgePH = ANtpDefVal::kFloat;                                                                     
00065   minTimeSeparation = ANtpDefVal::kDouble;
00066   closeTimeDeltaZ = ANtpDefVal::kDouble;
00067 }


Member Data Documentation

Double_t EventQual::closeTimeDeltaZ
 

Definition at line 42 of file EventQual.h.

Referenced by EventQualAna::Analyze(), NueStandard::PassesNCCleaningCuts(), and Reset().

Int_t EventQual::coilDirection
 

Definition at line 34 of file EventQual.h.

Referenced by EventQualAna::Analyze(), NueStandard::PassesPOTStandards(), and Reset().

Int_t EventQual::coilQuality
 

Definition at line 33 of file EventQual.h.

Referenced by EventQualAna::Analyze(), NueStandard::PassesPOTStandards(), and Reset().

Int_t EventQual::coilStatus
 

Definition at line 32 of file EventQual.h.

Referenced by EventQualAna::Analyze(), and Reset().

Int_t EventQual::dmxstatus
 

Definition at line 23 of file EventQual.h.

Referenced by EventQualAna::Analyze(), and Reset().

Float_t EventQual::edgeActivityPH
 

Definition at line 37 of file EventQual.h.

Referenced by EventQualAna::Analyze(), NueStandard::PassesNCCleaningCuts(), and Reset().

Int_t EventQual::edgeActivityStrips
 

Definition at line 36 of file EventQual.h.

Referenced by EventQualAna::Analyze(), NueStandard::PassesNCCleaningCuts(), and Reset().

Int_t EventQual::isLargestEvent
 

Definition at line 22 of file EventQual.h.

Referenced by EventQualAna::Analyze(), and Reset().

Float_t EventQual::liTime
 

Definition at line 18 of file EventQual.h.

Referenced by EventQualAna::Analyze(), and Reset().

Double_t EventQual::minTimeSeparation
 

Definition at line 41 of file EventQual.h.

Referenced by EventQualAna::Analyze(), NueStandard::PassesNCCleaningCuts(), and Reset().

Float_t EventQual::oppEdgePH
 

Definition at line 39 of file EventQual.h.

Referenced by EventQualAna::Analyze(), NueStandard::PassesNCCleaningCuts(), and Reset().

Int_t EventQual::oppEdgeStrips
 

Definition at line 38 of file EventQual.h.

Referenced by EventQualAna::Analyze(), NueStandard::PassesNCCleaningCuts(), and Reset().

Int_t EventQual::passCosmicCut
 

Definition at line 20 of file EventQual.h.

Referenced by EventQualAna::Analyze(), NueMiniAnaPID::FillMini(), NueMiniAna::FillMini(), NueMiniAnaPID::FillRecord(), NueMiniAna::FillRecord(), NueData::FillRecord(), NueStandard::PassesCosmicCut(), and Reset().

Int_t EventQual::passFarDetQuality
 

Definition at line 26 of file EventQual.h.

Referenced by EventQualAna::Analyze(), NueStandard::PassesPOTStandards(), Reset(), MiniMakerPID::RunMiniMakerPID(), and Trimmer::RunTrimmer().

Int_t EventQual::passLI
 

Definition at line 19 of file EventQual.h.

Referenced by EventQualAna::Analyze(), NueStandard::PassesPOTStandards(), and Reset().

Int_t EventQual::passNearDetQuality
 

Definition at line 27 of file EventQual.h.

Referenced by EventQualAna::Analyze(), NueStandard::PassesPOTStandards(), Reset(), MiniMakerPID::RunMiniMakerPID(), and Trimmer::RunTrimmer().

Int_t EventQual::rcBoundary
 

Definition at line 21 of file EventQual.h.

Referenced by EventQualAna::Analyze(), NueStandard::PassesDataQuality(), and Reset().

Int_t EventQual::spillType
 

Definition at line 31 of file EventQual.h.

Referenced by EventQualAna::Analyze(), NueStandard::PassesPOTStandards(), and Reset().

Int_t EventQual::triggerSource
 

Definition at line 29 of file EventQual.h.

Referenced by EventQualAna::Analyze(), and Reset().

Double_t EventQual::triggerTime
 

Definition at line 30 of file EventQual.h.

Referenced by 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