#include <EventQual.h>
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 |
|
|
Definition at line 8 of file EventQual.cxx. 00009 {
00010 Reset();
00011 }
|
|
|
Definition at line 13 of file EventQual.cxx. 00013 : 00014 liTime(eq->liTime), 00015 passLI(eq->passLI), 00016 passCosmicCut(eq->passCosmicCut), 00017 rcBoundary(eq->rcBoundary), 00018 isLargestEvent(eq->isLargestEvent), 00019 dmxstatus(eq->dmxstatus), 00020 passFarDetQuality(eq->passFarDetQuality), 00021 passNearDetQuality(eq->passNearDetQuality), 00022 triggerSource(eq->triggerSource), 00023 triggerTime(eq->triggerTime), 00024 spillType(eq->spillType), 00025 coilStatus(eq->coilStatus), 00026 coilQuality(eq->coilQuality), 00027 coilDirection(eq->coilDirection), 00028 edgeActivityStrips(eq->edgeActivityStrips), 00029 edgeActivityPH(eq->edgeActivityPH), 00030 oppEdgeStrips(eq->oppEdgeStrips), 00031 oppEdgePH(eq->oppEdgePH), 00032 minTimeSeparation(eq->minTimeSeparation), 00033 closeTimeDeltaZ(eq->closeTimeDeltaZ) 00034 { 00035 }
|
|
|
Definition at line 37 of file EventQual.cxx. 00038 {
00039 // std::cout<<"in EventQual destructor"<<std::endl;
00040 }
|
|
|
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 }
|
|
|
Definition at line 42 of file EventQual.h. Referenced by EventQualAna::Analyze(), NueStandard::PassesNCCleaningCuts(), and Reset(). |
|
|
Definition at line 34 of file EventQual.h. Referenced by EventQualAna::Analyze(), NueStandard::PassesPOTStandards(), and Reset(). |
|
|
Definition at line 33 of file EventQual.h. Referenced by EventQualAna::Analyze(), NueStandard::PassesPOTStandards(), and Reset(). |
|
|
Definition at line 32 of file EventQual.h. Referenced by EventQualAna::Analyze(), and Reset(). |
|
|
Definition at line 23 of file EventQual.h. Referenced by EventQualAna::Analyze(), and Reset(). |
|
|
Definition at line 37 of file EventQual.h. Referenced by EventQualAna::Analyze(), NueStandard::PassesNCCleaningCuts(), and Reset(). |
|
|
Definition at line 36 of file EventQual.h. Referenced by EventQualAna::Analyze(), NueStandard::PassesNCCleaningCuts(), and Reset(). |
|
|
Definition at line 22 of file EventQual.h. Referenced by EventQualAna::Analyze(), and Reset(). |
|
|
Definition at line 18 of file EventQual.h. Referenced by EventQualAna::Analyze(), and Reset(). |
|
|
Definition at line 41 of file EventQual.h. Referenced by EventQualAna::Analyze(), NueStandard::PassesNCCleaningCuts(), and Reset(). |
|
|
Definition at line 39 of file EventQual.h. Referenced by EventQualAna::Analyze(), NueStandard::PassesNCCleaningCuts(), and Reset(). |
|
|
Definition at line 38 of file EventQual.h. Referenced by EventQualAna::Analyze(), NueStandard::PassesNCCleaningCuts(), and Reset(). |
|
|
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(). |
|
|
Definition at line 26 of file EventQual.h. Referenced by EventQualAna::Analyze(), NueStandard::PassesPOTStandards(), Reset(), MiniMakerPID::RunMiniMakerPID(), and Trimmer::RunTrimmer(). |
|
|
Definition at line 19 of file EventQual.h. Referenced by EventQualAna::Analyze(), NueStandard::PassesPOTStandards(), and Reset(). |
|
|
Definition at line 27 of file EventQual.h. Referenced by EventQualAna::Analyze(), NueStandard::PassesPOTStandards(), Reset(), MiniMakerPID::RunMiniMakerPID(), and Trimmer::RunTrimmer(). |
|
|
Definition at line 21 of file EventQual.h. Referenced by EventQualAna::Analyze(), NueStandard::PassesDataQuality(), and Reset(). |
|
|
Definition at line 31 of file EventQual.h. Referenced by EventQualAna::Analyze(), NueStandard::PassesPOTStandards(), and Reset(). |
|
|
Definition at line 29 of file EventQual.h. Referenced by EventQualAna::Analyze(), and Reset(). |
|
|
Definition at line 30 of file EventQual.h. Referenced by Reset(). |
1.3.9.1