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

ANtpHeaderInfo Class Reference

#include <ANtpHeaderInfo.h>

List of all members.

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


Constructor & Destructor Documentation

ANtpHeaderInfo::ANtpHeaderInfo  ) 
 

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 }

ANtpHeaderInfo::~ANtpHeaderInfo  )  [virtual]
 

Definition at line 62 of file ANtpHeaderInfo.cxx.

References MSG.

00063 {
00064   
00065   MSG("ANtpHeaderInfo", Msg::kDebug) << "ANtpHeaderInfo::Destructor" << endl;
00066   
00067 }


Member Function Documentation

void ANtpHeaderInfo::Reset  ) 
 

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 }


Member Data Documentation

Double_t ANtpHeaderInfo::coilCurrent
 

Definition at line 44 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCR::IsGoodBeamSnarlCC(), NCAnalysisCuts::IsGoodBeamSnarlCC(), and Reset().

Int_t ANtpHeaderInfo::coilStatus
 

Definition at line 41 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCR::IsGoodBeamSnarlBR(), NCAnalysisCuts::IsGoodBeamSnarlCC(), NCAnalysisCutsCR::IsGoodCosmicSnarl(), and Reset().

Int_t ANtpHeaderInfo::crateMask
 

Definition at line 52 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Int_t ANtpHeaderInfo::dataType
 

Definition at line 25 of file ANtpHeaderInfo.h.

Referenced by NCExtrapolationMQ::AddEvent(), NCExtrapolation::AddEvent(), NCBeam::AddEvent(), NCExtrapolationModule::AddEventsToExtrapolations(), NCExtrapolationNS::AddFarEvent(), NCExtrapolationDP::AddFarEvent(), NCExtrapolationNS::AddNearEvent(), NCExtrapolationDP::AddNearEvent(), NCAnalysisModule::CountPOTs(), NCExtractionTRann::DoExtraction(), NCExtractionNS::DoExtraction(), NCExtractionADM::DoExtraction(), NCAnalysisModule::ExtractNCCC(), NCExtractionTRann::FillDataMCHistos(), NCExtractionRPann::FillDataMCHistos(), NCExtrapolationModule::FillDataQualityPlots(), NCAnalysisModule::FillExtractionAndAnalysisVectors(), ANtpInfoObjectFiller::FillHeaderInformation(), NCExtractionTRann::FillPDFs(), NCExtractionTR::FillPDFs(), NCExtractionTO::FillPDFs(), NCExtractionRPann::FillPDFs(), NCExtractionRO::FillPDFs(), NCExtractionNS::FillPDFs(), NCExtractionKAD::FillPDFs(), NCExtractionKA::FillPDFs(), NCExtractionDP::FillPDFs(), NCExtractionAS::FillPDFs(), NCExtractionADM::FillPDFs(), NCAnalysisModule::FillRecoInfo(), NCExtraction::FillSeparationParameterHist(), CondensedNtpModuleAtm::FillTrackTimingVariables(), NCAnalysisUtils::FindRecoWeight(), NCExtrapolationModule::FindRunType(), NCExtractionDP::GetIdProbability(), NCAnalysisUtils::GetShowerEnergy(), NCAnalysisUtils::GetTrackEnergy(), NCAnalysisCutsCR::IsFarDetectorBeamEvent(), NCAnalysisCutsCC::IsFarDetectorBeamEvent(), NCAnalysisCuts::IsGoodBeamSnarlCC(), NCAnalysisCutsCR::IsGoodCosmicTrack(), NCAnalysisCuts::IsGoodShower(), NCAnalysisCutsCR::IsGoodSpill(), NCAnalysisCuts::IsGoodSpillCC(), NCAnalysisCuts::IsGoodSpillNC(), NCAnalysisCutsNC::PassesFinalSelection(), and Reset().

Int_t ANtpHeaderInfo::day
 

Definition at line 34 of file ANtpHeaderInfo.h.

Referenced by NCAnalysisModule::CountPOTs(), MadAnalysis::CreateANtpPAN(), NCExtrapolationModule::FillDataQualityPlots(), ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisUtils::GetShowerEnergy(), NCAnalysisUtils::GetTrackEnergy(), NCAnalysisCutsCR::IsGoodBeamSnarlBR(), and Reset().

Int_t ANtpHeaderInfo::detector
 

Definition at line 24 of file ANtpHeaderInfo.h.

