CDPStorage service. More...
Classes | |
class | AbsCache |
Look up absolute attenuation constants. More... | |
class | AbsCalib |
class | ADCShapeFitAna |
TODO. More... | |
class | ADCShapeFitTable |
class | AssessCalib |
Make TTree with reconstructed and true energies. More... | |
class | AttenCache |
class | AttenCurve |
class | AttenFit |
class | AttenuationFit |
class | BetheBlochAnalytic |
class | BetheBlochFit |
class | BetheBlochTables |
class | CalibAna |
struct | CalibAnaParams |
class | Calibrator |
struct | CalibratorParams |
class | CDPStorage |
struct | ChannelSet |
Provide a simple utility function for our sets. More... | |
class | CosmicCalib |
class | CosmicTrends |
class | DCMTimingOffset |
class | DetRespDrift |
class | DriftCache |
class | DriftCorrection |
class | DriftResponseCalc |
class | EnergyLossVsDistance |
Integrate energy losses to calculate deposit near a track end. More... | |
class | EnergyStandardCandles |
class | FiberCalibration |
class | FindOutliers |
Simple module to find modules with unusual calibration constants. More... | |
class | HitEfficiency |
class | IBetheBloch |
class | MakeAttenuationProfiles |
class | MichelCandidate |
Information about a reconstructed Michel electron candidate. More... | |
class | MuondEdx |
class | MuondEdxAna |
class | MuonTrackHits |
class | ParticleCorrections |
Make plots of threshold effect from PCHits files. More... | |
class | PCHitAggregator |
class | PCHitsList |
class | PCHitTransposer |
class | PEResponse |
class | ResizeDetector |
class | RockMuonStopperSelection |
Selects stopping cosmics. More... | |
struct | ShapeTableParams |
class | StopperFilter |
class | StopperSelection |
Selects stopping cosmics. More... | |
class | StopperThreshold |
class | SumAttenuationProfiles |
Sum up AttenProfilesMap objects. More... | |
class | SumRunsCalib |
Sum up AttenProfilesMap objects. More... | |
class | SumSubrunsCalib |
Sum up AttenProfilesMap objects. More... | |
class | SystematicUncertaintyScaleAna |
class | TestParticleCorrections |
Make plots of threshold effect from PCHits files. More... | |
class | ThresholdAna |
Make plots of threshold and shielding effects from PCHits files. More... | |
class | ThresholdCorrMap |
class | ThroughgoingSelection |
Selects throughgoing cosmics. More... | |
class | TimingCache |
class | TimingCalFilter |
class | TimingCalibration |
class | TrueEContrib |
Information about one of the true particles that contribute to a candidate Michel electron. More... | |
class | TrueMichel |
When a Michel candidate has a contribution from a true Michel electron, we want more info about it. More... | |
class | TrueNeutronCapture |
When a Michel candidate has a contribution from a neutron capture, that's also interesting. More... | |
Typedefs | |
typedef std::pair< TVector3, TVector3 > | zBounds |
typedef std::map< double, zBounds > | zBoundMap |
Enumerations | |
enum | _quality { kAll = 0, kTriCell, kMaxQuality } |
enum | _oneDHistNames { kFractionUsableX = 0, kFractionUsableY, kRecoCosTheta, kRecoAz, kPlanesCrossed, kDCosZ, kDCosX, kDCosY, kNumTracks } |
enum | _twoDHistNames { kStopperCountX = 0, kTotalCountX, kStopperCountY, kTotalCountY, kCosThetaVsAz, kCosThetaVsAzTru, kCosThetaVsPlanes, kAzVsPlanes, kDeltaAzVsAz, kDeltaZenVsZen, kTotalHitCountX, kTotalHitCountY } |
enum | _oneDHists |
enum | _twoDHists |
enum | Material { kPolyethylene } |
enum | EFEBType { kFEB4p1, kFEB5p2 } |
Enumeration for the FEB 4.2 and 5.1 which have different clocks. More... | |
enum | EPathQuality { kXYAdjacents, kZAdjacents, kAverage, kBadTrack } |
Methods used to estimate path length of a track through a cell. More... | |
Functions | |
double | corr (TGraph *g, double thresh) |
bool | ltTPt (BetheBlochTables::T_pt pt, double T) |
bool | ltXPt (EnergyLossVsDistance::x_pt pt, double x) |
const char * | getDetString (novadaq::cnv::DetId det) |
Utility function to get detector name as a string for file manipulations. More... | |
bool | HasXYAdjacents (int plane, int cell, const ChannelSet &hmap) |
Internal helper for BestPathEstimates. Takes account of bad channels. More... | |
bool | HasZAdjacents (int plane, int cell, const ChannelSet &hmap, const art::ServiceHandle< geo::Geometry > geom) |
std::vector< double > | BestPathEstimates (std::vector< geo::OfflineChan > const &chans, std::map< unsigned int, TVector3 > const &directions, std::vector< EPathQuality > &quals, std::vector< geo::OfflineChan > const &extras) |
TVector3 const | DirectionAtPlane (const std::map< unsigned int, TVector3 > &directions, unsigned int plane) |
Return the direction at a plane using the map provided by rb::Track. More... | |
void | FindBelowThresholdCalibCandidates (const std::vector< geo::OfflineChan > &trkchans, const std::map< unsigned int, TVector3 > &directions, std::vector< EPathQuality > &quals, std::vector< double > &paths, std::vector< geo::OfflineChan > &chans) |
Find empty cells that would have contributed to the calibration if they'd been hit. We assume they fell below threshold. More... | |
void | GetXYZD (geo::OfflineChan chan, double w, double *xyzd) |
Return position in world coordninates and distance to the readout. More... | |
void | FindZBoundaries (std::set< double > &planeZBounds) |
Find the boundaries in the z direction of planes in the detector. More... | |
zBoundMap | MakeZBoundaryMap (std::set< double > const &planeZBounds, std::vector< TVector3 > const &trajectory) |
Return a map of the z position of each trajectory point on a track to the bounding positions of where the track passes through that plane. In the case that a track stops in the plane, then the end of the track is the second bounding point. More... | |
zBounds | ZBounds (zBoundMap const &bounds, double const &hitZ) |
Return the bounding points for a given z position along a track. More... | |
float | PathLengthInCell (zBoundMap const &zBounds, TVector3 const &recoHitLoc, std::pair< uint32_t, uint32_t > const &pc) |
Return the path length of a track in the cell in question. More... | |
std::vector< std::string > | globWrapper (const std::string &pattern) |
std::string | getCSVFilenameByParsingDirectory (int fCurrentRun, std::string prePattern, std::string postPattern) |
bool | doesDirectoryExist (std::string dirSting) |
Return true if the path in dirString points to a directory. More... | |
std::vector< double > | BestPathEstimates (const std::vector< geo::OfflineChan > &chans, const std::map< unsigned int, TVector3 > &directions, std::vector< EPathQuality > &quals, const std::vector< geo::OfflineChan > &extras={}) |
Calculate the best path length estimate for each hit in a track, and indicate how they were obtained. More... | |
double | GetExpectations (double t0, double riseTime, double fallTime, double preAmp, const int16_t *obs, double *exps, double &base, int mode) |
Helper function for ADCShapeFit inner loop. More... | |
uint16_t | ADCShapeFit (int16_t adc1, int16_t adc2, int16_t adc3, double riseTime, double fallTime, double preAmp, bool &goodTime, int fMode) |
template<class T > | |
T | FOURTH (T x) |
std::ostream & | operator<< (std::ostream &os, const AttenCurve &res) |
Variables | |
int | kStatsLimit = 1 |
const double | Me = 510.998910e3 |
const double | Mmu = 105.658367e6 |
const double | K = 0.307075 |
const double | j = 0.200 |
static const double | GeV2MeV = CLHEP::GeV / CLHEP::MeV |
static const double | sCmPerNsec = 29.9792458 |
static const double | sCmPerNsec = 29.9792458 |
const int | kChunk = 2000 |
const unsigned int | kNumFineTimingADCPoints = 4 |
const double | kZeroOffsetSamples = -1 |
const int | kOffsetStep = 16 |
const double | kSamplesPerOffset = 1./(256*64) |
CDPStorage service.
Hold timing constants.
Hold drift constants from current run.
Store the results of the attenuation fits.
Helper for AttenCurve.
Function to perform, and table to cache, timing fits to ADC values.
Look up absolute attenuation constants.
Calibration service.
Service to store calibration data products (CDP) in the SQLite3 metadatabase of a file.
typedef std::map<double, zBounds> calib::zBoundMap |
Definition at line 107 of file CalibUtil.h.
typedef std::pair<TVector3, TVector3> calib::zBounds |
Definition at line 106 of file CalibUtil.h.
Enumerator | |
---|---|
kFractionUsableX | |
kFractionUsableY | |
kRecoCosTheta | |
kRecoAz | |
kPlanesCrossed | |
kDCosZ | |
kDCosX | |
kDCosY | |
kNumTracks |
Definition at line 41 of file CosmicTrends_module.cc.
enum calib::_oneDHists |
Definition at line 50 of file StopperThreshold_module.cc.
enum calib::_quality |
Enumerator | |
---|---|
kAll | |
kTriCell | |
kMaxQuality |
Definition at line 35 of file CosmicTrends_module.cc.
Enumerator | |
---|---|
kStopperCountX | |
kTotalCountX | |
kStopperCountY | |
kTotalCountY | |
kCosThetaVsAz | |
kCosThetaVsAzTru | |
kCosThetaVsPlanes | |
kAzVsPlanes | |
kDeltaAzVsAz | |
kDeltaZenVsZen | |
kTotalHitCountX | |
kTotalHitCountY |
Definition at line 53 of file CosmicTrends_module.cc.
enum calib::_twoDHists |
Definition at line 53 of file StopperThreshold_module.cc.
enum calib::EFEBType |
Enumeration for the FEB 4.2 and 5.1 which have different clocks.
Enumerator | |
---|---|
kFEB4p1 | |
kFEB5p2 |
Definition at line 25 of file CalibUtil.h.
enum calib::EPathQuality |
Methods used to estimate path length of a track through a cell.
The recommended method to perform a calibration is to accumulate separate histograms or averages for each cell in each quality level. If there is insufficient statistics in "xy" mode (there will be zero for cells along the sides of the detector), fall back to the "z" mode calculations. If there is insufficient stats here too (should only happen in the detector corners) fall back (reluctantly) to the kAverage calculations.
Enumerator | |
---|---|
kXYAdjacents |
There are adjacent hits on the same plane. This means the track must have entered in one side wall of the cell and gone out the other. The path length estimate is likely very precise. |
kZAdjacents |
There are no adjacent cells in the same plane, but the cells of the same index in the upstream and downstream planes are hit. There is high confidence that the track went in the front wall of the cell and out the back. The path length estimate should be good. The kXYAdjacents case is preferred only because it is more common. |
kAverage |
The cell has no special properties, and the path length has been estimated using the geo::AverageCellPathLength method. The result is likely pretty poor. Only use cells with this estimate if you have no choice. |
kBadTrack |
Something was wrong with the track object, the pathlength will be zero. Do not use this cell. |
Definition at line 40 of file CalibUtil.h.
enum calib::Material |
Enumerator | |
---|---|
kPolyethylene |
Definition at line 16 of file BetheBloch.h.
uint16_t calib::ADCShapeFit | ( | int16_t | adc1, |
int16_t | adc2, | ||
int16_t | adc3, | ||
double | riseTime, | ||
double | fallTime, | ||
double | preAmp, | ||
bool & | goodTime, | ||
int | mode | ||
) |
Scans a pulseheight shape across the given ADC values and returns the best offset. Offset is in internal units. Use OffsetToTNS to convert to an absolute time in nanoseconds.
Rise and fall time should be in units of the spacing between samples
Definition at line 147 of file ADCShapeFit.cxx.
References ana::assert(), GetExpectations(), MECModelEnuComparisons::i, kNumFineTimingADCPoints, kSamplesPerOffset, kZeroOffsetSamples, norm, PandAna.reco_validation.add_data::offset, sqr(), and getGoodRuns4SAM::t0.
Referenced by calib::ADCShapeFitTable::TNS().
std::vector<double> calib::BestPathEstimates | ( | const std::vector< geo::OfflineChan > & | chans, |
const std::map< unsigned int, TVector3 > & | directions, | ||
std::vector< EPathQuality > & | quals, | ||
const std::vector< geo::OfflineChan > & | extras = {} |
||
) |
Calculate the best path length estimate for each hit in a track, and indicate how they were obtained.
trk | The track whose cells should be used | |
[out] | quals | How the path length of each hit was determined. Please read the documentation for EPathQuality |
extra | Other cells that should be considered to be on the track (optional). Results for these will be at the end of returned vectors. |
std::vector<double> calib::BestPathEstimates | ( | std::vector< geo::OfflineChan > const & | chans, |
std::map< unsigned int, TVector3 > const & | directions, | ||
std::vector< EPathQuality > & | quals, | ||
std::vector< geo::OfflineChan > const & | extras | ||
) |
Definition at line 98 of file CalibUtil.cxx.
References std::abs(), ana::assert(), geo::AverageCellPathLength(), getBrightness::cell, geo::PlaneGeo::Cell(), DirectionAtPlane(), dx, dy, dz, geom(), geo::CellGeo::HalfD(), geo::CellGeo::HalfW(), HasXYAdjacents(), HasZAdjacents(), MECModelEnuComparisons::i, kAverage, kBadTrack, geo::kX, kXYAdjacents, geo::kY, kZAdjacents, TB_WatchdogFx::paths, geo::GeometryBase::Plane(), NDAPDHVSetting::plane, qual, POTSpillRate::view, and geo::PlaneGeo::View().
Referenced by calib::PCHitsList::ProcessTrack(), and calib::PCHitsList::ProcessTrackForFLSHits().
double calib::corr | ( | TGraph * | g, |
double | thresh | ||
) |
Definition at line 110 of file TestParticleCorrections_module.cc.
References MECModelEnuComparisons::i, submit_syst::x, and submit_syst::y.
Referenced by calib::TestParticleCorrections::analyze(), calib::AttenFit::ApplyThresholdCorrection(), and calib::AttenuationFit::ApplyThresholdCorrection().
TVector3 const calib::DirectionAtPlane | ( | const std::map< unsigned int, TVector3 > & | directions, |
unsigned int | plane | ||
) |
Return the direction at a plane using the map provided by rb::Track.
Definition at line 188 of file CalibUtil.cxx.
Referenced by BestPathEstimates(), and FindBelowThresholdCalibCandidates().
bool calib::doesDirectoryExist | ( | std::string | dirSting | ) |
Return true if the path in dirString points to a directory.
dirString | path to the directory to check |
Definition at line 759 of file CalibUtil.cxx.
Referenced by calib::AttenCache::GetCSVPath().
void calib::FindBelowThresholdCalibCandidates | ( | const std::vector< geo::OfflineChan > & | trkchans, |
const std::map< unsigned int, TVector3 > & | directions, | ||
std::vector< EPathQuality > & | quals, | ||
std::vector< double > & | paths, | ||
std::vector< geo::OfflineChan > & | chans | ||
) |
Find empty cells that would have contributed to the calibration if they'd been hit. We assume they fell below threshold.
TODO: Can only currently find "xy" quality candidates
[out] | quals | How the path length of each cell was determined. Please read the documentation for EPathQuality |
[out] | paths | Estimated path length for each selected cell |
[out] | chans | Which cells were selected |
Definition at line 232 of file CalibUtil.cxx.
References std::abs(), getBrightness::cell, geo::PlaneGeo::Cell(), calib::ChannelSet::CellExists(), DirectionAtPlane(), dx, dy, dz, geom(), geo::CellGeo::HalfW(), HasXYAdjacents(), geo::kX, kXYAdjacents, geo::kY, geo::GeometryBase::Plane(), NDAPDHVSetting::plane, POTSpillRate::view, and geo::PlaneGeo::View().
Referenced by calib::PCHitsList::ProcessTrackForBelowThresholdHits().
void calib::FindZBoundaries | ( | std::set< double > & | planeZBounds | ) |
Find the boundaries in the z direction of planes in the detector.
[out] | planeZBounds | is a set of those values that is filled by the function |
Definition at line 332 of file CalibUtil.cxx.
References geo::PlaneGeo::Cell(), geom(), geo::CellGeo::GetCenter(), geo::CellGeo::HalfD(), geo::GeometryBase::NPlanes(), and geo::GeometryBase::Plane().
Referenced by calib::StopperThreshold::FillHist(), trk::CosmicTrackAna::FillTrackHistograms(), calib::StopperThreshold::FillTree(), numusand::NumuSandFxs::getAveTrackdEdxLast4Cells(), numusand::NumuSandFxs::getAveTrackdEdxLast6Cells(), numusand::NumuSandFxs::getAveTrackdEdxLast8Cells(), trackinfo::TrackInfoFxs::getAveTrackdEdxLastCells(), calib::PCHitsList::produce(), and calib::StopperThreshold::testPath().
Definition at line 35 of file AttenCurve.cxx.
References submit_syst::x.
Referenced by calib::AttenCurve::MeanPEPerCmAt().
std::string calib::getCSVFilenameByParsingDirectory | ( | int | fCurrentRun, |
std::string | prePattern, | ||
std::string | postPattern | ||
) |
Definition at line 706 of file CalibUtil.cxx.
References ana::assert(), om::cout, globWrapper(), path, submit_syst::pattern, and string.
Referenced by calib::AttenCache::GetCSVPath(), calib::TimingCache::LoadFromDatabase(), and calib::AbsCache::LoadFromVldDatabase().
const char * calib::getDetString | ( | novadaq::cnv::DetId | det | ) |
Utility function to get detector name as a string for file manipulations.
Definition at line 29 of file CalibUtil.cxx.
References ana::assert(), novadaq::cnv::kFARDET, novadaq::cnv::kNEARDET, and novadaq::cnv::kTESTBEAM.
Referenced by calib::AttenCache::GetCSVPath(), calib::TimingCache::LoadFromDatabase(), and calib::AbsCache::LoadFromVldDatabase().
|
inline |
Helper function for ADCShapeFit inner loop.
Also used independently to calculate the best fit adc peak height (the return value).
Definition at line 64 of file ADCShapeFit.cxx.
References MECModelEnuComparisons::i, kNumFineTimingADCPoints, kOffsetStep, norm, confusionMatrixTree::t, getGoodRuns4SAM::t0, W, X, and Z.
Referenced by ADCShapeFit(), and calib::ADCShapeFitTable::TNS().
void calib::GetXYZD | ( | geo::OfflineChan | chan, |
double | w, | ||
double * | xyzd | ||
) |
Return position in world coordninates and distance to the readout.
cellhit | A hit on a track |
w | The unknown coordinate from the opposite view |
xyzd[4] | Returns x,y,z,d where d is the distance to readout |
Definition at line 294 of file CalibUtil.cxx.
References plot_validation_datamc::c, getBrightness::cell, geo::OfflineChan::Cell(), geo::PlaneGeo::Cell(), geo::GeometryBase::DistToElectronics(), geom(), geo::CellGeo::GetCenter(), geo::kX, geo::PlaneGeo::Ncells(), geo::GeometryBase::NPlanes(), geo::OfflineChan::Plane(), geo::GeometryBase::Plane(), NDAPDHVSetting::plane, geo::PlaneGeo::View(), w, and geo::CellGeo::WorldToLocal().
Referenced by slid::NuEEnergyAlg::CellEnergy(), calib::PCHitsList::CellHitToPCHit(), calhit::CalHitAna::FillTruthInfo(), slid::NuEEnergyAlg::HadronicDepEnergy(), calib::Calibrator::MakeRecoHit(), and jmshower::RecoJMShower::RecoShowers().
std::vector< std::string > calib::globWrapper | ( | const std::string & | pattern | ) |
Definition at line 676 of file CalibUtil.cxx.
References allTimeWatchdog::endl, site_stats_from_log::filenames, MECModelEnuComparisons::i, test_Tier::return_value, and ss.
Referenced by getCSVFilenameByParsingDirectory().
bool calib::HasXYAdjacents | ( | int | plane, |
int | cell, | ||
const ChannelSet & | hmap | ||
) |
Internal helper for BestPathEstimates. Takes account of bad channels.
Definition at line 54 of file CalibUtil.cxx.
References getBrightness::cell, calib::ChannelSet::CellExists(), geom(), chaninfo::BadChanList::IsBad(), geo::PlaneGeo::Ncells(), geo::GeometryBase::Plane(), and fillBadChanDBTables::step.
Referenced by BestPathEstimates(), and FindBelowThresholdCalibCandidates().
bool calib::HasZAdjacents | ( | int | plane, |
int | cell, | ||
const ChannelSet & | hmap, | ||
const art::ServiceHandle< geo::Geometry > | geom | ||
) |
Definition at line 87 of file CalibUtil.cxx.
References getBrightness::cell, calib::ChannelSet::CellExists(), and geo::GeometryBase::NextPlaneInView().
Referenced by BestPathEstimates().
bool calib::ltTPt | ( | BetheBlochTables::T_pt | pt, |
double | T | ||
) |
Definition at line 94 of file BetheBloch.cxx.
References T, and calib::BetheBlochTables::T_pt::T.
Referenced by calib::BetheBlochTables::dEdx().
bool calib::ltXPt | ( | EnergyLossVsDistance::x_pt | pt, |
double | x | ||
) |
Definition at line 35 of file EnergyLossVsDistance.cxx.
References calib::EnergyLossVsDistance::x_pt::x, and submit_syst::x.
Referenced by calib::EnergyLossVsDistance::GetEnergyLoss().
zBoundMap calib::MakeZBoundaryMap | ( | std::set< double > const & | planeZBounds, |
std::vector< TVector3 > const & | trajectory | ||
) |
Return a map of the z position of each trajectory point on a track to the bounding positions of where the track passes through that plane. In the case that a track stops in the plane, then the end of the track is the second bounding point.
planeZBounds | A set of the z positions bounding each plane in the detector |
trajectory | The trajectory points of the track |
Definition at line 354 of file CalibUtil.cxx.
References std::abs(), geo::PlaneGeo::Cell(), dir, geom(), geo::CellGeo::HalfD(), geo::LiveGeometry::IsPointLive(), make_pair(), MF_LOG_DEBUG, geo::GeometryBase::Plane(), X, and Z.
Referenced by calib::StopperThreshold::FillHist(), trk::CosmicTrackAna::FillTrackHistograms(), calib::StopperThreshold::FillTree(), numusand::NumuSandFxs::getAveTrackdEdxLast4Cells(), numusand::NumuSandFxs::getAveTrackdEdxLast6Cells(), numusand::NumuSandFxs::getAveTrackdEdxLast8Cells(), trackinfo::TrackInfoFxs::getAveTrackdEdxLastCells(), calib::PCHitsList::ProcessTrackTrajectory(), and calib::StopperThreshold::testPath().
std::ostream & calib::operator<< | ( | std::ostream & | os, |
const AttenCurve & | res | ||
) |
Definition at line 149 of file AttenCurve.cxx.
References calib::AttenCurve::atten_length, calib::AttenCurve::background, calib::AttenCurve::chan, calib::AttenCurve::chisq, calib::AttenCurve::coeff_exp, calib::AttenCurve::coeff_high, calib::AttenCurve::coeff_low, calib::AttenCurve::det, calib::AttenCurve::edge_high, calib::AttenCurve::edge_low, allTimeWatchdog::endl, novadaq::cnv::DetInfo::GetName(), calib::AttenCurve::initialized, and calib::AttenCurve::interp_pts.
Referenced by calib::AttenCurve::AttenCurve().
float calib::PathLengthInCell | ( | zBoundMap const & | zBounds, |
TVector3 const & | recoHitLoc, | ||
std::pair< uint32_t, uint32_t > const & | pc | ||
) |
Return the path length of a track in the cell in question.
zBounds | The z poisition boundaries for each trajectory point on the track |
recoHitLoc | The 3D position of the rb::RecoHit to ensure the trajectory passes through it |
pc | A std::pair corresponding to the plane (p) and cell (c) of the hit |
Definition at line 498 of file CalibUtil.cxx.
References std::abs(), allTimeWatchdog::boundaries, geo::PlaneGeo::Cell(), d, Dot(), geom(), geo::CellGeo::GetCenter(), geo::CellGeo::HalfD(), geo::CellGeo::HalfL(), geo::CellGeo::HalfW(), MECModelEnuComparisons::i, geo::kY, Mag(), MF_LOG_VERBATIM, geo::GeometryBase::Plane(), demo5::surf, Unit(), geo::PlaneGeo::View(), and ZBounds().
Referenced by calib::StopperThreshold::FillHist(), trk::CosmicTrackAna::FillTrackHistograms(), calib::StopperThreshold::FillTree(), numusand::NumuSandFxs::getAveTrackdEdxLast4Cells(), numusand::NumuSandFxs::getAveTrackdEdxLast6Cells(), numusand::NumuSandFxs::getAveTrackdEdxLast8Cells(), trackinfo::TrackInfoFxs::getAveTrackdEdxLastCells(), calib::PCHitsList::ProcessTrackTrajectory(), and calib::StopperThreshold::testPath().
Return the bounding points for a given z position along a track.
bounds | The z position boundaries for each trajectory point on the track |
hitZ | The z position of the trajectory point in question |
Definition at line 462 of file CalibUtil.cxx.
References geo::PlaneGeo::Cell(), geom(), geo::CellGeo::HalfD(), and geo::GeometryBase::Plane().
Referenced by PathLengthInCell().
|
static |
Definition at line 43 of file EnergyStandardCandles_module.cc.
Referenced by calib::EnergyStandardCandles::FillMichelRecoInfo(), calib::EnergyStandardCandles::FillTrueMichelInfo(), and calib::EnergyStandardCandles::FillTruthInfo().
const double calib::j = 0.200 |
Definition at line 29 of file BetheBloch.cxx.
Referenced by add_and_normalize_LLhistos(), nova::database::Table::AddDistinctColumn(), nova::dbi::Table::AddDistinctColumn(), nutools::dbi::Table::AddDistinctColumn(), genie::flux::GNuMIFlux::AddFile(), earms::GridSearch::AddHoughIntersections(), nova::database::Table::AddOrderColumn(), nova::dbi::Table::AddOrderColumn(), nutools::dbi::Table::AddOrderColumn(), genie::BLI2DNonUnifGrid::AddPoint(), fuzz::FuzzyKVertex::AddProng(), earms::GridSearch::AddVtxPoints(), om::FEBRateAnalysis::AnaFile(), AnalyseBinningSchemes(), novaddt::SingletonRejectionAna::analyze(), calhit::CalHitAna::analyze(), rsim::MakeNoiseSpectrumFile::analyze(), mcchk::CloseInTime::analyze(), G4MismatchAna::analyze(), zcl::SMMTriggerAna::analyze(), mcchk::ShowerAnaCheck::analyze(), slicer::S4DParamCalc::analyze(), beamlinereco::ToFSingleCounterAnalysis::analyze(), sn::SNSlicerAna::analyze(), slicer::IdenticalSlicerAna::analyze(), testbeam::TestBeamCommissioning::analyze(), pa::HitEva::analyze(), vf::TrackEva::analyze(), comi::NumiFilteringAna::analyze(), showere::ShowerEnergyAna::analyze(), slicer::SlicerAna::analyze(), remid::ReMIdDedxRock::analyze(), comi::NearlineAna::analyze(), fuzz::FuzzyKValidate::analyze(), remid::ReMIdDedxFD::analyze(), remid::ReMIdDedxStudies::analyze(), beamlinereco::ToFAnalysisMini::analyze(), bpfit::BreakPointProtonAna::analyze(), LightLevels::analyze(), air::AirKalmanAna::analyze(), ncs::GenieTruth::analyze(), ncs::Xeff::analyze(), nnbar::RecoAnalysis::analyze(), beamlinereco::ToFPositionRecoAnalysis::analyze(), htk::HoughTrack::analyze(), comi::FEBFlash::analyze(), AnaPlotMaker(), append(), om::PlotOptions::AutoScale(), evd::TZProjPad::AutoZoomTruth(), bpfit::BreakPoint::AverageXY(), chaninfo::BadChanList::BadChanList(), beamlinereco::ToFSingleCounterAnalysis::beginJob(), beamlinereco::ToFAnalysisMini::beginJob(), beamlinereco::ToFPositionRecoAnalysis::beginJob(), DataCheck::HardwareStatusCheck::beginSubRun(), comi::DataCheck::beginSubRun(), ana::best_spline_fcn0(), ana::best_spline_make_mode_graph(), ana::best_spline_seeds(), me::MEFinder::BestSlcMatch(), ana::AtmConstraint::BiCubicInterp(), bin_composition_pie_chart(), BuildEmuEnuCosThetaPdf(), osc::PMNS_Sterile::BuildHms(), geo::GeometryBase::BuildMaps(), nova::database::Table::BulkInsertInDB(), bpfit::Lutz::CalcD(), bpfit::Lutz::Calcq(), ana::MultiverseCorrelation::calculate_correlation_matrix(), ana::MultiverseCorrelation::calculate_covariance_matrix(), CalculateCovarianceMatrix(), caldp::TCTrack::CalculateFiberVelocity(), caldp::TCTrack::CalculateMuonVelocity(), CalculateTotalCovariance(), cafrwgt::CAFReweight::CalcWeightVector(), bpfit::Lutz::Calcx(), bpfit::Lutz::CalcZeta(), trk::KalmanTrack::CellToPlaneSort(), trk::KalmanTrack::CellToPlaneSortHits(), osc::_OscCalcDMP< T >::ChannelCacheIdx(), osc::OscCalcPMNSOptEigen::ChannelCacheIdx(), fuzz::FuzzyKMeanAlg::CheckUnique(), nova::database::Table::CheckValidXMLDef(), nova::dbi::Table::CheckValidXMLDef(), bpfit::Lutz::Chi2Beta(), bpfit::Lutz::Chi2BetaJ(), ana::LikelihoodCovMxExperiment::ChiSq(), ana::OscCovMxExperiment::ChiSq(), genie::utils::math::CholeskyDecomposition(), earms::GridSearch::ChooseBestProngDir(), slicer::PointManager::CleanUpNeighborhood(), me::MEFinder::ClusterMEHits(), cmf::CovarianceBinUtility::CompactMatrix(), compare_cos_numi(), compare_fits(), CompareMCCompPrediction(), keras::LayerFlatten::compute_output(), keras::LayerMaxPooling::compute_output(), keras::LayerActivation::compute_output(), keras::LayerConv2D::compute_output(), keras::LayerDense::compute_output(), fuzz::FuzzyKMeanAlg::ComputeA(), bpfit::dEdxCalculator::computeDEDX(), fuzz::FuzzyKMeanAlg::ComputeDij(), genie::DFRKinematicsGenerator::ComputeMaxXSec(), genie::DISKinematicsGenerator::ComputeMaxXSec(), genie::SKKinematicsGenerator::ComputeMaxXSec(), genie::DMDISKinematicsGenerator::ComputeMaxXSec(), fuzz::FuzzyKMeanAlg::ComputeUij(), CondenseRunList(), cafrwgt::CAFReweight::Configure(), g4n::G4Alg::ConfigUserActionManager(), confusionMatrix(), confusionMatrixProng(), osc::conjugate_elements(), om::PlotViewer::ContentProjectionTH2F(), ContourComparisonPlot(), keras::conv_single_depth_same(), keras::conv_single_depth_valid(), ConvertToGINuke(), ConvertToGST(), om::HitMaps::CopyHistContent(), nnbar::NNbarUtilities::correlationTCell(), nnbar::NNbarUtilities::correlationTPlane(), cmf::CovarianceTools::CorrToCov(), airshower::AirSlicer::CountActiveDCM(), chaninfo::BadChanList::CountDCMHits(), cmf::CovarianceTools::CovToCorr(), cmf::CovarianceTools::CovToFracCov(), nova::database::Table::CreateFromDB(), nova::database::Table::CreateFromXML(), nova::dbi::Table::CreateFromXML(), rsim::ReadoutSim::CreateRawDigits(), CVNCuts(), cmf::CMFDecorrelator::CycleMatrixComponents(), CylindricalSmoothing(), d3sigma_calc(), d4sigma_calc(), d4sigma_hist(), d4sigma_plot(), DCMOffsetCalculator(), caldp::DCMSummary::DCMOffsetCountIndx(), caldp::DCMSummary::DCMOffsetSumIndx(), caldp::DCMSummary::DCMOffsetSumSquareIndx(), ana::MinuitFitter::DecodePars(), ana::StanFitter::DecodePars(), DecorrelateFD(), DecorrelateND(), genie::alvarezruso::ARSampledNucleus::Density(), genie::alvarezruso::ARSampledNucleus::DensityOfCentres(), ValidCalibPDF::DiblockTex(), diffapdhv(), novaddt::HoughTrackMaker::do_like_zukai(), fuzz::FuzzyKMeanAlg::DoClustering(), ana::MarginalLikelihood::DoDerivative(), nueccinc_test::NueCCIncGlobalFitter::doFullFit(), slicemergeviews::SliceMergeViews::DoMerge(), evd::PlotView::Draw(), evd::MCTrueView::Draw(), drawBinLines(), DrawBins(), DrawHiddenParameter(), evd::RecoBaseDrawer::DrawHoughResults2D(), drawIntensityEffect_2019(), drawLongTerm(), drawLongTerm_2019(), DrawPulls(), DrawSurface(), drawVsPOT(), nova::dbi::RunHistory::Dump(), ana::ICrossSectionAnalysis::DXDY(), ana::ICrossSectionAnalysis::DXDYDZ(), efficiency(), efficiencySA(), ana::EigenMatrixXdFromTMatrixD(), mcchk::ShowerAnaCheck::EMMoliereRadius(), cmf::CovarianceBinUtility::EmptyBins(), mcchk::ShowerAnaCheck::EMShowerWidth(), rsim::MakeNoiseSpectrumFile::endJob(), comi::DataCheck::endJob(), bpfit::BPFdEdxHistoMaker::endJob(), calib::DCMTimingOffset::endJob(), beamlinereco::ToFPositionRecoAnalysis::endJob(), calib::AbsCalib::endRun(), calib::DCMTimingOffset::endRun(), comi::ChanOcc::endSubRun(), calib::TimingCalFilter::endSubRun(), calib::DCMTimingOffset::endSubRun(), ana::Kriger::EnsureMatrix(), ErrorBand(), osc::_PMNS< T >::EvalEqn5(), om::HitMaps::EvalFEBShutOff(), rb::Cluster::Exclude(), ana::ExPIDPlot(), ExPIDPlot(), fake_future_data(), CherenkovCalc::FastMCFill(), fcn(), fcn2Var(), FD_plots(), rsim::IFPGAAlgorithm::FetchThresholds(), genie::GiBUURESFormFactor::FormFactors::FFRes(), fill_mask(), geo::LiveGeometry::FillBadBoxes(), nutools::dbi::Table::FillChanRowMap(), nova::dbi::Table::FillChanRowMap(), ana::NumuCCIncPionTemplateFitter::FillCovarianceBetweenSysts(), ana::nueccinc::NueCCIncTemplateFitter::FillCovarianceBetweenSysts(), cmf::ChiSqrCalculator::FillCovarianceMatrix(), ana::nueccinc::NueCCIncTemplateFitter::FillCovarianceMatrix(), ana::NumuCCIncPionTemplateFitter::FillCovarianceMatrix(), ana::NumuCCIncPionTemplateFitter::FillCovarianceMatrixExtra(), nueccinc_test::NueCCIncGlobalFitter::FillCovarianceMatrixFull(), nueccinc_test::NueCCIncGlobalFitter::FillCovarianceMatrixReduced(), genie::alvarezruso::ARSampledNucleus::FillDensities(), tdslicer::TDSlicer::FillDists(), FillHists(), hv::HoughVertexAlg::FillMaps(), caf::FillNumuInfo(), nueccinc_test::NueCCIncGlobalFitter::FillParameterCovariance(), sn::SupernovaAna::FillPlaneSeperations(), ana::PredictionInterp::ShiftedPreds::FillRemaps(), nueccinc_test::NueCCIncGlobalFitter::FillStatisticalCovarianceMatrixFull(), nueccinc_test::NueCCIncGlobalFitter::FillStatisticalCovarianceMatrixReduced(), ana::nueccinc::NueCCIncTemplateFitter::FillStatisticCovarianceMatrix(), ana::NumuCCIncPionTemplateFitter::FillStatisticCovarianceMatrix(), ana::FrequentistSurface::FillSurfacePoint(), novaddt::NuMuTrigger::filter(), novaddt::ActivityTrigger::filter(), novaddt::ActivityTriggerAna::filter(), comi::NumiFiltering::filter(), novaddt::ClusterConvert::filter(), novaddt::SlowMMTrigger::filter(), calib::MuondEdx::filter(), calib::DetRespDrift::filter(), showere::ShowerEnergyFilterMC::filter(), calib::MuonTrackHits::filter(), calib::MuondEdxAna::filter(), comi::FEBFlash::FilterFEBFlash(), util::FilterFEBFlash(), novaddt::ContainedSlice::filterForContainedHitLists(), novaddt::SingletonRejection::filterNoise(), earms::GridSearch::FindBestVtx(), beamlinereco::CFDHitFinder< T >::FindCFDHits(), dq::FlasherFinder::FindInstigators(), bpfit::Path::FindLayers(), beamlinereco::LEHitFinder< T >::FindLEHits(), lem::FindMatches(), lem::FindMatchesAlg::FindMatchesHeads(), slicer::PointManager::FindNeighbors(), airshower::AirSlicer::FindNeighbors(), FindNewDQRuns(), FindNewDQRunsND(), fuzz::FuzzyKVertex::FindOrphanedHits(), nerd::NERDProng::FindOrphanedHits(), beamlinereco::LEHitFinder< T >::FindRawHitLogic(), beamlinereco::CFDHitFinder< T >::FindRawHitLogic(), earms::ElasticArmsHS::FindSeed(), art::TriggerNamesService::findTrigPath(), fuzz::FuzzyKMeanAlg::FindUnclustered(), trident::DimuonSliceFilter::FindVertex(), bpfit::DimuonFitter::FindVertexZ(), trk::KalmanTrackAna::FindVisibleProngs(), cheat::RecoCheckAna::FindVisibleProngs(), fuzz::FuzzyKValidate::FindVisibleProngs3D(), fuzz::FuzzyKVertex::FindVisibleProngs3D(), trk::RLFit::Fit(), bpfit::Lutz::Fit(), CherenkovFitter::Fit(), ana::MinuitFitter::FitHelperSeeded(), bpfit::BreakPoint::FitTracks(), trk::CosmicTrackAlg::FitView(), novaddt::TrackFit::FitView(), flattenTH3(), evd::SimulationDrawer::FLSHit2D(), evd::SimulationDrawer::FLSHit3D(), FOMPlot(), for(), cmf::CovarianceTools::FracCovToCov(), FracToFull(), fragmentAngularDistribution(), fragmentAngularDistributionGM(), fragmentEnergyDistributionDifferentAngles(), fragmentYieldsPlot(), cosrej::CosRejFxs::FScatterEstim(), g4n::G4Alg::G4Alg(), generate_fc_binlists(), genie::NNBarOscPrimaryVtxGenerator::GenerateDecayProducts(), genie_syst_make(), genie_syst_pca(), genie_syst_shifts(), genie_syst_universe(), genie::alvarezruso::ARWavefunction::get(), get_mass(), cet::sqlite::detail::get_result(), get_rms(), cosrej::CosRejFxs::getBBC(), geo::LiveGeometry::GetBCInfo(), evd::GeometryDrawer::GetBox(), evd::RecoBaseDrawer::GetClusterOutlines(), getColors(), nutools::dbi::Table::GetColsFromDB(), GetCommandLineArgs(), ana::NumuCCIncPionTemplateFitter::getCorrelationBetweenSysts(), ana::nueccinc::NueCCIncTemplateFitter::getCorrelationBetweenSysts(), nueccinc_test::NueCCIncGlobalFitter::getCorrelationMatrix(), nueccinc_test::NueCCIncGlobalFitter::getCorrelationMatrixReduced(), ana::NumuCCIncPionTemplateFitter::getCorrelationMatrixTemplateBins(), ana::nueccinc::NueCCIncTemplateFitter::getCorrelationMatrixTemplateBins(), ana::covmx::CovarianceMatrix::GetCorrMxTH2(), nueccinc_test::NueCCIncGlobalFitter::getCovarianceMatrix(), nueccinc_test::NueCCIncGlobalFitter::getCovarianceMatrixReduced(), ana::NumuCCIncPionTemplateFitter::getCovarianceMatrixTemplateBins(), ana::nueccinc::NueCCIncTemplateFitter::getCovarianceMatrixTemplateBins(), ana::covmx::CovarianceMatrix::GetCovMxAbsoluteTH2(), ana::covmx::CovarianceMatrix::GetCovMxRelativeTH2(), GetCrossSection(), nuesand::FillNueSandbox::GetECF(), GetExtrap(), nueccinc_test::NueCCIncGlobalFitter::getFitParameterCorrelation(), nueccinc_test::NueCCIncGlobalFitter::getFitParameterCovariance(), ana::covmx::CovarianceMatrix::GetFullCorrMx(), ana::covmx::CovarianceMatrix::GetFullCorrMxTH2(), ana::covmx::CovarianceMatrix::GetFullCovMxTH2(), ana::LikelihoodCovMxExperiment::GetGradAndHess(), ana::AtmConstraint::GetGridMatrix(), novaddt::MoonShadow::GetHisto(), moonshadowana::MoonShadowAna::GetHisto(), moonshadowana::MoonShadowAnaHough::GetHisto(), airshower::AirSlicer::GetHoughAngles(), airshower::AirSlicer::GetHoughMap(), airshower::AirSlicer::GetHoughRhos(), genie::alvarezruso::AlvarezRusoCOHPiPDXSec::GetLeptonMass(), evd::SimulationDrawer::GetLimits(), nnbar::NNbarUtilities::getMultipleCellFraction(), om::HitMaps::GetNanoSliceSummary(), ana::Multiverse::GetNSigmaShift(), ana::GetNSigmaShift(), osc::OscCalcSterileBeam::GetParamsHash(), GetPartList_4DB(), tdslicer::TDSlicer::GetPtInfo(), gibuu::RecordLoader::GetRecord(), geo::LiveGeometry::GetRHInfo(), nova::database::Table::GetRowByColSet(), nova::database::Table::GetRowByPKey(), getStabilitySpectra(), osc::OscCalcSterile::GetState(), nueccinc_test::NueCCIncGlobalFitter::GetTemplateWeightsAndErrors(), evd::SimulationDrawer::GetTimeLimits(), getTimePeakPlots(), gov::fnal::cd::rms::util::UUIDGenerator::getUUIDHex(), evd::SimulationDrawer::GetVertexPoints(), genie::geometry::ROOTGeomAnalyzer::GetWeight(), nnbar::NNbarUtilities::getXyAsymmetry(), fuzz::FuzzyKValidate::GeVCalc(), goFNBasis(), goodness_of_fit(), ana::GraphWithPoissonErrors2(), vdt::gsFCN(), genie::alvarezruso::AlvarezRusoCOHPiPDXSec::H(), om::IPC::HandleCurrentWatchListRequests(), DecTreeLoader::HandlePOT(), om::WatchListBox::HandleRemoveFromList(), heatMap(), om::HitMaps::HitMaps(), util::HoughCalc::HoughCalc(), remid::RecoMuon::Init(), ana::init_bicutarr(), daqdataformats::DCMSimulator::initFEBList(), genie::GRV98LO::Initialize(), cmf::ChiSqrCalculator::InitializeCovarianceMatrix(), genie::INukeHadroData2018::IntBounce(), genie::INukeHadroData::IntBounce(), nueccinc_test::NueCCIncGlobalFitter::InvertCovarianceMatrix(), invmask(), dq::FlasherFinder::IsInstigator(), joint_fit_2017_fc_submit(), joint_fit_future_bestfit_univ(), joint_fit_future_contour_univ(), fuzz::FuzzyKMeanAlg::Jpfuz(), keras::KerasModel::KerasModel(), ana::GPKernel::KernelBlock(), ana::kNue2017BasicPartFunc(), hough::IslandsTH2::LabelIslands(), genie::NievesQELCCPXSec::leviCivita(), levy_func_problem(), ana::LikelihoodCovMxExperiment::LikelihoodCovMxNewton(), lin_solve(), util::LinFitTS(), genie::NievesQELCCPXSec::LmunuAnumu(), nerd::NERDEval::load_anchors(), genie::flux::GNuMIFlux::LoadBeamSimData(), nutools::dbi::Table::LoadConditionsTable(), evd::MCTrueView::LoadEvent(), nova::dbi::RunHistory::LoadFEBMasksFromDAQDB(), nova::database::Table::LoadFromCSV(), nova::dbi::Table::LoadFromCSV(), nutools::dbi::Table::LoadFromCSV(), nova::database::Table::LoadFromDB(), nova::dbi::Table::LoadFromDB(), nutools::dbi::Table::LoadFromDB(), ana::FrequentistSurface::LoadFromMulti(), nova::database::Table::LoadFromSSV(), g4n::LoadNeutronFates(), nutools::dbi::Table::LoadNonConditionsTable(), nova::dbi::Table::LoadNonValidityTable(), nova::dbi::RunHistory::LoadPixelInfo(), genie::GiBUURESFormFactor::FormFactors::LoadTables(), nova::dbi::Table::LoadValidityTable(), readFlux::Loop(), lsqr_fprime(), lu_factorize(), main(), make1DsAndRatio(), make_angle_plot(), make_fc_mass_and_oct_nersc_2018(), make_fc_mass_and_oct_nersc_2019(), make_fc_mh_nersc_2018(), make_fc_mh_nersc_2019(), make_fc_nus_surfs_nersc_2019(), make_fc_oct_nersc_2018(), make_fc_oct_nersc_2019(), make_fc_slices_nersc_2018(), make_fc_slices_nersc_2018_stats(), make_fc_slices_nersc_2019(), make_fc_surfaces_2020(), make_fc_surfaces_2020_validation(), make_fc_surfaces_nersc_2018(), make_fc_surfaces_nersc_2018_stats(), make_fc_surfaces_nersc_2019(), make_pi0_xcheck(), make_pid(), ana::make_simple_res_plot(), make_template(), make_UU_plot(), MakeAverageTrueEnergySurface(), genie::geometry::GeomVolSelectorFiducial::MakeBox(), dt::View::MakeChunkCombos(), nerd::NERDProng::MakeCluster(), nutools::dbi::Table::MakeConditionsCSVString(), MakeDQValidityCSV(), MakeDQValidityCSVND(), g4rwgt::MakeG4WeightTable::MakeG4WeightTable(), makeHWwatchlist(), osc::EarthModel::MakeLayers(), MakeNus17CosBkgd(), MakeNus18CosBkgd(), evtsum::EventSummary::MakeOutput(), makePlots(), MakePlots(), genie::geometry::GeomVolSelectorRockBox::MakeRockBox(), MakeSummaryTable(), MakeSurface(), MakeTestStandPlots_AllRuns(), MakeTestStandPlots_NewRuns(), om::HistoSet::MakeTH1FCopies(), om::HistoSet::MakeTH2FCopies(), airshower::AirSlicer::MakeTrackSlices(), nova::dbi::Table::MakeValidityCSVString(), makeXSecPlots2D(), makeXSecPlots_TemplateFit(), hough::Hough2P::Map(), hough::MultiHough2P::Map(), nova::dbi::RunHistory::MapHardwareToLocation(), lem::MatchableEvent::MatchableEvent(), fuzz::ViewMatchAlg::Matching(), nerd::ViewMatchAlg::Matching(), trk::KalmanTrackMerge::MatchTracks(), genie::geometry::ROOTGeomAnalyzer::MaxPathLengthsBoxMethod(), genie::COHKinematicsGenerator::MaxXSec_BergerSehgal(), genie::COHKinematicsGenerator::MaxXSec_BergerSehgalFM(), genie::COHKinematicsGenerator::MaxXSec_ReinSehgal(), evd::MCTrueView::MCTrueView(), evd::SimulationDrawer::MCTruthShortText(), evd::SimulationDrawer::MCTruthTrajectoriesAnyD(), evd::SimulationDrawer::MCTruthVectors2D(), evd::SimulationDrawer::MCTruthVectors3D(), earms::ElasticArmsHS::MCVertex(), mec_nux_tester_2020(), mec_tuning(), mec_tuning_fitter_2020(), median_contours(), fuzz::FuzzyKMeanAlg::MergeClusters(), om::MicroErrors::MicroErrors(), keras::missing_activation_impl(), nerd::NERDEval::mold_input(), osc::_PMNS< T >::Multi(), myBarChart(), nueccinc_test::NueCCIncGlobalFitter::myFunction(), ana::nueccinc::NueCCIncTemplateFitter::myFunction2Vars(), ana::NumuCCIncPionTemplateFitter::myFunction2Vars(), ana::nueccinc::NueCCIncTemplateFitter::myFunction3Vars(), ana::NumuCCIncPionTemplateFitter::myFunction3Vars(), genie::alvarezruso::ARSampledNucleus::N(), om::NanoErrors::NanoErrors(), NDFDCVNBDTCutSelector(), NDFDCVNCutSelector(), slicer::Slicer::NeighborSlice(), NewNearlinePlots(), evgen::NuMISpillTimeStructure::NewSpill(), hough::IslandsTH2::Nislands(), nova::dbi::RunHistory::NLiveDCMs(), NormalizeHists(), nuebar_signif(), nueccinc_test::NueCCIncGlobalFitter::NueCCIncGlobalFitter(), nuint09_1pi3(), nuint09_coh3(), nuint09_qel4(), nuint09_qel5(), bpfit::Lutz::NullResult(), NuSTreeMaker(), OnMonAnaHistos(), OnMonAnaHistosFEB_IssueRates(), OnMonAnaHistosPIX(), OnMonPlotMaker(), ana::GPKernel::operator()(), genie::alvarezruso::ARWavefunction::operator()(), operator*(), nova::database::operator<<(), nutools::dbi::operator<<(), nova::dbi::operator<<(), nerd::PixelPIDMaps::operator==(), air::AirKalmanAna::OppSignTrkCount(), ana::OverlayCutFromNuTruthCut(), osc::OscCalcPMNS_CPT::P(), osc::OscCalcPMNS_NSI::P(), osc::_OscCalcPMNS< T >::P(), osc::_OscCalcPMNSOpt< T >::P(), osc::OscCalcSterile::P(), PackMatrix(), evdb::ParameterSetEditFrame::ParameterSetEditFrame(), evd::PlotView::Parse(), ParseFluxFileConfig(), partial_pivot(), PeripheralCuts(), permute(), slid::ParticleIDAlg::Pi0Mass(), genie::HAIntranuke::PiBounce(), genie::HAIntranuke2018::PiBounce(), plot(), plot_abstree(), plot_diff(), plot_input_data(), plot_multiplicity_prob(), plot_nd_spectra_2018(), plot_pi0_xcheck(), plot_pid(), plot_residPerPlane(), plot_residPerViewV(), plot_residPerViewZ(), plot_timing_resolution(), plotapdhv(), PlotGenRatios(), PlotSignalBackground(), plotTime(), Plotting_DataAndPrediction(), genie::HAIntranuke::PnBounce(), genie::HAIntranuke2018::PnBounce(), novaddt::UpMuAna::populateFLSmap(), geo::LiveGeometry::postBeginSubRun(), pots(), ppfx_smooth_weights_make(), tensorflow::TensorflowHandler::Predict(), ana::covmx::CovarianceMatrix::Predict(), nerd::NERDEval::predict_fifo(), genie::utils::intranuke::PreEquilibrium(), genie::utils::intranuke2018::PreEquilibrium(), slicer::PointManager::PreparekDistInfo(), tdslicer::TDSlicer::Prims(), genie::alvarezruso::ARWavefunction::print(), print_decay_channels(), daqdataformats::RawDAQData::printBuffer(), nova::dbi::RunHistory::PrintChanInfo(), nova::database::Table::PrintColumns(), nutools::dbi::Table::PrintColumns(), nova::dbi::Table::PrintColumns(), novaddt::RemoveOneDSlices::printDDTSlice(), novaddt::RemoveSpatialNoise::printDDTSlice(), novaddt::ContainedSlice::printDDTSlices(), PrintErrorSurface(), osc::OscCalcPMNSOptEigen::PrintMatrixAddresses(), evdb::PrintDialog::PrintToFile(), vf::VertexFinder::produce(), filter::TruthFilter::produce(), slicer::Slicer4D::produce(), trk::KalmanTrackMerge::produce(), MergeG4Collections::MergeG4Collections::produce(), MergeCollections::MergeCollections::produce(), novaddt::TrackFit::produce(), jmshower::JMTrackMerge::produce(), numusand::FillSandbox::produce(), calib::FiberCalibration::produce(), slid::SliceLIDBuilder::produce(), cvn::CVNCosmicMapper::produce(), zcl::SPCluster::produce(), g4n::TruthSlim::produce(), cosrej::CosRej::produce(), airshower::AirSlicer::produce(), earms::ElasticArmsHS::produce(), calib::TimingCalibration::produce(), comi::Cana::produce(), sn::SNSlicer::produce(), vdt::VertexDT::produce(), lem::LEM::produce(), cvntf::CVNProngEvaluatorTF::produce(), xnue::XnuePID::produce(), cvn::RegCVNMapper::produce(), jmshower::NueSelLID::produce(), crvtx::CosmicRayVertex::produce(), cheat::MCCheater::produce(), g4rwgt::MakeG4WeightTable::produce(), slicemergeviews::SliceMergeViews::produce(), tdslicer::TDSlicer::produce(), ProducingSA(), cvn::ProngSummary::ProngSummary(), osc::PMNS_Sterile::PropMatter(), osc::_PMNSOpt< T >::PropMatter(), osc::_PMNS< T >::PropMatter(), osc::_PMNSOpt< T >::PropVacuum(), osc::_PMNS< T >::PropVacuum(), genie::alvarezruso::ARSampledNucleus::Radius(), lem::dec::Forest::RandomOrthoMatrix(), Rebin(), reco_minus_true_panels(), jmshower::RecoJMShower::RecoShowers(), ana::PredictionExtendToPeripheral::ReduceHelper(), ana::PredictionExtendToPeripheral::ReduceHelperNC(), novaddt::DBSlicer::regionQuery(), ana::TrivialCrossSectionAnalysis::RelativeUncertainty(), nerd::NERDEval::remove_overlap(), murem::MuonRemove::RemoveByProngCVN(), nova::database::Table::RemoveDistinctColumn(), nova::dbi::Table::RemoveDistinctColumn(), nutools::dbi::Table::RemoveDistinctColumn(), RemoveEmptyRowsAndColumns(), trk::KalmanTrack::RemoveHitsFromSignal(), nova::database::Table::RemoveOrderColumn(), nova::dbi::Table::RemoveOrderColumn(), nutools::dbi::Table::RemoveOrderColumn(), nova::database::Table::RemoveRow(), nova::dbi::Table::RemoveRow(), nutools::dbi::Table::RemoveRow(), util::HoughCalc::Reset(), osc::_PMNS< T >::Reset(), hough::MultiHough2P::ReweightHits(), genie::alvarezruso::integrationtools::RG201D(), genie::alvarezruso::integrationtools::RG202D(), genie::alvarezruso::integrationtools::RG481D(), genie::alvarezruso::integrationtools::RG482D(), RockFilter_A(), RockFilter_D(), calib::RockMuonStopperSelection::RockMuonStopperSelection(), rootgINukeVal(), osc::PMNS_Sterile::RotateH(), run_evgen_test(), nerd::NERDEval::run_graph(), RunCalibration(), RunFitter(), evgen::SingleGen::Sample(), SaveDataToRootFile(), ana::covmx::CovarianceMatrix::SaveTo(), SaveToPsFile(), SaveToRootFile(), hough::MultiHoughT::Scrub(), earms::ElasticArmsHS::Scrub(), vdt::VertexDT::Scrub(), fuzz::FuzzyKVertex::Scrub(), nueccinc_test::NueCCIncGlobalFitter::searchFitInfo(), fuzz::FuzzyKMeanAlg::SeedA(), novaddt::TrackFit::SeedWeights(), trk::RLFit::SeedWeights(), Selection_FOM(), Selection_Lite(), sensitivity_plot(), genie::alvarezruso::ARWavefunction::set(), osc::PMNS_Sterile::SetAngle(), caldp::DCMSummary::SetDCMOffsetCountIndx(), caldp::DCMSummary::SetDCMOffsetSumIndx(), caldp::DCMSummary::SetDCMOffsetSumSquareIndx(), genie::utils::style::SetDefaultStyle(), osc::PMNS_Sterile::SetDelta(), osc::_PMNS< T >::SetDeltaMsqrs(), SetErrors(), evgen::IsoGen::setInSurfID(), genie::geometry::GeomVolSelectorRockBox::SetMinimumWall(), osc::_PMNS< T >::SetMix(), osc::_PMNS< T >::SetMixBWCP(), osc::OscCalcSterile::SetRho(), genie::geometry::GeomVolSelectorRockBox::SetRockBoxInclusion(), genie::geometry::GeomVolSelectorRockBox::SetRockBoxMinimal(), bpfit::Lutz::SetScatteringPlane(), osc::OscCalcSterile::SetState(), cmf::CMFDecorrelator::SetTemplateMatrix(), evdb::ParameterSetEditRow::SetupListBox(), geo::LiveGeometry::SetupLiveGeo(), genie::alvarezruso::integrationtools::SG20R(), genie::alvarezruso::integrationtools::SG48R(), sg_coeff(), sha1_forRMS_hmac(), keras::DataChunk2D::show_values(), novaddt::DDTTrackMerge::simpleMerge(), novaddt::Merge2DTracks::simpleMerge(), slicer_production_validation(), comi::FEBFlash::SliceStatistics(), bpf::SliceSummary::SliceSummary(), hough::Hough2P::SmoothMap(), hough::MultiHough2P::SmoothMap(), osc::PMNS_NSI::SolveHam(), osc::PMNS_Sterile::SolveHam(), osc::_PMNSOpt< T >::SolveHam(), genie::alvarezruso::AlvarezRusoCOHPiPDXSec::SolveWavefunctions(), osc::_PMNS< T >::SortEigenvalues(), Spec2DtoHist(), specprod_numuccinc(), dt::DiscreteTracker::SpliceChains(), SplitFakeData(), calib::StopperSelection::StopperSelection(), om::FEBRateAnalysis::StoreContent(), SuppressND(), genie::GHepRecord::SwapParticles(), systematics_extrap_comp_from_pred_interp(), systematics_summary_from_pred_interp(), ana::systsQ3Q0(), nova::dbi::Table::Table(), airshower::AirSlicer::TemporalClusters(), nnbar::NNbarUtilities::temporalExpand(), geo::GeometryTest::testCellPos(), testfom(), cmf::CovarianceTools::TH2ToMat(), calib::ThroughgoingSelection::ThroughgoingSelection(), util::TimeSlice(), ana::TMatrixDFromEigenMatrixXd(), ana::TrivialCrossSectionAnalysis::TotalErrors(), nnbar::NNbarUtilities::totalVisibleEnergyInView(), ana::ReweightableSpectrum::ToTH2(), ana::GenieMultiverseSpectra::ToTH2(), om::TQPlots::TQPlots(), geo::CoordinateTransformation::transformBeamToDetectorCoordinates(), geo::CoordinateTransformation::transformDetectorToBeamCoordinates(), transpose(), TrimGraph(), slicemergeviews::SliceMergeViews::TrimNoise(), tdslicer::TDSlicer::TrimNoise(), novaddt::Merge2DTracks::twoViewMerge(), ana::MultiverseCorrelation::Unifyinghists(), evgen::GFlavorOsc::UnityProbMatrix(), UnpackMatrix(), evdb::ParameterSetEditRow::UnpackParameter(), om::PlotViewer::UpdateCompare(), om::FEBRatesByDiblock::UpdateRatePlots(), uptime(), om::HistoSet::UTCResetTH2F(), ValidateDBMasks(), Validation(), validationscript(), cvnneutronprongtf::CVNNeutronProngTF::vector_to_tensor(), cvnprongtf::CVNProngTF::vector_to_tensor(), dq::FlasherFinder::Veto(), zcl::FmmTrackerValidation::vfit(), zcl::FmmTrackerAna::vfit(), evdb::WindowMenu::WindowMenu(), novaddt::DDTEvd::WriteHitListInfo(), moonshadowana::MoonShadowAna::WriteHitListInfo(), moonshadowana::MoonShadowAnaHough::WriteHitListInfo(), cmf::CovarianceMatrixMaker::writeResults(), nova::dbi::Table::WriteToCSV(), nutools::dbi::Table::WriteToCSV(), nova::database::Table::WriteToDB(), nova::dbi::Table::WriteToDB(), nutools::dbi::Table::WriteToDB(), bpfit::Lutz::X(), zheevh3(), zhetrd3(), ana::BeamSystOrWeightBase::~BeamSystOrWeightBase(), ana::FixGibuuWeight::~FixGibuuWeight(), genie::GiBUURESFormFactor::FormFactors::~FormFactors(), ana::GeniePCASyst::~GeniePCASyst(), and ana::NumuSummedSmallGENIESyst::~NumuSummedSmallGENIESyst().
const double calib::K = 0.307075 |
Definition at line 28 of file BetheBloch.cxx.
const int calib::kChunk = 2000 |
Definition at line 39 of file ADCShapeFit.cxx.
Referenced by calib::ADCShapeFitTable::ADCShapeFitTable(), and calib::ADCShapeFitTable::Table().
const unsigned int calib::kNumFineTimingADCPoints = 4 |
Definition at line 45 of file ADCShapeFit.cxx.
Referenced by ADCShapeFit(), GetExpectations(), and calib::ADCShapeFitTable::TNS().
const int calib::kOffsetStep = 16 |
Definition at line 53 of file ADCShapeFit.cxx.
Referenced by GetExpectations().
const double calib::kSamplesPerOffset = 1./(256*64) |
Definition at line 54 of file ADCShapeFit.cxx.
Referenced by ADCShapeFit().
int calib::kStatsLimit = 1 |
Definition at line 58 of file AttenuationFit_plugin.cc.
Referenced by calib::AttenFit::endJob(), calib::AttenFit::GetBestHistogram(), calib::AttenuationFit::GetBestHistogram(), and calib::AttenuationFit::writeResults().
const double calib::kZeroOffsetSamples = -1 |
Definition at line 50 of file ADCShapeFit.cxx.
Referenced by ADCShapeFit(), and calib::ADCShapeFitTable::TNS().
const double calib::Me = 510.998910e3 |
Definition at line 25 of file BetheBloch.cxx.
const double calib::Mmu = 105.658367e6 |
Definition at line 26 of file BetheBloch.cxx.
Referenced by calib::BetheBlochAnalytic::BetaGamma().
|
static |
Definition at line 132 of file DCMTimingOffset_module.cc.
Referenced by caldp::TCTrack::CalculateFiberVelocity(), and caldp::TCTrack::CalculateMuonVelocity().
|
static |
Definition at line 141 of file TimingCalibration_module.cc.