#include "/cvmfs/nova-development.opensciencegrid.org/novasoft/releases/N21-03-07/StandardRecord/SRSpill.h"
Public Member Functions | |
SRSpill () | |
~SRSpill () | |
Public Attributes | |
unsigned int | run |
run number More... | |
unsigned int | subrun |
subrun number More... | |
unsigned int | evt |
ART event number, indexes trigger windows. More... | |
Det_t | det |
Detector, ND = 1, FD = 2, NDOS = 3. More... | |
bool | ismc |
data or MC? True if MC More... | |
bool | isgoodspill |
Was the pot for a spill good? (only applicable to data, default true) More... | |
unsigned long int | spilltimesec |
Spill time in seconds [s]. More... | |
unsigned long int | spilltimensec |
Spill time in nanoseconds [ns]. More... | |
unsigned long int | gpsspilltimesec |
Spill time from GPS [s]. More... | |
unsigned long int | gpsspilltimensec |
Spill time from GPS [ns]. More... | |
signed long long int | deltaspilltimensec |
Delta time [ns]. More... | |
float | spillpot |
float | livetime |
Length of readout [s]. More... | |
float | hornI |
Horn current. More... | |
bool | isFHC |
Flags for horn direction. More... | |
bool | is0HC |
bool | isRHC |
std::vector< float > | intx |
std::vector< float > | inty |
std::vector< float > | bposx |
std::vector< float > | bposy |
float | posx |
x position on target More... | |
float | posy |
y position on target More... | |
float | widthx |
Spill width in x dimension. More... | |
float | widthy |
Spill width in y dimension. More... | |
unsigned short | dibfirst |
first diblock in detector configuration (1-14) More... | |
unsigned short | diblast |
last diblock in detector configuration (1-14) More... | |
unsigned short | dibmask |
unsigned short | maskstatus |
unsigned int | nmissingdcms |
# of missing DCMs More... | |
float | fracdcm3hits |
fraction of DCM3 hits in horizontal modules More... | |
unsigned int | nouttimehits |
# of out-of-time hits More... | |
unsigned int | nnoisyapds |
# of noisy APDs More... | |
unsigned int | nmissingdcmslg |
# of DCMS with 63 or more bad FEBs (LiveGeometry, subset of baddcmslg) More... | |
unsigned int | nbaddcmslg |
# of DCMS with too many bad channels (LiveGeometry) More... | |
float | dcmedgematchfrac |
How many hits at the DCM edge are matched in the adjacent DCM? More... | |
unsigned int | nmicroslices |
# of micro slices More... | |
int | ndcms |
# of DCMs in partition; may not = # of LIVE DCMs = (hdr.diblast-hdr.dibfirst+1)*12 More... | |
bool | eventincomplete |
Data Quality DAQ Header information. More... | |
int | ndiblocks |
# of diblocks reporting in event More... | |
int | emptydatablock |
# of empty data blocks More... | |
int | nmicroblocks |
# of many microblocks More... | |
int | nemptymicroslice |
# of empty micro slices More... | |
int | ndroppedmicroblocks |
# of dropped micro blocks More... | |
int | ndatablockmissingdata |
# of occurances of isMissingData More... | |
int | nmicroslicedatanotpresent |
# of microslices with !DataPresent More... | |
int | nnanoslices |
# of nano slices in the event More... | |
int | nanoslicedatanotpresent |
# of nanoslices reporting !DataPresent More... | |
int | nanoslicenolinkstatus |
# of nanoslices reporting !LinkPresent More... | |
int | nanoslicebufferempty |
# of nanoslices reporting BufferEmpty More... | |
int | nanoslicebufferfull |
# of nanoslices reporting BufferFull More... | |
int | nanoslicecommerror |
# of nanoslices reporting CommError More... | |
int | nanoslicepacketerror |
# of nanoslices reporting PacketError More... | |
int | nanosliceoverflowerror |
# of nanoslices reporting OverflowError More... | |
int | nanosliceadcerror |
# of nanoslices reporting ADCError More... | |
unsigned char | trigger |
The trigger type from RawTrigger::fTriggerMask_TriggerType. More... | |
std::vector< SRCosmicCVN > | cosmiccvn |
Contain cosmic CVN scores for all time windows in event. More... | |
short | ncosmiccvn |
The SRSpill contains information about the NuMI spill and POT associated with the slice, as well as EventQuality info on spill by spill basis.
caf::SRSpill::SRSpill | ( | ) |
Definition at line 16 of file SRSpill.cxx.
caf::SRSpill::~SRSpill | ( | ) |
Definition at line 75 of file SRSpill.cxx.
std::vector<float> caf::SRSpill::bposx |
Definition at line 49 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
std::vector<float> caf::SRSpill::bposy |
Definition at line 50 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
std::vector<SRCosmicCVN> caf::SRSpill::cosmiccvn |
Contain cosmic CVN scores for all time windows in event.
Definition at line 100 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::Proxy< caf::SRSpill >::operator=(), and caf::CAFMaker::produce().
float caf::SRSpill::dcmedgematchfrac |
How many hits at the DCM edge are matched in the adjacent DCM?
Low values mean out-of-sync detector
Definition at line 74 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), ana::CleanSpillQualityInfo(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), caf::Proxy< caf::SRSpill >::operator=(), and trimvar().
signed long long int caf::SRSpill::deltaspilltimensec |
Delta time [ns].
Definition at line 37 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), ana::CleanSpillQualityInfo(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), caf::Proxy< caf::SRSpill >::operator=(), and trimvar().
Det_t caf::SRSpill::det |
Detector, ND = 1, FD = 2, NDOS = 3.
Definition at line 29 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), numu_validation_numuvars(), caf::Proxy< caf::SRSpill >::operator=(), trimvar(), and validation_numu_nd().
unsigned short caf::SRSpill::dibfirst |
first diblock in detector configuration (1-14)
Definition at line 56 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
unsigned short caf::SRSpill::diblast |
last diblock in detector configuration (1-14)
Definition at line 57 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
unsigned short caf::SRSpill::dibmask |
diblock mask (bitfield, lowest bit = diblock 1)
Definition at line 58 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
int caf::SRSpill::emptydatablock |
# of empty data blocks
Definition at line 82 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
bool caf::SRSpill::eventincomplete |
Data Quality DAQ Header information.
Is the event incomplete?
Definition at line 79 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), caf::Proxy< caf::SRSpill >::operator=(), and trimvar().
unsigned int caf::SRSpill::evt |
ART event number, indexes trigger windows.
Definition at line 27 of file SRSpill.h.
Referenced by hdf5::HDF5Maker::analyze(), caf::Proxy< caf::SRSpill >::CheckEquals(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), cmf::CAFToEventList::FindPOTPerPeriod(), and caf::Proxy< caf::SRSpill >::operator=().
float caf::SRSpill::fracdcm3hits |
fraction of DCM3 hits in horizontal modules
Definition at line 65 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), ana::CleanSpillQualityInfo(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), caf::Proxy< caf::SRSpill >::operator=(), and trimvar().
unsigned long int caf::SRSpill::gpsspilltimensec |
Spill time from GPS [ns].
Definition at line 36 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), ana::CleanSpillQualityInfo(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
unsigned long int caf::SRSpill::gpsspilltimesec |
Spill time from GPS [s].
Definition at line 35 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), ana::CleanSpillQualityInfo(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
float caf::SRSpill::hornI |
Horn current.
Definition at line 42 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), ana::CleanSpillQualityInfo(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), caf::Proxy< caf::SRSpill >::operator=(), and trimvar().
std::vector<float> caf::SRSpill::intx |
Definition at line 47 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
std::vector<float> caf::SRSpill::inty |
Definition at line 48 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
bool caf::SRSpill::is0HC |
Definition at line 44 of file SRSpill.h.
Referenced by caf::CAFMaker::AddMCTruthToVec(), caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
bool caf::SRSpill::isFHC |
Flags for horn direction.
Definition at line 43 of file SRSpill.h.
Referenced by caf::CAFMaker::AddMCTruthToVec(), caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
bool caf::SRSpill::isgoodspill |
Was the pot for a spill good? (only applicable to data, default true)
Definition at line 32 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), ana::CleanSpillQualityInfo(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), generate_fd_fake_events(), caf::Proxy< caf::SRSpill >::operator=(), and trimvar().
bool caf::SRSpill::ismc |
data or MC? True if MC
Definition at line 30 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), ana::CleanSpillQualityInfo(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), generate_fd_fake_events(), caf::Proxy< caf::SRSpill >::operator=(), and trimvar().
bool caf::SRSpill::isRHC |
Definition at line 45 of file SRSpill.h.
Referenced by caf::CAFMaker::AddMCTruthToVec(), caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
float caf::SRSpill::livetime |
Length of readout [s].
Definition at line 40 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), cmf::CAFToEventList::FindPOTPerPeriod(), generate_fd_fake_events(), caf::Proxy< caf::SRSpill >::operator=(), and flat::FlatMaker::produce().
unsigned short caf::SRSpill::maskstatus |
0 no mask found in DB, 1 mask used ok, 2 masking turned off. If 0 or 2 dibmask is instead the configuration based on what RH says is alive. dibfirst/last may be wrong in this case.
Definition at line 62 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
int caf::SRSpill::nanosliceadcerror |
# of nanoslices reporting ADCError
Definition at line 96 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
int caf::SRSpill::nanoslicebufferempty |
# of nanoslices reporting BufferEmpty
Definition at line 91 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
int caf::SRSpill::nanoslicebufferfull |
# of nanoslices reporting BufferFull
Definition at line 92 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
int caf::SRSpill::nanoslicecommerror |
# of nanoslices reporting CommError
Definition at line 93 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
int caf::SRSpill::nanoslicedatanotpresent |
# of nanoslices reporting !DataPresent
Definition at line 89 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
int caf::SRSpill::nanoslicenolinkstatus |
# of nanoslices reporting !LinkPresent
Definition at line 90 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
int caf::SRSpill::nanosliceoverflowerror |
# of nanoslices reporting OverflowError
Definition at line 95 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
int caf::SRSpill::nanoslicepacketerror |
# of nanoslices reporting PacketError
Definition at line 94 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
unsigned int caf::SRSpill::nbaddcmslg |
# of DCMS with too many bad channels (LiveGeometry)
Definition at line 69 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), ana::CleanSpillQualityInfo(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
short caf::SRSpill::ncosmiccvn |
Definition at line 101 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::Proxy< caf::SRSpill >::operator=(), and caf::CAFMaker::produce().
int caf::SRSpill::ndatablockmissingdata |
# of occurances of isMissingData
Definition at line 86 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
int caf::SRSpill::ndcms |
# of DCMs in partition; may not = # of LIVE DCMs = (hdr.diblast-hdr.dibfirst+1)*12
Definition at line 76 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
int caf::SRSpill::ndiblocks |
# of diblocks reporting in event
Definition at line 81 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
int caf::SRSpill::ndroppedmicroblocks |
# of dropped micro blocks
Definition at line 85 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
int caf::SRSpill::nemptymicroslice |
# of empty micro slices
Definition at line 84 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
int caf::SRSpill::nmicroblocks |
# of many microblocks
Definition at line 83 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
int caf::SRSpill::nmicroslicedatanotpresent |
# of microslices with !DataPresent
Definition at line 87 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
unsigned int caf::SRSpill::nmicroslices |
# of micro slices
Definition at line 75 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
unsigned int caf::SRSpill::nmissingdcms |
# of missing DCMs
Definition at line 64 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), ana::CleanSpillQualityInfo(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), caf::Proxy< caf::SRSpill >::operator=(), and trimvar().
unsigned int caf::SRSpill::nmissingdcmslg |
# of DCMS with 63 or more bad FEBs (LiveGeometry, subset of baddcmslg)
Definition at line 68 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), ana::CleanSpillQualityInfo(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), caf::Proxy< caf::SRSpill >::operator=(), and trimvar().
int caf::SRSpill::nnanoslices |
# of nano slices in the event
Definition at line 88 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
unsigned int caf::SRSpill::nnoisyapds |
# of noisy APDs
Definition at line 67 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), ana::CleanSpillQualityInfo(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
unsigned int caf::SRSpill::nouttimehits |
# of out-of-time hits
Definition at line 66 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
float caf::SRSpill::posx |
x position on target
Definition at line 51 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), ana::CleanSpillQualityInfo(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), caf::Proxy< caf::SRSpill >::operator=(), and trimvar().
float caf::SRSpill::posy |
y position on target
Definition at line 52 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), ana::CleanSpillQualityInfo(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), caf::Proxy< caf::SRSpill >::operator=(), and trimvar().
unsigned int caf::SRSpill::run |
run number
Definition at line 25 of file SRSpill.h.
Referenced by Metric.Metric::__repr__(), hdf5::HDF5Maker::analyze(), caf::Proxy< caf::SRSpill >::CheckEquals(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), cmf::CAFToEventList::FindPOTPerPeriod(), fabricate.Builder::memoize(), and caf::Proxy< caf::SRSpill >::operator=().
float caf::SRSpill::spillpot |
POT in spill including factor of 1e12 so that a user does not have to apply this correction
Definition at line 38 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), cmf::CAFToEventList::FindPOTPerPeriod(), generate_fd_fake_events(), caf::Proxy< caf::SRSpill >::operator=(), flat::FlatMaker::produce(), and trimvar().
unsigned long int caf::SRSpill::spilltimensec |
Spill time in nanoseconds [ns].
Definition at line 34 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), and caf::Proxy< caf::SRSpill >::operator=().
unsigned long int caf::SRSpill::spilltimesec |
Spill time in seconds [s].
Definition at line 33 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), ana::CleanSpillQualityInfo(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), caf::Proxy< caf::SRSpill >::operator=(), and trimvar().
unsigned int caf::SRSpill::subrun |
subrun number
Definition at line 26 of file SRSpill.h.
Referenced by hdf5::HDF5Maker::analyze(), caf::Proxy< caf::SRSpill >::CheckEquals(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), cmf::CAFToEventList::FindPOTPerPeriod(), and caf::Proxy< caf::SRSpill >::operator=().
unsigned char caf::SRSpill::trigger |
The trigger type from RawTrigger::fTriggerMask_TriggerType.
Definition at line 98 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), caf::Proxy< caf::SRSpill >::operator=(), and trimvar().
float caf::SRSpill::widthx |
Spill width in x dimension.
Definition at line 53 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), ana::CleanSpillQualityInfo(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), caf::Proxy< caf::SRSpill >::operator=(), and trimvar().
float caf::SRSpill::widthy |
Spill width in y dimension.
Definition at line 54 of file SRSpill.h.
Referenced by caf::Proxy< caf::SRSpill >::CheckEquals(), ana::CleanSpillQualityInfo(), hdf5::HDF5Spill< Tidx >::Fill(), flat::Flat< caf::SRSpill >::Fill(), caf::CAFMaker::FillSpillVars(), caf::Proxy< caf::SRSpill >::operator=(), and trimvar().