Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
usm.C File Reference
#include <usmData.h>
+ Include dependency graph for usm.C:

Go to the source code of this file.

Functions

Double_t csNorm (0.)
 
Double_t fsNorm (0.)
 
Double_t tPath (Int_t x, Int_t y)
 
void init ()
 
void tile (TString tDcsv)
 
TCanvas * tMap (NULL)
 
TCanvas * tDQ (NULL)
 
void plot ()
 

Variables

TH2 * tcs = new TH2F("tcs","Clear side", 11, 0.5, 11.5, 9, 2., 20.)
 
TH2 * tfs = new TH2F("tfs","Fiber side", 11, 0.5, 11.5, 9, 2., 20.)
 
TH2 * fcr = new TH2F("fcr","Ratio Fiber-to-Clear", 11, 0.5, 11.5, 9, 2., 20.)
 
TH1 * AtoB = new TH1F("AtoB","Reproducibility of measurements", 20, -0.5, 0.5)
 
TH1 * AtoB1cs = new TH1F("AtoB1cs","Ratio of Before-After mesurements in the last(away from SiPM) row (Clear)", 20, 0.5, 1.5)
 
TH1 * AtoB2cs = new TH1F("AtoB2cs","Ratio of Before-After mesurements in the first(close to SiPM) row (Clear)", 20, 0.5, 1.5)
 
TH1 * AtoBtcs = new TH1F("AtoBtcs","Ratio of Before-After mesurements in the first&last rows (Clear)", 20, 0.5, 1.5)
 
TH1 * AtoB1fs = new TH1F("AtoB1fs","Ratio of Before-After mesurements in the last(away from SiPM) row) (Fiber)", 20, 0.5, 1.5)
 
TH1 * AtoB2fs = new TH1F("AtoB2fs","Ratio of Before-After mesurements in the first(close to SiPM) row (Fiber)", 20, 0.5, 1.5)
 
TH1 * AtoBtfs = new TH1F("AtoBtfs","Ratio of Before-After mesurements in the first&last rows (Fiber)", 20, 0.5, 1.5)
 
TH2 * tcsn = new TH2F("tcsn","Normalized A: LED on Clear side", 11, 0.5, 11.5, 9, 2., 20.)
 
TH2 * tfsn = new TH2F("tfsn","Normalized A: LED on Fiber side", 11, 0.5, 11.5, 9, 2., 20.)
 
TH2 * fcrn = new TH2F("fcrn","Ratio Fiber-to-Clear (both normalized)", 11, 0.5, 11.5, 9, 2., 20.)
 
TH1 * cs_all = new TH1F("cs_all","Normalized A: LED on Clear side", 40, 0., 3.)
 
TH1 * cs_off = new TH1F("cs_off","Off-fiber A: clear(black) & fiber(red) sides", 40, 0., 3.)
 
TH1 * cs_onf = new TH1F("cs_onf","Norm. amp. on fiber, clear side", 40, 0., 3.)
 
TH1 * fs_off = new TH1F("fs_off","Norm. amp. off fiber, fiber side", 40, 0., 3.)
 
TH1 * fs_onf = new TH1F("fs_onf","Norm. amp. on fiber, fiber side", 40, 0., 3.)
 
TH1 * rfc_off = new TH1F("rfc_off","Norm. amp. Ratio: off fiber", 40, 0., 3.)
 
TH1 * rfc_onf = new TH1F("rfc_onf","Norm. amp. Ratio: on fiber", 40, 0., 3.)
 
TProfile * tavsdnfcs = new TProfile("tavsdnfcs","Amp vs Dist from exit - no fiber - clear side", 20,0.,20.,0.,2000.,"")
 
TProfile * tavsdfcs = new TProfile("tavsdfcs", "Amp vs Dist from exit - fiber - clear side", 20,0.,20.,0.,2000.,"")
 
TProfile * tavsdnffs = new TProfile("tavsdnffs","Amp vs Dist from exit - no fiber - fiber side", 20,0.,20.,0.,2000.,"")
 
TProfile * tavsdffs = new TProfile("tavsdffs", "Amp vs Dist from exit - fiber - fiber side", 20,0.,20.,0.,2000.,"")
 
Double_t fiber [11][9]
 
Int_t tileId
 
TString token
 
TString Item
 
TString Tokens [24][20]
 
Double_t value [24][20]
 
Double_t tData [2][11][9]
 
Double_t cData [2][11][2]
 
Double_t xValue [2][11]
 
Double_t yValue [9]
 
Int_t X
 Modifier of X coordinate of the particle, fP[0].
 
Int_t Y
 Modifier of Y coordinate of the particle, fP[1].
 
Int_t loc
 
Int_t line
 
Int_t pos
 

Function Documentation

Double_t csNorm ( 0.  )

Referenced by tile().

+ Here is the caller graph for this function:

Double_t fsNorm ( 0.  )

Referenced by tile().

+ Here is the caller graph for this function:

void init ( )

