Analysis Software
Documentation for sPHENIX simulation software
|
Go to the source code of this file.
Functions | |
if (gSystem->AccessPathName(odbclib.Data())) gSystem-> Exec("gmake") | |
gSystem | Load (rdbclib.Data()) |
gSystem | Load (odbclib.Data()) |
G__loadfile (cfg.Data()) | |
cout<< endl;cout<< comment << endl;cout<< endl;gEnv-> | SetValue ("Root.Html.Author","//*-- Author :", kEnvChange) |
gEnv | SetValue ("Root.Html.LastUpdate","//*-- Modified :", kEnvChange) |
gEnv | SetValue ("Root.Html.HomePage","http://www.phenix.bnl.gov/WWW/publish/onuchin/RDBC", kEnvChange) |
gEnv | SetValue ("Unix.*.Root.Html.SourceDir","rdbc/:odbc/:include/RDBC/", kEnvChange) |
gEnv | SetValue ("Root.Html.OutputDir","htmldoc", kEnvChange) |
gEnv | SetValue ("Root.Html.Root","http://root.cern.ch/root/html", kEnvChange) |
html | MakeAll () |
Variables | |
TString | cfg = "./include/RDBC/config.h" |
TString | odbclib = "./odbc/.libs/libRDBCodbc.so" |
TString | rdbclib = "./rdbc/.libs/libRDBC.so" |
TString | comment = "Generating HTML class docs for " |
THtml | html |
G__loadfile | ( | cfg. | Data() | ) |
if | ( | gSystem-> | AccessPathNameodbclib.Data() | ) | -> Exec("gmake") |
gSystem Load | ( | rdbclib. | Data() | ) |
Referenced by Fun4All_RunCorrelatorJetTree(), Fun4All_RunCorrelatorQAModules(), and Fun4All_RunLambdaJetHunter().
gSystem Load | ( | odbclib. | Data() | ) |
html MakeAll | ( | ) |
cout<< endl; cout << comment << endl; cout << endl; gEnv-> SetValue | ( | "Root.Html.Author" | , |
"//*-- Author :" | , | ||
kEnvChange | |||
) |
gEnv SetValue | ( | "Root.Html.LastUpdate" | , |
"//*-- Modified :" | , | ||
kEnvChange | |||
) |
gEnv SetValue | ( | "Root.Html.HomePage" | , |
"http://www.phenix.bnl.gov/WWW/publish/onuchin/RDBC" | , | ||
kEnvChange | |||
) |
gEnv SetValue | ( | "Unix.*.Root.Html.SourceDir" | , |
"rdbc/:odbc/:include/RDBC/" | , | ||
kEnvChange | |||
) |
gEnv SetValue | ( | "Root.Html.OutputDir" | , |
"htmldoc" | , | ||
kEnvChange | |||
) |
gEnv SetValue | ( | "Root.Html.Root" | , |
"http://root.cern.ch/root/html" | , | ||
kEnvChange | |||
) |
TString cfg = "./include/RDBC/config.h" |
Definition at line 2 of file makehtml.C.
View newest version in sPHENIX GitHub at line 2 of file makehtml.C
Referenced by Acts::Python::addDetector(), Acts::Python::addFramework(), Acts::Python::addGenerators(), Acts::Python::addPropagation(), Acts::AnnealingUtility::AnnealingUtility(), Acts::Test::BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_DATA_TEST_CASE(), ActsExamples::Geant4::Geant4Detector::constructDetector(), ActsExamples::Geant4::Geant4Detector::constructTrackingGeometry(), ActsExamples::Geant4::Geant4Detector::convertGeant4Volumes(), ActsExamples::CsvSpacePointReader::CsvSpacePointReader(), CLVisc::EvolveHydro(), ActsExamples::TelescopeDetectorWithOptions::finalize(), ActsExamples::GenericDetectorWithOptions::finalize(), ActsExamples::AlignedDetectorWithOptions::finalize(), GenericDetector::finalize(), ActsExamples::Telescope::TelescopeDetector::finalize(), ActsExamples::Contextual::AlignedDetector::finalize(), ActsExamples::TGeoDetector::finalize(), MatcherComparatorOptions::GetConfig(), LambdaJetHunterOptions::GetConfig(), CLVisc::InitializeHydro(), Acts::Test::LayerCreatorFixture::LayerCreatorFixture(), main(), ActsExamples::AlignmentAlgorithm::makeAlignmentFunction(), makeConstantFieldPropagator(), ActsExamples::makeGlobalChiSquareFitterFunction(), ActsExamples::makeGsfFitterFunction(), ActsGsfTrackFittingAlgorithm::makeGsfFitterFunction(), ActsExamples::makeKalmanFitterFunction(), ActsTrackFittingAlgorithm::makeKalmanFitterFunction(), ActsPropagator::makePropagator(), makeStraightPropagator(), Acts::Test::makeStraightPropagator(), Acts::Test::makeToyDetector(), ActsExamples::TrackFindingAlgorithm::makeTrackFinderFunction(), ActsFatras::LandauDistribution::param(), PYBIND11_MODULE(), ActsExamples::Options::readCsvMeasurementReaderConfig(), ActsExamples::Options::readCsvMeasurementWriterConfig(), ActsExamples::Options::readCsvParticleReaderConfig(), ActsExamples::Options::readCsvParticleWriterConfig(), ActsExamples::Options::readCsvPlanarClusterReaderConfig(), ActsExamples::Options::readCsvPlanarClusterWriterConfig(), ActsExamples::Options::readCsvSimHitReaderConfig(), ActsExamples::Options::readCsvSimHitWriterConfig(), ActsExamples::Options::readCsvSpacePointReaderConfig(), ActsExamples::Options::readCsvTrackingGeometryWriterConfig(), ActsExamples::Options::readFatrasConfig(), ActsExamples::Options::readJsonSurfacesWriterConfig(), ActsExamples::Options::readParticleGunOptions(), ActsExamples::Options::readParticleSelectorConfig(), ActsExamples::Options::readParticleSmearingOptions(), ActsExamples::Options::readPythia8Options(), ActsExamples::Options::readRandomNumbersConfig(), ActsExamples::Options::readSequencerConfig(), ActsExamples::Options::readSpacePointMakerConfig(), ActsExamples::Options::readTrackFindingConfig(), ActsExamples::Options::readTruthSeedSelectorConfig(), set_hydro_config(), SColdQcdCorrelatorAnalysis::SBaseQAPlugin< SCheckTrackPairsConfig >::SetConfig(), Acts::CuboidVolumeBuilder::setConfig(), Acts::SpacePointBuilder< spacepoint_t >::SpacePointBuilder(), and Acts::EventDataView3DTest::testMultiTrajectory().
comment = "Generating HTML class docs for " |
Definition at line 13 of file makehtml.C.
View newest version in sPHENIX GitHub at line 13 of file makehtml.C
Referenced by OnCalServer::FixMissingCalibration(), tinyxml2::XMLDocument::NewComment(), tinyxml2::XMLComment::ShallowClone(), tinyxml2::XMLComment::ShallowEqual(), and OnCalServer::updateDB().
THtml html |
Definition at line 30 of file makehtml.C.
View newest version in sPHENIX GitHub at line 30 of file makehtml.C
TString odbclib = "./odbc/.libs/libRDBCodbc.so" |
Definition at line 3 of file makehtml.C.
View newest version in sPHENIX GitHub at line 3 of file makehtml.C
TString rdbclib = "./rdbc/.libs/libRDBC.so" |
Definition at line 4 of file makehtml.C.
View newest version in sPHENIX GitHub at line 4 of file makehtml.C