Referenced by NCExtrapolationRS::AddEvent(), NCExtrapolationNS::AddEvent(), NCExtrapolationMQ::AddEvent(), NCExtrapolationDP::AddEvent(), NCExtrapolation::AddEvent(), NCExtrapolationModule::AddEventsToExtrapolations(), CondensedNtpModuleAtm::Ana(), NCAnalysisModule::CountPOTs(), MadAnalysis::CreateANtpPAN(), NCExtractionTO::DoExtraction(), NCExtractionNS::DoExtraction(), NCAnalysisModule::ExtractNCCC(), NCExtrapolationModule::FillDataQualityPlots(), NCAnalysisModule::FillExtractionAndAnalysisVectors(), ANtpInfoObjectFiller::FillHeaderInformation(), NCExtractionDP::FillPDFs(), NCAnalysisModule::FillRecoInfo(), NCExtractionADM::FillSeparationValues(), NCAnalysisUtils::FindMEGAFitWeight(), NCAnalysisUtils::FindMEGAFitWeightUncertainty(), NCAnalysisUtils::FindRecoWeight(), NCExtrapolationModule::FindRunType(), NCAnalysisUtils::FindSurvivalProbability(), NCAnalysisUtils::GetEventVertex(), NCAnalysisCutsCR::GetExtractionCut(), NCAnalysisCuts::GetExtractionCut(), NCExtractionTRann::GetIdProbability(), NCExtractionTR::GetIdProbability(), NCExtractionTO::GetIdProbability(), NCExtractionRPann::GetIdProbability(), NCExtractionNS::GetIdProbability(), NCExtractionDP::GetIdProbability(), NCAnalysisUtils::GetShowerEnergy(), NCAnalysisUtils::GetTrackEnergy(), NCAnalysisCutsCR::InBeamFiducialVolumeBR(), NCAnalysisCutsCR::InBeamFiducialVolumeCC(), NCAnalysisCuts::InBeamFiducialVolumeCC(), NCAnalysisCutsCR::InBeamFiducialVolumeOx(), NCAnalysisCuts::InBeamFiducialVolumeOx(), NCAnalysisCutsCR::InBeamFiducialVolumeTO(), NCAnalysisCutsNC::InFiducialVolumeTrue(), NCAnalysisCutsCR::IsBeamRockMuon(), NCAnalysisCutsTO::IsGoodBeamEvent(), NCAnalysisCutsOx::IsGoodBeamEvent(), NCAnalysisCutsNC::IsGoodBeamEvent(), NCAnalysisCutsCC::IsGoodBeamEvent(), NCAnalysisCutsCR::IsGoodBeamEventBR(), NCAnalysisCutsCR::IsGoodBeamEventCC(), NCAnalysisCutsCR::IsGoodBeamEventOx(), NCAnalysisCutsCR::IsGoodBeamEventTO(), NCAnalysisCutsCR::IsGoodBeamSnarl(), NCAnalysisCutsCR::IsGoodBeamSnarlBR(), NCAnalysisCutsCR::IsGoodBeamSnarlCC(), NCAnalysisCuts::IsGoodBeamSnarlCC(), NCAnalysisCutsCR::IsGoodCosmicTrack(), NCAnalysisCuts::IsGoodShower(), NCAnalysisCuts::IsGoodSpillCC(), NCAnalysisCuts::IsGoodSpillNC(), NCAnalysisCutsCR::IsStoppingBeamMuonBR(), NCAnalysisCutsCR::IsStoppingBeamMuonCC(), NCAnalysisCuts::IsStoppingBeamMuonCC(), NCAnalysisCutsCR::IsStoppingBeamMuonPitt(), NCAnalysisCuts::IsStoppingBeamMuonPitt(), NCAnalysisCuts::PassesFinalSelectionNC(), NCExtractionAS::ReadCalibInfoFromFile(), Reset(), NCAnalysisCutsCR::SetBeamDefaults(), and NCAnalysisModule::SetWeight().

Int_t ANtpHeaderInfo::events
 

Definition at line 30 of file ANtpHeaderInfo.h.

Referenced by NCExtrapolationNS::AddFarEvent(), NCExtrapolationNS::AddNearEvent(), CondensedNtpModuleNC::Ana(), MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCuts::IsCleanLowMultSnarl(), NCAnalysisCutsOx::IsGoodBeamEvent(), NCAnalysisCutsNC::IsGoodBeamEvent(), NCAnalysisCutsCR::IsGoodBeamEventBR(), NCAnalysisCutsCR::IsGoodBeamEventOx(), NCAnalysisCutsCR::IsGoodBeamSnarlBR(), NCAnalysisCutsCR::IsGoodSpill(), NCAnalysisCutsCR::IsLowNumSnarl(), and Reset().

