#include <NtpSRCosmicRay.h>
Public Member Functions | |
| NtpSRCosmicRay () | |
| virtual | ~NtpSRCosmicRay () |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (Option_t *option="") const |
Public Attributes | |
| Float_t | zenith |
| Float_t | azimuth |
| Float_t | ra |
| Float_t | rahourangle |
| Float_t | dec |
| Double_t | juliandate |
| Float_t | locsiderialtime |
|
|
Definition at line 21 of file NtpSRCosmicRay.h. References azimuth, dec, juliandate, locsiderialtime, ra, rahourangle, and zenith. 00021 : zenith(-9999.),azimuth(-9999.),ra(-9999.), 00022 rahourangle(-9999.),dec(-9999.),juliandate(-9999.), 00023 locsiderialtime(-9999.) {}
|
|
|
Definition at line 24 of file NtpSRCosmicRay.h. 00024 {}
|
|
|
Definition at line 33 of file NtpSRCosmicRay.cxx. References Print(). 00033 {
00034 //
00035 // Purpose: Print cosmic ray data in form supported by TObject::Print.
00036 //
00037 // Arguments: option (not used)
00038 //
00039
00040 Print(std::cout);
00041 return;
00042
00043 }
|
|
|
Definition at line 19 of file NtpSRCosmicRay.cxx. References azimuth, dec, juliandate, locsiderialtime, ra, rahourangle, and zenith. Referenced by Print(). 00019 {
00020 //
00021 // Purpose: Print cosmic ray data on ostream.
00022 //
00023
00024 os << "NtpSRCosmicRay:" << "(zen,azi)(deg)(" << zenith << "," << azimuth
00025 << ")" << " ra " << ra << " rahourangle " << rahourangle
00026 << "\n dec " << dec << " juliandate "
00027 << juliandate << " locsiderealtime " << locsiderialtime << endl;
00028
00029 return os;
00030
00031 }
|
|
|
Definition at line 36 of file NtpSRCosmicRay.h. Referenced by NtpSRModule::FillNtpTrackCosmicRay(), MadQuantities::MakeVxBInfoFile(), NtpSRCosmicRay(), Print(), and MadEdAnalysis::RecoMuAZM(). |
|
|
Definition at line 39 of file NtpSRCosmicRay.h. Referenced by NtpSRModule::FillNtpTrackCosmicRay(), NtpSRCosmicRay(), and Print(). |
|
|
Definition at line 40 of file NtpSRCosmicRay.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NtpSRModule::FillNtpTrackCosmicRay(), NtpSRCosmicRay(), and Print(). |
|
|
Definition at line 41 of file NtpSRCosmicRay.h. Referenced by ANtpInfoObjectFiller::FillHeaderInformation(), NtpSRModule::FillNtpTrackCosmicRay(), NtpSRCosmicRay(), and Print(). |
|
|
Definition at line 37 of file NtpSRCosmicRay.h. Referenced by NtpSRModule::FillNtpTrackCosmicRay(), NtpSRCosmicRay(), and Print(). |
|
|
Definition at line 38 of file NtpSRCosmicRay.h. Referenced by NtpSRModule::FillNtpTrackCosmicRay(), NtpSRCosmicRay(), and Print(). |
|
|
Definition at line 35 of file NtpSRCosmicRay.h. Referenced by NtpSRModule::FillNtpTrackCosmicRay(), NtpSRCosmicRay(), Print(), and MadEdAnalysis::RecoMuZn(). |
1.3.9.1