HighLAND
|
Representation of the beam information, including POT and quality. More...
#include <DataClasses.hxx>
Public Member Functions | |
virtual AnaBeam * | Clone () |
Clone this object. | |
Public Attributes | |
Float_t | POT |
The POT for this spill. For data, this comes from the Beam Summary Data. | |
Float_t | POTCT4 |
The POT from CT4 for this spill. This is only needed for P5 files. | |
Int_t | Spill |
Spill number from BeamSummaryDataModule::ND280Spill. | |
Int_t | SpillNumber |
Spill number from BeamSummaryDataModule::BeamSummaryData::SpillNumber. | |
Int_t | BeamRunNumber |
![]() | |
Int_t | GoodSpill |
Good spill flag, as defined in Beam Summary Data. 0 is bad. | |
Double_t | POTSincePreviousSavedSpill |
Int_t | SpillsSincePreviousSavedSpill |
Protected Member Functions | |
AnaBeam (const AnaBeam &beam) | |
Copy constructor is protected, as Clone() should be used to copy this object. | |
![]() | |
AnaBeamB (const AnaBeamB &beam) | |
Copy constructor is protected, as Clone() should be used to copy this object. | |
Representation of the beam information, including POT and quality.
Definition at line 652 of file DataClasses.hxx.
Int_t AnaBeam::BeamRunNumber |
Beam run, in form RRSSSS, where RR is main ring run (e.g. 44), and SSSS is the main ring subrun.
Definition at line 686 of file DataClasses.hxx.