Definition at line 71 of file usm.C.

View newest version in sPHENIX GitHub at line 71 of file usm.C

References cData, fiber, tData, value, TauVsDIS_MachineLearning_Differentiation::X, xValue, TauVsDIS_MachineLearning_Differentiation::Y, and yValue.

void plot ( )

Definition at line 244 of file usm.C.

View newest version in sPHENIX GitHub at line 244 of file usm.C

TCanvas * tDQ ( NULL  )

Referenced by plot().

+ Here is the caller graph for this function:

void tile ( TString  tDcsv)

dam[loc]

dam[loc]&&

Definition at line 84 of file usm.C.

View newest version in sPHENIX GitHub at line 84 of file usm.C

References AtoB, AtoB1cs, AtoB1fs, AtoB2cs, AtoB2fs, AtoBtcs, AtoBtfs, cData, cs_all, cs_off, cs_onf, csNorm(), dam, dy, fcr, fcrn, fib, Fill(), fs_off, fs_onf, fsNorm(), myAnalysis::init(), Item, line, loc, Acts::Test::pos, rfc_off, rfc_onf, tavsdfcs, tavsdffs, tavsdnfcs, tavsdnffs, tcs, tcsn, tData, tfs, tfsn, tileId, Tokens, tScale, value, TauVsDIS_MachineLearning_Differentiation::X, xValue, TauVsDIS_MachineLearning_Differentiation::Y, and yValue.

Referenced by LazyTiling25::_add_untagged_neighbours_to_tile_union_using_max_info(), LazyTiling25::_bj_remove_from_tiles(), ClusterSequence::_bj_remove_from_tiles(), ClusterSequence::_faster_tiled_N2_cluster(), LazyTiling9::_initialise_tiles(), LazyTiling25::_initialise_tiles(), ClusterSequence::_initialise_tiles(), ClusterSequence::_minheap_faster_tiled_N2_cluster(), LazyTiling25::_print_tiles(), ClusterSequence::_print_tiles(), ClusterSequence::_tiled_N2_cluster(), LazyTiling25::_tj_set_jetinfo(), ClusterSequence::_tj_set_jetinfo(), PHTruthClustering::all_truth_clusters(), SvtxTruthEval::all_truth_clusters(), PHG4MicromegasDetector::construct_micromegas(), CylinderGeomMicromegas::find_tile_cylindrical(), MicromegasDefs::genHitSetKey(), AlignmentDefs::getLabelBase(), MicromegasHotChannelMapData::is_hot_channel(), MicromegasCombinedDataDecoder::process_event(), LazyTiling9Alt::run(), LazyTiling9::run(), and LazyTiling25::run().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

TCanvas* tMap ( NULL  )

Referenced by plot().

+ Here is the caller graph for this function:

Double_t tPath ( Int_t  x,
Int_t  y 
)

Definition at line 65 of file usm.C.

View newest version in sPHENIX GitHub at line 65 of file usm.C

References dy, exitX, and exitY.

Variable Documentation

TH1* AtoB = new TH1F("AtoB","Reproducibility of measurements", 20, -0.5, 0.5)

Definition at line 8 of file usm.C.

View newest version in sPHENIX GitHub at line 8 of file usm.C

Referenced by plot(), and tile().

TH1* AtoB1cs = new TH1F("AtoB1cs","Ratio of Before-After mesurements in the last(away from SiPM) row (Clear)", 20, 0.5, 1.5)

Definition at line 9 of file usm.C.

View newest version in sPHENIX GitHub at line 9 of file usm.C

Referenced by tile().

TH1* AtoB1fs = new TH1F("AtoB1fs","Ratio of Before-After mesurements in the last(away from SiPM) row) (Fiber)", 20, 0.5, 1.5)

Definition at line 12 of file usm.C.

View newest version in sPHENIX GitHub at line 12 of file usm.C

Referenced by tile().

TH1* AtoB2cs = new TH1F("AtoB2cs","Ratio of Before-After mesurements in the first(close to SiPM) row (Clear)", 20, 0.5, 1.5)

Definition at line 10 of file usm.C.

View newest version in sPHENIX GitHub at line 10 of file usm.C

Referenced by tile().

TH1* AtoB2fs = new TH1F("AtoB2fs","Ratio of Before-After mesurements in the first(close to SiPM) row (Fiber)", 20, 0.5, 1.5)

Definition at line 13 of file usm.C.

View newest version in sPHENIX GitHub at line 13 of file usm.C

Referenced by tile().

TH1* AtoBtcs = new TH1F("AtoBtcs","Ratio of Before-After mesurements in the first&last rows (Clear)", 20, 0.5, 1.5)

Definition at line 11 of file usm.C.

View newest version in sPHENIX GitHub at line 11 of file usm.C

Referenced by tile().

TH1* AtoBtfs = new TH1F("AtoBtfs","Ratio of Before-After mesurements in the first&last rows (Fiber)", 20, 0.5, 1.5)

