#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 | isGoodData |
| Float_t | snarlPE |
| Int_t | sntpRow |
| Int_t | isLIold |
| 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 isGoodData(ANtpDefVal::kInt), 00052 snarlPE(ANtpDefVal::kFloat), 00053 sntpRow(ANtpDefVal::kInt), 00054 isLIold(ANtpDefVal::kInt), 00055 isLI(ANtpDefVal::kInt), 00056 softVersion("Unknown") 00057 { 00058 00059 MSG("ANtpHeaderInfo", Msg::kDebug) << "ANtpHeaderInfo::Constructor" << endl; 00060 00061 }
|
|
|
Definition at line 64 of file ANtpHeaderInfo.cxx. References MSG. 00065 {
00066
00067 MSG("ANtpHeaderInfo", Msg::kDebug) << "ANtpHeaderInfo::Destructor" << endl;
00068
00069 }
|
|
|
Definition at line 72 of file ANtpHeaderInfo.cxx. References coilCurrent, coilStatus, crateMask, dataType, day, detector, events, hour, hvStatus, isGoodData, isLI, isLIold, 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(), ANtpInfoObjectFiller::FillHeaderInformation(), and NCExtractionMDA::ReadCalibInfoFromFile(). 00073 {
00074 detector = ANtpDefVal::kInt;
00075 dataType = ANtpDefVal::kInt;
00076 run = ANtpDefVal::kInt;
00077 subRun = ANtpDefVal::kInt;
00078 snarl = ANtpDefVal::kInt;
00079 newSnarl = ANtpDefVal::kInt;
00080 events = ANtpDefVal::kInt;
00081 slices = ANtpDefVal::kInt;
00082 year = ANtpDefVal::kInt;
00083 month = ANtpDefVal::kInt;
00084 day = ANtpDefVal::kInt;
00085 hour = ANtpDefVal::kInt;
00086 minute = ANtpDefVal::kInt;
00087 second = ANtpDefVal::kFloat;
00088 julianDate = ANtpDefVal::kFloat;
00089 localSiderealTime = ANtpDefVal::kFloat;
00090 utc = ANtpDefVal::kUInt;
00091 coilStatus = 0; //default to unknown
00092 hvStatus = 0; //default to bad
00093 coilCurrent = ANtpDefVal::kFloat;
00094 snarlPulseHeight = ANtpDefVal::kFloat;
00095 snarlPulseHeight2PE = ANtpDefVal::kFloat;
00096 triggerSource = ANtpDefVal::kInt;
00097 spillType = ANtpDefVal::kInt;
00098 triggerPMTTime = ANtpDefVal::kFloat;
00099 triggerTime = ANtpDefVal::kFloat;
00100 passedDeMux = ANtpDefVal::kInt;
00101 crateMask = ANtpDefVal::kInt;
00102 //isGoodFDData = ANtpDefVal::kInt;
00103 isGoodData = ANtpDefVal::kInt;
00104 snarlPE = ANtpDefVal::kFloat;
00105 sntpRow = ANtpDefVal::kInt;
00106 isLI = ANtpDefVal::kInt;
00107 isLIold = ANtpDefVal::kInt;
00108 softVersion = "Unknown";
00109 return;
00110 }
|
|
|
Definition at line 44 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCuts::IsGoodBeamSnarl(), and Reset(). |
|
|
Definition at line 41 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCuts::IsGoodBeamSnarl(), and Reset(). |
|
|
Definition at line 52 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
|
Definition at line 34 of file ANtpHeaderInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), NCEventInfo::GetTimestamp(), and Reset(). |
|
|
|
Definition at line 30 of file ANtpHeaderInfo.h. Referenced by CondensedNtpModuleNC::Ana(), MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCuts::IsCleanLowMultSnarl(), NCAnalysisCutsNC::IsGoodBeamEvent(), and Reset(). |
|
|
Definition at line 35 of file ANtpHeaderInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), NCEventInfo::GetTimestamp(), and Reset(). |
|
|
Definition at line 43 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 54 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCExtrapolationModule::FinalEventCheck(), NCAnalysisCuts::IsGoodBeamSnarl(), and Reset(). |
|
|
Definition at line 60 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsNC::IsLIInSpillOx(), and Reset(). |
|
|
Definition at line 59 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsNC::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 36 of file ANtpHeaderInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), NCEventInfo::GetTimestamp(), and Reset(). |
|
|
Definition at line 33 of file ANtpHeaderInfo.h. Referenced by NCExtrapolation::AddEvent(), MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), NCEventInfo::GetTimestamp(), and Reset(). |
|
|
Definition at line 29 of file ANtpHeaderInfo.h. Referenced by CondensedNtpModuleNC::Ana(), MicroDSTMaker::ExtractNCCC(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 51 of file ANtpHeaderInfo.h. Referenced by CondensedNtpModuleNC::Ana(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
|
Definition at line 37 of file ANtpHeaderInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), NCEventInfo::GetTimestamp(), and Reset(). |
|
|
Definition at line 31 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 45 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsNC::IsGoodBeamEvent(), and Reset(). |
|
|
Definition at line 46 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 58 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
|
Definition at line 48 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCuts::IsGoodSpill(), and Reset(). |
|
|
|
Definition at line 49 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCC::IsFarDetectorBeamEvent(), NCAnalysisCutsNC::IsLIInSpillOx(), and Reset(). |
|
|
Definition at line 47 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 50 of file ANtpHeaderInfo.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCC::IsFarDetectorBeamEvent(), and Reset(). |
|
|
Definition at line 38 of file ANtpHeaderInfo.h. Referenced by MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset(). |
|
|
Definition at line 32 of file ANtpHeaderInfo.h. Referenced by NCExtrapolation::AddEvent(), CondensedNtpModuleNC::Ana(), CondensedNtpModuleAtm::Ana(), MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), NCEventInfo::GetTimestamp(), and Reset(). |
1.3.9.1