Int_t ANtpHeaderInfo::hour
 

Definition at line 35 of file ANtpHeaderInfo.h.

Referenced by NCAnalysisModule::CountPOTs(), MadAnalysis::CreateANtpPAN(), NCExtrapolationModule::FillDataQualityPlots(), ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisUtils::GetShowerEnergy(), NCAnalysisUtils::GetTrackEnergy(), NCAnalysisCutsCR::IsGoodBeamSnarlBR(), and Reset().

Int_t ANtpHeaderInfo::hvStatus
 

Definition at line 43 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Int_t ANtpHeaderInfo::isGoodFDData
 

Definition at line 53 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCuts::IsGoodBeamSnarlCC(), and Reset().

Int_t ANtpHeaderInfo::isLI
 

Definition at line 58 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCR::IsLIInSpillOx(), NCAnalysisCuts::IsLIInSpillOx(), and Reset().

Double_t ANtpHeaderInfo::julianDate
 

Definition at line 39 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Double_t ANtpHeaderInfo::localSiderealTime
 

Definition at line 40 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Int_t ANtpHeaderInfo::minute
 

Definition at line 36 of file ANtpHeaderInfo.h.

Referenced by NCAnalysisModule::CountPOTs(), MadAnalysis::CreateANtpPAN(), NCExtrapolationModule::FillDataQualityPlots(), ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisUtils::GetShowerEnergy(), NCAnalysisUtils::GetTrackEnergy(), and Reset().

Int_t ANtpHeaderInfo::month
 

Definition at line 33 of file ANtpHeaderInfo.h.

Referenced by NCAnalysisModule::CountPOTs(), MadAnalysis::CreateANtpPAN(), NCExtrapolationModule::FillDataQualityPlots(), ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisUtils::GetShowerEnergy(), NCAnalysisUtils::GetTrackEnergy(), NCAnalysisCutsCR::IsGoodBeamSnarlBR(), and Reset().

Int_t ANtpHeaderInfo::newSnarl
 

Definition at line 29 of file ANtpHeaderInfo.h.

Referenced by NCExtrapolationNS::AddFarEvent(), CondensedNtpModuleNC::Ana(), ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Int_t ANtpHeaderInfo::passedDeMux
 

Definition at line 51 of file ANtpHeaderInfo.h.

Referenced by CondensedNtpModuleNC::Ana(), ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCR::IsGoodBeamSnarlBR(), and Reset().

Int_t ANtpHeaderInfo::run
 

Definition at line 26 of file ANtpHeaderInfo.h.

Referenced by NCExtrapolationModule::AddEventsToExtrapolations(), CondensedNtpModuleAtm::Ana(), NCAnalysisModule::CountPOTs(), MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), CondensedNtpModuleAtm::FillTrackTimingVariables(), NCExtrapolationModule::FindFileType(), NCExtrapolationModule::FindRunType(), NCAnalysisCutsCR::InBeamFiducialVolumeBR(), NCAnalysisCutsCR::IsGoodBeamSnarlBR(), NCAnalysisCutsCR::IsGoodSpill(), NCAnalysisCutsCR::IsNewSnarl(), NCAnalysisCuts::IsNewSnarl(), Reset(), and NCAnalysisModule::SetWeight().

Double_t ANtpHeaderInfo::second
 

Definition at line 37 of file ANtpHeaderInfo.h.

Referenced by NCAnalysisModule::CountPOTs(), MadAnalysis::CreateANtpPAN(), NCExtrapolationModule::FillDataQualityPlots(), ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisUtils::GetShowerEnergy(), NCAnalysisModule::GetTotalPOTCount(), NCAnalysisUtils::GetTrackEnergy(), and Reset().

Int_t ANtpHeaderInfo::slices
 

Definition at line 31 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Int_t ANtpHeaderInfo::snarl
 

Definition at line 28 of file ANtpHeaderInfo.h.

Referenced by CondensedNtpModuleNC::Ana(), CondensedNtpModuleAtm::Ana(), MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), CondensedNtpModuleAtm::FillTrackTimingVariables(), NCAnalysisCutsCR::InBeamFiducialVolumeBR(), NCAnalysisCutsCR::IsGoodBeamSnarlBR(), NCAnalysisCutsCR::IsNewSnarl(), NCAnalysisCuts::IsNewSnarl(), and Reset().