Definition at line 14 of file usm.C.

View newest version in sPHENIX GitHub at line 14 of file usm.C

Referenced by tile().

Double_t cData[2][11][2]

Definition at line 59 of file usm.C.

View newest version in sPHENIX GitHub at line 59 of file usm.C

Referenced by init(), and tile().

TH1* cs_all = new TH1F("cs_all","Normalized A: LED on Clear side", 40, 0., 3.)

Definition at line 24 of file usm.C.

View newest version in sPHENIX GitHub at line 24 of file usm.C

Referenced by plot(), and tile().

TH1* cs_off = new TH1F("cs_off","Off-fiber A: clear(black) & fiber(red) sides", 40, 0., 3.)

Definition at line 25 of file usm.C.

View newest version in sPHENIX GitHub at line 25 of file usm.C

Referenced by plot(), and tile().

TH1* cs_onf = new TH1F("cs_onf","Norm. amp. on fiber, clear side", 40, 0., 3.)

Definition at line 26 of file usm.C.

View newest version in sPHENIX GitHub at line 26 of file usm.C

Referenced by tile().

TH2* fcr = new TH2F("fcr","Ratio Fiber-to-Clear", 11, 0.5, 11.5, 9, 2., 20.)

Definition at line 7 of file usm.C.

View newest version in sPHENIX GitHub at line 7 of file usm.C

Referenced by tile().

TH2* fcrn = new TH2F("fcrn","Ratio Fiber-to-Clear (both normalized)", 11, 0.5, 11.5, 9, 2., 20.)

Definition at line 21 of file usm.C.

View newest version in sPHENIX GitHub at line 21 of file usm.C

Referenced by tile().

Double_t fiber[11][9]

Definition at line 53 of file usm.C.

View newest version in sPHENIX GitHub at line 53 of file usm.C

Referenced by tileHelper::collectTileSummary(), and init().

TH1* fs_off = new TH1F("fs_off","Norm. amp. off fiber, fiber side", 40, 0., 3.)

Definition at line 27 of file usm.C.

View newest version in sPHENIX GitHub at line 27 of file usm.C

Referenced by plot(), and tile().

TH1* fs_onf = new TH1F("fs_onf","Norm. amp. on fiber, fiber side", 40, 0., 3.)

Definition at line 28 of file usm.C.

View newest version in sPHENIX GitHub at line 28 of file usm.C

Referenced by tile().

TString Item

Definition at line 55 of file usm.C.

View newest version in sPHENIX GitHub at line 55 of file usm.C

Referenced by tinyxml2::MemPoolT< sizeof(XMLElement) >::Alloc(), tinyxml2::MemPoolT< sizeof(XMLElement) >::Free(), and tile().

line

Definition at line 62 of file usm.C.

View newest version in sPHENIX GitHub at line 62 of file usm.C

Referenced by testing::internal::FunctionMockerBase< R(A1, A2)>::AddNewExpectation(), testing::internal::FunctionMockerBase< R(A1, A2)>::AddNewOnCallSpec(), Acts::AssertionFailureException::AssertionFailureException(), BeamLineDefineMagnets(), Acts::Test::BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), calLinearity(), calLinearity_ShowerCalib(), collectData(), D0_BUP2020_AN_3yr(), D0_BUP2020_AN_5yr_comparison(), D0_BUP2020_AuAu_v1_5y_compare(), D0_BUP2020_AuAu_v2_3yr(), D0_BUP2020_AuAu_v2_3yr_20wk_comp(), D0_BUP2020_pAu_C0_5_v2_3yr(), Acts::Test::debug_level_test(), testing::internal::ExpectationBase::DescribeLocationTo(), TPCMap::digest_map(), TpcMap::digest_map(), dokinematics(), DoPercentDifference(), Draw(), TpotMonDraw::Draw(), Draw_eff(), Draw_hotmap(), Draw_ratio(), HcalMonDraw::DrawFourth(), InttMonDraw::DrawGlobalChipMap(), InttMonDraw::DrawGlobalLadderMap(), InttMonDraw::DrawLocalChannelMap(), InttMonDraw::DrawLocalChipMap(), Acts::GeometryView3D::drawSegmentBase(), ei(), testing::internal::Expect(), extractEnergyLinearity_OHCal(), extractEnergyLinearity_Pion(), extractMIPEnergy(), extractShowerCalibFactor_OHCal(), PktSizeCommon::filldcmgroups(), PktSizeCommon::fillfibergroups(), groot::FillZigzagMaps(), PHTimeStamp::formatTimeString(), Jetscape::TrentoInitial::GenCenTab(), HelicalFitter::get_helix_surface_intersection(), TrackFitUtils::get_helix_tangent(), getdeltat(), oncsEventiterator::getIdTag(), rcdaqEventiterator::getIdTag(), getpnorad1(), HorizontalLine(), readDigitalCurrents::InitRun(), fillSpaceChargeMaps::InitRun(), Acts::detail::IntersectionHelper2D::intersectSegment(), Proto4ShowerCalib::LoadRecalibMap(), Proto2ShowerCalib::LoadRecalibMap(), Proto3ShowerCalib::LoadRecalibMap(), main(), ActsExamples::SeedingFTFAlgorithm::Make_ACTS_FTF_Map(), make_cemcCDBTree(), makebranch(), makehtml(), ActsExamples::makeMagneticFieldMapRzFromText(), ActsExamples::makeMagneticFieldMapXyzFromText(), SDeltaPtCutStudy::MakePlots(), MakePrettyPlot(), MakeRatioComparisonPlot(), MergeFiles(), mg_get_ip_address_of_nameserver(), mg_resolve_from_hosts_file(), nthick(), OnlineAnalysis(), ReadSynRadFiles::OpenInputFile(), OnlMonHtml::plainHtmlMenu(), plot(), plot_histos(), ReadSynRadFiles::process_event(), daq_device_filenumbers::put_data(), pylogo(), pystrf(), QuickDeltaPtExtractor(), MvtxAlign::ReadAlignmentParFile(), MvtxPrototype2Align::ReadAlignmentParFile(), readBeamXings(), PHPythia6::ReadConfig(), Acts::IntegrationTest::readFieldXYZ(), readFile(), MvtxApplyHotDead::ReadHotDeadFile(), readParameters(), readSeedFile(), Acts::Test::readTracksAndVertexCSV(), RecalibratorMakeOnePlot(), testing::internal::ScopedTrace::ScopedTrace(), SDeltaPtCutStudy::SetGeneralHistParameters(), LBT::setParameter(), noiMsgTree::slurp_file(), TEST_CASE(), Acts::Test::testObjString(), Acts::Test::testPlyString(), tile(), TriggerMultiplicity(), and VerticalLine().

