#include <ANtpHeaderInfo.h>
Public Member Functions | |
| ANtpHeaderInfo () | |
| virtual | ~ANtpHeaderInfo () |
| void | Reset () |
Public Attributes | |
| Int_t | detector |
| Int_t | dataType |
| Int_t | run |
| Int_t | subRun |
| Int_t | snarl |
| Int_t | newSnarl |
| Int_t | events |
| Int_t | slices |
| Int_t | year |
| Int_t | month |
| Int_t | day |
| Int_t | hour |
| Int_t | minute |
| Double_t | second |
| UInt_t | utc |
| Double_t | julianDate |
| Double_t | localSiderealTime |
| Int_t | coilStatus |
| Int_t | hvStatus |
| Double_t | coilCurrent |
| Double_t | snarlPulseHeight |
| Double_t | snarlPulseHeight2PE |
| Int_t | triggerSource |
| Int_t | spillType |
| Double_t | triggerPMTTime |
| Double_t | triggerTime |
| Int_t | passedDeMux |
| Int_t | crateMask |
| Int_t | isGoodFDData |
| Float_t | snarlPE |
| Int_t | sntpRow |
| Int_t | isLI |
| TString | softVersion |
|
|
Definition at line 21 of file ANtpHeaderInfo.cxx. References MSG. 00021 : 00022 detector(ANtpDefVal::kInt), 00023 dataType(ANtpDefVal::kInt), 00024 run(ANtpDefVal::kInt), 00025 subRun(ANtpDefVal::kInt), 00026 snarl(ANtpDefVal::kInt), 00027 newSnarl(ANtpDefVal::kInt), 00028 events(ANtpDefVal::kInt), 00029 slices(ANtpDefVal::kInt), 00030 year(ANtpDefVal::kInt), 00031 month(ANtpDefVal::kInt), 00032 day(ANtpDefVal::kInt), 00033 hour(ANtpDefVal::kInt), 00034 minute(ANtpDefVal::kInt), 00035 second(ANtpDefVal::kFloat), 00036 utc(ANtpDefVal::kUInt), 00037 julianDate(ANtpDefVal::kFloat), 00038 localSiderealTime(ANtpDefVal::kFloat), 00039 coilStatus(0), 00040 hvStatus(0), 00041 coilCurrent(ANtpDefVal::kFloat), 00042 snarlPulseHeight(ANtpDefVal::kFloat), 00043 snarlPulseHeight2PE(ANtpDefVal::kFloat), 00044 triggerSource(ANtpDefVal::kInt), 00045 spillType(ANtpDefVal::kInt), 00046 triggerPMTTime(ANtpDefVal::kFloat), 00047 triggerTime(ANtpDefVal::kFloat), 00048 passedDeMux(ANtpDefVal::kInt), 00049 crateMask(ANtpDefVal::kInt), 00050 isGoodFDData(ANtpDefVal::kInt), 00051 snarlPE(ANtpDefVal::kFloat), 00052 sntpRow(ANtpDefVal::kInt), 00053 isLI(ANtpDefVal::kInt), 00054 softVersion("Unknown") 00055 { 00056 00057 MSG("ANtpHeaderInfo", Msg::kDebug) << "ANtpHeaderInfo::Constructor" << endl; 00058 00059 }
|
|
|
Definition at line 62 of file ANtpHeaderInfo.cxx. References MSG. 00063 {
00064
00065 MSG("ANtpHeaderInfo", Msg::kDebug) << "ANtpHeaderInfo::Destructor" << endl;
00066
00067 }
|
|
|
Definition at line 70 of file ANtpHeaderInfo.cxx. References coilCurrent, coilStatus, crateMask, dataType, day, detector, events, hour, hvStatus, isGoodFDData, isLI, julianDate, localSiderealTime, minute, month, newSnarl, passedDeMux, run, second, slices, snarl, snarlPE, snarlPulseHeight, snarlPulseHeight2PE, sntpRow, softVersion, spillType, subRun, triggerPMTTime, triggerSource, triggerTime, utc, and year. Referenced by MadAnalysis::CreateANtpPAN(), and ANtpInfoObjectFiller::FillHeaderInformation(). 00071 {
00072 detector = ANtpDefVal::kInt;
00073 dataType = ANtpDefVal::kInt;
00074 run = ANtpDefVal::kInt;
00075 subRun = ANtpDefVal::kInt;
00076 snarl = ANtpDefVal::kInt;
00077 newSnarl = ANtpDefVal::kInt;
00078 events = ANtpDefVal::kInt;
00079 slices = ANtpDefVal::kInt;
00080 year = ANtpDefVal::kInt;
00081 month = ANtpDefVal::kInt;
00082 day = ANtpDefVal::kInt;
00083 hour = ANtpDefVal::kInt;
00084 minute = ANtpDefVal::kInt;
00085 second = ANtpDefVal::kFloat;
00086 julianDate = ANtpDefVal::kFloat;
00087 localSiderealTime = ANtpDefVal::kFloat;
00088 utc = ANtpDefVal::kUInt;
00089 coilStatus = 0; //default to unknown
00090 hvStatus = 0; //default to bad
00091 coilCurrent = ANtpDefVal::kFloat;
00092 snarlPulseHeight = ANtpDefVal::kFloat;
00093 snarlPulseHeight2PE = ANtpDefVal::kFloat;
00094 triggerSource = ANtpDefVal::kInt;
00095 spillType = ANtpDefVal::kInt;
00096 triggerPMTTime = ANtpDefVal::kFloat;
00097 triggerTime = ANtpDefVal::kFloat;
00098 passedDeMux = ANtpDefVal::kInt;
00099 crateMask = ANtpDefVal::kInt;
00100 isGoodFDData = ANtpDefVal::kInt;
00101 snarlPE = ANtpDefVal::kFloat;
00102 sntpRow = ANtpDefVal::kInt;
00103 isLI = ANtpDefVal::kInt;
00104 softVersion = "Unknown";
00105 return;
00106 }
|
|
|
Definition at line 44 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCR::IsGoodBeamSnarlCC(), NCAnalysisCuts::IsGoodBeamSnarlCC(), and Reset(). |
|
|
Definition at line 41 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCR::IsGoodBeamSnarlBR(), NCAnalysisCuts::IsGoodBeamSnarlCC(), NCAnalysisCutsCR::IsGoodCosmicSnarl(), and Reset(). |
|
|
Definition at line 52 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
|
|
|
|
|
Definition at line 43 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 53 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCuts::IsGoodBeamSnarlCC(), and Reset(). |
|
|
Definition at line 58 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCR::IsLIInSpillOx(), NCAnalysisCuts::IsLIInSpillOx(), and Reset(). |
|
|
Definition at line 39 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 40 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
|
|
Definition at line 29 of file ANtpHeaderInfo.h. Referenced by NCExtrapolationNS::AddFarEvent(), CondensedNtpModuleNC::Ana(), NCAnalysisModule::ExtractNCCC(), NCAnalysisModule::FillDataQualityPlots(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 51 of file ANtpHeaderInfo.h. Referenced by CondensedNtpModuleNC::Ana(), ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCR::IsGoodBeamSnarlBR(), and Reset(). |
|
|
|
|
Definition at line 31 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
|
Definition at line 56 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCR::IsLIInSpillOx(), and Reset(). |
|
|
|
Definition at line 46 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 57 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
|
Definition at line 48 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCR::IsGoodBeamSnarlBR(), NCAnalysisCutsCR::IsGoodSpill(), NCAnalysisCutsCR::IsGoodSpillCC(), NCAnalysisCuts::IsGoodSpillCC(), NCAnalysisCuts::IsGoodSpillNC(), and Reset(). |
|
|
|
|
Definition at line 47 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCR::IsGoodBeamSnarlBR(), and Reset(). |
|
|
Definition at line 50 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCR::IsFarDetectorBeamEvent(), NCAnalysisCutsCC::IsFarDetectorBeamEvent(), and Reset(). |
|
|
Definition at line 38 of file ANtpHeaderInfo.h. Referenced by CondensedNtpModuleNC::Ana(), MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCR::IsGoodBeamSnarl(), and Reset(). |
|
1.3.9.1