Float_t ANtpHeaderInfo::snarlPE
 

Definition at line 56 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCR::IsLIInSpillOx(), and Reset().

Double_t ANtpHeaderInfo::snarlPulseHeight
 

Definition at line 45 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsOx::IsGoodBeamEvent(), NCAnalysisCutsNC::IsGoodBeamEvent(), NCAnalysisCutsCR::IsGoodBeamEventOx(), NCAnalysisCutsCR::IsGoodBeamSnarlBR(), and Reset().

Double_t ANtpHeaderInfo::snarlPulseHeight2PE
 

Definition at line 46 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

Int_t ANtpHeaderInfo::sntpRow
 

Definition at line 57 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), and Reset().

TString ANtpHeaderInfo::softVersion
 

Definition at line 61 of file ANtpHeaderInfo.h.

Referenced by NCExtrapolationModule::AddEventsToExtrapolations(), NCExtractionTRann::DoExtraction(), NCExtractionTO::DoExtraction(), NCAnalysisModule::ExtractNCCC(), ANtpInfoObjectFiller::FillHeaderInformation(), NCExtractionDP::FillPDFs(), NCAnalysisUtils::FindEventWeight(), NCAnalysisUtils::FindMEGAFitWeight(), NCAnalysisUtils::FindNeugenWeight(), NCEnergyBinGradients::FindWeight(), NCAnalysisCuts::GetReleaseType(), NCAnalysisCuts::IsGoodShower(), NCExtractionAS::ReadCalibInfoFromFile(), and Reset().

Int_t ANtpHeaderInfo::spillType
 

Definition at line 48 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCR::IsGoodBeamSnarlBR(), NCAnalysisCutsCR::IsGoodSpill(), NCAnalysisCutsCR::IsGoodSpillCC(), NCAnalysisCuts::IsGoodSpillCC(), NCAnalysisCuts::IsGoodSpillNC(), and Reset().

Int_t ANtpHeaderInfo::subRun
 

Definition at line 27 of file ANtpHeaderInfo.h.

Referenced by NCExtrapolationModule::AddEventsToExtrapolations(), NCAnalysisModule::CountPOTs(), MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), CondensedNtpModuleAtm::FillTrackTimingVariables(), NCAnalysisCutsCR::IsGoodBeamSnarlBR(), NCAnalysisCutsCR::IsNewSnarl(), NCAnalysisCuts::IsNewSnarl(), and Reset().

Double_t ANtpHeaderInfo::triggerPMTTime
 

Definition at line 49 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCR::IsFarDetectorBeamEvent(), NCAnalysisCutsCC::IsFarDetectorBeamEvent(), NCAnalysisCutsCR::IsGoodBeamSnarlBR(), NCAnalysisCutsCR::IsLIInSpillOx(), NCAnalysisCuts::IsLIInSpillOx(), and Reset().

Int_t ANtpHeaderInfo::triggerSource
 

Definition at line 47 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCR::IsGoodBeamSnarlBR(), and Reset().

Double_t ANtpHeaderInfo::triggerTime
 

Definition at line 50 of file ANtpHeaderInfo.h.

Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCR::IsFarDetectorBeamEvent(), NCAnalysisCutsCC::IsFarDetectorBeamEvent(), and Reset().

UInt_t ANtpHeaderInfo::utc
 

Definition at line 38 of file ANtpHeaderInfo.h.

Referenced by CondensedNtpModuleNC::Ana(), MadAnalysis::CreateANtpPAN(), ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisCutsCR::IsGoodBeamSnarl(), and Reset().

Int_t ANtpHeaderInfo::year
 

Definition at line 32 of file ANtpHeaderInfo.h.

Referenced by CondensedNtpModuleNC::Ana(), CondensedNtpModuleAtm::Ana(), NCAnalysisModule::CountPOTs(), MadAnalysis::CreateANtpPAN(), NCExtrapolationModule::FillDataQualityPlots(), ANtpInfoObjectFiller::FillHeaderInformation(), NCAnalysisUtils::GetShowerEnergy(), NCAnalysisUtils::GetTrackEnergy(), NCAnalysisCutsCR::IsGoodBeamSnarlBR(), and Reset().


The documentation for this class was generated from the following files:
Generated on Fri Mar 28 15:54:21 2008 for loon by  doxygen 1.3.9.1