Int_t pos

Definition at line 62 of file usm.C.

View newest version in sPHENIX GitHub at line 62 of file usm.C

TH1* rfc_off = new TH1F("rfc_off","Norm. amp. Ratio: off fiber", 40, 0., 3.)

Definition at line 29 of file usm.C.

View newest version in sPHENIX GitHub at line 29 of file usm.C

Referenced by tile().

TH1* rfc_onf = new TH1F("rfc_onf","Norm. amp. Ratio: on fiber", 40, 0., 3.)

Definition at line 30 of file usm.C.

View newest version in sPHENIX GitHub at line 30 of file usm.C

Referenced by tile().

TProfile* tavsdfcs = new TProfile("tavsdfcs", "Amp vs Dist from exit - fiber - clear side", 20,0.,20.,0.,2000.,"")

Definition at line 34 of file usm.C.

View newest version in sPHENIX GitHub at line 34 of file usm.C

Referenced by tile().

TProfile* tavsdffs = new TProfile("tavsdffs", "Amp vs Dist from exit - fiber - fiber side", 20,0.,20.,0.,2000.,"")

Definition at line 36 of file usm.C.

View newest version in sPHENIX GitHub at line 36 of file usm.C

Referenced by tile().

TProfile* tavsdnfcs = new TProfile("tavsdnfcs","Amp vs Dist from exit - no fiber - clear side", 20,0.,20.,0.,2000.,"")

Definition at line 33 of file usm.C.

View newest version in sPHENIX GitHub at line 33 of file usm.C

Referenced by tile().

TProfile* tavsdnffs = new TProfile("tavsdnffs","Amp vs Dist from exit - no fiber - fiber side", 20,0.,20.,0.,2000.,"")

Definition at line 35 of file usm.C.

View newest version in sPHENIX GitHub at line 35 of file usm.C

Referenced by tile().

TH2* tcs = new TH2F("tcs","Clear side", 11, 0.5, 11.5, 9, 2., 20.)

Definition at line 5 of file usm.C.

View newest version in sPHENIX GitHub at line 5 of file usm.C

Referenced by tile().

TH2* tcsn = new TH2F("tcsn","Normalized A: LED on Clear side", 11, 0.5, 11.5, 9, 2., 20.)

Definition at line 17 of file usm.C.

View newest version in sPHENIX GitHub at line 17 of file usm.C

Referenced by plot(), and tile().

Double_t tData[2][11][9]

Definition at line 58 of file usm.C.

View newest version in sPHENIX GitHub at line 58 of file usm.C

Referenced by init(), and tile().

TH2* tfs = new TH2F("tfs","Fiber side", 11, 0.5, 11.5, 9, 2., 20.)

Definition at line 6 of file usm.C.

View newest version in sPHENIX GitHub at line 6 of file usm.C

Referenced by tile().

TH2* tfsn = new TH2F("tfsn","Normalized A: LED on Fiber side", 11, 0.5, 11.5, 9, 2., 20.)

Definition at line 19 of file usm.C.

View newest version in sPHENIX GitHub at line 19 of file usm.C

Referenced by plot(), and tile().

