EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Macros | |
#define | MAX_OBJ_REF 2000 |
#define | MAX_EVENTID 1000 |
#define | MAX_MSGS 10 |
#define | MAX_MSG_LEN 1000 |
#define | DEF_MSG_TIMEOUT 400000 |
#define | MAX_PARTITIONS_CRATE 5 |
#define | SUCCESS 0 |
#define | FAILURE 1 |
#define | DEVICETYPE 0 |
#define | DEVICEEVENTID 1 |
#define | DEVICESUBEVENTID 2 |
#define | MAXDCM_PER_DCB 5 |
Typedefs | |
typedef long | RESULTS |
typedef long | HRESULT |
typedef int | MSG_TIMEOUT |
#define DEF_MSG_TIMEOUT 400000 |
Definition at line 48 of file oncsdefs.h.
View newest version in sPHENIX GitHub at line 48 of file oncsdefs.h
#define DEVICEEVENTID 1 |
Definition at line 68 of file oncsdefs.h.
View newest version in sPHENIX GitHub at line 68 of file oncsdefs.h
#define DEVICESUBEVENTID 2 |
Definition at line 69 of file oncsdefs.h.
View newest version in sPHENIX GitHub at line 69 of file oncsdefs.h
#define DEVICETYPE 0 |
Definition at line 67 of file oncsdefs.h.
View newest version in sPHENIX GitHub at line 67 of file oncsdefs.h
#define FAILURE 1 |
Definition at line 57 of file oncsdefs.h.
View newest version in sPHENIX GitHub at line 57 of file oncsdefs.h
#define MAX_EVENTID 1000 |
Definition at line 43 of file oncsdefs.h.
View newest version in sPHENIX GitHub at line 43 of file oncsdefs.h
#define MAX_MSG_LEN 1000 |
Definition at line 47 of file oncsdefs.h.
View newest version in sPHENIX GitHub at line 47 of file oncsdefs.h
#define MAX_MSGS 10 |
Definition at line 46 of file oncsdefs.h.
View newest version in sPHENIX GitHub at line 46 of file oncsdefs.h
#define MAX_OBJ_REF 2000 |
Definition at line 42 of file oncsdefs.h.
View newest version in sPHENIX GitHub at line 42 of file oncsdefs.h
#define MAX_PARTITIONS_CRATE 5 |
Definition at line 52 of file oncsdefs.h.
View newest version in sPHENIX GitHub at line 52 of file oncsdefs.h
#define MAXDCM_PER_DCB 5 |
Definition at line 71 of file oncsdefs.h.
View newest version in sPHENIX GitHub at line 71 of file oncsdefs.h
#define SUCCESS 0 |
Definition at line 56 of file oncsdefs.h.
View newest version in sPHENIX GitHub at line 56 of file oncsdefs.h
Referenced by ActsExamples::DD4hep::DD4hepGeometryService::buildDD4hepGeometry(), ActsExamples::DD4hep::DD4hepGeometryService::buildTrackingGeometry(), ActsExamples::BField::BFieldScalor::decorate(), ActsExamples::Contextual::PayloadDecorator::decorate(), ActsExamples::Contextual::AlignmentDecorator::decorate(), ActsExamples::TrackFinderPerformanceWriter::endRun(), ActsExamples::RootTrackParameterWriter::endRun(), ActsExamples::TrackFitterPerformanceWriter::endRun(), ActsExamples::RootParticleWriter::endRun(), ActsExamples::RootSimHitWriter::endRun(), ActsExamples::WriterT< write_data_t >::endRun(), ActsExamples::RootPlanarClusterWriter::endRun(), ActsExamples::RootPropagationStepsWriter::endRun(), ActsExamples::ObjPropagationStepsWriter< step_t >::endRun(), ActsExamples::CsvTrackingGeometryWriter::endRun(), ActsExamples::RootTrajectoryWriter::endRun(), ActsExamples::CKFPerformanceWriter::endRun(), ActsExamples::RootMaterialTrackWriter::endRun(), ActsExamples::HelloLoggerAlgorithm::execute(), ActsExamples::PrintParticles::execute(), ActsExamples::TruthVertexFinder::execute(), ActsExamples::HelloWhiteBoardAlgorithm::execute(), ActsExamples::IterativeVertexFinderAlgorithm::execute(), ActsExamples::TutorialVertexFinderAlgorithm::execute(), ActsExamples::TruthTrackFinder::execute(), ActsExamples::AdaptiveMultiVertexFinderAlgorithm::execute(), ActsExamples::PrintHits::execute(), ActsExamples::HelloRandomAlgorithm::execute(), ActsExamples::VertexFitterAlgorithm::execute(), ActsExamples::HitSmearing::execute(), ActsExamples::GeantinoRecording::execute(), ActsExamples::DigitizationAlgorithm::execute(), ActsExamples::TrackSelector::execute(), ActsExamples::ParticleSmearing::execute(), ActsExamples::TruthSeedSelector::execute(), ActsExamples::ParticleSelector::execute(), ActsExamples::FittingAlgorithm::execute(), ActsExamples::FatrasAlgorithm< simulator_t >::execute(), ActsExamples::TrackFindingAlgorithm::execute(), ActsExamples::MaterialMapping::execute(), processGeometry(), ActsExamples::CsvParticleReader::read(), ActsExamples::CsvPlanarClusterReader::read(), ActsExamples::EventGenerator::read(), ActsExamples::RootMaterialTrackReader::read(), ActsExamples::Sequencer::run(), ActsExamples::CsvTrackingGeometryWriter::write(), ActsExamples::ObjTrackingGeometryWriter::write(), ActsExamples::ObjSpacePointWriter< T >::writeT(), ActsExamples::TrackFinderPerformanceWriter::writeT(), ActsExamples::JsonSpacePointWriter< T >::writeT(), ActsExamples::RootTrackParameterWriter::writeT(), ActsExamples::TrackFitterPerformanceWriter::writeT(), ActsExamples::CsvParticleWriter::writeT(), ActsExamples::RootSimHitWriter::writeT(), ActsExamples::RootParticleWriter::writeT(), ActsExamples::CsvPlanarClusterWriter::writeT(), ActsExamples::RootPropagationStepsWriter::writeT(), ActsExamples::RootPlanarClusterWriter::writeT(), ActsExamples::RootTrajectoryWriter::writeT(), ActsExamples::CKFPerformanceWriter::writeT(), ActsExamples::ObjPropagationStepsWriter< step_t >::writeT(), and ActsExamples::RootMaterialTrackWriter::writeT().
typedef long HRESULT |
Definition at line 63 of file oncsdefs.h.
View newest version in sPHENIX GitHub at line 63 of file oncsdefs.h
typedef int MSG_TIMEOUT |
Definition at line 64 of file oncsdefs.h.
View newest version in sPHENIX GitHub at line 64 of file oncsdefs.h
typedef long RESULTS |
Definition at line 62 of file oncsdefs.h.
View newest version in sPHENIX GitHub at line 62 of file oncsdefs.h