HighLAND
|
Representation of the beam quality and perhaps other beam information as needed. More...
#include <BaseDataClasses.hxx>
Public Member Functions | |
virtual AnaBeamB * | Clone () |
Clone this object. | |
Public Attributes | |
Int_t | GoodSpill |
Good spill flag, as defined in Beam Summary Data. 0 is bad. | |
Double_t | POTSincePreviousSavedSpill |
Int_t | SpillsSincePreviousSavedSpill |
Protected Member Functions | |
AnaBeamB (const AnaBeamB &beam) | |
Copy constructor is protected, as Clone() should be used to copy this object. | |
Representation of the beam quality and perhaps other beam information as needed.
Definition at line 758 of file BaseDataClasses.hxx.
Double_t AnaBeamB::POTSincePreviousSavedSpill |
The POT since the previously saved spill. For data, this comes from the Beam Summary Data Is the single Spill POT for oaAnalysis input and accumulated for MiniTree input
Definition at line 781 of file BaseDataClasses.hxx.
Int_t AnaBeamB::SpillsSincePreviousSavedSpill |
The number of spills since the previously saved spill Is the 1 for oaAnalysis input and accumulated for MiniTree input
Definition at line 785 of file BaseDataClasses.hxx.