Int_t tileId

Definition at line 54 of file usm.C.

View newest version in sPHENIX GitHub at line 54 of file usm.C

Referenced by tile().

TString token

Definition at line 55 of file usm.C.

View newest version in sPHENIX GitHub at line 55 of file usm.C

Referenced by command_execute(), MakeActsGeometry::getInttKeyFromNode(), MakeActsGeometry::getMvtxKeyFromNode(), GML_scanner(), and oamlBuffer::oamlBuffer().

TString Tokens[24][20]

Definition at line 56 of file usm.C.

View newest version in sPHENIX GitHub at line 56 of file usm.C

Referenced by tile().

Double_t value[24][20]

Definition at line 57 of file usm.C.

View newest version in sPHENIX GitHub at line 57 of file usm.C

Referenced by testing::ACTION_TEMPLATE(), testing::gmock_generated_actions_test::ACTION_TEMPLATE(), PHG4Cellv1::add_property(), TpcSpaceChargeMatrixContainerv1::add_to_entries(), TpcSpaceChargeMatrixContainerv1::add_to_lhs(), TpcSpaceChargeMatrixContainerv1::add_to_rhs(), addAlignmentOptions(), Acts::Python::addDetector(), ActsExamples::Options::addDigitizationOptions(), ActsExamples::Options::addFatrasOptions(), Acts::Python::addFramework(), ActsExamples::Options::addGeant4Options(), Acts::Python::addGenerators(), Acts::Python::addGeometry(), ActsExamples::Options::addHepMC3ReaderOptions(), ActsExamples::Options::addHepMC3WriterOptions(), ActsExamples::Simulation::addInputOptions(), ActsExamples::Options::addInputOptions(), Acts::Python::addJson(), Acts::Python::addLogging(), ActsExamples::Options::addMagneticFieldOptions(), ActsExamples::Options::addNuclearInteractionOptions(), ActsExamples::Options::addObjWriterOptions(), ActsExamples::TelescopeDetectorWithOptions::addOptions(), ActsExamples::TGeoDetectorWithOptions::addOptions(), Acts::Python::addOutput(), ActsExamples::Options::addParticleGunOptions(), ActsExamples::Options::addParticleSelectorOptions(), ActsExamples::Options::addParticleSmearingOptions(), ActsExamples::Options::addPropagationOptions(), ActsExamples::Options::addPythia8Options(), KFPSimdAllocator< T >::address(), ActsExamples::Options::addSpacePointMakerOptions(), ActsExamples::Options::addTrackFindingOptions(), Acts::Python::addTrackFitting(), ActsExamples::Options::addTruthSeedSelectorOptions(), Acts::Python::addVertexing(), ActsExamples::Options::addVertexingOptions(), Acts::AnyBase< ACTS_SOURCELINK_SBO_SIZE >::AnyBase(), tinyxml2::XMLElement::Attribute(), binarySearch(), Acts::BinnedSPGroup< external_spacepoint_t >::BinnedSPGroup(), Acts::BinUtility::BinUtility(), Acts::Test::BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_DATA_TEST_CASE(), Acts::Test::BOOST_DATA_TEST_CASE(), Acts::MeasurementSelector::calculateChi2(), Acts::detail::calculateDeterminant(), TpcMon::calculateMedianAndStdDev(), ActsExamples::RefittingCalibrator::calibrate(), testing::internal::MatcherCastImpl< T, M >::Cast(), testing::SafeMatcherCastImpl< T >::Cast(), testing::internal::MatcherCastImpl< T, M >::CastImpl(), closest(), Acts::AnnulusBounds::closestOnSegment(), Acts::Delegate< R(Args...), H, O >::connect(), PHG4MicromegasDetector::construct_fee_board(), PHG4MicromegasDetector::construct_micromegas_tile(), Acts::ContextType::ContextType(), Acts::Svg::IndexedSurfacesConverter::convert(), Acts::PodioUtil::convertSurfaceFromPodio(), Acts::MultiTrajectory< ConstPodioTrackStateContainer >::convertToReadOnly(), Acts::EDM4hepUtil::detail::convertTrackParametersToEdm4hep(), Acts::ConvexPolygonBoundsBase::convex_impl(), Acts::VectorTrackContainer::copyDynamicFrom_impl(), Acts::detail_lt::TrackStateProxy< trajectory_t, M, ReadOnly >::copyFrom(), cl::Program::createKernels(), ActsExamples::HoughTransformSeeder::createLayerHoughHist(), DbFormEntry::DbFormEntry(), Packet_iddigitizerv2::decode(), testing_internal::DefaultPrintNonContainerTo(), testing::internal::FunctionMockerBase< R(A1, A2)>::DescribeDefaultActionTo(), ActsFatras::InteractionList< processes_t >::disable(), DbForm::DisplayResults(), Acts::detail_lt::TrackStateProxy< trajectory_t, M, ReadOnly >::effectiveCalibrated(), Acts::detail_lt::TrackStateProxy< trajectory_t, M, ReadOnly >::effectiveCalibratedCovariance(), Acts::VectorTrackContainer::ensureDynamicColumns_impl(), EMMaximization::Evaluate(), QAG4SimulationIntt::evaluate_clusters(), QAG4SimulationMvtx::evaluate_clusters(), QAG4SimulationMicromegas::evaluate_clusters(), QAG4SimulationTpc::evaluate_clusters(), QAG4SimulationMicromegas::evaluate_hits(), ActsExamples::EventRecording::execute(), testing::internal::TuplePrefix< N >::ExplainMatchFailuresTo(), Poisson::fact(), CentralityReco::FillCentralityInfo(), Acts::StepperExtensionList< extensions >::finalize(), Acts::GeometryHierarchyMap< value_t >::find(), LaplaceSolution::FindBetamn(), Rossegger::FindNextZero(), Acts::GaussianSumFitter< propagator_t, bethe_heitler_approx_t, traj_t >::fit_impl(), testing::internal::String::FormatByte(), testing::internal::String::FormatHexInt(), testing::internal::String::FormatIntWidth2(), Acts::from_json(), Acts::GeometryHierarchyMapJsonConverter< value_t, decorator_t >::fromJson(), cl::detail::GetInfoHelper< Func, VECTOR_CLASS< T > >::get(), cl::detail::GetInfoHelper< Func, STRING_CLASS >::get(), get_uvalue(), get_value(), Jetscape::JetScapeXML::GetElementDouble(), Jetscape::JetScapeXML::GetElementInt(), PHG4Prototype2InnerHcalSteppingAction::GetLightCorrection(), PHG4Prototype2OuterHcalSteppingAction::GetLightCorrection(), MakeMilleFiles::getLocalVtxDerivativesXY(), TSQLResultSet::GetLong(), cl::Context::getSupportedImageFormats(), Acts::detail::UnrestrictedParameterTraits::getValue(), Acts::detail::CyclicParameterTraits< limits_t >::getValue(), handle_this_child(), ActsFatras::detail::CombineSelectors< Initial, Combine, Selectors >::impl(), init(), SearchTree< T >::insert(), Interlopation0Degree(), InterlopationV4(), InterlopationV4reverse(), ActsExamples::invertIndexMultimap(), Acts::StepperExtensionList< extensions >::k(), PHActsTrkFitter::loopTracks(), main(), Acts::makeAbsolutePdgParticle(), TrackerEventDisplay::makeClustersJson(), TrackerEventDisplay::makeHitsJson(), PHG4ScoringManager::makeScoringHistograms(), PHActsGSF::makeSeed(), PHTpcResiduals::makeTrackParams(), Acts::SurfaceMaterialMapper::mapInteraction(), Acts::Svg::measure(), ActsFatras::mergeChannels(), mg_get_ip_address_of_nameserver(), mg_http_handler(), PHG4GDMLWrite::NewAttribute(), norm_bottom(), norm_bottom_nosupp(), norm_charm(), norm_charm_nosupp(), norm_hf(), norm_hf_nosupp(), testing::internal::UnorderedElementsAreMatcher< MatcherTuple >::operator Matcher< Container >(), testing::internal::ElementsAreMatcher< MatcherTuple >::operator Matcher< Container >(), ResidualOutlierFinder::operator()(), ActsExamples::Digitization::Exact::operator()(), ActsFatras::BoundParametersSmearer< RandomEngine, kSmearDIM >::operator()(), ActsExamples::WriteDataHandle< std::vector< Acts::BoundTrackParameters > >::operator()(), Acts::Test::MeasurementsCreator::operator()(), ActsFatras::FreeParametersSmearer< generator_t, kSize >::operator()(), Acts::operator*(), Acts::operator*=(), Acts::AssertionFailureException::StreamFormatter::operator<<(), Acts::operator<<(), Jetscape::LogStreamer::operator<<(), Jetscape::LogStreamerThread::operator<<(), testing::gmock_matchers_test::NotCopyable::operator==(), testing::gmock_matchers_test::NotCopyable::operator>=(), testing::internal::UniversalPrinter< T & >::Print(), testing::internal::UniversalTersePrinter< T[N]>::Print(), tinyxml2::XMLPrinter::PrintString(), testing::internal::PrintTo(), testing::internal2::TypeWithoutFormatter< T, kConvertibleToInteger >::PrintValue(), PHG4MicromegasHitReco::process_event(), TPCFEETestRecov1::process_event(), PHTpcCentralMembraneMatcher::process_event(), ProjectionReverse(), ProjectionReverse2(), Acts::Propagator< stepper_t, navigator_t >::propagate(), cl::detail::KernelArgumentHandler< T >::ptr(), PHPythia6::ReadConfig(), KFPInputData::ReadDataFromFile(), testing::Test::RecordProperty(), genfit::StepLimits::reduceLimit(), Resolution(), Acts::Result< void >::Result(), runRecTruthTracks(), filter_msg_buffer::set(), Acts::TrackStateType::set(), testing::internal::ThreadLocal< std::vector< TraceInfo > >::set(), SvtxTrack_v2::set_acts_covariance(), SvtxTrack_v3::set_acts_covariance(), EventHeaderv2::set_BunchCrossing(), TpotMon::set_calibration_file(), MicromegasRawDataDecoder::set_calibration_file(), MicromegasCombinedDataDecoder::set_calibration_file(), MicromegasClusterizer::set_calibration_file(), MicromegasRawDataCalibration::set_calibration_file(), MicromegasCombinedDataEvaluation::set_calibration_file(), MicromegasRawDataEvaluation::set_calibration_file(), testing::internal::UnitTestImpl::set_catch_exceptions(), CentralityInfov1::set_centile(), CentralityInfov2::set_centrality_bin(), TpcLoadDistortionCorrection::set_correction_filename(), PHG4Showerv1::set_covar(), TrackStateInfo_v1::set_covariance(), MicromegasClusterizer::set_default_pedestal(), PHG4TpcDistortion::set_do_static_distortions(), PHG4TpcDistortion::set_do_time_ordered_distortions(), CylinderGeomMicromegas::set_drift_direction(), TpcRawWriter::set_drift_velocity_scale(), SvtxVertex_v2::set_error(), SvtxVertex_v1::set_error(), SvtxTrackState_v1::set_error(), SvtxTrackState_v2::set_error(), GlobalVertexv1::set_error(), TrackerEventDisplay::set_first_event(), TrkrNtuplizer::set_first_event(), PHGenFitTrkFitter::set_fit_silicon_mms(), MicromegasCombinedDataDecoder::set_hot_channel_map_file(), TpotMon::set_max_sample(), TpotMon::set_min_adc(), MicromegasRawDataDecoder::set_min_adc(), MicromegasCombinedDataDecoder::set_min_adc(), MicromegasCombinedDataEvaluation::set_min_adc(), MicromegasRawDataEvaluation::set_min_adc(), TpcSpaceChargeReconstruction::set_min_pt(), TpotMon::set_n_sigma(), MicromegasRawDataDecoder::set_n_sigma(), MicromegasCombinedDataDecoder::set_n_sigma(), MicromegasCombinedDataEvaluation::set_n_sigma(), MicromegasRawDataEvaluation::set_n_sigma(), TpcLoadDistortionCorrection::set_node_name(), MakeActsGeometry::set_nSurfPhi(), MicromegasCalibrationData::set_pedestal(), CylinderGeomMicromegas::set_pitch(), RawTowerv2::set_property(), Jetv1::set_property(), CentralityInfov1::set_quantity(), CylinderGeomMicromegas::set_radius(), MicromegasCalibrationData::set_rms(), MicromegasRawDataCalibration::set_sample_max(), MicromegasRawDataDecoder::set_sample_max(), MicromegasCombinedDataDecoder::set_sample_max(), MicromegasCombinedDataEvaluation::set_sample_max(), MicromegasRawDataEvaluation::set_sample_max(), MicromegasRawDataCalibration::set_sample_min(), MicromegasRawDataDecoder::set_sample_min(), MicromegasCombinedDataDecoder::set_sample_min(), MicromegasRawDataEvaluation::set_sample_min(), MicromegasCombinedDataEvaluation::set_sample_min(), TpotMonDraw::set_sample_window_signal(), TpotMon::set_sample_window_signal(), TpcSpaceChargeReconstruction::set_save_histograms(), TpcDirectLaserReconstruction::set_savehistograms(), CylinderGeomMicromegas::set_segmentation_type(), PHG4TpcDistortion::set_static_distortion_filename(), CylinderGeomMicromegas::set_thickness(), PHG4TpcDistortion::set_time_ordered_distortion_filename(), MicromegasClusterizer::set_use_default_pedestal(), TpcSpaceChargeMatrixInversion::set_use_micromegas(), TpcSpaceChargeReconstruction::set_use_micromegas(), PHGenFitTrkFitter::set_use_micromegas(), RawTowerCalibration::set_variable_GeV_ADC(), RawTowerCalibration::set_variable_pedestal(), RawTowerDigitizer::set_variable_pedestal(), RawTowerDigitizer::set_variable_zero_suppression(), TowerInfov3::set_waveform_value(), CylinderGeomMicromegas::set_zmax(), CylinderGeomMicromegas::set_zmin(), TrkrClusterv3::setActsLocalError(), TrkrClusterv2::setActsLocalError(), Cell::setAllM(), HFTriggerMVA::setAsymmMult(), SingleMicromegasPoolInput::SetBcoRange(), SingleInttPoolInput::SetBcoRange(), KFPHistogram1D::SetBinContent(), Acts::SpacePointData::setBottomStripVector(), DbFormEntry::SetColumnValue(), KFPEmcCluster::SetCovariance(), KFPTrackVector::SetCovariance(), PHG4TpcDirectLaser::SetCurrentPatternStep(), TPCHitTrackDisplay::setCutADC(), genfit::SpacepointMeasurement::setCutCov(), Acts::SpacePointData::setDeltaR(), PHG4TpcDirectLaser::SetDirectLaserAuto(), PHG4TpcDirectLaser::SetDirectLaserPatternfromFile(), Cell::setDM(), TpcPrototypeCluster::setError(), TrkrClusterv1::setError(), TrkrClusterv2::setError(), Acts::detail::Grid< external_spacepoint_t >::setExteriorBins(), KFPEmcCluster::SetId(), KFPTrackVector::SetId(), TPCHitTrackDisplay::setIncludeTracklessClusters(), HFTriggerMVA::setMeanMult(), HFTriggerMVA::setminEMCalEnergy(), truthDecayTester::setMinPT(), QAG4SimulationTruthDecay::setMinPT(), PHTpcResiduals::setMinPt(), HFTriggerMVA::setMVA_wCaloResponse(), HFTriggerMVA::setMVA_woutCaloOrMinTrackResponse(), HFTriggerMVA::setMVA_woutCaloResponse(), SingleTpcPoolInput::SetNegativeBco(), SingleMicromegasPoolInput::SetNegativeBco(), SingleInttPoolInput::SetNegativeBco(), SingleMvtxPoolInput::SetNegativeBco(), KFPTrackVector::SetNPixelHits(), KFPEmcCluster::SetParameter(), KFPTrackVector::SetParameter(), KFPTrackVector::SetPDG(), KFPTrackVector::SetPVIndex(), KFPTrackVector::SetQ(), Acts::SpacePointData::setQuality(), PHTpcCentralMembraneMatcher::setSavehistograms(), CDBTTree::SetSingleDoubleValue(), CDBTTree::SetSingleFloatValue(), CDBTTree::SetSingleIntValue(), CDBTTree::SetSingleUInt64Value(), TpcPrototypeCluster::setSize(), TrkrClusterv1::setSize(), TrkrClusterv2::setSize(), Acts::SpacePointData::setStripCenterDistance(), Acts::SpacePointData::setTopStripCenterPosition(), Acts::SpacePointData::setTopStripVector(), HFTriggerMVA::setTrackTrackDCA(), HFTriggerMVA::setTrackVertex2DDCA(), HFTriggerMVA::setTrackVertex3DDCA(), HFTrackEfficiency::setTruthRecoMatchingPercentage(), PHTpcResiduals::setUseMicromegas(), PHActsTrkFitter::setUseMicromegas(), ParameterReader::setVal(), Cell::setViscCorrCutFlag(), genfit::SpacepointMeasurement::setWeightedPlaneConstruction(), ActsFatras::SingleParticleSimulation< propagator_t, interactions_t, hit_surface_selector_t, decay_t >::simulate(), Acts::detail::Grid< external_spacepoint_t >::size(), Acts::BoundaryCheck::squaredNorm(), Acts::AnnulusBounds::squaredNorm(), testing::internal::StringFromGTestEnv(), testing::gmock_more_actions_test::TEST(), TEST_CASE(), Acts::Test::MultiTrajectoryTestsCommon< factory_t >::testMultiTrajectoryExtraColumns(), Acts::Test::MultiTrajectoryTestsCommon< factory_t >::testTrackStateProxyCopy(), Acts::Test::MultiTrajectoryTestsCommon< factory_t >::testTrackStateProxyStorage(), tile(), Acts::GeometryHierarchyMapJsonConverter< value_t, decorator_t >::toJson(), Acts::IndexedSurfacesJsonConverter::toJson(), Acts::TrackingVolumeArrayCreator::trackingVolumeArray(), testing::internal::TupleMatches(), DbForm::UpdateColumn(), testing::Value(), Acts::GainMatrixUpdater::visitMeasurement(), ActsExamples::RootMaterialWriter::writeMaterial(), ActsExamples::RootMaterialTrackWriter::writeT(), ActsExamples::HoughTransformSeeder::yToX(), and ActsExamples::MaterialMapping::~MaterialMapping().

float_v & X

Modifier of X coordinate of the particle, fP[0].

Definition at line 62 of file usm.C.

View newest version in sPHENIX GitHub at line 62 of file usm.C

Double_t xValue[2][11]

Definition at line 60 of file usm.C.

View newest version in sPHENIX GitHub at line 60 of file usm.C

Referenced by DNL_Correction(), DNL_CorrectionArray(), init(), and tile().

float_v & Y

Modifier of Y coordinate of the particle, fP[1].

Definition at line 62 of file usm.C.

View newest version in sPHENIX GitHub at line 62 of file usm.C

Double_t yValue[9]

Definition at line 60 of file usm.C.

View newest version in sPHENIX GitHub at line 60 of file usm.C

Referenced by DNL_Correction(), DNL_CorrectionArray(), init(), and tile().