►Nactions | Namespace containing all the test actions |
CAdd | |
CAssign | |
CAssignMove | |
CBaseAction | Base class for testing actions |
CClear | |
CErase | |
CEraseRangeAt | |
CFailTest | |
CFlipSign | |
CInsert | |
COptimize | |
CPrint | |
CPrintNonVoid | |
CPrintRange | |
CPrintSparseVector | |
CPushBack | |
CResize | |
CResizeWith | |
CScale | |
CScaleAll | |
CSetElement | |
CSetValue | |
CTruncate | |
CUnsetElement | |
►Nanab | |
CBackTrackerHitMatchingData | |
CBackTrackerMatchingData | |
CCalorimetry | |
CCosmicTag | |
CFeatureVector | |
CFlashMatch | |
CFVectorReader | |
CFVectorWrapperBase | Helper functions for MVAReader/Writer and FVecReader/Writer wrappers |
CFVectorWriter | |
CMVADescription | |
CMVAPIDResult | |
CMVAReader | |
CMVAWrapperBase | Helper functions for MVAReader and MVAWriter wrappers |
CMVAWriter | |
CParticleID | |
CsParticleIDAlgScores | |
CT0 | |
►NAnalysisExample | |
CdEdx | |
►Napa | |
CAPAGeometryAlg | |
CAPAHitFinder | |
CDisambigAlg | |
►Nart | |
►Ndetail | |
CAggregateTuple | |
CAggregateTuple< 0u > | |
►CAnalyzer | |
►CTable | |
CFullConfig | |
Care_cv_compatible | |
Care_handles | |
CAssnsBase | |
CBcollHelper | |
CCanBeAggregated | |
CCanBeAggregated< cet::map_vector< T > > | |
CCanBeAggregated< CLHEP::Hep2Vector > | |
CCanBeAggregated< CLHEP::Hep3Vector > | |
CCanBeAggregated< CLHEP::HepLorentzVector > | |
CCanBeAggregated< CLHEP::HepMatrix > | |
CCanBeAggregated< CLHEP::HepSymMatrix > | |
CCanBeAggregated< CLHEP::HepVector > | |
CCanBeAggregated< std::array< T, N > > | |
CCanBeAggregated< std::deque< T > > | |
CCanBeAggregated< std::list< T > > | |
CCanBeAggregated< std::map< K, V > > | |
CCanBeAggregated< std::multimap< K, V > > | |
CCanBeAggregated< std::pair< K, V > > | |
CCanBeAggregated< std::set< T > > | |
CCanBeAggregated< std::string > | |
CCanBeAggregated< std::tuple< Args... > > | |
CCanBeAggregated< std::vector< T > > | |
CCanBeAggregated< T, std::enable_if_t< has_aggregate< T >::value > > | |
CCanBeAggregated< T, std::enable_if_t< std::is_arithmetic< T >::value > > | |
CCanBeAggregated< T, std::enable_if_t< std::is_base_of< TH1, T >::value > > | |
Ccollected_exception | |
Cconfig_impl | |
Cconfig_impl< T, std::void_t< typename T::Parameters > > | |
CDataCollHelper | |
Cdefault_invocation | |
Cdefault_invocation< R(ARGS...)> | |
Cdo_call_hasMoreData | |
Cdo_not_call_hasMoreData | |
CEnabledModules | |
CEngineCreator | |
CEnsurePointer | |
CEnsurePointer< TO, PFROM * > | |
CEnsurePointer< TO, Ptr< PTRVAL > > | |
CExceptionCollector | |
CFileNameComponents | |
CFileNamesHandler | |
CFileNamesHandler< false > | |
CFileNamesHandler< true > | |
►CFileServiceProxy | |
CFileEntity | |
CFilter | |
Cget_helper | |
CGetProduct | |
Chandle_allowed | |
Chandle_allowed< T, std::enable_if_t<!T::service_handle_allowed > > | |
Chas_aggregate | |
Chas_aggregate< T, enable_if_function_exists_t< void(T::*)(T const &),&T::aggregate > > | |
Chas_aggregate< T, enable_if_function_exists_t< void(T::*)(T),&T::aggregate > > | |
Chas_beginRun | |
Chas_beginRun< T, enable_if_function_exists_t< void(T::*)(Run const &),&T::beginRun > > | |
Chas_beginSubRun | |
Chas_beginSubRun< T, enable_if_function_exists_t< void(T::*)(SubRun const &),&T::beginSubRun > > | |
Chas_endRun | |
Chas_endRun< T, enable_if_function_exists_t< void(T::*)(Run &),&T::endRun > > | |
Chas_endSubRun | |
Chas_endSubRun< T, enable_if_function_exists_t< void(T::*)(SubRun &),&T::endSubRun > > | |
Chas_eventsToSkip | |
Chas_eventsToSkip< T, enable_if_function_exists_t< size_t(T::*)() const,&T::eventsToSkip > > | |
Chas_eventsToSkip< T, enable_if_function_exists_t< size_t(T::*)(),&T::eventsToSkip > > | |
Chas_finalizeEvent | |
Chas_finalizeEvent< T, enable_if_function_exists_t< void(T::*)(Event &),&T::finalizeEvent > > | |
Chas_hasMoreData | |
Chas_hasMoreData< T, cet::enable_if_function_exists_t< bool(T::*)() const,&T::hasMoreData > > | |
Chas_hasMoreData< T, cet::enable_if_function_exists_t< bool(T::*)(),&T::hasMoreData > > | |
Chas_makePartner_member | |
Chas_makePartner_member< T, enable_if_function_exists_t< std::unique_ptr< EDProduct >(T::*)( std::type_info const &) const, &T::makePartner > > | |
Chas_processEventAuxiliaries | |
Chas_processEventAuxiliaries< T, enable_if_function_exists_t< void(T::*)(EventAuxiliarySequence const &), &T::processEventAuxiliaries > > | |
Chas_processEventIDs | |
Chas_processEventIDs< T, enable_if_function_exists_t< void(T::*)(EventIDSequence const &), &T::processEventIDs > > | |
Chas_respondToCloseInputFile | |
Chas_respondToCloseInputFile< T, enable_if_function_exists_t< respond_to_file< T >, &T::respondToCloseInputFile > > | |
Chas_respondToCloseOutputFiles | |
Chas_respondToCloseOutputFiles< T, enable_if_function_exists_t< respond_to_file< T >, &T::respondToCloseOutputFiles > > | |
Chas_respondToOpenInputFile | |
Chas_respondToOpenInputFile< T, enable_if_function_exists_t< respond_to_file< T >, &T::respondToOpenInputFile > > | |
Chas_respondToOpenOutputFiles | |
Chas_respondToOpenOutputFiles< T, enable_if_function_exists_t< respond_to_file< T >, &T::respondToOpenOutputFiles > > | |
Chas_size_member | |
Chas_size_member< T, std::void_t< size_expression_t< T > > > | |
Chas_startEvent | |
Chas_startEvent< T, enable_if_function_exists_t< void(T::*)(Event const &),&T::startEvent > > | |
Chas_three_arg_insert | |
Chas_two_arg_insert | |
CIPRHelper | |
CIPRHelperDef | |
Cis_handle | |
Cis_handle< T, std::void_t< typename T::HandleTag > > | |
CItemGetter | |
CItemGetter< std::pair< cet::map_vector_key, T >, cet::map_vector< T > > | |
CItemGetter< T, cet::map_vector< T > > | |
►CLegacyModule | |
CScheduleIDSentry | |
CLibraryInfo | |
CLibraryInfoMatch | |
CLinuxMallInfo | |
Cmaybe_beginJob | |
Cmaybe_beginJob< DETAIL, enable_if_function_exists_t< void(DETAIL::*)(),&DETAIL::beginJob > > | |
Cmaybe_endJob | |
Cmaybe_endJob< DETAIL, enable_if_function_exists_t< void(DETAIL::*)(),&DETAIL::endJob > > | |
Cmaybe_has_Parameters | |
►Cmaybe_has_Parameters< T, std::void_t< typename T::Parameters > > | |
►CConfig | |
CSourceConfig | |
Cmaybe_postProcessEvent | |
Cmaybe_postProcessEvent< DETAIL, enable_if_function_exists_t< void(DETAIL::*)(), &DETAIL::postProcessEvent > > | |
Cmaybe_postProcessRun | |
Cmaybe_postProcessRun< DETAIL, enable_if_function_exists_t< void(DETAIL::*)(), &DETAIL::postProcessRun > > | |
Cmaybe_postProcessSubRun | |
Cmaybe_postProcessSubRun< DETAIL, enable_if_function_exists_t< void(DETAIL::*)(), &DETAIL::postProcessSubRun > > | |
Cmaybe_preProcessEvent | |
Cmaybe_preProcessEvent< DETAIL, enable_if_function_exists_t< void(DETAIL::*)(), &DETAIL::preProcessEvent > > | |
Cmaybe_preProcessRun | |
Cmaybe_preProcessRun< DETAIL, enable_if_function_exists_t< void(DETAIL::*)(),&DETAIL::preProcessRun > > | |
Cmaybe_preProcessSubRun | |
Cmaybe_preProcessSubRun< DETAIL, enable_if_function_exists_t< void(DETAIL::*)(), &DETAIL::preProcessSubRun > > | |
Cmaybe_processEventPrincipal | |
Cmaybe_processEventPrincipal< DETAIL, enable_if_function_exists_t< void(DETAIL::*)(Provenance const &), &DETAIL::processEventProvenance > > | |
Cmaybe_processRunPrincipal | |
Cmaybe_processRunPrincipal< DETAIL, enable_if_function_exists_t< void(DETAIL::*)(Provenance const &), &DETAIL::processRunProvenance > > | |
Cmaybe_processSubRunPrincipal | |
Cmaybe_processSubRunPrincipal< DETAIL, enable_if_function_exists_t< void(DETAIL::*)(Provenance const &), &DETAIL::processSubRunProvenance > > | |
CMessageAccumulator | |
CMetadataCollector | |
CMetadataCollectorFor | |
CMetadataCollectorFor< suffix_type::mfPlugin > | |
CMetadataCollectorFor< suffix_type::mfStatsPlugin > | |
CMetadataCollectorFor< suffix_type::module > | |
CMetadataCollectorFor< suffix_type::plugin > | |
CMetadataCollectorFor< suffix_type::service > | |
CMetadataCollectorFor< suffix_type::source > | |
CMetadataCollectorFor< suffix_type::tool > | |
CMetadataSummary | |
CMetadataSummaryFor | |
CMetadataSummaryFor< suffix_type::mfPlugin > | |
CMetadataSummaryFor< suffix_type::mfStatsPlugin > | |
CMetadataSummaryFor< suffix_type::module > | |
CMetadataSummaryFor< suffix_type::plugin > | |
CMetadataSummaryFor< suffix_type::service > | |
CMetadataSummaryFor< suffix_type::source > | |
CMetadataSummaryFor< suffix_type::tool > | |
Cmix_offset | |
Cmix_offset< cet::map_vector< P > > | |
►CModuleConfig | |
CIgnoreKeys | |
CModuleConfigInfo | |
CModuleGraphInfo | |
CModuleGraphInfoMap | |
CModuleKeyAndType | |
CModuleSpec | |
CModuleThreadingTypeDeducer | |
CModuleThreadingTypeDeducer< EDAnalyzer > | |
CModuleThreadingTypeDeducer< EDFilter > | |
CModuleThreadingTypeDeducer< EDProducer > | |
CModuleThreadingTypeDeducer< OutputModule > | |
CModuleThreadingTypeDeducer< ReplicatedAnalyzer > | |
CModuleThreadingTypeDeducer< ReplicatedFilter > | |
CModuleThreadingTypeDeducer< ReplicatedOutputModule > | |
CModuleThreadingTypeDeducer< ReplicatedProducer > | |
CModuleThreadingTypeDeducer< SharedAnalyzer > | |
CModuleThreadingTypeDeducer< SharedFilter > | |
CModuleThreadingTypeDeducer< SharedOutputModule > | |
CModuleThreadingTypeDeducer< SharedProducer > | |
CModuleTypeDeducer | |
CModuleTypeDeducer< EDAnalyzer > | |
CModuleTypeDeducer< EDFilter > | |
CModuleTypeDeducer< EDProducer > | |
CModuleTypeDeducer< OutputModule > | |
CModuleTypeDeducer< ReplicatedAnalyzer > | |
CModuleTypeDeducer< ReplicatedFilter > | |
CModuleTypeDeducer< ReplicatedOutputModule > | |
CModuleTypeDeducer< ReplicatedProducer > | |
CModuleTypeDeducer< SharedAnalyzer > | |
CModuleTypeDeducer< SharedFilter > | |
CModuleTypeDeducer< SharedOutputModule > | |
CModuleTypeDeducer< SharedProducer > | |
COldToNew | |
►CPluginConfig | |
CIgnoreKeys | |
CPluginMetadata | |
CPrincipalProcessor | |
CProcessAndEventSelector | |
CProcessAndEventSelectors | |
CProducer | |
CProductInfo | |
CProductTypeIDs | |
CProductTypeIDs< Assns< L, R, D > > | |
CProductTypeIDs< Assns< L, R, void > > | |
CProvenanceDumperImpl | |
CrespondToXXX_function | |
Csafe_input_tag | |
CSafeFileNameConfig | |
CServiceCacheEntry | |
CServiceHelper | |
CServiceHelper< MyOtherService > | |
CServiceHelper< MyService > | |
CServiceHelper< YetAnotherService > | |
CServiceHelperBase | |
CServiceImplHelper | |
CServiceInterfaceHelper | |
CServiceInterfaceImplHelper | |
CServiceLGMHelper | |
CServiceLGRHelper | |
CServiceWrapper | |
CServiceWrapperBase | |
CSharedModule | |
CSharedResource_t | |
CSharedResources | |
CSummary | |
Cthree_arg_insert_func | |
Ctool_type | |
Ctool_type< T, std::enable_if_t< std::is_class< T >::value > > | |
Ctool_type< T, std::enable_if_t< std::is_function< T >::value > > | |
CToolConfig | |
Ctuple_element | |
Ctuple_element< 0, AssnsNode< L, R, D > > | |
Ctuple_element< 1, AssnsNode< L, R, D > > | |
Ctuple_element< 2, AssnsNode< L, R, D > > | |
Ctwo_arg_insert_func | |
CTwoArgInsert | |
CTwoArgInsert< cet::map_vector< T > > | |
Cvalue_type_helper | |
►Nfp_detail | |
Cfp_control_t | |
►NPtrRemapperDetail | |
CContReturner | |
CContReturner< CONT, PROD, CONT const &(PROD::*)() const > | |
CContReturner< CONT, PROD, CONT PROD::*const > | |
►Nstats | |
CExceptionThrown | |
CFailed | |
CPassed | |
CRun | |
CVisited | |
►Ntest | |
►CCollidingDummyProducer | |
CConfig | |
►CDummyAnalyzer | |
CConfig | |
►CDummyClassTool | |
CConfig | |
►CDummyFilter | |
CConfig | |
►CDummyProducer | |
CConfig | |
CDummyResultsProducer | |
►CDummyService | |
CConfig | |
►CDummySource | |
CConfig | |
CModifierModuleConfig | |
CMyService | |
CMyServiceInterface | |
CMyServiceUser | |
CObserverModuleConfig | |
►CPMTestOutput | |
CConfig | |
►CTopLevelTable | |
CSource | |
CTestProperties | |
CTypeAndInstance | |
CTypeAndTag | |
►CActionTable | |
CConfig | |
CActivityRegistry | |
CAndHelper | |
CAssns | |
CAssns< L, R, void > | |
CAssnsNode | |
CAutoInputSourceMutexSentryShutdown | |
CBasicOptionsHandler | |
CBasicOutputOptionsHandler | |
CBasicPostProcessor | |
CBasicSourceOptionsHandler | |
►CBlockingPrescaler | |
CConfig | |
CBoolCache | |
CBranchChildren | |
►CBranchDescription | |
CTransients | |
►CBranchID | |
CHash | |
CBranchKey | |
CCannotGetView | |
CCatalogInterface | |
►CClosedRangeSetHandler | |
CEventInfo | |
►CClosingCriteria | |
CConfig | |
CDefaults | |
CCompare_Run_SubRun_EventEntry | |
CComparePtrs | |
CComposedSelectorWrapper | |
Cconst_AssnsIter | |
CConstPtrCache | |
CConsumesCollector | |
CConsumesInfo | |
CDatabaseConnection | |
►CDataFlow | |
CConfig | |
►CDataViewImpl | |
CPMValue | |
►Cdebugging_allocator | |
Crebind | |
CDebugOptionsHandler | |
CDebugTasksValue | |
CDebugValue | |
►CDecrepitRelicInputSourceImplementation | |
CConfig | |
CDelayedReader | |
CDoMakePartner | |
CDoNotMakePartner | |
CDoNotSetPtr | |
CDoSetPtr | |
CEDAnalyzer | |
CEDFilter | |
CEDProducer | |
CEDProduct | |
CEDProductGetter | |
►CEmptyEvent | |
►CConfig | |
CKeysToIgnore | |
CEmptyEventTimestampPlugin | |
Cenable_if_function_exists_t< void(T::*)(std::vector< void const * > &), &T::getView > | |
►CEndPathExecutor | |
CPathsDoneTask | |
CEvent | |
CEventAuxiliary | |
►CEventID | |
CFlushFlag | |
►CEventIDFilter | |
CConfig | |
►CEventIDMatcher | |
CPatternRangeElement | |
CEventPrincipal | |
CEventProcessHistoryID | |
►CEventProcessor | |
CEndPathRunnerTask | |
CEndPathTask | |
CEventRange | |
►CEventSelector | |
CBitInfo | |
CScheduleData | |
CExecutionCounts | |
CFileBlock | |
CFileCatalog | |
CFileCatalogItem | |
►CFileCatalogMetadata | |
CConfig | |
CInheritedMetadata | |
CFileCatalogMetadataPlugin | |
CFileCatalogOptionsHandler | |
►CFileDumperOutput | |
CConfig | |
CFileFormatVersion | |
►CFileIndex | |
CElement | |
CTransients | |
CFileProperties | |
CFileStatsCollector | |
CFileTransfer | |
►CFloatingPointControl | |
CConfig | |
CFragmentSemantic | |
CFullSemantic | |
CGlobals | |
CGlobalSignal | |
CGlobalSignal< SRTYPE, ResultType(Args...)> | |
CGlobalTaskGroup | |
CGranularity | |
CGroup | |
CGroupQueryResult | |
CGroupSelector | |
►CGroupSelectorRules | |
CBranchSelectState | |
CRule | |
►CHandle | |
CHandleTag | |
Chas_getView | |
Chas_mapped_type | |
Chas_mapped_type< T, std::void_t< typename T::mapped_type > > | |
Chas_setPtr | |
Chas_setPtr< cet::map_vector< T > > | |
Chas_setPtr< custom::collection< T > > | |
Chas_setPtr< std::deque< T, A > > | |
Chas_setPtr< std::list< T, A > > | |
Chas_setPtr< std::set< T, A > > | |
Chas_setPtr< std::vector< bool, A > > | |
Chas_setPtr< std::vector< T, A > > | |
Chas_value_type | |
Chas_value_type< T, std::void_t< typename T::value_type > > | |
CHash | |
CHistory | |
CHLTGlobalStatus | |
CHLTPathStatus | |
CIDNumber | |
CIDNumber< Level::Event > | |
CIDNumber< Level::Run > | |
CIDNumber< Level::SubRun > | |
►CInputFileCatalog | |
CConfig | |
CInputSource | |
CInputSourceDescription | |
CInputSourceMutexSentry | |
CInputTag | |
Ckey_traits | |
Ckey_traits< std::pair< U, V > > | |
Ckey_traits< std::string > | |
►CLinuxProcData | |
Cproc_type | |
Crss_t | |
Cvsize_t | |
CLinuxProcMgr | |
CLocalSignal | |
CLocalSignal< STYPE, ResultType(Args...)> | |
CMallocOptionSetter | |
CMallocOpts | |
CMatchAllSelector | |
CMaybeGetView | |
CMaybeGetView< cet::map_vector< T > > | |
CMaybeGetView< std::deque< T, A > > | |
CMaybeGetView< std::list< T, A > > | |
CMaybeGetView< std::set< T, A > > | |
CMaybeGetView< std::vector< bool, A > > | |
CMaybeGetView< std::vector< T, A > > | |
CMaybeGetView< T, std::enable_if_t< has_getView< T >::value > > | |
CMaybeIncrementCounts | |
CMaybeIncrementCounts< Level::Event, T > | |
►CMemoryTracker | |
►CConfig | |
CDBoutput | |
CMFStatusUpdater | |
►CMinimalToolConfig | |
CKeysToIgnore | |
CMixFilter | |
CMixFilterTable | |
►CMixHelper | |
CConfig | |
CMixIOPolicy | |
CMixOp | |
CMixOpBase | |
CModifier | |
CModuleBase | |
CModuleContext | |
CModuleDescription | |
CModuleLabelSelector | |
CNoDelayedReader | |
CNotHelper | |
►CObserver | |
CEOConfig | |
COpenRangeSetHandler | |
COptionsHandler | |
COrHelper | |
COutputFileInfo | |
COutputHandle | |
►COutputModule | |
►CConfig | |
CKeysToIgnore | |
COutputModuleDescription | |
COutputWorker | |
CParameterSetBlob | |
CParentage | |
►CPath | |
CWorkerDoneTask | |
CPathContext | |
CPathID | |
►CPathManager | |
CModulesByThreadingType | |
CPathsInfo | |
CPathSpec | |
CPerScheduleContainer | |
CPostCloseFileRenamer | |
►CPrescaler | |
CConfig | |
Cprevent_recursion | |
Cprevent_recursion< Sampled< T > > | |
CPrincipal | |
CPrincipalBase | |
CProcessConfiguration | |
►CProcessHistory | |
CTransients | |
CProcessingFrame | |
CProcessingOptionsHandler | |
CProcessNameSelector | |
CProcessTag | |
CProdToProdMapBuilder | |
►CProducerTable | |
CFullConfig | |
CProducesCollector | |
CProducingService | |
CProducingServiceSignals | |
►CProductID | |
CHash | |
CProductInfo | |
CProductInstanceNameSelector | |
►CProductProvenance | |
CTransients | |
CProductRegistry | |
CProductRegistryHelper | |
CProductTable | |
CProductTables | |
CProductToken | |
CProvenance | |
►CProvenanceCheckerOutput | |
CConfig | |
CProvenanceDumper | |
CProvenanceDumper< DETAIL, std::void_t< typename DETAIL::Config > > | |
CProvenanceDumperConfig | |
CProvenanceDumperConfig< DETAIL, std::void_t< typename DETAIL::Config > > | |
CPtr | |
CPtrMaker | |
CPtrRemapper | |
CPtrVector | |
CPtrVectorBase | |
►CRandomNumberGenerator | |
CConfig | |
CScheduleData | |
►CRandomNumberSaver | |
CConfig | |
CRangedFragmentSemantic | |
CRangeSet | |
CRangeSetHandler | |
►CRefCore | |
CRefCoreTransients | |
CReplicatedAnalyzer | |
CReplicatedFilter | |
CReplicatedProducer | |
CResults | |
CResultsAuxiliary | |
CResultsPrincipal | |
CResultsProducer | |
CRNGsnapshot | |
CRPManager | |
CRPParams | |
CRPWorker | |
CRPWorkerT | |
CRun | |
CRunAuxiliary | |
►CRunID | |
CFlushFlag | |
CRunPrincipal | |
CSampled | |
CSampledEventInfo | |
CSampledInfo | |
CSchedule | |
CScheduleContext | |
CScheduleID | |
CScheduleIteration | |
►CScheduler | |
►CConfig | |
CDebugConfig | |
CSelector | |
CSelectorBase | |
CServiceHandle | |
CServiceHandle< MyOtherService const, art::ServiceScope::LEGACY > | |
CServiceHandle< MyOtherService, art::ServiceScope::LEGACY > | |
CServiceHandle< MyService const, art::ServiceScope::LEGACY > | |
CServiceHandle< MyService, art::ServiceScope::LEGACY > | |
CServiceHandle< YetAnotherService const, art::ServiceScope::LEGACY > | |
CServiceHandle< YetAnotherService, art::ServiceScope::LEGACY > | |
►CServiceRegistry | |
COperate | |
CServicesManager | |
CServiceTable | |
CServiceToken | |
CSharedAnalyzer | |
CSharedException | |
CSharedFilter | |
CSharedProducer | |
CSortInvalidFirst | |
CSource | |
CSource_generator | |
CSource_generator< dune::PdspHDFFileReader > | Specialize an art source trait to tell art that we don't care about source.fileNames and don't want the files services to be used |
CSource_wantFileServices | |
CSourceHelper | |
CSourceTable | |
CSubRun | |
CSubRunAuxiliary | |
►CSubRunID | |
CFlushFlag | |
CSubRunPrincipal | |
CSuffixes | |
CSummedValue | |
CSupportsView | |
CSupportsView< T, std::enable_if_t< has_mapped_type< T >::value > > | |
Cthread_safe_registry_via_id | |
CTimestamp | |
►CTimeTracker | |
►CConfig | |
CDBoutput | |
CPerScheduleData | |
►CToolConfigTable | |
CFullConfig | |
►CTracer | |
CConfig | |
CTransient | |
►CTriggerNamesService | |
CDataPerProcess | |
►CTriggerPathsExecutor | |
CPathsDoneTask | |
CTriggerResultInserter | |
CTriggerResults | |
►CTrivialFileDelivery | |
CConfig | |
►CTrivialFileTransfer | |
CConfig | |
Ctuple_element | |
Ctuple_element< I, AssnsNode< L, R, D > > | |
CTypeID | |
CTypeLabel | |
CUpdateOutputCallbacks | |
►CValidHandle | |
CHandleTag | |
Cvalue | |
CView | |
CViewToken | |
CWorker | |
►CWorkerInPath | |
CConfigInfo | |
CWorkerInPathDoneTask | |
CWorkerParams | |
CWorkerT | |
CWrappedTypeID | |
CWrapper | |
►Narttest | |
Calso_empty | |
CAssnTestData | |
CClassTool | |
CCompressedIntProduct | |
CDoubleProduct | |
CDummyProduct | |
Cempty | |
►CEventProcessorTestOutput | |
CConfig | |
CEventProcessorTestSource | |
CFPCTest | |
CHit | |
CInt16_tProduct | |
CIntArray | |
CIntProduct | |
CIntVectorProducer | |
CMockCluster | |
CMockRun | |
CMultiplyNumber | |
CNestedClassTool | |
CNestedFunctionInClassTool | |
CNonPersistable | |
COperationBase | |
CPMTestAnalyzer | |
CPMTestFilter | |
CPMTestProducer | |
CProdTypeA | |
CProdTypeB | |
CProductWithPtrs | |
CPtrToNonPersistable | |
CServiceUsingIface | |
CSimple | |
CSimpleDerived | |
CSimpleEvent | |
CSortable | |
CStringProduct | |
CSubtractNumber | |
CTrack | |
►Nbeam | |
CCKov | |
CFBM | |
CProtoDUNEBeamEvent | |
CProtoDUNEBeamSpill | |
►CReadBeamInfo | |
CConfig | |
►Nbeamspill | |
CCKov | |
CFBM | |
CProtoDUNEBeamSpill | |
►Nbogoblip | |
CBlipMaker | |
►Nboost | |
►Nmath | |
►Nfpc | |
Ctolerance_based< util::quantities::intervals::microseconds > | |
Ctolerance_based< util::quantities::microseconds > | |
Ctolerance_based< util::quantities::milliseconds > | |
Ctolerance_based< util::quantities::nanoseconds > | |
Ctolerance_based< util::quantities::points::microsecond > | |
Ctolerance_based< util::quantities::points::millisecond > | |
Ctolerance_based< util::quantities::seconds > | |
Ctolerance_based< util::quantities::tick_d > | |
►Npolygon | |
Cgeometry_concept< dcel2d::Point > | |
Cpoint_traits< dcel2d::Point > | |
►Nspirit | |
►Nqi | |
Cmake_primitive< fhicl::tag::ass, Modifiers > | |
Cmake_primitive< fhicl::tag::bin, Modifiers > | |
Cmake_primitive< fhicl::tag::binding, Modifiers > | |
Cmake_primitive< fhicl::tag::dbid, Modifiers > | |
Cmake_primitive< fhicl::tag::dss, Modifiers > | |
Cmake_primitive< fhicl::tag::hex, Modifiers > | |
Cmake_primitive< fhicl::tag::real, Modifiers > | |
Cmake_primitive< fhicl::tag::uint, Modifiers > | |
Cmake_primitive< shims::tag::catchall, Modifiers > | |
Cuse_terminal< qi::domain, fhicl::tag::ass > | |
Cuse_terminal< qi::domain, fhicl::tag::bin > | |
Cuse_terminal< qi::domain, fhicl::tag::binding > | |
Cuse_terminal< qi::domain, fhicl::tag::dbid > | |
Cuse_terminal< qi::domain, fhicl::tag::dss > | |
Cuse_terminal< qi::domain, fhicl::tag::hex > | |
Cuse_terminal< qi::domain, fhicl::tag::real > | |
Cuse_terminal< qi::domain, fhicl::tag::uint > | |
Cuse_terminal<::boost::spirit::qi::domain, shims::tag::catchall > | |
►Nunit_test | |
Cis_forward_iterable< EventRange > | |
►Nbtutil | |
CMCBTAlg | |
CMCBTException | |
CMCMatchAlg | |
CWireRange_t | |
►Nbutcher | |
CEventButcher | |
CEventButcherConfig | |
►Ncache_state | |
CProgressBar | |
►Ncaf | Common Analysis Files |
CSRAssnBranch | |
CSRClusterAssn | |
CSRClusterBranch | |
CSRCovMx | |
CSRDigit | |
CSRDigitBranch | |
CSRECalCluster | |
CSRGAr | ND-GAr reconstruction output |
CSRGenieParticle | |
CSRGlobal | |
CSRHeader | |
CSRLorentzVector | |
CSRMuIDCluster | |
CSRNDBranch | |
CSRNDLAr | ND-LAr reconstruction output |
CSRNDTrackAssn | |
CSRNeutrino | |
CSRParticle | |
CSRParticleTrajectoryPoint | |
CSRParticleTruth | |
CSRRecoHit | |
CSRRecoHitBranch | |
CSRShower | |
CSRSimHit | |
CSRSimHitBranch | |
CSRSystParamHeader | |
CSRTMS | |
CSRTPCCluster | |
CSRTPCRecoHit | |
CSRTrack | |
CSRTrackPID | |
CSRTrackTrajectory | |
CSRTruth | |
CSRVector3D | A 3-vector with more efficient storage than TVector3 |
CSRVee | |
CSRVeeAssn | |
CSRVeeHypothesis | |
CSRVertex | |
CSRVertexAssn | |
CSRWeightGlobal | |
CStandardRecord | The StandardRecord is the primary top-level object in the Common Analysis File trees |
►Ncaldata | Creation of calibrated signals on wires |
CCalWire | |
CCalWireAna | Base class for creation of raw signals on wires |
CCalWireDUNE10kt | |
CCalWireDUNE35t | |
CCalWireDUNEDPhase | |
CCalWireT962 | |
►CDumpWires | Prints the content of all the wires on screen |
CConfig | |
CFFTTest | |
►Ncalgaushf | Creation of calibrated signals on wires |
CCalGausHFDUNE10kt | |
CCalGausHFDUNE35t | |
►Ncalib | |
CIPhotonCalibrator | |
CIPhotonCalibratorService | |
CLifetimeCalib | |
CLifetimeCalibProtoDUNE | |
CLifetimeCalibService | |
CLifetimeCalibServiceProtoDUNE | |
CLifetimePurMon_t | |
CLinCalib | |
CLinCalibProtoDUNE | |
CLinConsts_t | |
CNormCorr_t | |
CPhotonCalibratorProtoDUNESP | |
►CPhotonCalibratorServiceProtoDUNESP | |
CServiceConfiguration_t | |
►CPhotonCalibratorServiceStandard | |
CServiceConfiguration_t | |
CPhotonCalibratorStandard | |
CXCorr_t | |
CXYZCalib | |
CXYZCalibProtoDUNE | |
CXYZCalibService | |
CXYZCalibServiceProtoDUNE | |
CYZCorr_t | |
►NCalibrationTreeBuilder | |
CCalibrationTreeBuilder | |
Cflatfiller | |
CgenFinder | |
►NCalibTreeRecord | |
CCalibTreeRecord | |
CEveRecord | |
CHCRec | |
CHitContributor | |
CPartialHit | |
CPartialOpHit | |
CPartialPDOpHit | |
CParticleRecord | |
►Ncalo | Calorimetry |
CCaloChecker | |
CCalorimetry | Estimates the energy deposited by reconstructed tracks |
►CCalorimetryAlg | |
CConfig | |
►CGnocchiCalorimetry | |
CConfig | |
CPrintCalorimetry | |
CShowerCalorimetry | |
CTrackCalorimetry | |
►CTrackCalorimetryAlg | |
CHitProperties | |
CHitPropertySorter | |
►NCatch | |
CStringMaker< Hexable< T > > | |
►Ncet | |
►N_ | |
Cdefault_action | |
Cdefault_action< Element, false > | |
►Chas_clone | |
Ccloneable | |
►Ndetail | |
Cmust_have_id | |
Costream_handle_base | |
Costream_observer | |
Costream_owner | |
Cpow | |
Cpow< 0u, T, 0u > | |
Cpow< 1u, T, 1u > | |
Cpow< 2u, T, 0u > | |
Cpow< N, T, 0u > | |
Cpow< N, T, 1u > | |
►Nsqlite | |
►Ndetail | |
Cbind_parameters | |
Cbind_parameters< TUP, 1 > | |
CDefaultDatabaseOpenPolicy | |
Ccolumn | |
Ccolumn< double, Constraints... > | |
Ccolumn< float, Constraints... > | |
Ccolumn< int, Constraints... > | |
Ccolumn< long long, Constraints... > | |
Ccolumn< long, Constraints... > | |
Ccolumn< std::string, Constraints... > | |
Ccolumn< unsigned int, Constraints... > | |
Ccolumn< unsigned long long, Constraints... > | |
Ccolumn< unsigned long, Constraints... > | |
Ccolumn_base | |
CConnection | |
CConnectionFactory | |
CIncompleteInsert | |
CIncompleteSelectStmt | |
CNtuple | |
Cpermissive_column | |
Cpermissive_column< column< T, Constraints... > > | |
Cprimary_key | |
Cquery_result | |
CSelectStmt | |
CTransaction | |
Cbase_converter | |
CBasicPluginFactory | |
Cbit_size | Struct bit_size<U> |
Cbit_size< U, true > | |
Ccpu_timer | |
Ccrc32 | |
CCRC32Calculator | |
Cdefault_clone | |
Cdefault_copy | |
►Cexempt_ptr | |
Cis_compatible | |
Cfilepath_first_absolute_or_lookup_with_dot | |
Cfilepath_lookup | |
Cfilepath_lookup_after1 | |
Cfilepath_lookup_nonabsolute | |
Cfilepath_maker | |
CHorizontalRule | |
►Cincluder | |
Cframe | |
Cposinfo | |
►CLibraryManager | |
Cnothrow_t | |
Clookup_policy_selector | |
Cmap_vector | |
Cmap_vector_key | |
Cmaybe_ref | |
CMD5Digest | |
CMD5Result | |
Cname_of | |
Cname_of< bool > | |
Cname_of< char > | |
Cname_of< double > | |
Cname_of< float > | |
Cname_of< int > | |
Cname_of< long > | |
Cname_of< long double > | |
Cname_of< long long > | |
Cname_of< short > | |
Cname_of< signed char > | |
Cname_of< std::istream > | |
Cname_of< std::nullptr_t > | |
Cname_of< std::ostream > | |
Cname_of< std::string > | |
Cname_of< T & > | |
Cname_of< T * > | |
Cname_of< T const > | |
Cname_of< T const volatile > | |
Cname_of< T volatile > | |
Cname_of< T[N]> | |
Cname_of< unsigned char > | |
Cname_of< unsigned int > | |
Cname_of< unsigned long > | |
Cname_of< unsigned long long > | |
Cname_of< unsigned short > | |
Cname_of< void > | |
Cno_delete | |
Cnybbler | |
Costream_handle | |
Cpath_tag_t | |
CPluginFactory | |
CPluginTypeDeducer | |
CPluginTypeDeducer< art::EmptyEventTimestampPlugin > | |
CPluginTypeDeducer< art::FileCatalogMetadataPlugin > | |
CPluginTypeDeducer< art::ResultsProducer > | |
CPluginTypeDeducer< cettest::TestPluginBase > | |
CPluginTypeDeducer< mf::service::ELdestination > | |
Cpropagate_const | |
Cregistry | |
Cregistry_via_id | |
Csearch_path | |
Csha1 | |
Csimple_stats | |
►Cvalue_ptr | |
Cis_compatible | |
►Ncettest | |
CTestPlugin | |
CTestPluginBase | |
►Ncheat | Code to link reconstructed objects back to the MC truth information |
►CBackTracker | |
CfhiclConfig | |
CBackTrackerLoader | |
►CBackTrackerService | |
CfhiclConfig | |
CCheckBackTracking | |
►CParticleInventory | |
CMCTObjects | A simple struct to contain the MC Truth information |
CParticleInventoryConfig | FHICL Validation Object This struct is used for loading the fhicl configuration |
►CParticleInventoryService | |
CParticleInventoryServiceConfig | |
►CPhotonBackTracker | |
CfhiclConfig | |
CPhotonBackTrackerLoader | |
►CPhotonBackTrackerService | |
CfhiclConfig | |
CRecoCheckAna | |
►Ncluster | Cluster finding and building |
►Ndetails | Implementation details of cluster namespace |
CMeasure_t | Type for a simple measurement: value and error |
CMultiValue | Class holding a value of one among some selected types.. |
►NClusteringValidation | |
CClusterAnalyser | |
CClusterCounter | |
CClusteringValidation | |
►Ncmtool | |
CCBAlgoAngleAlign | |
CCBAlgoAngleCompat | |
CCBAlgoAngleIncompat | |
CCBAlgoAngleSeparate | |
CCBAlgoArray | |
CCBAlgoCenterOfMass | |
CCBAlgoCenterOfMassSmall | |
CCBAlgoFake | |
CCBAlgoMergeAll | |
CCBAlgoMergeTinyWithBig | |
CCBAlgoOutOfConeSeparate | |
CCBAlgoPolyContain | |
CCBAlgoPolyHitOverlap | |
CCBAlgoPolyOverlap | |
CCBAlgoPolyShortestDist | |
CCBAlgoProhibitAllTracks | |
CCBAlgoProhibitBigClusters | |
CCBAlgoStartNearEnd | |
CCBAlgoStartTrack | |
CCBoolAlgoBase | |
CCFAlgoQRatio | |
CCFAlgoShowerCompat | |
CCFAlgoTimeOverlap | |
CCFAlgoZOverlap | |
CCFloatAlgoBase | |
CCMAlgoBase | |
CCMatchBookKeeper | |
CCMatchManager | |
CCMergeBookKeeper | |
CCMergeHelper | |
CCMergeManager | |
CCMManagerBase | |
CCMTException | |
CCPAlgoArray | |
CCPAlgoIgnoreTracks | |
CCPAlgoNHits | |
CCPAlgoPolyArea | |
CCPAlgoQSum | |
CCPriorityAlgoBase | |
►Ncnn | Defines an enumeration for cellhit classification |
CRegCNNBoundary | |
CRegCNNBoundary3D | |
CRegCNNEvaluator | |
CRegCNNEventDump | |
CRegCNNImageUtils | Class containing some utility functions for all things RegCNN |
CRegCNNMapper | |
CRegCNNNumuHandler | Wrapper for caffe::Net which handles construction and prediction |
CRegCNNPyTorch | |
CRegCNNResult | RegCNNResult, basic output of CNN neural net |
CRegCNNVtxHandler | RegCNNVtxHandler, basic output of CNN neural net |
CRegPixelMap | RegPixelMap, basic input to CNN neural net |
CRegPixelMap3D | RegPixelMap3D, input to 3D CNN neural net |
CRegPixelMap3DProducer | Producer algorithm for RegPixelMap3D, input to CVN neural net |
CRegPixelMapProducer | Producer algorithm for RegPixelMap, input to CVN neural net |
CTFRegNetHandler | Wrapper for caffe::Net which handles construction and prediction |
►Ncorner | |
CCornerFinderAlg | |
►Ncosmic | |
CBeamFlashTrackMatchTagger | |
►CBeamFlashTrackMatchTaggerAlg | |
CFlashComparisonProperties | |
CCosmicClusterTagger | |
CCosmicEfficiency | |
CCosmicPCAxisTagger | |
CCosmicPFParticleTagger | |
CCosmicTrackTagger | |
CHitTagAssociatorAlg | |
CTrackPFParticleMatch | |
►NCRT | |
►Ndetail | |
CNode | |
CNode< void, ID > | |
►CChannelView | |
CMaybeDeleter | |
►CCRTRawDecoder | |
CPerModule | |
CCRTSim | |
CCRTSimRefac | |
CCRTSimValidation | |
►CCRTTimingValidation | |
CctbHits | |
CtempHits | |
CtempTrigger | |
►CDQMPlotter | |
CModulePlots | |
CFlatDirectory | |
►CFragment | |
Cheader_t | |
Chit_t | |
CGeometry | |
CHardCodedGeometry | |
CHit | |
Cmap | |
Cmap< VALUE, KEY > | |
►COnlinePlotter | |
CForeverPlots | |
CPerRunPlots | |
►CSingleCRTMatching | |
CrecoHits | |
CremovePairIndex | |
CsortPair | |
CtempHits | |
CtracksPair | |
►CSingleCRTMatchingProducer | |
CrecoHits | |
CremovePairIndex | |
CsortPair | |
CtempHits | |
CtracksPair | |
CSpaceView | |
CStripID | |
CTimeOffset | |
CToFlat | |
CTrigger | |
CTwoAxisView | |
►CTwoCRTMatching | |
CrecoHits | |
CremovePairIndex | |
CsortPair | |
CtempHits | |
CtracksPair | |
►CTwoCRTMatchingProducer | |
CrecoHits | |
CtempHits | |
►CTwoCRTReco | |
CrecoHits | |
CtempHits | |
CtracksPair | |
►CValidationPlotter | |
CStripPlots | |
►Nctp | |
CCTPEvaluator | CTPEvaluator class |
CCTPHelper | Class containing some utility functions for all things CVN |
CCTPResult | Class containing some utility functions for all things CVN |
CCTPTrackDump | CTPTrackDump class |
►Ncustom | |
Ccollection | |
►Ncvn | Utility class for truth labels |
CAssignLabels | |
CBoundary | |
CCVNEvaluator | |
CCVNEventDump | |
CCVNEventDumpProtoDUNE | |
CCVNImageUtils | Class containing some utility functions for all things CVN |
CCVNMapper | |
CCVNMapperProtoDUNE | |
CCVNMapperSim | |
CCVNMapperWire | |
CCVNProtoDUNEUtils | |
CCVNSparseMapper | |
CCVNSparseMapper3D | |
CCVNSparseROOT | |
CCVNValidation | |
CCVNZlibMaker | |
►CCVNZlibMakerProtoDUNE | |
CPrimaryTrainingInfo | |
CGCNFeatureUtils | Class containing some utility functions for all things CVN |
CGCNGraph | GCNGraph, basic input for the GCN |
CGCNGraphMaker | |
CGCNGraphMaker2D | |
CGCNGraphMakerProtoDUNE | |
CGCNGraphNode | |
CGCNH5 | |
CGCNHitGraphMaker | |
CGCNParticleFlow | GCNParticleFlow, a map of true particles to their parents |
CGCNZlibMaker | |
CGCNZlibMakerProtoDUNE | |
CPixelMap | PixelMap, basic input to CVN neural net |
CPixelMapProducer | Producer algorithm for PixelMap, input to CVN neural net |
CPixelMapSimProducer | Producer algorithm for PixelMap, input to CVN neural net |
CPixelMapWireProducer | Producer algorithm for PixelMap, input to CVN neural net |
CResult | Result, basic output of CVN neural net |
CSparsePixelMap | |
CTFNetHandler | Wrapper for caffe::Net which handles construction and prediction |
CTrainingData | The TrainingData objects contains a PixelMap and the output class type, and any other bit that goes into the ANN |
►Ndata_generator | |
CDataGenerator | |
►Ndcel2d | |
CFace | |
CHalfEdge | |
CVertex | |
►Ndeconvgaushf | Creation of calibrated signals on wires |
CDeconvGausHFDUNE10kt | |
CDeconvGausHFDUNE35t | |
►Ndetails | |
CPointerToData_t | |
►Ndetinfo | General LArSoft Utilities |
►Ndetails | |
CClockForImpl | |
CClockForImpl< detinfo::timescales::ElectronicsTimeCategory > | |
CClockForImpl< detinfo::timescales::OpticalTimeCategory > | |
CClockForImpl< detinfo::timescales::TPCelectronicsTimeCategory > | |
CClockForImpl< detinfo::timescales::TriggerTimeCategory > | |
CClockForImpl< TimeScale, std::void_t< typename TimeScale::category_t > > | |
CStartTickImpl | |
CStartTickImpl< detinfo::timescales::optical_tick, detinfo::timescales::electronics_tick_d > | |
CStartTickImpl< detinfo::timescales::TPCelectronics_tick_d, detinfo::timescales::electronics_tick_d > | |
CStartTickImpl< TickPoint, TickPoint > | |
CStartTimeImpl | |
CStartTimeImpl< detinfo::timescales::electronics_time, TimeScale, std::enable_if_t<!std::is_same_v< TimeScale, detinfo::timescales::electronics_time > > > | |
CStartTimeImpl< TimePoint, TimeScale, std::enable_if_t<!std::is_same_v< TimePoint, detinfo::timescales::electronics_time > && !std::is_same_v< TimeScale, detinfo::timescales::electronics_time > && !std::is_same_v< TimeScale, TimePoint > > > | |
CStartTimeImpl< detinfo::timescales::optical_time, detinfo::timescales::electronics_time > | |
CStartTimeImpl< detinfo::timescales::simulation_time, detinfo::timescales::electronics_time > | |
CStartTimeImpl< detinfo::timescales::TPCelectronics_time, detinfo::timescales::electronics_time > | |
CStartTimeImpl< detinfo::timescales::trigger_time, detinfo::timescales::electronics_time > | |
CStartTimeImpl< TimePoint, TimePoint > | |
CTickConverter | |
CTimeScaleConverter | |
CTimeScaleConverter< FromTick, TargetTime, std::enable_if_t< detinfo::timescales::is_tick_v< FromTick > > > | |
CTimeScaleConverter< TargetTime, TargetTime > | |
►Ntimescales | Namespace including different time scales as defined in LArSoft |
►Ndetails | |
Ccategory_of_t | |
Ccategory_of_t< Cat, std::void_t< typename Cat::category_t > > | |
Ccustom_timescale_traits | |
Ccustom_timescale_traits < WC, std::enable_if_t < util::quantities::concepts::is_interval_or_point_v< WC > > > | |
Cis_tick_type_impl | |
Cis_tick_type_impl< Q, std::enable_if_t< std::is_same_v< typename Q::baseunit_t, util::quantities::units::Tick > > > | |
Ctimescale_traits_base | A template traits for time scale of category Cat |
CElectronicsTimeCategory | Category for electronics time scale |
Cis_tick_type | Evaluates to whether the specified time T is tick-based |
COpticalTimeCategory | Category for electronics time scale |
CSimulationTimeCategory | Category for electronics time scale |
Ctimescale_traits | A collection of traits for a time scale |
Ctimescale_traits< ElectronicsTimeCategory > | Timing types for electronics time scale |
Ctimescale_traits< OpticalTimeCategory > | Timing types for optical detector time scale |
Ctimescale_traits< SimulationTimeCategory > | Timing types for simulation time scale |
Ctimescale_traits< TPCelectronicsTimeCategory > | Timing types for TPC electronics time scale |
Ctimescale_traits< TriggerTimeCategory > | Timing types for trigger electronics time scale |
CTPCelectronicsTimeCategory | Category for TPC electronics time scale |
CTriggerTimeCategory | Category for trigger time scale |
CDetectorClocks | Class used for the conversion of times between different formats and references |
CDetectorClocksData | Contains all timing reference information for the detector |
CDetectorClocksException | |
CDetectorClocksService | |
CDetectorClocksServiceStandard | art service managing detinfo::DetectorClocksStandard |
CDetectorClocksStandard | Implementation of detinfo::DetectorClocks interface with fixed settings from configuration |
CDetectorClocksWithUnits | A partial detinfo::DetectorClocksData supporting units |
CDetectorProperties | |
CDetectorPropertiesData | |
CDetectorPropertiesService | |
►CDetectorPropertiesServiceStandard | |
CServiceConfiguration_t | |
►CDetectorPropertiesStandard | |
CConfiguration_t | Structure for configuration parameters |
CSternheimerParameters_t | Parameters for Sternheimer density effect corrections |
CDetectorTimings | A class exposing an upgraded interface of detinfo::DetectorClocksData |
CElecClock | Class representing the time measured by an electronics clock |
CLArProperties | |
CLArPropertiesService | |
CLArPropertiesServiceStandard | |
►CLArPropertiesStandard | Properties related to liquid argon environment in the detector |
CConfiguration_t | Structure with all configuration parameters |
CConfigWithScintByType_t | Structure with all configuration parameters |
CRunHistory | |
CRunHistoryStandard | |
CSubRun | |
CSubRunStandard | |
►Ndetsim | Detector simulation of raw signals on wires |
CDriftElectronstoPlane | |
►CDumpOpDetWaveforms | Prints the content of all optical detector waveforms on screen |
CConfig | |
CTimestampLabelMaker | Base functor for printing time according to tick number |
►CDumpRawDigits | Prints the content of all the raw digits on screen |
CConfig | |
►CISCalculationSeparate | |
CData | |
CSimDriftedElectronClusterAna | |
►CSimDriftElectrons | |
CChannelBookKeeping | |
CSimWire | |
CSimWireAna | Base class for creation of raw signals on wires |
CSimWireDUNE10kt | |
CSimWireDUNE35t | |
CWienerFilterAna | Base class for creation of raw signals on wires |
►Ndetvar | |
CRandomChannelStatusProvider | |
CRandomChannelStatusService | |
CRandomTPC | |
CSortChansByZ | |
►Ndisambigcheck | |
Cdisambigcheck | |
►Ndlardaq | |
CEventDecoder | |
Cevheader_t | |
Cfooter_t | |
Cformatexception | |
►CHuffDataCompressor | |
CHuffAccum_t | |
CLogStream | |
Crunheader_t | |
Ctrigger_t | |
►Ndocstring | |
CPyClass | |
►Ndump | Collection of utilities for dumping data on screen |
►Nraw | |
►COpDetWaveformDumper | Prints the content of optical detector waveforms on screen |
CTickLabelMaker | Time label: tick number relative to the waveform |
CTimeLabelMaker | Base functor for printing time according to tick number |
►CDumperBase | Base class for data dumpers |
CIndenter | Helper class to keep track of indenting |
CIndentSettings | |
►NDUNE | |
CMuonTrackingEff | |
CNeutrinoShowerEff | |
CNeutrinoTrackingEff | |
►Ndune | |
►Napa | |
CAPAGeometryAlg | |
►Nframe14 | |
C__attribute__ | |
►NHDF5Utils | |
CHDFFileInfo | |
CHeaderInfo | |
►NHDFFileReader | |
CHDFFileInfo | |
►Ntde | |
CChannelId | |
Ccrate | |
Ccrp_connectors | |
CIndexCrate | |
CIndexCrateCard | |
CIndexCrateCardChan | |
CIndexCrateCardChanHash | |
CIndexCrp | |
CIndexCrpView | |
CIndexCrpViewChan | |
CIndexCrpViewChanHash | |
CIndexRawSeqn | |
CIndexRawSeqnHash | |
Ckel_connector | |
►Ntesting | Namespace including DUNE-specific testing |
CDUNEFDDPGeometryEnvironmentConfiguration | Class holding the configuration for a DUNE FD Dual Phase fixture |
CAnalysisTree | Creates a simple ROOT tree with tracking and calorimetry information |
►CAnalysisTreeDataStruct | |
CBoxedArray | A wrapper to a C array (needed to embed an array into a vector) |
CBranchCreator | Little helper functor class to create or reset branches in a tree |
CPFParticleDataStruct | |
CShowerDataStruct | |
CSubRunData_t | Information from the subrun |
CTrackDataStruct | |
CVertexDataStruct | |
CAnaRootParser | Creates a simple ROOT tree with tracking and calorimetry information |
►CAnaRootParserDataStruct | |
CBoxedArray | A wrapper to a C array (needed to embed an array into a vector) |
CBranchCreator | Little helper functor class to create or reset branches in a tree |
CPFParticleDataStruct | |
CShowerDataStruct | |
CSubRunData_t | Information from the subrun |
CTrackDataStruct | |
CVertexDataStruct | |
CCalibrationdEdXPDSP | |
CChannelInformation | |
CCheckAuxDet | |
CCheckGeometry | |
CCheckRecoEnergy | |
CColdataBlock | |
CColdataHeader | |
CColdataSegment | |
CContainerValueType | Class whose "type" contains the base data type of the container |
CContainerValueType< std::vector< AnalysisTreeDataStruct::BoxedArray< A > > > | |
CContainerValueType< std::vector< AnaRootParserDataStruct::BoxedArray< A > > > | |
CContainerValueType< std::vector< T > > | |
CCounterFilter | |
CCTBFragment | |
CdEdxcalibration | |
CDisambigAlg35t | |
CDisambigAlgProtoDUNESP | |
►CDisambigFromSpacePoints | |
CConfig | |
CDPChannelId | |
CDUNEGeometryHelper | |
CEmLikeHits | |
CEnergyReco | |
CEnergyRecoOutput | |
CFelixCompressor | |
CFelixDecoder | |
CFelixFragment | |
►CFelixFragmentBase | |
CMetadata | |
COld_Metadata | |
CFelixFragmentCompressed | |
CFelixFragmentReordered | |
CFelixFragmentUnordered | |
CFelixFrame | |
►CFelixIntegrityTest | |
CErrorMetrics | |
CFelixRawDecoder | |
CFelixReorder | |
►CFrame14Fragment | |
CMetadata | |
CFrame14FragmentUnordered | |
CHDF5RawInputDetail | |
CHitFinder35t | |
CHitFinderProtoDUNESP | |
CHitInformation | |
►CHitLineFitAlg | |
CHitLineFitData | |
CHitLineFitResults | |
CParVals | |
CHitRepeater | |
►CHuffTree | |
CNode | |
CIcebergChannelMapService | |
CIndexCrate | |
CIndexCrateCard | |
CIndexCrateCardChan | |
CIndexCrateCardChanHash | |
CIndexCrp | |
CIndexCrpView | |
CIndexCrpViewChan | |
CIndexCrpViewChanHash | |
CIndexRawSeqn | |
CIndexRawSeqnHash | |
CMetaData | |
Cmichelremoving | |
►CMicroSlice | |
CHeader | |
CMicroSliceWriter | |
►CMilliSlice | |
CHeader | |
CMilliSliceFragment | |
CMilliSliceFragmentWriter | |
CMilliSliceWriter | |
►CNanoSlice | |
CHeader | |
CNanoSliceWriter | |
►CNeutrinoEnergyRecoAlg | NeutrinoEnergyRecoAlg class |
CEnergyRecoInputHolder | EnergyRecoInputHolder struct |
CPDDPChannelMap | |
CPdspChannelMapService | |
CPdspHDFFileReader | The PdspHDFFileReader is a class which implements the methods needed by art::Source |
►CPennMicroSlice | |
CHeader | Header of ethernet packet |
CPayload_Counter | Counter payload description |
CPayload_Header | Frame header : Common header to everything except warning words |
CPayload_Timestamp | |
CPayload_Trigger | Trigger description |
CWarning_Word | Internal warning word |
CPennMicroSliceWriter | |
►CPennMilliSlice | |
CHeader | |
CPennMilliSliceFragment | |
CPennMilliSliceWriter | |
CPFPEfficiency | |
CProtoDUNETimeStamp | |
Cprotonanalysis | |
CRceFragment | |
CRceRawDecoder | |
CReorderFacility | |
CRMSHitFinderAlg | |
CROOTTreeCode | Contains ROOTTreeCode<>::code, ROOT tree character for branch of type T |
CROOTTreeCode< Double_t > | |
CROOTTreeCode< Int_t > | |
CROOTTreeCode< Short_t > | |
CSignalToNoise | |
CSlidingAverage | |
►CSSPFragment | |
CHeader | |
CMetadata | |
CSSPFragmentWriter | |
►CSSPRawDecoder | |
Ctrig_variables | |
►CT0Counter | |
Ct0 | |
CTimeBasedDisambig | |
►CTimingFragment | |
CBody | |
CMetadata | |
CTimingRawDecoder | |
►CToyFragment | |
CHeader | |
CMetadata | |
CToyFragmentWriter | |
►CVDColdboxChannelMapService | |
CVDCBChanInfo | |
CVDColdboxPDSDecoder | |
CVDColdboxTDEChannelMapService | |
CWIBHeader | |
CXYZcalibration | |
►Ndune_ana | |
CDUNEAnaClusterUtils | DUNEAnaClusterUtils class |
CDUNEAnaEventUtils | DUNEAnaEventUtils class |
CDUNEAnaHitUtils | DUNEAnaHitUtils class |
CDUNEAnaPFParticleUtils | DUNEAnaPFParticleUtils class |
CDUNEAnaShowerUtils | DUNEAnaShowerUtils class |
CDUNEAnaSliceUtils | DUNEAnaSliceUtils class |
CDUNEAnaSpacePointUtils | DUNEAnaSpacePointUtils class |
CDUNEAnaTrackUtils | DUNEAnaTrackUtils class |
CDUNEAnaUtilsBase | DUNEAnaUtilsBase class containing some template functions |
►Ndunefd | |
CbDistCentLess2D | |
CHit2D | |
CIniSegAlg | |
CIniSegReco | |
CNueAna | |
CShSeg | |
►Ndunemva | |
CCAFMaker | |
CMVAAlg | |
CMVASelect | |
CMVASelectPID | |
►Ndunerawdata | |
CGetPackageBuildInfo | |
►Ndunezsanalysis | |
Cdunezsanalysis | |
►NECLAPI | |
CECLAPIException | |
CECLConnection | |
CECLEntry | |
CECLHTTPError | |
►NEDep | |
CTEventChangeManager | |
CTEventDisplay | A singleton class for an event display based on EVE |
CTG4HitChangeHandler | Handle drawing the GEANT4 (truth) hits |
CTGUIManager | |
CTMatrixElement | |
CTTrajectoryChangeHandler | Handle drawing the trajectories |
CTVEventChangeHandler | |
►NEDepSim | Construct a module from components |
CArbElecField | |
CArbEMField | |
CArbMagField | |
CBuilder | |
CBuilderMessenger | |
CCombinationGenerator | |
CComponentBuilder | |
CComponentBuilderMessenger | |
CCubic | |
CDensityPositionFactory | |
CDensityPositionGenerator | |
CDetectorMessenger | |
CDokeBirks | |
CEMFieldSetup | |
CException | |
CExtraPhysics | |
CFixedCountFactory | |
CFixedCountGenerator | |
CFixedPositionFactory | |
CFixedPositionGenerator | |
CFixedTimeFactory | |
CFixedTimeGenerator | |
CFreePositionFactory | |
CFreePositionGenerator | |
CFreeTimeFactory | |
CFreeTimeGenerator | |
CGPSKinematicsFactory | |
CGPSKinematicsGenerator | |
CHitSegment | |
CKinemPassThrough | |
CLogManager | |
CMeanCountFactory | |
CMeanCountGenerator | |
CModuleBuilder | |
CModuleBuilderMessenger | |
CNoMoreEvents | |
CNuMIRockKinematicsFactory | |
CNuMIRockKinematicsGenerator | |
CPersistencyManager | |
CPersistencyMessenger | |
CPhysicsList | |
CPhysicsListMessenger | |
CPrimaryGenerator | |
►CRootGeometryManager | |
CDrawAttributes | |
CRootPersistencyManager | |
CRooTrackerKinematicsFactory | |
CRooTrackerKinematicsGenerator | |
CSDFactory | |
CSegmentSD | |
CSpillTimeFactory | |
CSpillTimeGenerator | |
CTrajectory | |
CTrajectoryMap | |
CTrajectoryPoint | |
CUniformField | |
CUniformPositionFactory | |
CUniformPositionGenerator | |
CUserDetectorConstruction | |
CUserEventAction | |
CUserEventInformation | |
CUserPrimaryGeneratorAction | |
CUserPrimaryGeneratorMessenger | |
CUserRunAction | |
CUserRunActionMessenger | |
CUserStackingAction | |
CUserTrackingAction | |
CVConstrainedPositionFactory | |
►CVConstrainedPositionGenerator | |
CPositionTest | |
CVCountFactory | |
CVCountGenerator | |
CVertexInfo | |
CVKinematicsFactory | |
CVKinematicsGenerator | |
►CVolumeId | |
CVolume | |
CVPositionFactory | |
CVPositionGenerator | |
CVPrimaryFactory | |
CVTimeFactory | |
CVTimeGenerator | |
►Nems | |
CbDistCentLess2D | |
CbDistCentMore2D | |
CBin2D | |
CDirOfGamma | |
CEMShower3D | |
CEndPoint | |
CHit2D | |
CMCinfo | |
CMultiEMShowers | |
►Nemshower | |
CEMEnergyCalib | |
CEMPi0Energy | |
►Nevd | LArSoft includes |
►Ndetails | |
CADCCorrectorClass | Applies Birks correction |
CCellGridClass | Manages a grid-like division of 2D space |
CGridAxisClass | Manages a cell-like division of a coordinate |
►CRawDigitCacheDataClass | Cached set of RawDigitInfo_t |
CBoolWithUpToDateMetadata | |
►CRawDigitInfo_t | Information about a RawDigit; may contain uncompressed duplicate of data |
CSampleInfo_t | |
CAnalysisBaseDrawer | Aid in the rendering of AnalysisBase objects |
CAnalysisDrawingOptions | |
CCalorPad | A drawing pad showing calorimetric particle ID information |
CCalorView | View showing calorimetric particle ID information |
CColorDrawingOptions | |
CDisplay3DPad | A drawing pad showing a 3D rendering of the detector |
CDisplay3DView | View of event shoing the XZ and YZ readout planes |
CDrawingPad | Base class for event display drawing pads |
CEVD | Class for transporting photons in a roughly realistic way |
CEvdLayoutOptions | |
CGraphCluster | |
CGraphClusterAlg | |
CHeaderDrawer | |
CHeaderPad | |
CHitSelector | |
CILazy | |
CInfoTransfer | |
CInputSeeker | This is obviously a hack, but it's modeled on what EventDisplayBase does |
CJSONFormatter | |
CLazyDigits | |
CLazyWires | |
CMCBriefPad | |
COrtho3DPad | A drawing pad showing an orthographic rendering of 3D objects |
COrtho3DView | View of event shoing orthographic view of 3D objects |
CPNGArena | |
CPNGView | |
►CRawDataDrawer | Aid in the rendering of RawData objects |
CBoxDrawer | |
CBoxInfo_t | |
CManyOperations | |
COperationBaseClass | |
CPadResolution_t | |
CRoIextractorClass | |
CRawDrawingOptions | Display parameters for the raw data |
CRecoBaseDrawer | Aid in the rendering of RecoBase objects |
CRecoDrawingOptions | |
CResult | |
CSimulationDrawer | |
CSimulationDrawingOptions | |
CStyle | |
CThreadsafeGalleryEvent | |
CTQPad | |
►CTWireProjPad | A drawing pad for time vs wire |
CDrawOptions_t | |
CTWQMultiTPCProjectionView | |
CTWQProjectionView | |
CWebEVD | |
CWebEVDServer | |
CZoomOptions | |
CZoomOptionsMultiTPC | |
►Nevd_tool | |
CICARUSDrawer | |
CIExperimentDrawer | |
CMicroBooNEDrawer | |
CProtoDUNEDrawer | |
CStandardDrawer | |
►Nevdb_tool | |
CDrawGausHits | |
CDrawLArVoxel3D | |
CDrawRawHist | |
CDrawSimEnergyDeposit3D | |
CDrawSimPhoton3D | |
CDrawSkewHits | |
CDrawWireData | |
CDrawWireHist | |
CEdge3DDrawer | |
CI3DDrawer | |
CISim3DDrawer | |
CISpacePoints3D | |
CIWaveformDrawer | |
CIWFHitDrawer | |
COpFlash3DDrawer | |
COpHit3DDrawer | |
CPCA3DDrawer | |
CPFParticle3DDrawer | |
CSpacePoint3DDrawerChiSquare | |
CSpacePoint3DDrawerHitAsymmetry | |
CSpacePoint3DDrawerHitCharge | |
CSpacePoint3DDrawerStandard | |
►Nevent | Event finding and building |
CEventCheater | |
►NEventGen | |
CImportSingle311Event | |
►Nevgb | Physics generators for neutrinos, cosmic rays, and others |
CCRYHelper | Interface to the CRY cosmic-ray generator |
CRNGWrapper | |
►Nevgen | Event Generation using GENIE, cosmics or single particles |
►CActiveVolumeVertexSampler | |
CConfig | |
CCORSIKAGen | LArSoft interface to CORSIKA event generator |
CCosmicsGen | A module to check the results from the Monte Carlo generator |
CCRTGen | |
CFileMuons | Module to produce single or multiple specified particles in the detector |
CGaisserParam | Module to produce single or multiple specified particles in the detector |
CGENIEGen | A module to check the results from the Monte Carlo generator |
►CLightSource | A module for optical MC testing and library building |
CMaterialPointFilter | Filters a point according to the material at that point |
►CMarleyGen | |
CConfig | Collection of configuration parameters for the module |
CKeysToIgnore | |
CMARLEYHelper | |
CMarleyParameterSetWalker | |
►CMarleyTimeGen | |
CConfig | Collection of configuration parameters for the module |
CFitParameters | Stores parsed fit parameters from a single time bin and neutrino type in a "fit"-format spectrum file |
CKeysToIgnore | |
CTimeFit | Stores fitting parameters for all neutrino types from a single time bin in a "fit"-format spectrum file |
CMUSUN | Module to produce single or multiple specified particles in the detector |
CNDKGen | A module to check the results from the Monte Carlo generator |
CNeutronOsc | |
CNucleonDecay | |
CNueAr40CCGenerator | |
CNuEScatterGen | |
CNuWroGen | A module to check the results from the Monte Carlo generator |
►CProtoDUNEBeam | |
CProtoFullSpill | |
►CProtoDUNETriggeredBeam | |
CBeamEvent | |
CBeamParticle | |
COverlaidTriggerEvent | |
CRadioGen | Module to generate particles created by radiological decay, patterned off of SingleGen |
►CSingleGen | Module to produce single or multiple specified particles in the detector |
CConfig | |
CSNNueAr40CCGen | |
CTextFileGen | |
►Nevgendp | |
CCORSIKAGendp | A module to check the results from the Monte Carlo generator |
►CDataGen311 | |
CConfig | |
CGen311 | |
►CNEUTImport | |
CConfig | |
CRooTrackerParticle | |
CTrack | |
CTrigger | |
►Nevwgh | |
CEventWeight | |
CGenieWeightCalc | |
CMCEventWeight | |
CWeight_t | |
CWeightCalc | |
CWeightCalcCreator | |
CWeightCalcFactory | |
CWeightCalcImpl | |
CWeightManager | |
►Nex | |
CHelloAuxDet | |
►Nexperiment_utilities | |
CMetaDataKey | |
►Nextractor_dict | |
CexpMetaData | |
CMetaData | |
►Nextractor_prod | |
CexpMetaData | |
CMetaData | |
CMetaDataKey | |
►Nfhicl | |
►Ncomment_detail | |
CArgWrapper | |
►Ndetail | |
►Nno_defaults | |
Cexpected_types | |
Cexpected_types< std::string > | |
►Nyes_defaults | |
Cmaybe_quotes | |
Cmaybe_quotes< std::string > | |
CAllowedConfiguration | |
CAtomBase | |
CDelegateBase | |
CHashParameterSetID | |
CIndentation | |
Cit_value_get | |
Cit_value_get< std::complex< U >, typename tt::disable_if< std::is_reference_v< std::complex< U > >|| std::is_pointer_v< std::complex< U > > >::type > | |
Cit_value_get< intermediate_table::sequence_t & > | |
Cit_value_get< intermediate_table::sequence_t > | |
Cit_value_get< intermediate_table::sequence_t const & > | |
Cit_value_get< intermediate_table::table_t & > | |
Cit_value_get< intermediate_table::table_t > | |
Cit_value_get< intermediate_table::table_t const & > | |
Cit_value_get< T, typename tt::disable_if< std::is_reference_v< T >|| std::is_pointer_v< T > >::type > | |
CKeyAssembler | |
CKeys | |
CMaybeDisplayParent | |
CParameterBase | |
CParameterMetadata | |
CParameterWalker | |
Cper_entry | |
Cper_entry< 0, TUPLE > | |
Cper_thread_holder | |
CPrettifier | |
CPrettifierAnnotated | |
CPrettifierPrefixAnnotated | |
CPrintAllowedConfiguration | |
CRegisterIfTableMember | |
CSearchAllowedConfiguration | |
CSequenceBase | |
CSequenceKey | |
CTableBase | |
CTableMemberRegistry | |
Cthread_hash_compare | |
CValidateThenSet | |
CvalidationException | |
CValuePrinter | |
Cvoid_t< decltype(typename T::Parameters{ std::declval< fhicl::Name >()})> | |
►Nhas_insertion_operator_impl | |
Cany_t | |
Chas_insertion_operator | |
►Nsequence_detail | |
CValueHolder | |
►Ntuple_detail | |
CValueHolder | |
►Cass_parser | |
Cattribute | |
CAtom | |
►Cbin_parser | |
Cattribute | |
►Cbinding_parser | |
Cattribute | |
CComment | |
►CCondConfig | |
CBoxParameters | |
CSphereParameters | |
CConfigurationTable | |
►Cdbid_parser | |
Cattribute | |
CDelegatedParameter | |
►Cdss_parser | |
Cattribute | |
Cextended_value | |
Chas_insertion_operator | |
►Chex_parser | |
Cattribute | |
Cintermediate_table | |
CKeyMap | |
CKeysToIgnore | |
CMaybeUseFunction | |
CName | |
CNameStackRegistry | |
CNoInsert | |
COptionalAtom | |
COptionalDelegatedParameter | |
COptionalSequence | |
COptionalSequence< T,-1ull > | |
COptionalTable | |
COptionalTableAs | |
COptionalTuple | |
COptionalTupleAs | |
COptionalTupleAs< T(ARGS...)> | |
CParameterSet | |
CParameterSetID | |
CParameterSetRegistry | |
CParameterSetWalker | |
CPrinter | |
CPrinterFor | |
CPrinterForTypes | |
►Creal_parser | |
Cattribute | |
CSequence | |
CSequence< T,-1ull > | |
CSHA1 | |
►CTable | |
CImpl | |
CTableAs | |
CTableFragment | |
CTuple | |
CTupleAs | |
CTupleAs< T(ARGS...)> | |
►Cuint_parser | |
Cattribute | |
CVec | |
CWrappedTable | |
CYesInsert | |
►Nfhiclcpp_types | |
CFixtureBase | |
►Nfilt | |
CFinalStateParticleFilter | |
►CGenFilter | |
CCounterSetPair | |
►CLArG4ExtCounterFilter | |
CCounterSetPair | |
CLArG4ParticleFilter | |
CNucleonDecayFilter | |
CProtoDUNEFembFilter | |
CProtoDUNETriggerFilter | |
►Nfilter | Framework |
CADCFilter | |
CChannelFilter | |
CEventFilter | |
CEventTimeFilter | |
CMuonFilter | |
CProtoDUNEUnstableHVFilter | |
►Ngallery | |
CAssnsBranchData | |
CBranchData | |
CBranchMapReader | |
CDataGetterHelper | |
CEvent | |
CEventHistoryGetter | |
CEventNavigator | |
CFindMaker | |
►CHandle | |
CHandleTag | |
CInfoForTypeLabelInstance | |
CTypeLabelInstanceKey | |
►CValidHandle | |
CHandleTag | |
►Ngar | General GArSoft Utilities |
►Ncheat | |
CBackTracker | |
CBackTrackerCore | |
CCalIDE | |
CHitIDE | |
►Ndebug | |
CCallInfo_t | Structure with information about a single call, parsed |
►CCallInfoPrinter | Class handling the output of information in a CallInfo_t object |
Copt | Set of options for printing |
►Ndetails | |
Chas_duplicate_types | |
Cindex_with_type | Hosts the index of type FindType in the list of types AmongTypes |
Cindex_with_type_impl | |
CServiceProviderRequirementsChecker | Compiles only if PROVIDER class satisfied service provider requirements |
CServiceRequirementsChecker | |
CSetFrom | Implementation detail for the extraction constructor |
►Ndetinfo | |
CDetectorClocks | |
CDetectorClocksException | |
CDetectorClocksServiceGAr | |
CDetectorClocksServiceStandardGAr | |
CDetectorClocksStandardGAr | |
CDetectorProperties | |
CDetectorPropertiesService | |
►CDetectorPropertiesServiceStandardGAr | "Standard" implementation of DetectorProperties service |
CServiceConfiguration_t | |
►CDetectorPropertiesStandard | |
CConfiguration_t | Structure for configuration parameters |
CSternheimerParameters_t | Parameters for Sternheimer density effect corrections |
CECALProperties | |
CECALPropertiesService | |
CECALPropertiesServiceStandard | |
►CECALPropertiesStandard | Properties related to liquid argon environment in the detector |
CConfiguration_t | Structure with all configuration parameters |
CElecClock | |
CGArProperties | |
CGArPropertiesService | |
CGArPropertiesServiceStandard | |
►CGArPropertiesStandard | Properties related to liquid argon environment in the detector |
CConfiguration_t | Structure with all configuration parameters |
CRunHistory | |
CRunHistoryStandard | |
CSubRun | |
CSubRunStandard | |
►Ndump | Namespace for GArSoft dumping utilities |
CArrayDumper | Dumps the first N elements of an array |
CArrayDumper< T * > | |
CVectorDumper | Manipulator managing the dump of the vector content into a stream |
CVectorDumper< T * > | |
CVectorDumper< T[3]> | |
►Nevd | |
CAnalysisBaseDrawer | Aid in the rendering of AnalysisBase objects |
CAnalysisDrawingOptions | |
CCalorPad | A drawing pad showing calorimetric particle ID information |
CCalorView | View showing calorimetric particle ID information |
CColorDrawingOptions | |
CDisplay3DPad | A drawing pad showing a 3D rendering of the detector |
CDisplay3DView | View of event shoing the XZ and YZ readout planes |
CDrawingPad | Base class for event display drawing pads |
CEVD | Class for transporting photons in a roughly realistic way |
CEvdLayoutOptions | |
CGeometryDrawer | Aid in the rendering of Geometry objects |
CHeaderDrawer | |
CHeaderPad | |
CMCBriefPad | |
CRawDataDrawer | Aid in the rendering of RawData objects |
CRawDrawingOptions | Display parameters for the raw data |
CRecoBaseDrawer | Aid in the rendering of RecoBase objects |
CRecoDrawingOptions | |
CSimulationDrawer | |
CSimulationDrawingOptions | |
CStyle | |
►Nevd3d | |
CEventDisplay3D | |
CEventDisplay3DService | |
CEventDisplay3DUtils | |
►Nevgen | |
CCosmicsGen | A module to check the results from the Monte Carlo generator |
CGENIEGen | A module to check the results from the Monte Carlo generator |
CRadioGen | |
CSingleGen | Module to produce single or multiple specified particles in the detector |
CTextFileGen | |
►Nfilt | |
CFSPEventFilter | |
►Ngar_pandora | |
CBFieldPlugin | |
►CCaloHitCreator | |
CSettings | |
►CGeometryCreator | |
CSettings | |
►CMCParticleCreator | |
CeveLoc | |
CSettings | |
►CPandoraInterface | |
CSettings | |
►CPfoCreator | |
CSettings | |
CPseudoLayerPlugin | |
CRotationTransformation | |
►CTrackCreator | |
CSettings | |
►Ngarg4 | |
CAuxDetAction | List of energy deposits from Geant4 |
CChargeExchange | |
CCustomPhysicsFactory | |
CCustomPhysicsFactoryBase | |
CCustomPhysicsTable | |
CDecayPhysicsFactory | |
CEmPhysicsFactory | |
CEnergyDepositAction | List of energy deposits from Geant4 |
CG4SimulationParameters | |
CGArG4 | Runs Geant4 simulation and propagation of electrons and photons to readout |
CGArG4Ana | |
CHadronElasticPhysicsFactory | |
CHadronPhysicsFactory | |
CIonPhysicsFactory | |
CKeepByPositionFilterTag | Tag for filters |
CLowEnergyEmFactory | |
CMaterialPropertyLoader | |
CModularPhysicsList | |
CMuNuclearSplittingProcess | |
CMuNuclearSplittingProcessXSecBias | |
CNeutronTrackingCutFactory | |
►CParticleListAction | |
CParticleInfo_t | |
►CPositionInVolumeFilter | Use to keep particles with at least part of trajectory in a volume |
CVolumeInfo_t | |
CStoppingPhysicsFactory | |
CSynchrotronAndGN | |
CTConfigurablePhysicsList | |
CUpdateDaughterInformation | |
►Ngeo | |
►Ndetails | |
Cgeometry_element_iterator | Forward iterator browsing all geometry elements in the detector |
Cgeometry_iterator_base | Base class for geometry iterators (note: this is not an iterator) |
►Cgeometry_iterator_types | Base class for geometry iterators, containing some type definitions |
CBeginPos_t | Structures to distinguish the constructors |
CEndPos_t | |
CUndefinedPos_t | |
CTestTrackerClassBase | Class telling whether a test needs to be run |
►Nseg | |
CAuxDetChannelMapAlg | |
CChannelMapAlg | |
CChannelMapStandardAlg | |
CInvalidChannelIDError | Exception thrown on invalid wire number (e.g. NearestWireID()) |
CMinervaSegmentationAlg | |
CSegmentationAlg | |
CSegmentationGridXYAlg | |
CSegmentationMuIDAlg | |
CSegmentationMultiGridStripXYAlg | |
CSegmentationStripXAlg | |
CSegmentationStripYAlg | |
CXYZPos | |
CAuxDetExptGeoHelperInterface | Interface to a service with detector-specific geometry knowledge |
CAuxDetGeo | |
CAuxDetGeometry | The geometry of one entire detector, as served by art |
CAuxDetGeometryCore | Description of geometry of one set of auxiliary detectors |
CAuxDetGeometryData_t | Data in the geometry description |
CAuxDetGeometryHelperExample | |
CAuxDetGeoObjectSorter | |
CAuxDetSensitiveGeo | |
CBitFieldCoder | Helper class for decoding and encoding a bit field of 64bits for convenient declaration |
CBitFieldValue | Helper class for BitFieldCoder that corresponds to one field value |
CChanWithPos_ | |
CCollectNodesByName | |
CCollectPathsByName | |
CExptGeoHelperInterface | Interface to a service with detector-specific geometry knowledge |
CGeometryCore | Description of geometry of one entire detector |
CGeometryGAr | The geometry of one entire detector, as served by art |
►CGeometryGArConfigurationWriter | Writes geometry configuration information into art runs |
CConfig | Service configuration |
CGeometryTestAlg | Performs tests on the geometry as seen by Geometry service |
CIteratorBox | |
►CLayeredCalorimeterStruct | |
CLayer | |
CLocalTransformation | Class to transform between world and local coordinates |
CNodeNameMatcherClass | |
►CROOTGeoNodeForwardIterator | Iterator to navigate through all the nodes |
CNodeInfo_t | |
CStandardGeometryHelperGAr | Simple implementation of channel mapping |
CTokenizer | |
►Nraw | |
CBeamInfo | |
CCaloRawDigit | |
CRawDigit | Collection of charge vs time digitized from a single readout channel |
CTrigger | |
►Nrec | |
►Nalg | |
CAlgCluster | |
CEnergyCut | |
CGenericCluster | |
CGenericClusterVec | |
CGenericHit | |
CGenericHitVec | |
CKNNClusterAlg | |
CNNDistance | |
CStripSplitterAlg | |
CXIndex | |
CCaloClusterCheater | |
CCaloClustering | |
CCaloHit | |
CCaloStripSplitter | |
CCluster | |
CCompressedHitFinder | |
Cdayoneconverter | |
Cdayonetrackfit | |
CeveLoc | |
CEventInit | |
CHit | |
CIDNumberGen | |
►CPFParticle | |
CParticleIDData | |
CShower | |
CSiPMHitFinder | |
Ctpccathodestitch | |
CTPCCluster | |
CTPCECALAssociation | |
CTPCHitCluster | |
Ctpcpatrec2 | |
Ctpcpatreccheat | |
Ctpctrackfit2 | |
►Ctpcvechitfinder2 | |
Cvechit_t | |
CTrack | |
►Ctracker1 | |
Cvechit_t | |
CTrackIoniz | |
CTrackPar | |
CTrackTrajectory | |
CVecHit | |
CVee | |
Cveefinder1 | |
CVertex | |
Cvertexfinder1 | |
►Nrosim | |
CECALReadoutSimStandardAlg | |
CedepIDE | |
CElectronDriftAlg | |
CElectronDriftInfo | |
CElectronDriftStandardAlg | |
CIonizationAndScintillation | |
CIonizationReadout | Runs Readout simulation including propagation of electrons and photons to readout |
CISCalculation | |
CISCalculationNEST | |
CISCalculationSeparate | |
CMuIDReadoutSimStandardAlg | |
CRawDigitAna | |
CSiPMReadout | Runs simulation including smearing of energy and SiPM saturation for the ECAL readout |
CSiPMReadoutSimAlg | |
CTPCReadoutSimAlg | |
CTPCReadoutSimStandardAlg | |
►Nsdp | |
CAuxDetIDE | MC truth information to make RawDigits and do back tracking |
CAuxDetSimChannel | Collection of particles crossing one auxiliary detector cell |
CBeamGateInfo | |
CCaloDeposit | |
CEnergyDeposit | |
CGenieParticle | |
CIDE | |
CLArDeposit | |
►Nsumdata | |
CGeometryConfigurationInfo | Description of the current configuration of detector geometry |
CPOTSummary | |
CRunData | |
Canatest | |
Canatree | |
CCAFHelper | |
CCAFMaker | |
CHNLAnalysis | |
CMatchingPerformance | |
CMomentumPerformance | |
CNestAlg | |
CParamSim | |
CProviderPack | Container for a list of pointers to providers |
CServiceProviderImplementationWrapper | Service implementation returning a provider |
CServiceProviderInterfaceWrapper | Service returning a provider interface |
CSimpleServiceProviderWrapper | Service returning a provider |
CStructuredTree | |
CUncopiableAndUnmovableClass | An empty class that can't be copied nor moved |
►Ngar_content | |
CHelix | Helix class |
►Ngarana | |
CBacktracker | |
CCaloCluster | |
CDetTree | |
CDisplayTree | |
CFlatDetTree | |
CFlatDisplayTree | |
CFlatG4Tree | |
CFlatGenTree | |
CFlatRecoTree | |
CFSParticle | |
CG4Particle | |
CG4Tree | |
CGenTree | |
CGTruth | |
CHeaderTree | |
CMill | |
CMillG4Tree | |
CMillGenTree | |
CMillHeaderTree | |
CMillRecoTree | |
CRecoTree | |
CStructuredDetTree | |
CStructuredDisplayTree | |
CStructuredG4Tree | |
CStructuredGenTree | |
CStructuredRecoTree | |
CTrack | |
CTreeManager | |
CTreeReader | |
CVee | |
CVertex | |
►Ngenerate-manifest | |
CManifestBuilder | |
CProduct | |
CProductDepsReader | |
►Ngenf | Generic Interface to magnetic fields in GENFIT |
CGeaneMCApplication | |
CGFAbsBField | |
CGFAbsEnergyLoss | |
CGFAbsFinitePlane | |
CGFAbsGeoMatManager | |
CGFAbsRecoHit | |
CGFAbsTrackRep | Base Class for genfit track representations. Defines interface for track parameterizations |
CGFBookkeeping | |
CGFConstField | |
CGFDaf | |
CGFDetPlane | |
CGFEnergyLossBetheBloch | |
CGFEnergyLossBrems | |
CGFEnergyLossCoulomb | |
CGFFieldManager | |
CGFGeoMatManager | |
CGFKalman | |
CGFMaterialEffects | |
CGFPlanarHitPolicy | |
CGFRecoHitFactory | Factory object to create RecoHits from digitized and clustered data |
CGFRecoHitIfc | |
CGFRectFinitePlane | |
CGFSpacepointHitPolicy | |
CGFTrack | |
CGFTrackCand | |
CGFWireHitPolicy | Policy class for hits in wire detectors (STT and DCH) which do not measure the coordinate along the wire |
CGFWirepointHitPolicy | |
CPointHit | |
CRKTrackRep | |
CSlTrackRep | |
►Ngenie | THE MAIN GENIE PROJECT NAMESPACE |
►Nalvarezruso | |
CAlvarezRusoCOHPiPDXSec | |
CAlvarezRusoCOHPiPDXsec | 5d differential cross section for Alvarez-Ruso Coherent Pion Production xsec |
CARConstants | |
CAREikonalSolution | Eikonal wavefunction solution for Alvarez-Ruso Coherent Pion Production xsec |
CARSampledNucleus | Nucleus class for Alvarez-Ruso Coherent Pion Production xsec |
CARWavefunction | Wave function class for AlvarezRuso Coherent pion production xsec |
CARWFSolution | Abstract base class for Alvarez-Ruso wavefunction solution |
CConstants | Class containing constants for AlvarezRuso coherent pion production xsec |
►Nevtlib | |
CEventLibraryInterface | Reads pre-generated events produced by an external generator. On an event-by-event basis, it can accept GENIE input specifying the neutrino and target IDs and neutrino energy and, therefore, it can re-use the upstream GENIE flux and geometry tools |
CEvtLibInteractionListGenerator | |
CEvtLibParticle | |
CEvtLibPXSec | |
CEvtLibRecord | |
CIEvtLibRecordList | |
CKey | |
COnDemandRecordList | |
CRecordLoader | Helper for SimpleRecordList and OnDemandRecordList |
CSimpleRecordList | |
►Nexceptions | GENIE-defined C++ exceptions |
CEVGThreadException | An exception thrown by EventRecordVisitorI when the normal processing sequence has to be disrupted (fast-fwd at the end or step-back) |
CInteractionException | Exception used inside Interaction classes |
CINukeException | An exception thrown by SimulateHadronState for kinematics problems. TwoBodyCollision/Kinematics used a lot, has various failure modes. When failure occurs in HAIntranuke, rechoose the fate |
CNievesQELException | An exception thrown by NievesQELCCPXSec for kinematics problems. When failure occurs, set xsec = 0 |
►Nflux | GENIE flux drivers |
►CGAstroFlux | A base class for the concrete astrophysical neutrino flux drivers |
CNuGenerator | |
CNuPropagator | |
CGAtmoFlux | A base class for the FLUKA, BGLRS and ATMNC atmo. nu. flux drivers. The driver depends on data files provided by the atmospheric neutrino flux simulation authors in order to determine the angular and energy dependence for each neutrino species. The position of each flux neutrino [going towards a detector centered at (0,0,0)] is generated uniformly on a plane that is perpendicular to a sphere of radius Rl at the point that is determined by the generated neutrino direction (theta,phi). The size of the area of that plane, where flux neutrinos are generated, is determined by the transverse radius Rt. You can tweak Rl, Rt to match the size of your detector. Initially, neutrino coordinates are generated in a default detector coordinate system (Topocentric Horizontal Coordinate -THZ-): +z: Points towards the local zenith. +x: On same plane as local meridian, pointing south. +y: As needed to make a right-handed coordinate system. origin: detector centre Alternative user-defined topocentric systems can be defined by specifying the appropriate rotation from THZ. The driver allows minimum and maximum energy cuts. Also it provides the options to generate wither unweighted or weighted flux neutrinos (the latter giving smoother distributions at the tails) |
CGBGLRSAtmoFlux | A flux driver for the Bartol Atmospheric Neutrino Flux |
CGCylindTH1Flux | A generic GENIE flux driver. Generates a 'cylindrical' neutrino beam along the input direction, with the input transverse radius and centered at the input position. The energies are generated from the input energy spectrum (TH1D). Multiple neutrino species can be generated (you will need to supply an energy spectrum for each) |
CGDiffuseAstroFlux | |
CGFlavorMap | GENIE interface for flavor modification |
►CGFlavorMixerFactory | A class for generating concrete GFlavorMixerI derived classes based on the factory pattern. This code supplies a CPP macro which allows the classes to self-register and thus no modification of this class is needed in order to expand the list of classes it knows about |
CCleaner | |
CGFlavorMixerI | GENIE interface for flavor modification |
CGFLUKAAtmoFlux | A flux driver for the FLUKA 3-D Atmospheric Neutrino Flux |
CGFluxBlender | GENIE GFluxI adapter to allow flavor modification |
►CGFluxDriverFactory | A class for generating concrete GFluxI derived classes based on the factory pattern. This code supplies a CPP macro which allows the classes to self-register and thus no modification of this class is needed in order to expand the list of classes it knows about |
CCleaner | |
CGFluxExposureI | GENIE interface for uniform flux exposure iterface |
CGFluxFileConfigI | |
CGHAKKMAtmoFlux | A driver for the HAKKM 3-D atmospheric neutrino flux (commonly known as the `Honda flux') |
CGJPARCNuFlux | A GENIE flux driver encapsulating the JPARC neutrino flux. It reads-in the official JPARC neutrino flux ntuples |
CGJPARCNuFluxPassThroughInfo | |
CGMonoEnergeticFlux | A simple GENIE flux driver for monoenergetic neutrinos along the z direction. Can handle a mix of neutrinos with their corresponding weight. This trivial flux driver was added in so that single energy neutrinos can be easily used with the event generation driver that can handle a target mix or detailed geometries |
CGNuMIFlux | A GENIE flux driver encapsulating the NuMI neutrino flux. It reads-in the official GNUMI neutrino flux ntuples. Supports both geant3 and geant4 formats |
CGNuMIFluxPassThroughInfo | |
CGNuMIFluxXMLHelper | |
CGPointSourceAstroFlux | |
CGSimpleNtpAux | |
CGSimpleNtpEntry | |
CGSimpleNtpFlux | A GENIE flux driver using a simple ntuple format |
CGSimpleNtpMeta | |
CGSimpleNtpNuMI | |
►Ngeometry | GENIE geometry drivers |
CFidCylinder | |
CFidPolyhedron | |
CFidShape | Some simple volumes that know how to calculate where a ray intercepts them |
CFidSphere | |
CGeomVolSelectorBasic | GENIE Interface for user-defined volume selector functors This basic version allows configurations that depend on PathSegment elements' material/media/volume and/or "path" |
CGeomVolSelectorFiducial | GENIE Interface for user-defined volume selector functors Trim path segments based on the intersection with a cylinder, box or sphere as well as everything the Basic selector can do |
CGeomVolSelectorI | GENIE Interface for user-defined volume selector functors |
CGeomVolSelectorRockBox | GENIE Interface for limiting vertex selection in the rock to a volume that depends (in part) on the neutrino p4. Uses GeomVolSelectorFiducial to possibly exclude an inner region |
CPathSegment | |
CPathSegmentList | Object to be filled with the neutrino path-segments representing geometry volume steps (generally boundary-to-boundary) along with geometry materials. Good for a single starting position and travelling along the direction of the neutrino 4-momentum |
CPlaneParam | |
CPointGeomAnalyzer | Simplest implementation of the GeomAnalyserI interface and defines a simple 'point-like' geometry |
CRayIntercept | |
CROOTGeomAnalyzer | A ROOT/GEANT4 geometry driver |
►Nmasterclass | |
CFastSimCherenkov | Fast simulation of the response of a Cherenkov detector |
CFastSimScintCalo | Fast simulation of the response of a scintillator calorimeter |
CGNuMcMainFrame | |
CMCTruthDisplay | Display MC truth info |
►Nmueloss | The MuELoss utility package that computes muon energy losses in the energy range from 1 GeV to 10 TeV due to ionization, direct e-e+ pair production, bremsstrahlung and photonuclear interactions. Very handy in neutrino-induced upgoing-muon calculations |
►Ngsl | |
CBezrukovBugaevIntegrand | |
CKokoulinPetrukhinIntegrand | |
CPetrukhinShestakovIntegrand | |
CBetheBlochMaterialParams | Bethe Bloch parameters for various materials |
CBetheBlochModel | Bethe-Bloch model for muon energy loss due to Ionization Concrete implementation of the MuELossI interface |
CBezrukovBugaevIntegrand | Auxiliary scalar function for the internal integration in Bezrukov Bugaev model |
CBezrukovBugaevModel | Bezrukov-Bugaev model for the energy loss of high energy muons due to photonuclear interactions. Concrete implementation of the MuELossI interface |
CKokoulinPetrukhinIntegrand | Auxiliary scalar function for the internal integration in Kokulin Petrukhin model |
CKokoulinPetrukhinModel | Kokoulin-Petrukhin model for the energy loss of muons due to direct e+e- pair production. Concrete implementation of the MuELossI interface |
CMuELMaterial | Enumeration of materials for which the MuELoss package knows how to calculate muon energy losses |
CMuELossI | |
CMuELProcess | Enumeration of muon energy loss processes |
CPetrukhinShestakovIntegrand | Auxiliary scalar function for the internal integration in Petrukhin Shestakov model |
CPetrukhinShestakovModel | Bethe-Heitler, Petrukhin-Shestakov model for the energy loss of muons due to bremsstrahlung. Concrete implementation of the MuELossI interface |
►Nnuvld | Contains the NuValidator package for Neutrino Interaction model Validation |
►Nutils | Root of GENIE utility namespaces |
►Ngsl | Simple utilities for integrating GSL in the GENIE framework |
►Nwrap | |
CBardinIMDRadCorIntegrand | |
CKovQELCharmIntegrand | Auxiliary scalar function for the internal integration in Kovalenko QEL charm production cross section algorithm |
CNievesQELIntegrand | Auxiliary scalar function for integration over the nuclear density when calculaing the Coulomb correction in the Nieves QEL xsec model |
CNievesQELvcrIntegrand | |
CNuclDensityMomentIntegrand | Integrand for the calculation of the k^th nuclear density moment: {0}^{} {A}(r) r^k d^{3}r where {A}(r) is the nuclear density for a nucleus with atomic mass number A |
Cd2XSec_dlog10xdlog10Q2_E | |
Cd2Xsec_dQ2dv | |
Cd2XSec_dQ2dy_E | |
Cd2XSec_dQ2dydt_E | |
Cd2XSec_dWdQ2_E | |
Cd2XSec_dWdQ2_EQ2 | |
Cd2XSec_dWdQ2_EW | |
Cd2XSec_dxdy_E | |
Cd2XSec_dxdy_Ex | |
Cd2XSec_dxdy_Ey | |
Cd2XSecRESFast_dWQ2_E | |
Cd3Xsec_dOmegaldThetapi | |
Cd3Xsec_dTldTkdCosThetal | |
Cd3XSec_dxdydt_E | |
Cd4Xsec_dEldThetaldOmegapi | |
Cd5Xsec_dEldOmegaldOmegapi | |
Cd5XSecAR | |
CdXSec_dEDNu_E | |
CdXSec_dElep_AR | |
CdXSec_dQ2_E | |
CdXSec_dy_E | |
CdXSec_Log_Wrapper | |
CFullQELdXSec | |
►Nhadxs | Simple functions and data for computing hadron interaction xsecs |
►Nkinematics | Kinematical utilities |
►Nmath | Simple mathematical utilities not found in ROOT's TMath |
CLongLorentzVector | |
►Nmec | MEC utilities |
►Ngsl | |
Cd2Xsec_dTCosth | |
Cneutron_osc | Utilities for simulating neutron oscillation |
Cnhl | Utilities for simulating the decay of Neutral Heavy Leptons |
Cnucleon_decay | Utilities for simulating nucleon decay |
CT2KEvGenMetaData | Utility class to store MC job meta-data |
CAGCharm2019 | Andreopoulos - Gallagher (AG) GENIE Charm Hadronization model |
CAGKY2019 | A 'composite' hadronization model using a KNO-based hadronization model at low W and PYTHIA/JETSET at higher W. Contains no new hadronization code but merely a configurable KNO to PYTHIA transition scheme |
CAGKYLowW2019 | A KNO-based hadronization model |
CAhrensDMELPXSec | Differential cross section for DM+N elastic scattering.
Is a concrete implementation of the XSecAlgorithmI interface.
|
CAhrensNCELPXSec | Differential cross section for v+N / vbar+N elastic scattering.
Is a concrete implementation of the XSecAlgorithmI interface.
|
CAivazisCharmPXSecLO | Computes, at Leading Order (LO), the differential cross section for neutrino charm production using the Aivazis,Olness,Tung model. Is a concrete implementation of the XSecAlgorithmI interface |
CAlamSimoAtharVacasSKPXSec2014 | Differential cross section model for single kaon production |
CAlamSimoAtharVacasSKXSec | A cross-section integrator and GSL interface for the M. Rafi Alam, I. Ruiz Simo, M. Sajjad Athar and M.J. Vicente Vacas single-Kaon production model. Is a concrete implementation of the XSecIntegratorI interface |
CAlgCmp | Encapsulates an enumeration of possible algorithm comparisons |
►CAlgConfigPool | A singleton class holding all configuration registries built while parsing all loaded XML configuration files |
CCleaner | |
►CAlgFactory | The GENIE Algorithm Factory |
CCleaner | Singleton cleaner |
CAlgId | Algorithm ID (algorithm name + configuration set name) |
CAlgorithm | Algorithm abstract base class |
CAlgStatus | Encapsulates an enumeration of possible algorithm execution states |
CAlvarezRusoCOHPiPXSec | Implementation of the Alvarez-Ruso coherent pion production model |
CAMNuGammaGenerator | |
CAMNuGammaInteractionListGenerator | Concrete implementations of the InteractionListGeneratorI interface. Generates a list of all the interactions that can be generated by the AM-NUGAMMA EventGenerator |
CAxialFormFactor | A class holding the Axial Form Factor |
CAxialFormFactorModelI | Pure abstract base class. Defines the AxialFormFactorModelI interface to be implemented by LlewellynSmith Algorithm for calculating the Axial Form Factor |
CBardinIMDRadCorIntegrand | Auxiliary scalar function for the internal integration in Bardin's IMD d2xsec/dxdy cross section algorithm |
CBardinIMDRadCorPXSec | Computes the Inverse Muon Decay (IMD) diff. cross section using the Bardin-Dokuchaeva including all 1-loop radiative corrections.
|
CBaryonResList | Encapsulates a list of baryon resonances |
CBaryonResonance | An enumeration of Baryon Resonances more frequently used in resonance neutrino-nucleon/nucleus models |
CBaryonResonanceDecayer | Baryon resonance decayer module |
CBBA03ELFormFactorsModel | Concrete implementation of the ELFormFactorsModelI interface. Computes elastic form factors using the BBA2003 parameterization |
CBBA05ELFormFactorsModel | Concrete implementation of the ELFormFactorsModelI interface. Computes elastic form factors using the BBA2005 parameterization |
CBBA07ELFormFactorsModel | Computes elastic form factors using the BBA2007 parameterization. Concrete implementation of the ELFormFactorsModelI interface |
CBergerSehgalCOHPiPXSec2015 | Computes the double differential cross section for CC & NC coherent pion production according to the Berger-Sehgal model. v(vbar)A->v(vbar)Api0, vA->l-Api+, vbarA->l+Api- |
CBergerSehgalFMCOHPiPXSec2015 | Computes the triple differential cross section for CC & NC coherent pion production according to the Berger-Sehgal model. v(vbar)A->v(vbar)Api0, vA->l-Api+, vbarA->l+Api- |
CBergerSehgalRESPXSec2014 | Computes the double differential cross section for resonance electro- or neutrino-production according to the Berger Sehgal model |
CBertuzzoDNuCOHPXSec | Differential cross section for v+As coherent elastic scattering.Coherent DNu.
Is a concrete implementation of the XSecAlgorithmI interface.
|
CBLI2DGrid | |
CBLI2DNonUnifGrid | |
CBLI2DNonUnifObjectGrid | A class template that performs bilinear interpolation on a non-uniform grid with an implementation similar to that of genie::BLI2DNonUnifGrid |
CBLI2DUnifGrid | Bilinear interpolation of 2D functions on a regular grid |
CBostedChristyEMPXSec | Fit to inelastic cross sections for A(e,e')X valid for all W<3 GeV and all Q2<10 GeV2 |
CBSKLNBaseRESPXSec2014 | Base class for the Berger-Sehgal and the Kuzmin, Lyubushkin, Naumov resonance models, implemented as modifications to the Rein-Sehgal model |
CBYPDF | Computes corrected PDFs according to the Bodek-Yang model |
CBYStrucFunc | Bodek Yang structure function model |
►CCache | GENIE Cache Memory |
CCleaner | Proper de-allocation of the singleton object |
CCacheBranchFx | A simple cache branch storing the cached data in a TNtuple |
CCacheBranchI | The TObject at the root of concrete cache branches |
CCacheBranchNtp | A simple cache branch storing the cached data in a TNtuple |
CCascadeReweight | In this module, the event weight is set depending on the FSI fate. The weights are set depending on the xml configuration defined by the user |
CCEvNSEventGenerator | Generates complete CEvNS events. Is a concrete implementation of the EventRecordVisitorI interface |
CCEvNSInteractionListGenerator | Concrete implementations of the InteractionListGeneratorI interface. Generates a list of all the Interaction (= event summary) objects that can be generated by the CEvNSEventGenerator |
CCEvNSXSec | Computes the cross section for coherent elastic scattering.
Is a concrete implementation of the XSecIntegratorI interface |
CCmdLnArgParser | Command line argument parser |
CCOHDNuEventGenerator | Generates complete COHDNu events. Is a concrete implementation of the EventRecordVisitorI interface |
CCOHDNuInteractionListGenerator | Concrete implementations of the InteractionListGeneratorI interface. Generates a list of all the Interaction (= event summary) objects that can be generated by the COHDNu EventGenerator |
CCOHDNuXSec | Computes the cross section for coherent dark neutrino scattering.
Is a concrete implementation of the XSecIntegratorI interface |
CCOHHadronicSystemGenerator | Generates the f/s hadronic system in v COH pi production interactions. Is a concrete implementation of the EventRecordVisitorI interface |
CCOHInteractionListGenerator | Concrete implementations of the InteractionListGeneratorI interface. Generates a list of all the Interaction (= event summary) objects that can be generated by the COH EventGenerator |
CCOHKinematicsGenerator | Generates values for the kinematic variables describing coherent neutrino-nucleus pion production events. Is a concrete implementation of the EventRecordVisitorI interface |
CCOHPrimaryLeptonGenerator | Generates the final state primary lepton in v COH NC interactions. Is a concrete implementation of the EventRecordVisitorI interface |
CCOHXSec | Computes the cross section for COH neutrino-nucleus pi production.
Is a concrete implementation of the XSecIntegratorI interface |
CCOHXSecAR | Computes the cross section for COH neutrino-nucleus pi production.
Is a concrete implementation of the XSecIntegratorI interface |
CCollinsSpillerFragm | The Collins-Spiller fragmentation function.
Is a concrete implementation of the FragmentationFunctionI interface |
CDarkSectorDecayer | Dark Sector decayer module |
CDecayer | Base class for decayer classes. Implements common configuration, allowing users to toggle on/off flags for particles and decay channels. Is a concerete implementation of the EventRecordVisitorI interface |
CDFRHadronicSystemGenerator | |
CDFRInteractionListGenerator | Concrete implementations of the InteractionListGeneratorI interface. Generates a list of all the interactions that can be generated by the DFR EventGenerator |
CDFRKinematicsGenerator | Generates kinematics for diffractive reactions. Is a concrete implementation of the EventRecordVisitorI interface |
CDFRPrimaryLeptonGenerator | Generates the final state primary lepton in diffractive reactions. Is a concrete implementation of the EventRecordVisitorI interface |
CDFRXSec | Computes the cross section for DFR neutrino-nucleus pi production.
Is a concrete implementation of the XSecIntegratorI interface |
CDipoleAxialFormFactorModel | Concrete implementation of the AxialFormFactorModelI interface. Computes the axial form factor using the dipole form factor approximation |
CDipoleELFormFactorsModel | Concrete implementation of the ELFormFactorsModelI interface. Computes dipole elastic form factors |
CDISHadronicSystemGenerator | Generates the final state hadronic system in v DIS interactions. Is a concrete implementation of the EventRecordVisitorI interface |
CDISInteractionListGenerator | Concrete implementations of the InteractionListGeneratorI interface. Generate a list of all the Interaction (= event summary) objects that can be generated by the DIS EventGenerator |
CDISKinematicsGenerator | Generates values for the kinematic variables describing DIS v interaction events. Is a concrete implementation of the EventRecordVisitorI interface |
CDISPrimaryLeptonGenerator | Generates the final state primary lepton in v DIS interactions. Is a concrete implementation of the EventRecordVisitorI interface |
CDISStructureFunc | A class holding Deep Inelastic Scattering (DIS) Form Factors (invariant structure funstions) |
CDISStructureFuncModelI | Pure Abstract Base Class. Defines the DISStructureFuncModelI interface to be implemented by any algorithmic class computing DIS structure functions |
CDISXSec | Computes the DIS Cross Section.
Is a concrete implementation of the XSecIntegratorI interface.
|
CDMBYStrucFunc | |
CDMDISInteractionListGenerator | Concrete implementations of the InteractionListGeneratorI interface. Generate a list of all the Interaction (= event summary) objects that can be generated by the DMDIS EventGenerator |
CDMDISKinematicsGenerator | Generates values for the kinematic variables describing DIS DM interaction events. Is a concrete implementation of the EventRecordVisitorI interface |
CDMDISOutgoingDarkGenerator | Generates the final state dark matter in DM DIS interactions. Is a concrete implementation of the EventRecordVisitorI interface |
CDMDISXSec | Computes the DMDIS Cross Section.
Is a concrete implementation of the XSecIntegratorI interface.
|
CDMEInteractionListGenerator | Concrete implementations of the InteractionListGeneratorI interface. Generates a list of all the Interaction (= event summary) objects that can be generated by the DME EventGenerator |
CDMEKinematicsGenerator | Generates kinematics for neutrino-electron events. Is a concrete implementation of the EventRecordVisitorI interface |
CDMElectronPXSec | Nu/nubar + e- scattering differential cross section
The cross section algorithm handles: |
CDMElectronXSec | Nu/nubar + e- scattering cross section. Integrates the loaded differential cross section model. An analytical cross section model also exists, so you cal also use that if you do not apply any kinematical cuts |
CDMELEventGenerator | Generates values for the kinematic variables describing DMEL neutrino interaction events. Is a concrete implementation of the EventRecordVisitorI interface |
CDMELInteractionListGenerator | |
CDMELKinematicsGenerator | Generates values for the kinematic variables describing DM elastic interaction events. Is a concrete implementation of the EventRecordVisitorI interface |
CDMELOutgoingDarkGenerator | Generates the final state primary lepton in v DMEL interactions. Is a concrete implementation of the EventRecordVisitorI interface |
CDMELXSec | Computes the Elastic dark matter (DMEL) cross section.
Is a concrete implementation of the XSecIntegratorI interface.
|
CDMEOutgoingDarkGenerator | Generates the final state primary lepton in neutrino-electron events. Is a concrete implementation of the EventRecordVisitorI interface |
CDMETargetRemnantGenerator | Generates all the non-primary lepton final state particles in neutrino-electron events. Is a concrete implementation of the EventRecordVisitorI interface |
CDMInteractionListGenerator | Concrete implementations of the InteractionListGeneratorI interface. Generates a list of all the Interaction (= event summary) objects that can be generated by the DMEL EventGenerator |
CDummyInteractionListGenerator | |
CDummyPXSec | |
CEffectiveSF | An effective spectral function to match psi' superscaling. Implements the NuclearModelI interface |
CEKF_t | |
CELFormFactors | A class holding the Elastic Form Factors Ge,Gm |
CELFormFactorsModelI | Pure abstract base class. Defines the ELFormFactorsModelI interface to be implemented by any algorithmic class computing Elastic Form Factors |
CEmpiricalMECPXSec2015 | Computes the MEC differential cross section. Is a concrete implementation of the XSecAlgorithmI interface.
|
CEngelFormFactor | Form Factor for BertuzzoDNuCOHXSec.. |
CEPDF | |
CEventGenerator | Encapsulates a full ordered list of (is the aggregate of) concrete EventGeneratorI implementations that must act on the EventRecord to generate an event. Each of these implementations corresponds to a single processing step |
CEventGeneratorI | Defines the EventGeneratorI interface |
CEventGeneratorList | A vector of EventGeneratorI objects |
CEventGeneratorListAssembler | Assembles a list of all the EventGeneratorI subclasses that can be employed during a neutrino event generation job |
CEventRecord | Generated Event Record. It is a GHepRecord object that can accept / be visited by EventRecordVisitorI objects (event generation modules). All the other important container manipulation methods are defined at the base GHepRecord record |
CEventRecordVisitorI | Defines the EventRecordVisitorI interface. Concrete implementations of this interface use the 'Visitor' Design Pattern to perform an operation on an EventRecord |
CFermiMomentumTable | A table of Fermi momentum constants |
►CFermiMomentumTablePool | Singleton class to load & serve tables of Fermi momentum constants |
CCleaner | |
CFermiMover | It visits the event record & computes a Fermi motion momentum for initial state nucleons bound in nuclei. Is a concrete implementation of the EventRecordVisitorI interface |
CFGMBodekRitchie | The Bodek Richie Fermi Gass model. Implements the NuclearModelI interface |
CFKR | Simple struct-like class holding the Feynmann-Kislinger-Ravndall (FKR) baryon excitation model parameters |
CFragmentationFunctionI | Pure abstract base class. Defines the FragmentationFunctionI interface to be implemented by any algorithmic class implementing a fragmentation function |
CFRHadronicSystemGenerator | Generates the f/s hadronic system in diffractive interactions. Is a concrete implementation of the EventRecordVisitorI interface |
CGeomAnalyzerI | Defines the GENIE Geometry Analyzer Interface |
CGEVGDriver | GENIE Event Generation Driver. A minimalist user interface object for generating neutrino interactions. Each such object is configured for a given initial state and it drives all relevant GENIE neutrino interaction physics simulation code for that state. To set-up MC jobs involving a multitude of possible initial states, including arbitrarily complex neutrino flux and detector geometry descriptions, see the GMCJDriver object |
CGEvGenMode_t | Enumeration of GENIE event generation modes |
CGEVGPool | A pool of GEVGDriver objects with an initial state key |
CGFluxI | GENIE Interface for user-defined flux classes |
CGHepFlag | An enumeration of event flags. Each represents a physical condition or a computational error. If any is set the event would be marked as unphysical |
CGHepFlags | |
CGHepParticle | STDHEP-like event record entry that can fit a particle or a nucleus |
CGHepRecord | GENIE's GHEP MC event record |
CGHepRecordHistory | Holds the history of the GHEP event record as it being modified by the processing steps of an event generation thread. The event record history can be used to step back in the generation sequence if a processing step is to be re-run (this the GENIE event generation framework equivalent of an 'Undo') |
CGHepStatus | GHepParticle Status |
CGHepVirtualList | A GHepVirtualList is a 'virtual' collection of GHepParticles. Is virtual because it does not own but only points to GHepParticles owned by the generated GHepRecord. Use it if in your event generation algorithm you need to define & use a GHepRecord subset (without duplicating the GHepParticle entries) All 'named' lists are managed by the GHepVirtualListFolder singleton and get cleared after the generation of each event is completed |
►CGHepVirtualListFolder | A singleton class to manage all named GHepVirtualLists |
CCleaner | |
►CGiBUURESFormFactor | Singleton to load and serve data tables provided by the GiBUU group |
CCleaner | |
CFormFactors | |
CGLRESGenerator | Glashow resonance event generator |
CGLRESInteractionListGenerator | Generates a list of all the interactions that cab be generated by the GLRES EventGenerator |
CGLRESKinematicsGenerator | Generates values for the kinematic variables describing Glashow resonance. Is a concrete implementation of the EventRecordVisitorI interface. Part of its implementation, related with the caching and retrieval of previously computed values, is inherited from the KineGeneratorWithCache abstract class |
CGLRESPXSec | Nuebar cross section at the Glashow resonance (nuebar + e- -> W-). Is a concrete implementation of the XSecAlgorithmI interface |
CGLRESXSec | Nubar + e- scattering glashow resonance. Integrates the loaded differential cross section model. An analytical cross section model also exists, so you cal also use that if you do not apply any kinematical cuts |
CGMCJDriver | A GENIE `MC Job Driver'. Can be used for setting up complicated event generation cases involving detailed flux descriptions and detector geometry descriptions |
CGMCJMonitor | Simple class to create & update MC job status files and env. vars. This is used to be able to keep track of an MC job status even when all output is suppressed or redirected to /dev/null |
CGNuMcMainFrame | GENIE Neutrino Masterclass app main frame |
CGRV89LO | GRV98LO parton density functions (pdf). Concrete implementation of the PDFModelI interface |
CGRV98LO | |
CGSimFiles | |
CGVldContext | Validity Context for an Event Generator |
CH3AMNuGammaPXSec | An anomaly-mediated neutrino-photon interaction cross section model Is a concrete implementation of the XSecAlgorithmI interface |
CHadronicSystemGenerator | Abstract class. Is used to pass some commonly recurring methods to all concrete implementations of the EventRecordVisitorI interface generating the hadronic system for a specific processes (QEL,DIS, RES,...) |
CHadronTensorI | Abstract interface for an object that computes the elements a hadron tensor . Also computes the contraction of the hadron tensor with the lepton tensor for one or more kinds of projectile (e.g., neutrinos, electrons) |
CHadronTensorModelI | Creates hadron tensor objects for use in cross section calculations |
CHadronTransporter | Intranuclear hadronic transport module. It is being used to transfer all hadrons outside the nucleus without rescattering -if rescattering is switched off- or to call one of the supported hadron transport MCs -if rescattering is switched on- |
CHAIntranuke | |
CHAIntranuke2018 | |
CHEDISGenerator | Generates the final state leptonic and hadronic system in v HEDIS interactions. Is a concrete implementation of the EventRecordVisitorI interface |
CHEDISInteractionListGenerator | Concrete implementations of the InteractionListGeneratorI interface. Generate a list of all the Interaction (= event summary) objects that can be generated by the HEDIS EventGenerator |
CHEDISKinematicsGenerator | Generates values for the kinematic variables describing HEDIS v interaction events. Is a concrete implementation of the EventRecordVisitorI interface |
CHEDISPXSec | Computes the double differential Cross Section for HEDIS.
Is a concrete implementation of the XSecAlgorithmI interface |
CHEDISStrcuFunc | Singleton class to load Structure Functions used in HEDIS |
►CHEDISStrucFunc | |
CCleaner | |
CHEDISStrucFuncTable | |
CHEDISXSec | Computes the HEDIS Cross Section.
Is a concrete implementation of the XSecIntegratorI interface.
|
CHNIntranuke2018 | |
CHybridXSecAlgorithm | Defines an XSecAlgorithmI that delegates the actual calculation to one or more sub-algorithms (each of which is itself an XSecAlgorithmI) based on the input interaction. The choice of sub-algorithms is configurable via XML |
CIBDHadronicSystemGenerator | Generates the final state hadronic system in v IBD interactions. Is a concrete implementation of the EventRecordVisitorI interface |
CIBDInteractionListGenerator | Generates a list of all the interactions that can be generated by the VLE SV QEL Nu-Nucleon generator |
CIBDKinematicsGenerator | Generates values for the kinematic variables describing IBD neutrino interaction events. Is a concrete implementation of the EventRecordVisitorI interface |
CIBDPrimaryLeptonGenerator | Generates the final state primary lepton in v IBD interactions. Is a concrete implementation of the EventRecordVisitorI interface |
CIBDXSecMap | Maps specific nuclei to appropriate cross section models |
CIMDAnnihilationPXSec | Nuebar + e- -> mu- + numubar [CC] scattering differential cross section
|
CIMDXSec | Computes the Inverse Muon Decay cross section |
CInitialState | Initial State information |
CInitialStateAppender | Appends the initial state information to the event record. Is a concerete implementation of the EventRecordVisitorI interface |
CInteraction | Summary information for an interaction |
CInteractionGeneratorMap | An Interaction -> EventGeneratorI associative container. The container is being built for the loaded EventGeneratorList and for the input InitialState object and is being used to locate the generator that can generate aany given interaction |
CInteractionList | A vector of Interaction objects |
CInteractionListAssembler | Assembles a list of all interactions that can be generated during a neutrino event generation job by querying each EventGeneratorI subclass employed in that job for its interaction list |
CInteractionListGeneratorI | Defines the InteractionListGeneratorI interface. Concrete implementations of this interface generate a list of all Interaction (= event summary) objects that can be generated by EventGeneratorI subclasses |
CInteractionSelectorI | Defines the InteractionSelectorI interface to be implemented by algorithms selecting interactions to be generated |
CInteractionType | Enumeration of interaction types: e/m, weak cc, weak nc |
►CInterpolator2D | A 2D interpolator using the GSL spline type If GSL version is not sufficient, does an inefficient version using TGraph2D |
Cinterp_accel_container | |
Cspline2d_container | |
CIntranuke | The INTRANUKE intranuclear hadron transport MC. Is a concrete implementation of the EventRecordVisitorI interface |
CIntranuke2018 | |
CIntranukeMode | An enumeration of intranuke modes |
CINukeDeltaPropg | |
►CINukeHadroData | Singleton class to load & serve hadron x-section splines used by GENIE's version of the INTRANUKE cascade MC |
CCleaner | |
►CINukeHadroData2018 | |
CCleaner | |
CINukeHadroFates | An enumeration of possible hadron "fates" taken into account by the INTRANUKE hadron transport MC |
CINukeMode | |
CKineGeneratorWithCache | Abstract class. Provides a data caching mechanism for for concrete implementations of the EventRecordVisitorI interface, generating kinematics and wishing to cache maximum differential xsecs |
CKinematics | Generated/set kinematical variables for an event |
CKinePhaseSpace | Enumeration of kinematical phase spaces |
CKineVar | Enumeration of kinematic variables |
CKLVOxygenIBDPXSec | An implementation of the neutrino - Oxygen16 cross section |
CKNOTunedQPMDISPXSec | Computes DIS differential cross sections. Is a concrete implementation of the XSecAlgorithmI interface |
CKovalenkoQELCharmPXSec | Computes the QEL Charm Production Differential Cross Section using Kovalenko's duality model approach. It models the differential cross sections for:
|
CKPhaseSpace | Kinematical phase space |
CKuzminLyubushkinNaumovRESPXSec2014 | Computes the double differential cross section for resonance electro- or neutrino-production according to the Berger Sehgal model |
CKuzminNaumov2016AxialFormFactorModel | Concrete implementation of the AxialFormFactorModelI interface. Computes the axial form factor using a running MA |
CLabFrameHadronTensorI | Abstract interface for an object that computes the elements ( , , etc.) and structure functions ( , , etc.) of the hadron tensor defined according to the conventions of the Valencia model |
CLeptoHadronization | Provides access to the LEPTO hadronization models.
|
CLHAPDF5 | LHAPDF5 library interface. Concrete implementation of the PDFModelI interface |
CLHAPDF6 | LHAPDF6 library interface. Concrete implementation of the PDFModelI interface |
CLocalFGM | Local Fermi gas model. Implements the NuclearModelI interface |
CLwlynSmithFF | Abstract Base Class: implements the QELFormFactorsModelI interface but can not be instantiated |
CLwlynSmithFFCC | Is a concrete implementation of the QELFormFactorsModelI: Form Factors for Quasi Elastic CC vN scattering according to Llewellyn-Smith model |
►CLwlynSmithFFDeltaS | |
Ch | Is a concrete implementation of the QELFormFactorsModelI: Form Factors for Quasi Elastic CC vN Delta S=1 scattering |
CLwlynSmithFFNC | Concrete implementation of the QELFormFactorsModelI : Form Factors for Quasi Elastic NC vN scattering according to Llewellyn-Smith model |
CLwlynSmithQELCCPXSec | Computes neutrino-nucleon(nucleus) QELCC differential cross section Is a concrete implementation of the XSecAlgorithmI interface.
|
CMartiniEricsonChanfrayMarteauMECPXSec2016 | Computes the Martini, Ericson, Chanfray and Marteau MEC model differential cross section. Uses precomputed hadon tensor tables. Is a concrete implementation of the XSecAlgorithmI interface |
CMECGenerator | Simulate the primary MEC interaction |
CMECInteractionListGenerator | Concrete implementations of the InteractionListGeneratorI interface. Generates a list of all the interactions that can be generated by the MEC EventGenerator |
CMECScaleVsW | This class is responsible to compute the MEC scaling factor given Q0, Q3. The scaling is done as a function of the hadronic invariant mass |
CMECXSec | A numerical cross-section integrator (GENIE/GSL interface) for the J. Nieves, I. Ruiz Simo, M.J. Vicente Vacas and Martini MEC models. Is a concrete implementation of the XSecIntegratorI interface |
►CMessenger | A more convenient interface to the log4cpp Message Service |
CCleaner | |
CMuELossI | Cross Section Calculation Interface |
CNaturalIsotopeElementData | |
►CNaturalIsotopes | Singleton class to load & serve tables of natural occurring isotopes |
CCleaner | |
CNeutronOscPrimaryVtxGenerator | Utilities for simulating neutron oscillation |
CNewQELXSec | Computes the Quasi Elastic (QEL) total cross section.
Is a concrete implementation of the XSecIntegratorI interface.
|
CNHLDecayMode | Enumeration of NHL decay modes |
CNHLPrimaryVtxGenerator | Neutral Heavy Lepton primary vertex generator |
CNievesMECHadronTensorModel | Creates hadron tensor objects for calculations of MEC cross sections using the Valencia model |
CNievesQELCCPXSec | Computes neutrino-nucleon(nucleus) QELCC differential cross section with RPA corrections Is a concrete implementation of the XSecAlgorithmI interface.
|
CNievesSimoVacasMECPXSec2016 | Computes the Valencia MEC model differential cross section. Uses precomputed hadon tensor tables. Is a concrete implementation of the XSecAlgorithmI interface |
CNNBarOscDummyInteractionListGenerator | |
CNNBarOscDummyPXSec | |
CNNBarOscMode | Enumeration of neutron oscillation annihilation modes |
CNNBarOscPrimaryVtxGenerator | |
CNOscDummyInteractionListGenerator | |
CNtpMCDTime | MINOS-style Ntuple Class to hold the date and time that the event ntuple was generated |
CNtpMCEventRecord | MINOS-style ntuple record. Each such ntuple record holds a generated EventRecord object. Ntuples of this type are intended for feeding GENIE events into other applications (for example the GEANT4 based MC generation framework of an experiment) if no direct interface exists |
CNtpMCFormat | Encapsulates an enumeration of possible GENIE output TTree formats |
CNtpMCJobConfig | Stores the GENIE configuration in ROOT TFolders along with the output event tree |
CNtpMCJobEnv | Stores a snapshot of your environment in ROOT TFolder along with the output event tree |
CNtpMCRecHeader | MINOS-style Ntuple Class to hold an MC Event Record Header |
CNtpMCRecordI | MINOS-style base class for ntuple records |
CNtpMCTreeHeader | MINOS-style Ntuple Class to hold an output MC Tree Header |
CNtpWriter | A utility class to facilitate creating the GENIE MC Ntuple from the output GENIE GHEP event records |
CNucBindEnergyAggregator | A nuclear binding energy 'collector' which visits the event record, finds nucleons originating from within a nuclei and subtracts the binding energy they had in the nucleus. To record this action in the event record a hypothetical BINDINO is added to the event record. Is a concerete implementation of the EventRecordVisitorI interface |
CNucDeExcitationSim | Generates nuclear de-excitation gamma rays |
►CNuclearData | |
CCleaner | |
CNuclearModel | Encapsulates an enumeration of nuclear model types |
CNuclearModelI | Pure abstract base class. Defines the NuclearModelI interface to be implemented by any physics model describing the distribution of nucleons within a nuclei |
CNuclearModelMap | This class is a hook for nuclear models and allows associating each one of them with specific nuclei. Is a concrete implementation of the NuclearModelI interface |
CNucleonDecayMode | Enumeration of nucleon decay modes |
CNucleonDecayPrimaryVtxGenerator | Utilities for simulating nucleon decay |
CNuEInteractionListGenerator | Concrete implementations of the InteractionListGeneratorI interface. Generates a list of all the Interaction (= event summary) objects that can be generated by the NUE EventGenerator |
CNuEKinematicsGenerator | Generates kinematics for neutrino-electron events. Is a concrete implementation of the EventRecordVisitorI interface |
CNuElectronPXSec | Nu/nubar + e- scattering differential cross section
The cross section algorithm handles: |
CNuElectronXSec | Nu/nubar + e- scattering cross section. Integrates the loaded differential cross section model. An analytical cross section model also exists, so you cal also use that if you do not apply any kinematical cuts |
CNuEPrimaryLeptonGenerator | Generates the final state primary lepton in neutrino-electron events. Is a concrete implementation of the EventRecordVisitorI interface |
CNuETargetRemnantGenerator | Generates all the non-primary lepton final state particles in neutrino-electron events. Is a concrete implementation of the EventRecordVisitorI interface |
COutgoingDarkGenerator | Abstract class. Is used to pass common implementation to concrete implementations of the EventRecordVisitorI interface generating the primary lepton for a specific processes (QEL,DIS,RES,IMD,...) |
CP33PaschosLalakulichPXSec | Double differential resonance cross section for P33 according to the Paschos, Lalakulich model |
CPaisQELLambdaPXSec | Implementation of the quasi-elastic scattering formula for production of particles with different masses than the target |
CPathLengthList | Object to be filled with the neutrino path-length, for all detector geometry materials, when starting from a position x and travelling along the direction of the neutrino 4-momentum |
CPattonCEvNSPXSec | Differential cross section for v+As coherent elastic scattering. Is a concrete implementation of the XSecAlgorithmI interface |
CPauliBlocker | Examines whether the generated event should be Pauli blocked. Is a concerete implementation of the EventRecordVisitorI interface |
CPDF | A class to store PDFs |
CPDF_t | A struct to hold PDF set data |
CPDFModelI | Pure abstract base class. Defines the PDFModelI interface to be implemented by wrapper classes to existing Parton Density Function libraries (PDFLIB, LHAPDF), or by built-in implementations |
CPDGCodeList | A list of PDG codes |
►CPDGLibrary | Singleton class to load & serve a TDatabasePDG |
CCleaner | |
CPetersonFragm | The Peterson fragmentation function. Is a concrete implementation of the FragmentationFunctionI interface |
CPhysInteractionSelector | Selects interactions to be generated |
CPrimaryLeptonGenerator | Abstract class. Is used to pass common implementation to concrete implementations of the EventRecordVisitorI interface generating the primary lepton for a specific processes (QEL,DIS,RES,IMD,...) |
CProcessInfo | A class encapsulating an enumeration of interaction types (EM, Weak-CC, Weak-NC) and scattering types (Elastic, Quasi Elastic, Deep Inelastic, Resonant Single Pion Production, Coherent Pion Production) |
CPythia6Hadro2019 | Provides access to the PYTHIA hadronization models.
Is a concrete implementation of the EventRecordVisitorI interface |
CPythia8Hadro2019 | Provides access to the PYTHIA hadronization models.
Is a concrete implementation of the EventRecordVisitorI interface |
CPythiaBaseHadro2019 | Base class for the Pythia (6 and 8) hadronization modules in GENIE. In particular, the base class provides common checks and basic assignments of quark/diquark codes for a no frills interface to Pythia hadronization routines |
CPythiaDecayer | Interface to PYTHIA particle decayer.
The PythiaDecayer is a concrete implementation of the Decayer interface |
CQELEventGenerator | Generates values for the kinematic variables describing QEL neutrino interaction events. Is a concrete implementation of the EventRecordVisitorI interface |
CQELEventGeneratorSM | Generates values for the kinematic variables describing QEL neutrino interaction events for Smith-Moniz model. Is a concrete implementation of the EventRecordVisitorI interface |
CQELEventGeneratorSuSA | Event generator for SuSAv2 1p1h interactions |
CQELFormFactors | A class holding Quasi Elastic (QEL) Form Factors |
CQELFormFactorsModelI | Pure abstract base class. Defines the QELFormFactorsModelI interface to be implemented by any algorithmic class computing Quasi-Elastic Form Factors |
CQELHadronicSystemGenerator | Generates the final state hadronic system in v QEL interactions. Is a concrete implementation of the EventRecordVisitorI interface |
CQELInteractionListGenerator | Concrete implementations of the InteractionListGeneratorI interface. Generates a list of all the Interaction (= event summary) objects that can be generated by the QEL EventGenerator |
CQELKinematicsGenerator | Generates values for the kinematic variables describing QEL neutrino interaction events. Is a concrete implementation of the EventRecordVisitorI interface |
CQELPrimaryLeptonGenerator | Generates the final state primary lepton in v QEL interactions. Is a concrete implementation of the EventRecordVisitorI interface |
CQELXSec | Computes the Quasi Elastic (QEL) cross section.
Is a concrete implementation of the XSecIntegratorI interface.
|
CQPMDISPXSec | Computes DIS differential cross sections. Is a concrete implementation of the XSecAlgorithmI interface |
CQPMDISStrucFunc | Standard Quark Parton Model (QPM) Deep Inelastic Scatering (DIS) Structure Functions (SF) |
CQPMDISStrucFuncBase | Abstract base class. Provides common implementation for concrete objects implementing the DISStructureFuncModelI interface |
CQPMDMDISPXSec | Computes DMDIS differential cross sections. Is a concrete implementation of the XSecAlgorithmI interface |
CQPMDMDISStrucFuncBase | Abstract base class. Provides common implementation for concrete objects implementing the DISStructureFuncModelI interface |
CQvalueShfiter | This class is responsible to compute a relative shift to a Qvalue |
CQvalueShifter | |
►CRandomGen | A singleton holding random number generator classes. All random number generation in GENIE should take place through this class. Ensures that the random number generator seed is set consistently to all GENIE modules and that all modules use the preferred rndm number generator |
CCleaner | |
CRange1D_t | A simple [min,max] interval for doubles |
CRange1F_t | A simple [min,max] interval for floats |
CRange1I_t | A simple [min,max] interval for integers |
CRefFrame | An enumeration of reference frames |
CRegistry | A registry. Provides the container for algorithm configuration parameters |
CRegistryItem | A templated concrete implementation of the RegistryItemI interface. Provides an arbitrary basic type (bool, int, double, string) value for RegistryI-type containers |
CRegistryItemI | Registry item pABC |
CRegistryItemTypeDef | Definition of Registry item types |
CRegistryItemTypeId | An enumeration of Registry item types |
CReinDFRPXSec | Neutrino diffractive pion production cross section |
CReinSehgalCOHPiPXSec | Computes the double differential cross section for CC & NC coherent pion production according to the Rein-Sehgal model. v(vbar)A->v(vbar)Api0, vA->l-Api+, vbarA->l+Api- |
CReinSehgalRESPXSec | Computes the double differential cross section for resonance electro- or neutrino-production according to the Rein-Sehgal model |
CReinSehgalRESXSec | Computes the cross section for an exclusive 1pi reaction through resonance neutrinoproduction according to the Rein-Sehgal model |
CReinSehgalRESXSecFast | Computes the cross section for an exclusive 1pi reaction through resonance neutrinoproduction according to the Rein-Sehgal model |
CReinSehgalRESXSecWithCache | An ABC that caches resonance neutrinoproduction cross sections on free nucleons according to the Rein-Sehgal model. This significantly speeds the cross section calculation for multiple nuclear targets (eg at the spline construction phase) |
CReinSehgalRESXSecWithCacheFast | Class that caches resonance neutrinoproduction cross sections on free nucleons according to the Rein-Sehgal model. This significantly speeds the cross section calculation for multiple nuclear targets (eg at the spline construction phase). This class integrates cross sections faster, than ReinSehgalRESXSecWithCache because of integration area transformation |
CReinSehgalSPPPXSec | Computes the differential cross section for an exclusive 1-pion reaction through resonance neutrinoproduction according to the Rein-Sehgal model |
CReinSehgalSPPXSec | Computes the cross section for an exclusive 1pi reaction through resonance neutrinoproduction according to the Rein-Sehgal model |
CRESHadronicSystemGenerator | Generates the 'final state' hadronic system in v RES interactions. It adds the remnant nucleus (if any), the pre-selected resonance and the resonance decay products at the GHEP record. Unlike the SPP thread, in the RES thread the resonance is specified at the time an interaction is selected but its decay products not (semi-inclusive resonance reactions). The off the mass-shell baryon resonance is decayed using a phase space generator. All kinematically available decay channels are being used (not just 1 pi channels). Is a concrete implementation of the EventRecordVisitorI interface |
CRESInteractionListGenerator | Creates a list of all the interactions that can be generated by the RES thread (generates semi-inclusive resonance reactions). Concrete implementations of the InteractionListGeneratorI interface |
CRESKinematicsGenerator | Generates resonance event (v+N->l+Resonance) kinematics. Is a concrete implementation of the EventRecordVisitorI interface |
CRESPrimaryLeptonGenerator | Generates the final state primary lepton in v RES interactions. Is a concrete implementation of the EventRecordVisitorI interface |
CRESXSec | Computes the RES Cross Section.
Is a concrete implementation of the XSecIntegratorI interface.
|
CRgType | |
CRosenbluthPXSec | Differential cross section for charged lepton elastic scattering.
Is a concrete implementation of the XSecAlgorithmI interface.
|
CRSHelicityAmpl | A class holding the Rein-Sehgal's helicity amplitudes |
CRSHelicityAmplModelCC | The Helicity Amplitudes, for all baryon resonances, for CC neutrino interactions on free nucleons, as computed in the Rein-Sehgal's paper |
CRSHelicityAmplModelEMn | The Helicity Amplitudes, for all baryon resonances, for Electro- Magnetic (EM) interactions on free neutrons, as computed in the Rein-Sehgal's paper |
CRSHelicityAmplModelEMp | The Helicity Amplitudes, for all baryon resonances, for Electro- Magnetic (EM) interactions on free protons, as computed in the Rein-Sehgal's paper |
CRSHelicityAmplModelI | Pure abstract base class. Defines the RSHelicityAmplModelI interface |
CRSHelicityAmplModelNCn | The Helicity Amplitudes, for all baryon resonances, for NC neutrino interactions on free neutrons, as computed in the Rein-Sehgal's paper |
CRSHelicityAmplModelNCp | The Helicity Amplitudes, for all baryon resonances, for NC neutrino interactions on free protons, as computed in the Rein-Sehgal's paper |
CRSPPHadronicSystemGenerator | Generates the 'final state' hadronic system in v SPP interactions. It adds the remnant nucleus (if any) and the baryon resonance decay products at the GHEP record. The resonance decay products are pre- determined since in this thread we generate exclusive SPP reactions. The module uses a simple phase space decay. Is a concrete implementation of the EventRecordVisitorI interface |
CRSPPInteractionListGenerator | Creates a list of all the interactions that can be generated by the SPP thread (generates exclusive inelastic 1 pion reactions proceeding through resonance neutrinoproduction). Concrete implementations of the InteractionListGeneratorI interface |
CRSPPResonanceSelector | Generates an intermediate baryon resonance for exclusive interactions proceeding through resonance productions and adds it to the event record. The resonance is selected based on its contribution to the selected exclusive reaction cross section. Is a concrete implementation of the EventRecordVisitorI interface |
►CRunningThreadInfo | Keep info on the event generation thread currently on charge. This is used so that event generation modules invoked by the thread can see the "bigger picture" and access the cross section model for the thread, look-up info for modules that run before or are scheduled to run after etc |
CCleaner | Clean |
►CRunOpt | Some common run-time GENIE options |
CCleaner | |
CSBBA2003Fit | |
CSBBA2005Fit | |
CSBBA2007Fit | |
CScatteringType | Enumeration of scattering types |
CSecondNucleonEmissionI | Interface to drive the a second nucleon emission from a nucleus Specfic impelmentations will have different physics |
CSF_info | |
CSF_xQ2 | |
CSKHadronicSystemGenerator | Generates the f/s hadronic system in single-Kaon production interactions. Is a concrete implementation of the EventRecordVisitorI interface |
CSKInteractionListGenerator | Concrete implementations of the InteractionListGeneratorI interface. Creates a list of all the interactions that can be generated by the single-Kaon generator |
CSKKinematicsGenerator | Generates values for the kinematic variables describing neutrino-nucleus single kaon production events. Is a concrete implementation of the EventRecordVisitorI interface |
CSKPrimaryLeptonGenerator | Generates the final state primary lepton in single-Kaon interactions. Is a concrete implementation of the EventRecordVisitorI interface |
CSlowRsclCharmDISPXSecLO | Computes, at Leading Order (LO), the differential cross section for neutrino charm production using a slow rescaling model. Is a concrete implementation of the XSecAlgorithmI interface |
CSmithMonizQELCCPXSec | Computes neutrino-nucleon(nucleus) QELCC differential cross section. Is a concrete implementation of the XSecAlgorithmI interface |
CSmithMonizQELCCXSec | Computes the Quasi Elastic (QEL) cross section by Smith Moniz model.
Is a concrete implementation of the XSecIntegratorI interface.
|
►CSmithMonizUtils | Contains auxiliary functions for Smith-Moniz model.
|
CFunc1D | |
CSpectralFunc | A realistic spectral function - based nuclear model. Is a concrete implementation of the NuclearModelI interface |
CSpectralFunc1d | Simpler approach to using spectral functions. A beta version. Implements the NuclearModelI interface |
CSpectralFunction2p2h | Speficif implementation of SecondNucleonEmissionI to emit the second nulceon coming from a 2p2h pair When GENIE is operating in with EffectiveSF |
CSpline | A numeric analysis tool class for interpolating 1-D functions |
CSppChannel | Enumeration of single pion production channels |
CSRCNuclearRecoil | Created this new module that controls the addition of the recoil nucleon in the event record and extracts its kinematics |
CStrumiaVissaniIBDPXSec | An implementation of the neutrino - (free) nucleon [inverse beta decay] cross section, valid from the threshold energy (1.806MeV) up to hundreds of MeV. Currently cut off at 1/2 nucleon mass. Based on the Strumia/Vissani paper Phys.Lett.B564:42-54,2003 |
CSuSAv2MECHadronTensorModel | Creates hadron tensor objects for calculations of MEC cross sections using the SuSAv2 approach |
CSuSAv2MECPXSec | Computes the SuSAv2-MEC model differential cross section. Uses precomputed hadron tensor tables. Is a concrete implementation of the XSecAlgorithmI interface |
CSuSAv2QELHadronTensorModel | Creates hadron tensor objects for calculations of quasielastic cross sections using the SuSAv2 approach |
CSuSAv2QELPXSec | Computes the SuSAv2-QE model differential cross section. Uses precomputed hadron tensor tables. Is a concrete implementation of the XSecAlgorithmI interface |
►CTabulatedHadronTensorModelI | Creates hadron tensor objects for cross section calculations using precomputed data tables |
CHadronTensorID | Struct used to provide a unique ID for each tensor object |
►CTabulatedLabFrameHadronTensor | Computes the elements and structure functions of the hadron tensor (using the conventions of the Valencia model) using precomputed tables. Is a concrete implementation of the HadronTensorI interface |
CTableEntry | |
CTarget | A Neutrino Interaction Target. Is a transparent encapsulation of quite different physical systems such as a nuclear target, a 'spectator' nuclear target with a Hit nucleon, a free nucleon or a free particle (eg a e- target in the inverse muon decay reaction) |
CToyInteractionSelector | Generates random interactions |
CTransverseEnhancementFFModel | Modification of magnetic form factors to match observed enhancement in transverse cross section of the quasi-elastic peak. Implements ElFormFactorsModelI. Requires another subclass of ElFormFactorsModelI to calculate original form factors, which are then enhances |
CTuneId | GENIE tune ID |
CUnstableParticleDecayer | A hook for concrete particle decayers in the chain of event processing modules |
CVertexGenerator | |
CXclsTag | Contains minimal information for tagging exclusive processes |
CXmlParserStatus | Encapsulates an XML document parsing status |
CXSecAlgorithmI | Cross Section Calculation Interface |
CXSecAlgorithmMap | An Interaction -> XSecAlgorithmI associative container. The container is being built for the loaded EventGeneratorList and for the input InitialState object |
CXSecIntegratorI | Cross Section Integrator Interface |
CXSecLinearCombinations | Computes the xsec as a linear combination of different XSecSlgorithmI See GENIE docdb 252 |
CXSecScaleI | This class is responsible to compute a scaling factor for the XSec |
CXSecScaleMap | This class is responsible to compute a scaling factor for the XSec |
►CXSecSplineList | List of cross section vs energy splines |
CCleaner | |
CZExpAxialFormFactorModel | Concrete implementation of the AxialFormFactorModelI interface. Computes the axial form factor using the model-independent z-expansion technique |
►Ngeo | LArSoft geometry interface |
►Ndetails | |
CAbsIDtypeStruct | |
CAbsIDtypeStruct< ID, Index, std::enable_if_t<(Index==ID::Level)> > | |
CActiveAreaCalculator | Class computing the active area of the plane |
CComparer | Class managing comparisons between T objects via a Key key |
Ccryostat_id_iterator_base | Base forward iterator browsing all cryostat IDs in the detector |
CGeoContainerData | |
CGeoIDdataContainerItemIterator | Item iterator for geo::GeoIDdataContainer class |
►CGeoIDdataContainerIterator | Iterator for geo::GeoIDdataContainer class |
CExtraData_t | |
Cgeometry_element_iterator | Forward iterator browsing all geometry elements in the detector |
Cgeometry_iterator_base | Base class for geometry iterators (note: this is not an iterator) |
►Cgeometry_iterator_types | Base class for geometry iterators, containing some type definitions |
CBeginPos_t | Structures to distinguish the constructors |
CEndPos_t | |
CUndefinedPos_t | |
Cplane_id_iterator_base | Base forward iterator browsing all plane IDs in the detector |
CRelIDtypeStruct | |
CRelIDtypeStruct< ID, 0U > | |
CROP_id_iterator_base | Base forward iterator browsing all readout plane IDs in the detector |
CTestTrackerClassBase | Class telling whether a test needs to be run |
CTPC_id_iterator_base | Base forward iterator browsing all TPC IDs in the detector |
CTPCset_id_iterator_base | Base forward iterator browsing all TPC set IDs in the detector |
CTransformationMatrixConverter | |
Cwire_id_iterator_base | Base forward iterator browsing all wire IDs in the detector |
►Ndune | |
►Nvd | |
►CChannelToWireMap | |
CChannelsInROPStruct | |
►Nfhicl | FHiCL objects representing geometry classes as configuration parameters |
CIDConfig | Type of ID configuration structure (requires specialization) |
CIDConfig< geo::CryostatID > | Configuration structure for validated geo::CryostatID parameter |
CIDConfig< geo::OpDetID > | Configuration structure for validated geo::OpDetID parameter |
CIDConfig< geo::PlaneID > | Configuration structure for validated geo::PlaneID parameter |
CIDConfig< geo::TPCID > | Configuration structure for validated geo::TPCID parameter |
CIDConfig< geo::WireID > | Configuration structure for validated geo::PlaneID parameter |
CIDConfig< readout::ROPID > | Configuration structure for validated readout::ROPID parameter |
CIDConfig< readout::TPCsetID > | Configuration structure for validated readout::TPCsetID parameter |
CIDparameterTraits | Traits for ID parameter objects |
CIDparameterTraits< geo::fhicl::IDparameter< ID > > | |
CIDparameterTraits< geo::fhicl::IDsequence< ID > > | |
CIDparameterTraits< geo::fhicl::OptionalID< ID > > | |
CIDparameterTraits< geo::fhicl::OptionalIDsequence< ID > > | |
CValidIDConfig | Helper class holding the ID validity flag |
►Npart | Partition-related utilities |
►Ndetails | |
Cenable_if_t < is_partition_type_v< decltype(*std::declval< PartPtr >())> > | |
Cis_partition_ptr | Trait type evaluating true if T is pointer to some PartitionBase |
Cis_partition_ptr_iterator | Trait type evaluating true if T is iterator to some PartitionBase |
Cis_partition_ptr_iterator < Iter, std::enable_if_t < is_partition_ptr_v< std::decay_t< typename Iter::value_type > > > > | |
Cis_partition_type | Trait type evaluating true if T is derived from PartitionBase |
Cis_partition_type < Part, std::enable_if_t < std::is_base_of< PartitionBase, std::decay_t< Part > >::value > > | |
CPartitionRangeLowerBoundExtractor | |
CPartitionSorterByAreaRangeLower | Ordering class to sort partition by specified range (lower boundary) |
CRangeLowerBoundExtractor | Class extracting the lower bound of the specified range of an area |
CAreaOwner | A basic interface for objects owning an area |
CDepthPartition | Partition of area along the depth dimension |
CGridPartition | A container of partitions organised in a width/depth rectangular grid |
CPartition | Base element of a partitioned structure |
CPartitionBase | Non-template definitions and data for Partition class hierarchy |
CPartitionContainer | Partition divided in subpartitions (abstract) |
CPartitionDataDescriber | Class providing custom dump for data contained in the partition |
CPartitionDataDescriber< geo::TPCGeo > | Describes a geo::TPCGeo object for Partition::describe() |
CPartitionElement | Unpartitioned element ("leaf") of a partitioned area |
CPartitionSortedByRange | Partition of area along a area range dimension (width or depth) |
CPartitionWithData | Partition also containing data directly |
CSortedPartition | Partition of area sorted across a dimension |
CWidthPartition | Partition of area along the width dimension |
►Nvect | Utilities to manipulate geometry vectors.The utilities include generic vector interface facilities allowing to use different vector types via templates |
►Ndetails | |
CAccumulateImpl | |
CAccumulateImpl< Op, First, Second, Others... > | |
CAccumulateImpl< Op, T > | |
CAlwaysFalse | |
CBaseCoordTypes | |
CBaseCoordTypes< Vector, void > | |
CBindCoordManagersImpl | |
CBindCoordManagersImpl< Vector, 2U > | |
CBindCoordManagersImpl< Vector, 3U > | |
CBindCoordManagersImpl< Vector, 4U > | |
CBindCoordManagersImplBase | |
CBoundCoordGetter | |
CBoundCoordManager | |
CConvertArrayTo | |
CConvertToDispatcher | |
CConvertToDispatcher< Vector, Vector > | |
CConvertToDispatcher< Vector, Vector, Dim > | |
CConvertToImpl | |
CConvertToImpl< Dest, Source, 2U > | |
CConvertToImpl< Dest, Source, 3U > | |
CConvertToImpl< Dest, Source, 4U > | |
CConvertToImpl< Dest, std::array< T, Dim > > | |
CConvertToImpl< Dest, T * > | |
CConvertToImpl< Dest, T[Dim]> | |
CConvertToImplBase | |
CConvertToImplDim | |
CConvertToImplDim< Dest, Source, 2U > | |
CConvertToImplDim< Dest, Source, 3U > | |
CConvertToImplDim< Dest, Source, 4U > | |
CCoordGetter | Helper class for read of a single vector coordinate |
CCoordGetterTraits | |
CCoordManager | Helper class for read/write of a single vector coordinate |
CCoordManagerImpl | |
CCoordManagerImpl< Vector, 1U > | |
CCoordManagerImpl< Vector, 2U > | |
CCoordManagerImpl< Vector, 3U > | |
CCoordManagerImpl< Vector, 4U > | |
CCoordManagersImpl | |
CCoordManagersImpl< Vector, 2U > | |
CCoordManagersImpl< Vector, 3U > | |
CCoordManagersImpl< Vector, 4U > | |
CCoordManagersImplBase | |
CCoordManagerTraits | |
CDimensionImpl | |
CDimensionImpl< std::array< T, Dim >, void > | |
Cenable_if_t<(std::extent_v< Array > > | |
CHasGetter | |
CMemberFuncClassType | |
CMemberFuncClassType< Func Class::* > | |
CMemberFuncReturnType | |
CVectorScalar | |
CCoordConstIterator | Constant iterator to vector coordinates |
CMiddlePointAccumulatorDim | Helper class to compute the middle point in a point set |
CAffinePlaneBase | |
CAuxDetChannelMapAlg | |
CAuxDetExptGeoHelperInterface | Interface to a service with detector-specific geometry knowledge |
►CAuxDetGeo | |
CAuxDetGeoCoordinatesTag | |
CAuxDetGeometry | The geometry of one entire detector, as served by art |
CAuxDetGeometryCore | Description of geometry of one set of auxiliary detectors |
CAuxDetGeometryData_t | |
CAuxDetGeoObjectSorter | |
►CAuxDetSensitiveGeo | |
CAuxDetSensitiveGeoCoordinatesTag | |
CBoxBoundedGeo | A base class aware of world box coordinatesAn object describing a simple shape can inherit from this one to gain access to a common boundary checking interface |
►CChannelMap35Alg | |
CPlaneData_t | All data we need for each APA |
►CChannelMap35OptAlg | |
CPlaneData_t | All data we need for each APA |
CChannelMapAlg | Interface for a class providing readout channel mapping to geometry |
►CChannelMapAPAAlg | |
CPlaneData_t | All data we need for each APA |
CChannelMapCRMAlg | |
CChannelMapCRUAlg | |
CChannelMapSetupTool | Interface for a tool creating a channel mapping object |
CChannelMapStandardAlg | |
CChannelMapStandardTestAlg | |
►CColdBoxChannelMapAlg | |
CChannelRange_t | |
CPlaneInfo_t | Collection of information on one plane |
CReadoutMappingInfo_t | Collected information about TPC sets and readout planes in the geometry |
CCollectNodesByName | |
CCollectPathsByName | |
►CCryostatGeo | Geometry information for a single cryostat |
CCryostatGeoCoordinatesTag | Tag for vectors in the "local" GDML coordinate frame of the cryostat |
CCryostatID | The data type to uniquely identify a cryostat |
CDecomposedVector | |
CDecomposer | Class with methods to decompose and compose back vectors |
►CDriftPartitions | Set of drift volumes |
CDriftVolume_t | Data associated to a single drift volume |
►CDumpChannelMap | Prints on screen the current channel-wire and optical detector maps |
CConfig | Module configuration |
►CDumpGeometry | Describes on screen the current geometry |
CConfig | |
►CDuneApaChannelMapAlg | |
CPlaneData_t | All data we need for each APA |
CElementLevel | |
CExptGeoHelperInterface | Interface to a service with detector-specific geometry knowledge |
►CGeoIDdataContainer | Container with one element per geometry TPC |
CIDextractor | Functor to extract an ID data member |
CGeoIDmapper | Class managing the mapping between geometry/readout ID and flat index |
CGeometry | The geometry of one entire detector, as served by art |
CGeometryBuilder | Manages the extraction of LArSoft geometry information from ROOT |
►CGeometryBuilderStandard | Extracts of LArSoft geometry information from ROOT |
CConfig | Configuration parameters |
CGeometryBuilderWireless | Geometry builder which ignores wires on wire planes |
►CGeometryConfigurationWriter | Writes geometry configuration information into art runs |
CConfig | Service configuration |
►CGeometryCore | Description of geometry of one entire detector |
CSegment | Simple class with two points (a pair with aliases) |
CGeometryData_t | Data in the geometry description |
CGeometryGeoIDTestAlg | |
►CGeometryInfoCheck | |
CConfig | |
CGeometryInfoCheckInfo | |
CGeometryInfoConfig | |
CGeometryIteratorLoopTest | Performs tests on the geometry as seen by Geometry service |
CGeometryIteratorLoopTestAlg | |
CGeometryIteratorTestAlg | |
CGeometryTest | Performs tests on the geometry as seen by Geometry service |
CGeometryTestAlg | Performs tests on the geometry as seen by Geometry service |
CGeoNodePath | Representation of a node and its ancestry |
CGeoObjectSorter | |
CGeoObjectSorter35 | |
CGeoObjectSorterAPA | |
CGeoObjectSorterCRM | |
CGeoObjectSorterCRU | |
CGeoObjectSorterStandard | |
CIntersectionPointAndOffsets | Data structure for return values of LineClosestPointAndOffsets() |
CInvalidWireError | Exception thrown on invalid wire number |
CInvalidWireIDError | Exception thrown on invalid wire number (e.g. NearestWireID()) |
CIteratorBox | |
►CLegacyGeometryInfoWriter | |
CConfig | |
CLocalIteratorBox | |
CLocalTransformation | Class to transform between world and local coordinates |
CLocalTransformationGeo | Class to transform between world and local coordinates |
CMuonCounter35Alg | |
CNodeNameMatcherClass | |
COpDetGeo | |
COpDetID | The data type to uniquely identify a optical detector |
COpticalLocalCoordinateSystemTag | The tag defining the optical detector local reference frame |
CPlaneBase | A base for a plane in space |
CPlaneDataContainer | Container with one element per geometry wire plane |
CPlaneDecomposer | Class with methods for projection of vectors on a plane |
►CPlaneGeo | Geometry information for a single wire plane.The plane is represented in the geometry by a solid which contains wires. Currently, only box solids are well supported. The box which is representation of the plane has some thickness, and it should not be assumed that the wires are in the median section of it, that is, the center of the box may not lie on the plane defined by the wires |
CPlaneGeoCoordinatesTag | Tag for vectors in the "local" GDML coordinate frame of the plane |
CRectSpecs | |
CWidthDepthReferenceTag | Tag for plane frame base vectors |
CWireCoordinateReferenceTag | Tag for wire base vectors |
CPlaneID | The data type to uniquely identify a Plane |
CPlaneIDmapper | Mapping for sensitive plane identifiers |
CProtoDUNEChannelMapAlg | |
CProtoDUNEChannelMapAlgv7 | |
CProtoDUNEChannelMapAlgv8 | |
CROOTGeometryNavigator | Executes an operation on all the nodes of the ROOT geometry |
►CROOTGeoNodeForwardIterator | Iterator to navigate through all the nodes |
CNodeInfo_t | |
CsortWire35 | |
CStandardGeometryHelper | Simple implementation of channel mapping |
CTPCDataContainer | Container with one element per geometry TPC |
►CTPCGeo | Geometry information for a single TPC |
CTPCGeoCoordinatesTag | Tag for vectors in the "local" GDML coordinate frame of the TPC |
CTPCID | The data type to uniquely identify a TPC |
CTPCIDmapper | Mapping for TPC identifiers |
►CWireGeo | Geometry description of a TPC wireThe wire is a single straight segment on a wire plane. Different wires may be connected to the same readout channel. That is of no relevance for the geometry description |
CWireGeoCoordinatesTag | Tag for vectors in the "local" GDML coordinate frame of the plane |
CWireID | |
CWireIDIntersection | |
►Ngeoalgo | |
CAABox | Representation of a 3D rectangular box which sides are aligned w/ coordinate axis. A representation of an Axis-Aligned-Boundary-Box, a simple & popular representation of
3D boundary box for collision detection. The concept was taken from the reference,
Real-Time-Collision-Detection (RTCD), and in particular Ch. 4.2 (page 77):
|
CCone | Representation of a 3D semi-infinite line. Defines a 3D cone with the following properties:
Start point (or vertex), Direction, Length (or Length), Radius, opening angle
When 2 of Length, Radius, opening angle are defined the third is automatically set |
CCylinder | Representation of a 3D Cylinder volume. A Cylinder object inherits from a geoalgo::Line |
CDirectedLine | Representation of a 3D infinite line. Defines an infinite 3D line with a point and a direction. Line points are constructed like this: (pt, dir) -> (pt, pt+dir) It hides the point attributes from users for protecting the dimensionality |
CGeoAlgo | Algorithm to compute various geometrical relation among geometrical objects. In particular functions to inspect following relations are implemented:
0) Distance between geometrical objects
1) Closest point of approach
2) Intersection points
3) Containment/Overlap of objects
4) Common Origin functions
5) Bounding Sphere functions
|
CGeoAlgoException | |
CGeoObjCollection | |
CHalfLine | Representation of a 3D semi-infinite line. Defines a semi-infinite 3D line by having a start point (Point_t) and direction (Vector_t)
along which the line extends. It hides the start and direction attributes from users for
protecting the dimensionality |
CLine | Representation of a 3D infinite line. Defines an infinite 3D line by having 2 points which completely determine the line along which the line extends. It hides the point attributes from users for
protecting the dimensionality |
CLineSegment | Representation of a simple 3D line segment Defines a finite 3D straight line by having the start and end position (Point_t).
|
CSphere | |
CTrajectory | |
CVector | |
►Ngooglenet_custom_layers | |
CLRN | |
CPoolHelper | |
►NHardware | |
CAPA | |
CAPAGroup | |
CASIC | |
CBoard | |
CCryostat | |
CElement | |
CHardwareID | |
CTPC | |
►Nhep | |
►Nhit | Detector simulation of raw signals on wires |
►Ndetails | |
►CCompiledGausFitCacheBaseStruct | |
CInitializeFuncSumVector | A helper class initializing the function vector |
CInitializeFuncSumVector< 0U, Func > | |
CFuncSum | A sum of NFunc base functions Func |
CFuncSum< 0U, Func, NFuncParams > | |
CTemplateArgument | Struct with member type corresponding to the NArg-th type from Args |
CTemplateArgumentHelper | Struct with member type corresponding to the NArg-th type from Args |
►CCCHitFinderAlg | Hit finder algorithm designed to work with Cluster Crawler |
CFitStats_t | |
CHitChannelInfo_t | Exchange data about the originating wire |
CCompiledGausFitCache | A set of TF1 linear sum of Gaussians |
CCompiledTruncatedGausFitCache | A set of TF1 linear sum of truncated Gaussians |
CDisambigCheater | |
►CDPRawHitFinder | |
CComp | |
►CDumpHits | Prints the content of all the hits on screen |
CConfig | |
CFFTHitFinder | |
CGausFitCache | A set of TF1 linear sum of base functions (Gaussians) |
CGausHitFinder | |
CGausHitFinderAna | Base class for creation of raw signals on wires |
CHitAnaAlg | |
CHitAnaAlgException | |
CHitAnaAlgTest | |
CHitAnaModule | |
CHitCheater | |
CHitFilterAlg | |
CHitFinder | |
CHitFinderAna | Base class for creation of raw signals on wires |
CHitInfo | |
CMagDriftAna | Base class for creation of raw signals on wires |
CMCHitAnaExample | |
CMCHitFinder | |
CNumberOfHitsFilter | |
CRawHitFinder | |
CRegionAboveThresholdFinder | |
CRFFHitFinder | |
CRFFHitFinderAlg | |
CRFFHitFitter | |
CSignalSetComp | |
CTTHitFinder | |
CWireROIInfo | |
►NHitSdpPlotter | |
CHitSdpPlotter | |
►Nicebergpd | |
CICEBERGPDSSPMonitor | |
►Nifbeam_ns | |
CIFBeam | |
►Nifdh_ns | |
CIFCatalogInterface | |
CIFDH | |
CIFFileTransfer | |
►Nimg | |
►CDataProviderAlg | |
CConfig | |
CDataProviderAlgView | |
►NInfill | |
CInfillChannels | |
CMakeInfillTrainingData | |
►Ninfill_loss | |
CInfillLossCollection | |
CInfillLossInduction | |
►Nkeras | |
CDataChunk | |
CDataChunk2D | |
CDataChunkFlat | |
CKerasModel | |
CLayer | |
CLayerActivation | |
CLayerConv2D | |
CLayerDense | |
CLayerFlatten | |
CLayerMaxPooling | |
►Nlar | LArSoft-specific namespace |
►Ndebug | |
►Ndetails | |
CTHE_TYPE_IS | |
CBacktracePrintOptions | Backtrace printing options |
CCallInfo_t | Structure with information about a single call, parsed |
►CCallInfoPrinter | Class handling the output of information in a CallInfo_t object |
Copt | Set of options for printing |
Cstatic_assert_on | |
Cstatic_assert_on< T, false > | |
►Ndetails | Namespace hiding implementation details |
►Nbulk_allocator | Namespace specific to bulk allocator |
►CBulkAllocatorBase | A class managing a memory pool |
CMemoryChunk_t | Internal memory chunk; like a std::vector, but does not construct |
CReferenceCounter | A simple reference counter, keep track of a number of users |
►Ntype_traits | |
Chas_const_iterator_struct | |
Chas_const_iterator_struct< T, true > | |
Care_same_types | |
Care_types_contained | |
Care_types_contained< First > | |
Care_types_contained< First, OtherTypes... > | |
►CCollectionExtremes | Class storing a begin and a end iterator |
CFromContainerTag | |
Cconst_datarange_iterator | |
CCounterBlock | Type of block of counters (just a STL array until SUBCOUNTERS are in) |
CCountersMapTraits | |
Cenable_if_type_exists | |
CfindFirstMatching_answer | |
CfindFirstMatching_answer < Match, Target, false, FirstCandidate, OtherCandidates... > | |
CfindFirstMatching_answer< Match, Target, true, Candidates... > | |
CfindFirstMatching_dispatcher | |
CfindFirstMatching_dispatcher < Match, Target, FirstCandidate, OtherCandidates... > | |
CfindFirstMatching_dispatcher< Match, Target > | |
CfindFirstMatching_impl | |
CfindNextMatching_impl | |
CfindNextMatching_impl < 0U, Match, Target, FirstCandidate, OtherCandidates... > | |
CfindNextMatching_impl < NSkip, Match, Target, FirstCandidate, OtherCandidates... > | |
CfindNextMatching_impl< NSkip, Match, Target > | |
CfindTheMatching_impl | |
Chas_duplicate_types | |
Chas_duplicate_types< Key, Types... > | |
Chas_duplicate_types<> | |
Chas_type | |
Chas_type< Target > | |
Chas_type< Target, First, Others... > | |
Chas_type< Target, Target, Others... > | |
Chave_same_provider_types | |
Chave_same_provider_types < ProviderPack< AProviders... >, ProviderPack< BProviders... > > | |
Cis_derived_of | |
Cis_provider_pack | |
Cis_provider_pack< ProviderPack< Providers... > > | |
CiteratorRange | Enclosure to use two iterators representing a range in a range-for loop |
COptionalHexFloatFormatter | |
CProviderPackComparer | |
CProviderPackComparer< APack, BPack, First > | |
CProviderPackComparer< APack, BPack, First, Others... > | |
CProviderPackComparerBase | |
CProviderPackExtractor | |
CProviderPackExtractor< First, Others... > | |
CProviderPackExtractor< Service > | |
CRangeTraits | |
CServiceProviderRequirementsChecker | Compiles only if PROVIDER class satisfied service provider requirements |
CServiceRequirementsChecker | |
CSetFrom | Implementation detail for the extraction constructor |
CSetFrom< DestPack, SourcePack > | |
CSetFrom< DestPack, SourcePack, FirstProvider, OtherProviders... > | |
►Ndump | Namespace for LArSoft dumping utilities |
CArrayDumper | Dumps the first N elements of an array |
CArrayDumper< T * > | |
CVectorDumper | Manipulator managing the dump of the vector content into a stream |
CVectorDumper< std::array< T, 3U > > | |
CVectorDumper< T * > | |
CVectorDumper< T[3]> | |
►Nexample | LArSoft examples |
►Ndetails | Implementation detail namespace (content is not documented) |
CPointTraits_t | |
CPositionExtractorFromArray | Base for PositionExtractor on random-access containers |
►Ntests | Tests for LArSoft examples |
CAtomicNumberTest | Tests AtomicNumberService |
►CCheckDataProductSize | Checks the size of the specified collection |
CConfig | |
►CDumpCheatTracks | Dumps lar::example::CheatTrack data product and associations |
CConfig | |
►CParticleMaker | Creates a collection of simulated particles |
CConfig | |
CParticleConfig | |
CParticleSpecs | |
►CShowerCalibrationGaloreTest | Tests ShowerCalibrationGaloreService |
CConfig | |
►CSpacePointMaker | Creates a collection of space points |
CConfig | |
►CAnalysisExample | Example analyzer module |
CConfig | |
►CAtomicNumber | Provides information about the active material in the TPC |
CConfig | Collection of configuration parameters for the service |
CCheatTrack | Pseudo-track object for TotallyCheatTracks example |
CCoordRange | Range of coordinates |
CCoordRangeCells | Range of coordinates |
►CDisturbance | A silly module |
CConfig | |
►CExploder | A buggy module |
CConfig | |
►CPointIsolationAlg | Algorithm to detect isolated space points |
CConfiguration_t | Type containing all configuration parameters of the algorithm |
CPositionExtractor | Helper extractor for point coordinates |
CPositionExtractor< recob::SpacePoint > | Specialization of PositionExtractor for recob::SpacePoint |
CPositionExtractor< std::array< T, 3U > > | Specialisation of PositionExtractor for C++ array: { x, y, z } |
CPositionExtractor< std::vector< T > > | |
CPositionExtractor< T * > | Specialisation of PositionExtractor for C array: { x, y, z } |
►CRemoveIsolatedSpacePoints | art module: removes isolated space points |
CConfig | Module configuration data |
►CShowerCalibrationGalore | Interface for a shower calibration service provider |
CCorrection_t | A correction factor with global uncertainty |
►CShowerCalibrationGaloreFromPID | Shower calibration service provider correcting according to PID |
CCalibrationInfo_t | Internal structure containing the calibration information |
CConfig | Collection of configuration parameters for the service |
►CShowerCalibrationGaloreScale | A shower calibration service provider applying a uniform scale |
CConfig | Collection of configuration parameters for the service |
CShowerCalibrationGaloreScaleService | A shower calibration art service returning a single factor |
CSpacePartition | A container of points sorted in cells |
►CSpacePointIsolationAlg | Algorithm to detect isolated space points |
CConfig | Algorithm configuration |
►CTotallyCheatTracker | Module: creates tracks from simulated particles |
CConfig | Module configuration data |
►CTotallyCheatTrackingAlg | Reconstructs tracks from simulated particles |
CConfig | |
►Nfhicl | LArSoft utilities for interface with FHiCL and its libraries |
►Ntest | |
►CAssnsChainClusterMaker | Creates some dummy clusters and associations to hits |
CConfig | |
►CAssnsChainHitMaker | Creates some dummy hits |
CConfig | |
►CAssnsChainPFParticleMaker | Creates some dummy PFParticles and associations to clusters |
CConfig | |
►CAssnsChainShowerMaker | Creates some dummy showers and associations to PFParticle objects |
CConfig | |
►CAssnsChainTest | Prints all the hits associated to the specified shower |
CConfig | |
►CChargedSpacePointProxyInputMaker | Creates some dummy space points and charge |
CConfig | |
►CTrackProxyHitMaker | Creates some dummy hits |
CConfig | |
►CTrackProxyTrackMaker | Creates some dummy hits |
CConfig | |
►Nutil | LArSoft utility namespace |
►Ndetail | |
►CDereferenceIteratorBase | Base class for dereferencing iterators |
Cinitialize_tag | Tag used for initialization |
CIteratorBox | |
►Ndetails | LArSoft utility implementation details |
CDataTracker | Class tracking sums of variables up to a specified power |
CDataTracker2 | Class tracking sums of variables up to power 2 |
CDataTracker3 | Class tracking sums of variables up to power 2 |
Cdereference_class | Functor returning the dereferenced value of the argument |
Cdereference_class< T, true > | |
Cdereferenced_type | Class holding the type dereferenced from an object of type T |
Cdereferenced_type< T, true > | |
CDeterminantHelper | |
CDeterminantHelper< T, N, R, C > | Determinant of a 1x1 submatrix |
CDeterminantHelper< T, N, R1, R2, C1, C2 > | Determinant of a 2x2 submatrix |
CDeterminantHelper< T, N, R1, R2, R3, C1, C2, C3 > | Determinant of a 3x3 submatrix |
CDeterminantHelper< T, N, R1, R2, R3, R4, C1, C2, C3, C4 > | Determinant of a 4x4 submatrix |
CDeterminantHelperBase | |
CFastMatrixOperations | Provides "fast" matrix operations |
CFastMatrixOperations< T, 2 > | Routines for 2x2 matrices |
CFastMatrixOperations< T, 3 > | Routines for 3x3 matrices |
CFastMatrixOperations< T, 4 > | Routines for 4x4 matrices |
CFastMatrixOperationsBase | Base class with common definitions for "fast" matrix operations |
CFindAllP | Query object reading all the associations between two classes |
►CFitDataCollector | Class providing data collection for the simple polynomial fitters |
CSumExtractor | |
CSumExtractor< Power, 0U > | |
Chas_dereference_class | Class defining whether the specified type can be dereferenced |
Chas_dereference_class< T, typename std::enable_if< is_type< decltype(*(T()))>::value, void >::type > | |
Chash | Hash functions for art and larsoft objects |
Cis_type | Class compiling only if type T exists (then, it's std::true_type) |
Cmake_pointer_class | Functor returning the pointer to a value in the argument |
Cmake_pointer_class< T, true > | |
Cnode_of | |
Cnode_of< art::Assns< L, R, D > > | |
Cnode_of< art::Assns< L, R, void > > | |
CSimpleFitterInterface | Simple fitter abstract interface |
CSimplePolyFitterBase | Base class providing virtual fitting interface for polynomial fitters |
CSimplePolyFitterDataBase | Base class providing data collection for the simple polynomial fitters |
CUniqueAssociationCache | A class holding many associations between objects |
CWeightTracker | |
►Nsimple_geo | Simple class definitions for geometry concepts |
CArea | Area delimited by two points |
►CAreaBase | Area/volume delimited by points: base/1D implementation |
CNullIntersection | Exception thrown when result of intersection is null |
CPoint2D | 2D point (x, y) (by default, with double precision) |
CPoint3D | 3D point (x, y, z) (by default, with double precision) |
CRange | Definition of a range along one dimension |
CRectangle | Definition of a rectangle from dimension ranges |
CVolume | Volume delimited by two points |
Cassns_has_metadata | Trait: value true if Assns (association or its node) has metadata |
Cassns_iterator_type | Trait: type is iterator of Assns |
Cassns_iterator_type< art::Assns< L, R, D > > | |
Cassns_iterator_type< art::Assns< L, R, void > > | |
Cassns_metadata_type | Trait: type is metadata in Assns (association or its node) |
Cassns_metadata_type< art::Assns< L, R, D > > | |
Cassns_metadata_type< art::AssnsNode< L, R, D > > | |
Cassns_metadata_type< proxy::details::AssnsNode< ArtAssnsIterValue > > | |
Cassns_metadata_type< std::pair< art::Ptr< L >, art::Ptr< R > > > | |
Cassns_traits | Data types for the specified association type (or its node) |
Cassns_traits< art::Assns< L, R, D > > | |
Cassns_traits< art::AssnsNode< L, R, D > > | |
Cassns_traits< std::pair< art::Ptr< L >, art::Ptr< R > > > | |
CChiSquareAccumulator | Computes a χ² from expectation function and data points |
Cdereferenced_type | Class defining the dereferenced type of the specified type |
►CGaussianFit | "Fast" Gaussian fit |
CEncodeExtractor | |
CEncodeExtractor< Pred, void > | |
CValue_t | < type of value and error |
Cidentity | A unary functor returning its own argument (any type) |
CLinearFit | Performs a linear regression of data |
CMinMaxCollector | Keeps track of the minimum and maximum value we observed |
CQuadraticFit | Performs a second-degree fit of data |
CRealComparisons | Provides simple real number checks |
CStatCollector | Collects statistics on a single quantity (weighted) |
CStatCollector2D | Collects statistics on two homogeneous quantities (weighted) |
CVector2DComparison | Class comparing 2D vectors |
CVector3DComparison | Class comparing 2D vectors |
►CBulkAllocator | Aggressive allocator reserving a lot of memory in advance |
Crebind | |
CCollectionView | Provides features of a collections, from begin and end iterators |
CComputePi | Computes pi (but it does not make it available) |
Cconst_value_box | Little class storing a value |
►CCountersMap | Map storing counters in a compact way |
Cconst_iterator | |
CCounterKey_t | Structure with the index of the counter, split as needed |
►Cdeep_const_fwd_iterator_nested | Internal helper class: actual implementation of nested iterator |
CBeginPositionTag | |
CEndPositionTag | |
CEnsureOnlyOneSchedule | |
CFindManyInChainP | Query object collecting a list of associated objects |
Chas_const_iterator | |
CIdentity | Functor returning the object specified as argument |
Cmemory_error | Exception thrown when BulkAllocator-specific allocation errors happen |
COptionalHexFloat | Helper for formatting floats in base 16 |
CPairSecond | |
CPolymorphicClass | A simple polymorphic class, providing a virtual table |
CPolymorphicUncopiableAndUnmovableClass | An empty class that can't be copied nor moved |
CPolymorphicUncopiableClass | A polymorphic empty class that can't be copied (moving is allowed) |
CPolymorphicUnmovableClass | An empty polymorphic class that can't be moved (copy is allowed) |
CProviderPack | Container for a list of pointers to providers |
Crange_t | A range (interval) of integers |
CSameAsDataTag | Type for default tag in FindManyInChainP constructors |
CServicePackTest | Test module for ServicePack.h utilities depending on art farmework |
CServiceProviderImplementationWrapper | Service implementation returning a provider |
CServiceProviderInterfaceWrapper | Service returning a provider interface |
CSimpleServiceProviderWrapper | Service returning a provider |
►Csparse_vector | A sparse vector |
Cconst_datarange_t | A constant reference to a data range |
►Cconst_iterator | Iterator to the sparse vector values |
►Cspecial | Namespace for special initialization |
Cbegin | |
Cend | |
Cconst_reference | Special little box to allow void elements to be treated as references |
Cdatarange_t | Range class, with range and data |
Citerator | Iterator to the sparse vector values |
Creference | A class representing a cell in a sparse vector |
Cto_element_t | |
CUncopiableAndUnmovableClass | An empty class that can't be copied nor moved |
CUncopiableClass | An empty class that can't be copied (moving is allowed) |
CUnmovableClass | An empty class that can't be moved (copy is allowed) |
Cvalue_const_iterator | A constant iterator returning always the same value |
►Nlar_cluster3d | |
CAccumulatorValues | |
►CCluster3D | Definition of the Cluster3D class |
CArtOutputHandler | |
CClusterMergeAlg | |
CClusterParamsBuilder | ClusterParamsBuilder class definiton |
CClusterPathFinder | |
CConvexHull | ConvexHull class definiton |
CConvexHullPathFinder | |
CCopyIfInRange | |
CDBScanAlg | DBScanAlg class definiton |
CDBScanAlg_DUNE35t | DBScanAlg_DUNE35t class definiton |
CDBScanParams | Utility class for keeping track of the state of a hit for DBScan |
CHit2DSetCompare | What follows are several highly useful typedefs which we want to expose to the outside world |
CHit3DDistanceOrder | |
CHit3DSetCompare | |
CHitPairClusterOrder | |
►CHoughSeedFinderAlg | HoughSeedFinderAlg class |
CAccumulatorBin | |
CSortBinIndexList | |
CSortHoughClusterList | |
CIClusterAlg | IClusterAlg interface class definiton |
CIClusterModAlg | IClusterModAlg interface class definiton |
CIClusterParametersBuilder | ClusterParamsBuilder class definiton |
CIHit3DBuilder | IHit3DBuilder interface class definiton |
►CkdTree | KdTree class definiton |
CKdTreeNode | Define a kd tree node |
CMinSpanTreeAlg | |
CMSTPathFinder | |
COrderBestPlanes | |
COrderBestViews | |
COrderHitsAlongWire | |
CParallelHitsSeedFinderAlg | ParallelHitsSeedFinderAlg class |
CPCASeedFinderAlg | PCASeedFinderAlg class |
CPrincipalComponentsAlg | Cluster3D class |
►CSeedFinderAlgBase | SeedFinderAlgBase class |
CSort3DHitsByAbsArcLen3D | Define a comparator which will sort hits by the absolute value of arc length so hits are ordered closed to PCA origin to furthest |
CSort3DHitsByArcLen3D | Define a comparator which will sort hits by arc length along a PCA axis |
CSetCheckHitOrder | |
CSetStartTimeOrder | |
CSkeletonAlg | Cluster3D class |
CSnippetHit3DBuilder | SnippetHit3DBuilder class definiton |
CSort3DHitsByAbsArcLen3D | |
CSort3DHitsByArcLen3D | |
CSort3DHitsByDocaToAxis | |
CSpacePointHit3DBuilder | SpacePointHit3DBuilder class definiton |
CStandardHit3DBuilder | StandardHit3DBuilder class definiton |
CVoronoiPathFinder | |
►Nlar_content | |
►CAdaBoostDecisionTree | AdaBoostDecisionTree class |
CNode | Node class used for representing a decision tree |
CStrongClassifier | StrongClassifier class used in application of adaptive boost decision tree |
CWeakClassifier | WeakClassifier class containing a decision tree and a weight |
CAmbiguousDeltaRayTool | AmbiguousDeltaRayTool class |
CAsymmetryFeatureBaseTool | AsymmetryFeatureBaseTool class |
►CBdtBeamParticleIdTool | BdtBeamParticleIdTool class |
CPlane | Plane class |
CSliceFeatureParameters | SliceFeatureParameters class |
CSliceFeatures | Slice features class |
►CBeamParticleIdTool | BeamParticleIdTool class |
CPlane | Plane class |
►CBoundedClusterMopUpAlgorithm | BoundedClusterMopUpAlgorithm class |
CXSampling | XSampling class |
CBranchAssociatedPfosTool | BranchAssociatedPfosTool class |
►CBranchGrowingAlgorithm | BranchGrowingAlgorithm class |
CAssociation | Association class |
CBranchSplittingAlgorithm | BranchSplittingAlgorithm class |
CCandidateVertexCreationAlgorithm | CandidateVertexCreationAlgorithm::Algorithm class |
CCheatingBeamParticleIdTool | CheatingBeamParticleIdTool class |
CCheatingBeamParticleSliceSelectionTool | CheatingBeamParticleSliceSelectionTool class |
CCheatingClusterCharacterisationAlgorithm | CheatingClusterCharacterisationAlgorithm class |
CCheatingClusterCreationAlgorithm | CheatingClusterCreationAlgorithm class |
CCheatingCosmicRayIdentificationAlg | CheatingCosmicRayIdentificationAlg class |
CCheatingCosmicRayRemovalAlgorithm | CheatingCosmicRayRemovalAlgorithm::Algorithm class |
CCheatingCosmicRayShowerMatchingAlg | CheatingCosmicRayShowerMatchingAlg class |
CCheatingCosmicRayTaggingTool | CheatingCosmicRayTaggingTool class |
CCheatingEventSlicingTool | CheatingEventSlicingTool class |
CCheatingNeutrinoCreationAlgorithm | CheatingNeutrinoCreationAlgorithm::Algorithm class |
CCheatingNeutrinoDaughterVerticesAlgorithm | CheatingNeutrinoDaughterVerticesAlgorithm::Algorithm class |
CCheatingNeutrinoIdTool | CheatingNeutrinoIdTool class |
CCheatingNeutrinoSliceSelectionTool | CheatingNeutrinoSliceSelectionTool class |
CCheatingPfoCharacterisationAlgorithm | CheatingPfoCharacterisationAlgorithm class |
CCheatingPfoCreationAlgorithm | CheatingPfoCreationAlgorithm class |
CCheatingSliceIdBaseTool | CheatingSliceIdBaseTool class |
CCheatingSliceSelectionTool | CheatingSliceSelectionTool class |
CCheatingVertexCreationAlgorithm | CheatingVertexCreationAlgorithm::Algorithm class |
CCheatingVertexSelectionAlgorithm | CheatingVertexSelectionAlgorithm class |
CClearLongitudinalTrackHitsTool | ClearLongitudinalTrackHitsTool class |
CClearLongitudinalTracksTool | ClearLongitudinalTracksTool class |
CClearRemnantsTool | ClearRemnantsTool class |
CClearShowersTool | ClearShowersTool class |
CClearTrackFragmentsTool | ClearTrackFragmentsTool class |
CClearTracksTool | ClearTracksTool class |
CClearTransverseTrackHitsTool | ClearTransverseTrackHitsTool class |
CClusterAssociation | ClusterAssociation class |
►CClusterAssociationAlgorithm | ClusterAssociationAlgorithm class |
CClusterAssociation | ClusterAssociation class |
CClusterCharacterisationBaseAlgorithm | ClusterCharacterisationBaseAlgorithm class |
►CClusterExtensionAlgorithm | ClusterExtensionAlgorithm class |
CClusterAssociation | ClusterAssociation class |
CClusterGrowingAlgorithm | ClusterGrowingAlgorithm class |
CClusteringParentAlgorithm | ClusteringParentAlgorithm class |
CClusterMergingAlgorithm | ClusterMergingAlgorithm class |
CClusterMopUpBaseAlgorithm | ClusterMopUpBaseAlgorithm class |
CClusterPairAssociation | ClusterPairAssociation class |
CClusterSplittingAlgorithm | ClusterSplittingAlgorithm class |
CConeClusterMopUpAlgorithm | ConeClusterMopUpAlgorithm class |
CConnectedRemnantsTool | ConnectedRemnantsTool class |
►CCosmicRayBaseMatchingAlgorithm | CosmicRayBaseMatchingAlgorithm class |
CParticle | Particle class |
CCosmicRayExtensionAlgorithm | CosmicRayExtensionAlgorithm class |
CCosmicRayRemovalTool | CosmicRayRemovalTool class |
CCosmicRayShowerMatchingAlgorithm | CosmicRayShowerMatchingAlgorithm class |
CCosmicRaySplittingAlgorithm | CosmicRaySplittingAlgorithm class |
CCosmicRayTaggingBaseTool | CosmicRayTaggingBaseTool class |
CCosmicRayTaggingMonitoringTool | CosmicRayTaggingMonitoringTool class |
►CCosmicRayTaggingTool | CosmicRayTaggingTool class |
CCRCandidate | Class to encapsulate the logic required determine if a Pfo should or shouldn't be tagged as a cosmic ray |
CCosmicRayTrackMatchingAlgorithm | CosmicRayTrackMatchingAlgorithm class |
►CCosmicRayTrackRecoveryAlgorithm | CosmicRayTrackRecoveryAlgorithm class |
CParticle | Particle class |
CCosmicRayVertexBuildingAlgorithm | CosmicRayVertexBuildingAlgorithm class |
CCrossedTrackSplittingAlgorithm | CrossedTrackSplittingAlgorithm class |
CCrossGapsAssociationAlgorithm | CrossGapsAssociationAlgorithm class |
CCrossGapsExtensionAlgorithm | CrossGapsExtensionAlgorithm class |
CCustomParticleCreationAlgorithm | CustomParticleCreationAlgorithm class |
CCutClusterCharacterisationAlgorithm | CutClusterCharacterisationAlgorithm class |
CCutPfoCharacterisationAlgorithm | CutPfoCharacterisationAlgorithm class |
CDeltaRayExtensionAlgorithm | DeltaRayExtensionAlgorithm class |
CDeltaRayGrowingAlgorithm | DeltaRayGrowingAlgorithm class |
CDeltaRayIdentificationAlgorithm | DeltaRayIdentificationAlgorithm class |
►CDeltaRayMatchingAlgorithm | DeltaRayMatchingAlgorithm class |
CParticle | Particle class |
CDeltaRayMatchingContainers | DeltaRayMatchingContainers class |
CDeltaRayMatrixTool | DeltaRayTensorTool class |
CDeltaRayMergeTool | DeltaRayMergeTool class |
CDeltaRayOverlapResult | DeltaRayOverlapResult class |
CDeltaRayParentAlgorithm | DeltaRayParentAlgorithm class |
CDeltaRayRemovalTool | DeltaRayRemovalTool class |
CDeltaRayShowerHitsTool | DeltaRayShowerHitsTool class |
CDeltaRaySplittingAlgorithm | DeltaRaySplittingAlgorithm class |
CDeltaRayTensorTool | DeltaRayTensorTool class |
►CDiscreteProbabilityVector | DiscreteProbabilityVector class |
CDiscreteProbabilityDatum | DiscreteProbabilityData class |
CEndAssociatedPfosTool | EndAssociatedPfosTool class |
CEnergyDepositionAsymmetryFeatureTool | EnergyDepositionAsymmetryFeatureTool class |
CEnergyKickFeatureTool | EnergyKickFeatureTool class |
CEnergyKickVertexSelectionAlgorithm | EnergyKickVertexSelectionAlgorithm class |
►CEventReadingAlgorithm | EventReadingAlgorithm class |
CExternalEventReadingParameters | External event reading parameters class |
CEventSlicingBaseTool | EventSlicingBaseTool class |
CEventSlicingTool | EventSlicingTool class |
►CEventValidationBaseAlgorithm | EventValidationBaseAlgorithm class |
CValidationInfo | ValidationInfo class |
CEventWritingAlgorithm | EventWritingAlgorithm class |
CFitSegment | FitSegment class |
CFragmentOverlapResult | FragmentOverlapResult class |
CFragmentTensorTool | FragmentTensorTool class |
CGlobalAsymmetryFeatureTool | GlobalAsymmetryFeatureTool class |
CHierarchyMonitoringAlgorithm | HierarchyMonitoringAlgorithm class |
CHierarchyValidationAlgorithm | HierarchyValidationAlgorithm class |
CHitAngleVertexSelectionAlgorithm | HitAngleVertexSelectionAlgorithm class |
CHitCreationBaseTool | HitCreationBaseTool class |
CHitWidthClusterMergingAlgorithm | HitWidthClusterMergingAlgorithm class |
CIsolatedClusterMopUpAlgorithm | IsolatedClusterMopUpAlgorithm class |
Ckdtree_type_adaptor | Kdtree_type_adaptor |
CKDTreeBoxT | Box structure used to define 2D field. It's used in KDTree building step to divide the detector space (ECAL, HCAL...) and in searching step to create a bounding box around the demanded point (Track collision point, PS projection...) |
CKDTreeLinkerAlgo | Class that implements the KDTree partition of 2D space and a closest point search algorithm |
CKDTreeNodeInfoT | Data stored in each KDTree node. The dim1/dim2 fields are usually the duplication of some PFRecHit values (eta/phi or x/y). But in some situations, phi field is shifted by +-2.Pi |
CKDTreeNodeT | KDTree node |
CKinkSplittingAlgorithm | KinkSplittingAlgorithm class |
CLArCaloHit | LAr calo hit class |
CLArCaloHitFactory | LArCaloHitFactory responsible for object creation |
CLArCaloHitParameters | LAr calo hit parameters |
CLArClusterHelper | LArClusterHelper class |
CLArDiscreteProbabilityHelper | LArDiscreteProbabilityHelper class |
CLArFileHelper | LArFileHelper class |
►CLArFormattingHelper | LArFormattingHelper class |
CTable | Table class |
CLArGeometryHelper | LArGeometryHelper class |
►CLArHierarchyHelper | LArHierarchyHelper class |
CFoldingParameters | FoldingParameters class |
CMatchInfo | MatcheInfo class |
►CMCHierarchy | MCHierarchy class |
CNode | Node class |
CReconstructabilityCriteria | ReconstructabilityCriteria class |
CMCMatches | MCMatches class |
CQualityCuts | QualityCuts class |
►CRecoHierarchy | RecoHierarchy class |
CNode | Node class |
►CLArHitWidthHelper | LArHitWidthHelper class |
CClusterParameters | ClusterParameters class |
►CConstituentHit | ConstituentHit class |
CSortByDistanceToPoint | SortByDistanceToPoint class |
CSortByHigherXExtrema | SortByHigherExtrema class |
►CLArInteractionTypeHelper | LArInteractionTypeHelper class |
CInteractionParameters | Interaction parameters |
CLArMCParticle | LAr mc particle class |
CLArMCParticleFactory | LArMCParticleFactory responsible for object creation |
►CLArMCParticleHelper | LArMCParticleHelper class |
CPrimaryParameters | PrimaryParameters class |
CLArMCParticleParameters | LAr mc particle parameters |
CLArMonitoringHelper | LArMonitoringHelper class |
►CLArMuonLeadingHelper | LArMuonLeadingHelper class |
CValidationParameters | ValidationParameters class |
CLArMvaHelper | LArMvaHelper class |
►CLArObjectHelper | LArObjectHelper class |
CTypeAdaptor | TypeAdaptor |
►CLArParticleIdPlugins | LArParticleIdPlugins class |
CLArMuonId | LArMuonId class |
CLArPcaHelper | LArPcaHelper class |
CLArPfoHelper | LArPfoHelper class |
►CLArPointingCluster | LArPointingCluster class |
CVertex | Vertex class |
CLArPointingClusterHelper | LArPointingClusterHelper class |
CLArPseudoLayerPlugin | LarPandoraPseudoLayerPlugin class |
CLArRotationalTransformationPlugin | LArRotationalTransformationPlugin class |
CLArShowerPCA | LArShowerPCA class |
CLArShowerPfo | Lar pfo object |
CLArShowerPfoFactory | Lar pfo object factory responsible for pfo creation |
CLArShowerPfoParameters | Lar pfo parameters |
CLArStitchingHelper | LArStitchingHelper class |
CLArTrackPfo | Lar pfo object |
CLArTrackPfoFactory | Lar pfo object factory responsible for pfo creation |
CLArTrackPfoParameters | Lar pfo parameters |
CLArTrackState | LArTrackState class |
CLArTrackTrajectoryPoint | LArTrackTrajectoryPoint class |
CLArVertexHelper | LArVertexHelper class |
CLayerFitContribution | LayerFitContribution class |
CLayerFitResult | Class LayerFitResult |
CLayerInterpolation | LayerInterpolation class |
CLayerSplittingAlgorithm | LayerSplittingAlgorithm class |
CListChangingAlgorithm | ListChangingAlgorithm::Algorithm class |
CListDeletionAlgorithm | ListDeletionAlgorithm class |
CListMergingAlgorithm | ListMergingAlgorithm class |
CListPruningAlgorithm | ListPruningAlgorithm class |
CLocalAsymmetryFeatureTool | LocalAsymmetryFeatureTool class |
CLongitudinalAssociationAlgorithm | LongitudinalAssociationAlgorithm class |
CLongitudinalExtensionAlgorithm | LongitudinalExtensionAlgorithm class |
CLongitudinalOverlapResult | LongitudinalOverlapResult class |
CLongitudinalTensorTool | LongitudinalTensorTool class |
CLongitudinalTrackHitsBaseTool | LongitudinalTrackHitsBaseTool class |
CLongTracksTool | LongTracksTool class |
►CMasterAlgorithm | MasterAlgorithm class |
CExternalSteeringParameters | External steering parameters class |
CLArTPCHitList | LArTPCHitList class |
CMatchedEndPointsTool | MatchedEndPointsTool class |
CMatchingBaseAlgorithm | MatchingBaseAlgorithm class |
CMCParticleMonitoringAlgorithm | MCParticleMonitoringAlgorithm class |
►CMissingTrackSegmentTool | MissingTrackSegmentTool class |
CParticle | Particle class |
CSegmentOverlap | SegmentOverlap class |
CMissingTrackTool | MissingTrackTool class |
CMopUpBaseAlgorithm | MopUpBaseAlgorithm class |
CMopUpRemnantsTool | MopUpRemnantsTool class |
CMultiValuedLongitudinalTrackHitsTool | MultiValuedLongitudinalTrackHitsTool class |
CMultiValuedTransverseTrackHitsTool | MultiValuedTransverseTrackHitsTool class |
CMuonLeadingEventValidationAlgorithm | MuonLeadingEventValidationAlgorithm class |
CMvaFeatureTool | MvaFeatureTool class template |
CMvaInterface | MvaInterface class |
CMvaPfoCharacterisationAlgorithm | MvaPfoCharacterisationAlgorithm class |
►CMvaTypes | MvaTypes class |
CInitializedDouble | InitializedDouble class used to define mva features |
CMvaVertexSelectionAlgorithm | MvaVertexSelectionAlgorithm class |
CNearbyClusterMopUpAlgorithm | NearbyClusterMopUpAlgorithm class |
CNeutrinoCreationAlgorithm | NeutrinoCreationAlgorithm class |
CNeutrinoDaughterVerticesAlgorithm | NeutrinoDaughterVerticesAlgorithm class |
CNeutrinoEventValidationAlgorithm | NeutrinoEventValidationAlgorithm class |
►CNeutrinoHierarchyAlgorithm | NeutrinoHierarchyAlgorithm class |
CPfoInfo | PfoInfo class |
►CNeutrinoIdTool | NeutrinoIdTool class |
CSliceFeatures | Slice features class |
CNeutrinoPropertiesAlgorithm | NeutrinoPropertiesAlgorithm class |
CNViewDeltaRayMatchingAlgorithm | NViewDeltaRayMatchingAlgorithm class |
CNViewMatchingAlgorithm | NViewMatchingAlgorithm class |
CNViewMatchingControl | NViewMatchingControl class |
CNViewTrackMatchingAlgorithm | NViewTrackMatchingAlgorithm class |
COneViewDeltaRayMatchingAlgorithm | OneViewDeltaRayMatchingAlgorithm class |
►COverlapMatrix | OverlapMatrix class |
CElement | Element class |
►COverlapTensor | OverlapTensor class |
CElement | Element class |
COvershootSplittingAlgorithm | OvershootSplittingAlgorithm class |
►COvershootTracksTool | OvershootTracksTool class |
CParticle | Particle class |
►CParticleRecoveryAlgorithm | ParticleRecoveryAlgorithm class |
CSimpleOverlapTensor | SimpleOverlapTensor class |
►CPcaShowerParticleBuildingAlgorithm | PcaShowerParticleBuildingAlgorithm class |
CFactory | Factory class for instantiating algorithm |
CPfoCharacterisationBaseAlgorithm | PfoCharacterisationBaseAlgorithm class |
CPfoHierarchyFeatureTool | PfoHierarchyFeatureTool for calculation of features relating to reconstructed particle hierarchy |
CPfoHitCleaningAlgorithm | PfoHitCleaningAlgorithm class |
CPfoMopUpBaseAlgorithm | PfoMopUpBaseAlgorithm class |
CPfoRelationTool | PfoRelationTool class |
CPfoValidationAlgorithm | PfoValidationAlgorithm class |
CPostProcessingAlgorithm | PostProcessingAlgorithm class |
CPreProcessingAlgorithm | PreProcessingAlgorithm class |
CProtoParticle | ProtoParticle |
►CRecursivePfoMopUpAlgorithm | RecursivePfoMopUpAlgorithm class |
CPfoMergeStats | PfoMergeStats class: Object to compare PFO before/after merging algs have run to see if anything changed |
CRemnantTensorTool | RemnantTensorTool class |
CRemovalBaseTool | RemovalBaseTool class |
►CRPhiFeatureTool | RPhiFeatureTool class |
CKernelEstimate | Kernel estimate class |
CShowerAsymmetryFeatureTool | ShowerAsymmetryFeatureTool class |
CShowerExtent | ShowerExtent |
CShowerGrowingAlgorithm | ShowerGrowingAlgorithm class |
CShowerHierarchyMopUpAlgorithm | ShowerHierarchyMopUpAlgorithm class |
CShowerHitsBaseTool | ShowerHitsBaseTool class |
CShowerOverlapResult | ShowerOverlapResult class |
CShowerPfoMopUpAlgorithm | ShowerPfoMopUpAlgorithm::Algorithm class |
CShowerTensorTool | ShowerTensorTool class |
CShowerTensorVisualizationTool | ShowerTensorVisualizationTool class |
CSimpleClusterCreationAlgorithm | SimpleClusterCreationAlgorithm class |
CSimpleClusterGrowingAlgorithm | SimpleClusterGrowingAlgorithm class |
CSimpleClusterMergingAlgorithm | SimpleClusterMergingAlgorithm class |
CSimpleCone | SimpleCone class |
CSimpleNeutrinoIdTool | SimpleNeutrinoIdTool class |
CSimpleShowersTool | SimpleShowersTool class |
CSliceIdBaseTool | SliceIdBaseTool class |
CSliceSelectionBaseTool | SliceSelectionBaseTool class |
►CSlicingAlgorithm | SlicingAlgorithm class |
CSlice | Slice class |
►CSlidingConeClusterMopUpAlgorithm | SlidingConeClusterMopUpAlgorithm class |
CClusterMerge | ClusterMerge class |
►CSlidingConePfoMopUpAlgorithm | SlidingConePfoMopUpAlgorithm class |
CClusterMerge | ClusterMerge class |
CSplitShowersTool | SplitShowersTool class |
CStitchingBaseTool | StitchingBaseTool class |
►CStitchingCosmicRayMergingTool | StitchingCosmicRayMergingTool class |
CPfoAssociation | PfoAssociation class |
CStreamingAlgorithm | StreamingAlgorithm class |
CStreamSelectionAlgorithm | StreamSelectionAlgorithm class |
►CSupportVectorMachine | SupportVectorMachine class |
CFeatureInfo | FeatureInfo class |
CSupportVectorInfo | SupportVectorInfo class |
CTestBeamEventValidationAlgorithm | TestBeamEventValidationAlgorithm class |
CTestBeamHierarchyEventValidationAlgorithm | TestBeamHierarchyEventValidationAlgorithm class |
CTestBeamParticleCreationAlgorithm | TestBeamParticleCreationAlgorithm class |
►CThreeDChargeFeatureTool | ThreeDChargeFeatureTool class for the calculation of charge-related features |
CVertexComparator | VertexComparator class for comparison of two points wrt neutrino vertex position |
►CThreeDHitCreationAlgorithm | ThreeDHitCreationAlgorithm::Algorithm class |
CProtoHit | Proto hits are temporary constructs to be used during iterative 3D hit procedure |
CTrajectorySample | Trajectory samples record the results of sampling a particles in a particular view |
►CThreeDKinkBaseTool | ThreeDKinkBaseTool class |
CModification | Modification class |
CThreeDLinearFitFeatureTool | ThreeDLinearFitFeatureTool class for the calculation of variables related to 3d sliding linear fit |
CThreeDOpeningAngleFeatureTool | ThreeDOpeningAngleFeatureTool class for the calculation of distance to neutrino vertex |
CThreeDPCAFeatureTool | ThreeDPCAFeatureTool class for the calculation of PCA-related variables |
CThreeDSlidingConeFitResult | ThreeDSlidingConeFitResult class |
CThreeDSlidingFitResult | ThreeDSlidingFitResult class |
CThreeDVertexDistanceFeatureTool | ThreeDVertexDistanceFeatureTool class for the calculation of 3d distance to neutrino vertex |
CThreeViewDeltaRayMatchingAlgorithm | ThreeViewDeltaRayMatchingAlgorithm class |
CThreeViewLongitudinalTracksAlgorithm | ThreeViewLongitudinalTracksAlgorithm class |
CThreeViewMatchingControl | ThreeViewMatchingControl class |
CThreeViewRemnantsAlgorithm | ThreeViewRemnantsAlgorithm class |
CThreeViewShowerHitsTool | ThreeViewShowerHitsTool class |
►CThreeViewShowersAlgorithm | ThreeViewShowersAlgorithm class |
CXSampling | XSampling class |
CThreeViewTrackFragmentsAlgorithm | ThreeViewTrackFragmentsAlgorithm class |
CThreeViewTransverseTracksAlgorithm | ThreeViewTransverseTracksAlgorithm class |
►CTrackClusterCreationAlgorithm | TrackClusterCreationAlgorithm class |
CHitAssociation | HitAssociation class |
CTrackConsolidationAlgorithm | TrackConsolidationAlgorithm class |
CTrackHitsBaseTool | TrackHitsBaseTool class |
CTrackMergeRefinementAlgorithm | TrackMergeRefinementAlgorithm class |
CTrackOverlapResult | TrackOverlapResult class |
CTrackParticleBuildingAlgorithm | TrackParticleBuildingAlgorithm class |
►CTrackRefinementBaseAlgorithm | TrackRefinementBaseAlgorithm class |
CSortByDistanceAlongLine | SortByDistanceAlongLine class |
CTracksCrossingGapsTool | TracksCrossingGapsTool class |
►CTrackSplittingTool | TrackSplittingTool class |
CParticle | Particle class |
CTrackTwoViewOverlapResult | TrackTwoViewOverlapResult class |
►CTrainedVertexSelectionAlgorithm | TrainedVertexSelectionAlgorithm class |
CEventFeatureInfo | Event feature info class |
CVertexFeatureInfo | Vertex feature info class |
CVertexSharedFeatureInfo | Shared vertex feature info class |
►CTransverseAssociationAlgorithm | TransverseAssociationAlgorithm class |
CLArTransverseCluster | LArTransverseCluster class |
CTransverseExtensionAlgorithm | TransverseExtensionAlgorithm class |
CTransverseMatrixTool | TransverseMatrixTool class |
CTransverseMatrixVisualizationTool | TransverseMatrixVisualizationTool class |
CTransverseOverlapResult | TransverseOverlapResult class |
CTransverseTensorTool | TransverseTensorTool class |
CTransverseTensorVisualizationTool | TransverseTensorVisualizationTool class |
CTransverseTrackHitsBaseTool | TransverseTrackHitsBaseTool class |
CTwoDLinearFitFeatureTool | TwoDLinearFitFeatureTool class for the calculation of variables related to 2d sliding linear fit |
CTwoDParticleCreationAlgorithm | TwoDParticleCreationAlgorithm class |
CTwoDShowerFitFeatureTool | TwoDShowerFitFeatureTool to calculate variables related to sliding shower fit |
CTwoDSlidingFitConsolidationAlgorithm | TwoDSlidingFitConsolidationAlgorithm class |
CTwoDSlidingFitMultiSplitAlgorithm | TwoDTrackSplittingAlgorithm class |
CTwoDSlidingFitResult | TwoDSlidingFitResult class |
CTwoDSlidingFitSplittingAlgorithm | TwoDSlidingFitSplittingAlgorithm class |
►CTwoDSlidingFitSplittingAndSplicingAlgorithm | TwoDSlidingFitSplittingAndSplicingAlgorithm class |
CClusterExtension | ClusterExtension class |
CTwoDSlidingFitSplittingAndSwitchingAlgorithm | TwoDSlidingFitSplittingAndSwitchingAlgorithm class |
CTwoDSlidingShowerFitResult | TwoDSlidingShowerFitResult class |
CTwoDVertexDistanceFeatureTool | TwoDVertexDistanceFeatureTool class for the calculation of 2d distance to neutrino vertex |
CTwoViewAmbiguousDeltaRayTool | TwoViewAmbiguousDeltaRayTool class |
CTwoViewClearTracksTool | TwoViewClearTracksTool class |
CTwoViewCosmicRayRemovalTool | TwoViewCosmicRayRemovalTool class |
CTwoViewDeltaRayMatchingAlgorithm | TwoViewDeltaRayMatchingAlgorithm class |
CTwoViewDeltaRayOverlapResult | TwoViewDeltaRayOverlapResult class |
CTwoViewLongTracksTool | TwoViewLongTracksTool class |
CTwoViewMatchingControl | TwoViewMatchingControl class |
CTwoViewShowerHitsTool | TwoViewShowerHitsTool class |
CTwoViewSimpleTracksTool | TwoViewSimpleTracksTool class |
►CTwoViewThreeDKinkTool | TwoViewThreeDKinkTool class |
CModification | Modification class |
CParticle | Particle class |
CTwoViewTransverseOverlapResult | TwoViewTransverseOverlapResult class |
CTwoViewTransverseTracksAlgorithm | TwoViewTransverseTracksAlgorithm class |
CTwoViewXOverlap | TwoViewXOverlap class |
CUnambiguousDeltaRayTool | UnambiguousDeltaRayTool class |
CUnattachedDeltaRaysAlgorithm | UnattachedDeltaRaysAlgorithm class |
►CUndershootTracksTool | UndershootTracksTool class |
CParticle | Particle class |
CVertexAssociatedPfosTool | VertexAssociatedPfosTool class |
►CVertexBasedPfoMopUpAlgorithm | VertexBasedPfoMopUpAlgorithm class |
CClusterAssociation | ClusterAssociation class |
CConeParameters | ConeParameters class |
CPfoAssociation | PfoAssociation class |
►CVertexBasedPfoRecoveryAlgorithm | VertexBasedPfoRecoveryAlgorithm class |
CParticle | Particle class |
CVertexRefinementAlgorithm | VertexRefinementAlgorithm class |
►CVertexSelectionBaseAlgorithm | VertexSelectionBaseAlgorithm class |
CBeamConstants | Beam constants class |
CShowerCluster | Shower cluster class |
CSlidingFitData | Sliding fit data class |
CVertexScore | VertexScore class |
CVertexSplittingAlgorithm | VertexSplittingAlgorithm class |
CVisualMonitoringAlgorithm | VisualMonitoringAlgorithm class |
CVisualParticleMonitoringAlgorithm | VisualParticleMonitoringAlgorithm class |
CXOverlap | XOverlap class |
►Nlar_dl_content | |
CDlClusterCharacterisationAlgorithm | DlClusterCharacterisationBaseAlgorithm class |
CDlHitTrackShowerIdAlgorithm | DlHitTrackShowerIdAlgorithm class |
CDlHitValidationAlgorithm | DlHitValidationlgorithm class |
CDLMasterAlgorithm | MasterAlgorithm class |
CDlPfoCharacterisationAlgorithm | DlPfoCharacterisationAlgorithm class |
CDlTrackShowerStreamSelectionAlgorithm | DlTrackShowerStreamSelectionAlgorithm class |
CLArDLHelper | LArDLHelper class |
►Nlar_pandora | |
CCollectionSplitting | |
CConsolidatedPFParticleAnalysisTemplate | ConsolidatedPFParticleAnalysisTemplate class |
CDUNEFarDetVDThreeView | Detector interface DUNE's vertical drift far detector |
CICARUS | Detector interface for ICARUS |
CILArPandora | ILArPandora class |
CLArDaughterDriftVolume | Daughter drift volume class to hold properties of daughter drift volumes |
CLArDetectorGap | Drift volume class to hold properties of drift volume |
CLArDriftVolume | Drift volume class to hold properties of drift volume |
CLArPandora | LArPandora class |
CLArPandoraDetectorType | Empty interface to map pandora to specifics in the LArSoft geometry |
►CLArPandoraEvent | LArPandoraEvent class |
CLabels | Class to handle the required producer labels |
►CLArPandoraEventDump | |
CPandoraData | Class holding the handle for all of the data types from Pandora |
CLArPandoraExternalEventBuilding | |
CLArPandoraGeometry | LArPandoraGeometry class |
CLArPandoraHelper | LArPandoraHelper class |
►CLArPandoraInput | LArPandoraInput class |
CSettings | Settings class |
►CLArPandoraOutput | |
CSettings | Settings class |
CLArPandoraShowerCreation | |
►CLArPandoraSliceIdHelper | Helper class for slice id tools |
CSliceMetadata | Class to hold MC metdata about slices |
CLArPandoraTrackCreation | |
CPFParticleAnalysis | PFParticleAnalysis class |
CPFParticleCosmicAna | PFParticleCosmicAna class |
CPFParticleHitDumper | PFParticleHitDumper class |
CPFParticleMonitoring | PFParticleMonitoring class |
CPFParticleTrackAna | PFParticleTrackAna class |
►CPFParticleValidation | PFParticleValidation class |
CMatchingDetails | MatchingDetails class |
CSimpleMatchedPfo | SimpleMatchedPfo class |
CSimpleMCPrimary | SimpleMCPrimary class |
CProtoDUNEDualPhase | Detector interface for ProtoDUNE dual phase |
CSimpleBeamParticleId | Simple beam particle ID tool that selects the most likely beam particle slice using the scores from Pandora |
CSimpleNeutrinoId | Simple neutrino ID tool that selects the most likely neutrino slice using the scores from Pandora |
CSlice | Slice class |
CSliceIdBaseTool | Abstract base class for a slice ID tool |
CStandardPandora | StandardPandora class |
CVintageLArTPCThreeView | Detector interface for a 3view, horizontal drift, single-phase LArTPC |
►Nlarg | Detector simulation of raw signals on wires |
CLArSimChannelAna | Base class for creation of raw signals on wires |
►Nlarg4 | Geant4 interface |
CAllPhysicsLists | |
CAuxDetReadout | |
CAuxDetReadoutGeometry | |
CAuxDetSD | |
CCheckAuxDetHit | |
CCheckMCParticle | |
CCheckSimEnergyDeposit | |
CCustomPhysicsFactory | |
CCustomPhysicsFactory< OpticalPhysics > | |
CCustomPhysicsFactoryBase | |
CCustomPhysicsTable | |
CFastOpticalPhysics | |
CG4BadIdeaAction | |
CG4PVPlacementWithID | A G4PVPlacement with an additional identificator |
CIonAndScint | |
CIonizationAndScintillation | |
CIonizationAndScintillationAction | |
CISCalc | |
CISCalcAna | |
CISCalcCorrelated | |
CISCalcData | |
CISCalcNESTLAr | |
CISCalcSeparate | |
CISCalculation | |
CISCalculationCorrelated | |
CISCalculationNEST | |
CISCalculationSeparate | |
CISTPC | |
CKeepByPositionFilterTag | Tag for filters |
CLArG4 | Runs Geant4 simulation and propagation of electrons and photons to readout |
CLArG4Ana | |
CLArG4DetectorService | |
Clarg4Main | |
►CLArVoxelReadout | Transports energy depositions from GEANT4 to TPC channels |
CSetup_t | Collection of what it takes to set a LArVoxelReadout up |
►CLArVoxelReadoutGeometry | |
CSentry | |
CSetup_t | Collection of all it takes to set up this object |
CMaterialPropertyLoader | Stores material properties and sends them to GEANT4 geometry |
CMCTruthEventActionService | |
CModularPhysicsList | |
CMuNuclearSplittingProcess | |
CMuNuclearSplittingProcessXSecBias | |
COpBoundaryProcessSimple | Discrete process for reflection and diffusion at optical interfaces |
COpDetLookup | |
COpDetPhotonTable | |
COpDetReadoutGeometry | |
COpDetSensitiveDetector | |
►COpFastScintillation | |
CDims | |
COpticalDetector | |
COpParamAction | |
COpParamSD | |
COpticalPhysics | |
COverlaidWireplanesAction | |
►CParticleListAction | |
CParticleInfo_t | |
►CParticleListActionService | |
CParticleInfo_t | |
CSimEnergyDepositSD | |
CSimpleWireplaneAction | |
CTConfigurablePhysicsList | |
►CthePositionInVolumeFilter | Use to keep particles with at least part of trajectory in a volume |
CVolumeInfo_t | |
CTPCID_t | Simple structure holding a TPC and cryostat number |
CTransparentPlaneAction | |
CUpdateDaughterInformation | |
CVisualizationAction | |
►Nlariov | Filters for channels, events, etc |
CCalibrationExtraInfo | |
CChannelStatus | |
CChannelStatusProvider | Class providing information about the quality of channels |
CChannelStatusService | Service providing information about the quality of channels |
CChData | |
CDatabaseRetrievalAlg | |
►CDBDataset | |
CDBRow | |
CDBFolder | |
CDetPedestal | |
CDetPedestalProvider | |
CDetPedestalRetrievalAlg | Retrieves channel information: pedestal and RMS |
CDetPedestalService | |
CElectronicsCalib | |
CElectronicsCalibProvider | |
CElectronicsCalibService | |
CElectronLifetimeContainer | |
CElectronLifetimeProvider | |
CElectronLifetimeService | |
CIOVDataError | |
CIOVTimeStamp | |
CPmtGain | |
CPmtGainProvider | |
CPmtGainService | |
CSimpleChannelStatus | Class providing information about the quality of channels |
CSimpleChannelStatusService | Service providing information about the quality of channels |
CSimpleChannelStatusTest | Tests an instanciation of the ChannelStatusService |
CSIOVChannelStatusProvider | Class providing information about the quality of channels |
CSIOVChannelStatusService | |
CSIOVDetPedestalService | |
CSIOVElectronicsCalibProvider | Retrieves information: electronics calibrations, specifically gain and shaping time |
CSIOVElectronicsCalibService | |
CSIOVPmtGainProvider | Retrieves information: pmt gain |
CSIOVPmtGainService | |
CSnapshot | |
CTimeStampDecoder | |
CWebError | |
CWebReaderService | |
►Nlarpandoraobj | |
CPFParticleMetadata | Metadata associated to PFParticles |
►Nlarsim | |
►NUtils | |
►Nlartest | |
CAssnProducer1 | |
CAssnProducer2 | |
CPtrMakerProducer | |
►Nlartriton | |
►CTritonClient | |
CServerSideStats | |
CTritonData | |
►Nlbne | |
CPhotonCounterT0Matching | |
►Nlris | Conversion of binary data to root files |
CLArRawInputDriver | |
CLArRawInputDriverJP250L | |
CLArRawInputDriverLongBo | |
CLArRawInputDriverShortBo | |
►CPDDPRawInputDriver | |
Ceveinfo_t | |
Cfragment_t | |
Ctriginfo_t | |
CRawData311InputDriver | |
►Nmag | |
CGArMagneticField | |
CInterpolator | |
CMagneticFieldServiceGAr | |
►Nmf | |
►Npriv | |
CFileConfig | |
►Nservice | |
►CELdestination | |
►CCategory | |
CConfig | |
CCategoryParams | |
CConfig | |
►CMsgFormatSettings | |
CConfig | |
►CMsgStatistics | |
CConfig | |
CStatsCount | |
CXidLimiter | |
►CELostreamOutput | |
CConfig | |
►CELstatistics | |
CConfig | |
CELextendedID | |
CELseverityLevel | |
CELslProxy | |
CErrorObj | |
►Cfile_mfPluginConfig | |
CConfig | |
►Cfile_mfStatsPluginConfig | |
CConfig | |
CFinalShutdown | |
CMaybeLogger_ | |
►CMFConfig | |
CConfig | |
►CMFDestinationConfig | |
CConfig | |
CNeverLogger_ | |
►Nmfplugins | |
►CELsyslog | |
CConfig | |
►NMichelReco | |
CMichelReco | |
►Nmicroboone | |
CCosmicRemovalAna | |
►Nmodel | |
CUnetCollection | |
CUnetInduction | |
►Nmpf | |
CMissingProductFilter | |
►Nmvapid | |
►CMVAAlg | |
CSortedObj | |
CSumDistance2 | |
CMVAPID | |
►Nmy | |
CMyTuple | |
►Nmy_callbacks | |
CInceptionV3Callback | |
CInceptionV4Callback | |
CIterationsCallback | |
CModelCheckpointDetached | |
CMultiGPUCheckpointCallback | |
CMyCallback | |
►Nmyana | |
CRegCNNAna | |
CRegCNNVertexAna | |
►NNeutrinoFluxAuxiliar | |
CNuWeight | Get the weight to get the neutrino probability flux in one point |
►NNeutrinoFluxReweight | |
CAbsorptionDPIPReweighter | |
CAbsorptionDVOLReweighter | |
CAbsorptionICReweighter | |
CAttenuationMC | |
CCentralValuesAndUncertainties | A class to manage parameter central values and their uncertanities |
CIInteractionChainReweighting | |
CIInteractionReweighting | |
CInteractionChainData | Information about the chain of interactions leading to a neutrino |
CInteractionData | The information about a hadronic interaction needed to calculate weights |
CMakeReweight | A class to make the reweight event by event |
CMIPPNumiKaonYieldsReweighter | Reweight a chain of interactions that are covered by the NuMI target K/pi ratios measured by MIPP |
CMIPPNumiMC | A class to manage the MC value for MIPP NuMI |
CMIPPNumiPionYieldsReweighter | Reweight a chain of interactions that are covered by the NuMI target pi+ and pi- yields measured by MIPP |
CMIPPNumiYieldsBins | A class to manage the bin definitions for MIPP Numi Yields |
CNucleonAbsorptionOutOfTargetReweighter | Reweight a MC survival probabiity when the particles through volumes |
COtherAbsorptionOutOfTargetReweighter | Reweight a MC survival probabiity when the particles through volumes |
COtherReweighter | Reweighter of no thin target and no MIPP interactions |
CParameterTable | A list/table of parameter names and values |
CParticlesThroughVolumesData | |
CReweightDriver | A class to manage and drive the weight calculation procedure |
CTargetAttenuationReweighter | Reweight to account for attenuation of the beam in the target |
CTargetData | The information about the hadron that exits the target |
CThinTargetBins | A class to manage the bin definitions for MIPP Numi Yields |
CThinTargetMC | A class to manage the MC value for thin target |
CThinTargetMesonIncidentReweighter | Reweighter of thin target meson production |
CThinTargetnCPionReweighter | Reweighter of thin target nC interactions |
CThinTargetnucleonAReweighter | Reweighter of thin target nucleonA interactions |
CThinTargetpCKaonReweighter | Reweighter of thin target K production |
CThinTargetpCNucleonReweighter | Reweighter of thin target p,n production |
CThinTargetpCPionReweighter | Reweighter of thin target pion production |
CThinTargetpipCReweighter | Reweighter of NA61 pip Interactions |
►NNeutronDecayN2Ana | |
CNeutronDecayN2Ana | |
►Nnlana | |
CPlotEventDetails | |
CPlotOpticalDetails | |
CPlotTrackDetails | |
CPlotTrackT0 | |
CSPLifetime | |
CSSPMonitor | |
►Nnnet | |
►CEmTrack | |
CConfig | |
►CEmTrackClusterId | |
CConfig | |
►CEmTrackClusterId2out | |
CConfig | |
CEmTrackClusterId2outTl | |
CEmTrackClusterId3outTl | |
►CEmTrackMichelId | |
CConfig | |
CEmTrackMichelIdTl | |
CEvaluateROIEff | |
CEventImageData | |
CKerasModelInterface | |
CModelInterface | |
CNUVTX | |
►CParticleDecayId | |
CConfig | |
►CPointIdAlg | |
CConfig | |
►CPointIdEffTest | |
CConfig | |
►CPointIdTrainingData | |
CConfig | |
CRawWaveformClnSigDump | |
CRawWaveformDump | |
►CSPMultiTpcDump | |
CConfig | |
CTfModelInterface | |
►CTrainingDataAlg | |
CConfig | |
CWireDrift | |
CWaveformRoiFinder | |
►Nnoisefilteralg | |
CWireCellNoiseFilter | |
►Nnucondb_ns | |
CnucondbService | |
►Nnvidia | |
►Nopdet | |
CAverageWaveform | |
CCalibrationAnalysis | |
CDefaultOpDetResponse | |
CDUNE35tonOpDetResponse | |
CDUNEOpDetResponse | |
CDUNEOpDetResponseInterface | |
CFIFOHistogramAna | |
CFlashHypothesis | |
CFlashHypothesisAna | |
CFlashHypothesisAnaAlg | |
CFlashHypothesisCalculator | |
CFlashHypothesisCollection | |
CFlashHypothesisComparison | |
CFlashHypothesisCreator | |
CFlashMatchAna | |
CFlashUtilities | |
CFocusList | |
CLEDCalibrationAna | |
CMicrobooneOpDetResponse | |
COpDetDigiAnaDUNE | |
COpDetDigitizerDUNE | |
COpDetDigitizerDUNEDP | |
COpDetDigitizerProtoDUNE | |
COpDetResponseInterface | |
COpDigiAna | |
COpDigiProperties | |
COpFlashAna | |
►COpFlashAnaAlg | |
CFlashAnaStruct | |
CHitAnaStruct | |
COpFlashFinder | |
COpFlashFinderDualPhase | |
COpFlashMCTruthAna | |
COpFlashSimpleAna | |
COpHitAna | |
COpHitFinder | |
COpMCDigi | |
COpSlicer | |
COptDetDigitizer | |
COpticalRawDigitReformatter | |
►CPDSNoiseFilter | |
CConfig | |
CProtoDUNE_opdet_eventdisplay | |
CProtoDUNEOpDetResponse | |
CSimPhotonCounter | |
CSimPhotonCounterAlg | |
►CSIPMOpSensorSim | |
CConfig | |
►CWaveformDigitizerSim | |
CConfig | |
►Nopreco | |
Cflash_match | |
COpticalRecoAna | |
Cparticle_match | |
Ctrack_match | |
►Noptdata | |
CChannelData | |
CChannelDataGroup | |
CFIFOChannel | |
COpticalRawDigit | |
CPMTTrigger | |
►Norg | |
►Ndoxygen | |
►Npd_monitor | |
CPDWaveform | |
►Npddp | |
CrecobWireCheck | |
►Npddpana | |
CCosmicsdQdx | |
CTrackHitInfo | |
►Npdsp | |
CCheckCNNScore | |
CCheckCRT | |
CCheckT0 | |
CCRTMatchTrackCaloAna | |
CEMCNNCheck | |
CEMCNNCheckCosmics | |
CHadronHitsRemoval | |
CHitAnaPDSP | |
CMDMAna | |
CMichelTiming | |
CPDSPmatch | |
CPDSPmatchmc | |
CProtonHitsRemoval | |
CTrueEdep | |
CVtxScore | |
CWireChgAna | |
►NPDSPHitmonitor_module | |
CPDSPHitMonitorModule | |
►NPDSPNearlineheader_module | |
CPDSPNearlineHeaderModule | |
►Npdune | |
CDataDump | |
CDataDumpHDF | |
CFakePedestal | |
CRawWaveformDump | |
►CRecoEff | |
CConfig | |
►CRecoHitsEff | |
CConfig | |
►CRecoStats | |
CConfig | |
►Npduneana | |
Ccalo_point | |
CcnnOutput2D | |
CPDSPAnalyzer | |
►Npdunedp | |
CbHitInfo | |
CDEdxdp | |
►CPurity | |
CConfig | |
►Npfpf | |
CPFPAna | |
►Nphot | General LArSoft Utilities |
►Ndetails | |
Cenable_if_t< util::always_true_v< decltype( generic_size(std::declval< Cont >()) )> > | |
Cenable_if_t< util::always_true_v< decltype( std::declval< Cont const >().empty() )> > | |
Cenable_if_t< util::always_true_v< decltype( std::declval< Cont const >().is_valid() )> > | |
Cenable_if_t< util::always_true_v< decltype( std::declval< Cont const >().isValid() )> > | |
CLibraryDataValidatorStructStandardImpl | |
CLibraryDataValidatorStructStandardImpl_empty | |
CLibraryDataValidatorStructStandardImpl_is_valid | |
CLibraryDataValidatorStructStandardImpl_isValid | |
CLibraryDataValidatorStructStandardImpl_pointer | |
CLibraryDataValidatorStructStandardImpl_pointer < Cont, std::enable_if_t< std::is_pointer_v< std::decay_t< Cont > > > > | |
CLibraryDataValidatorStructStandardImpl_pointer_branch | |
CLibraryDataValidatorStructStandardImpl_pointer_branch< T * > | |
CLibraryDataValidatorStructStandardImpl_pointer_branch< T[]> | |
CLibraryDataValidatorStructStandardImpl_pointer_branch< T[N]> | |
CLibraryDataValidatorStructStandardImpl_size | |
CLibraryDataValidatorStructStandardImpl_unique_ptr | |
CLibraryDataValidatorStructStandardImpl_unique_ptr < Cont, std::enable_if_t< util::is_unique_ptr_v< Cont > > > | |
CCreateHybridLibrary | |
CIPhotonLibrary | Interface shared by all PhotonLibrary-like classes |
CIPhotonMappingTransformations | Collection of functions to transform photon mapping data |
CLibraryDataValidatorStruct | Trait for determining the validity of library data in a container |
COpDetVisibilityData | A container for photon visibility mapping data |
►CPDFastSimPAR | |
CConfig | |
CPDFastSimPVS | |
CPhotonLibrary | |
CPhotonLibraryAnalyzer | |
►CPhotonLibraryHybrid | TODO doc |
CException | |
CFitFunc | |
COpDetRecord | |
CPhotonLibraryPropagation | Fast simulation of propagating the photons created from SimEnergyDeposits |
CPhotonLibraryPropagationS2 | |
►CPhotonMappingIdentityTransformations | Trivial photon mapping transformation |
CConfig | |
►CPhotonMappingXMirrorTransformations | Photon mapping transformation with reflection at x = 0 |
CConfig | |
CPhotonVisibilityService | |
CPhotonVisibilityServiceS2 | |
CScintTime | |
CScintTimeLAr | |
CScintTimeXeDoping | |
►Npid | |
CChi2ParticleID | |
CChi2PIDAlg | |
►CDumpParticleIDs | Prints the content of all the partidle IDs on screen |
CConfig | |
►CPIDAAlg | |
CPIDAProperties | |
CPIDAAnalyzer | |
►Npionana | |
CTruthAnalyzer | |
►Npizero | |
CCone | |
CPiZeroProcess | |
CShowerProcess | |
►Npma | |
CbDistCenterLess2D | |
CbDistCenterLess3D | |
CbSegmentProjLess | |
CbTrack3DLonger | |
CbTrajectory3DDistLess | |
CbTrajectory3DOrderLess | |
CElement3D | |
CHit3D | |
CNode3D | |
►CPMAlgCosmicTagger | |
CConfig | |
►CPMAlgFitter | |
CConfig | |
►CPMAlgStitching | |
CConfig | |
►CPMAlgTracker | |
CConfig | |
CPMAlgTrackingBase | |
►CPMAlgVertexing | |
CConfig | |
►CProjectionMatchingAlg | |
CConfig | |
CSegment3D | |
CSortedBranchBase | |
CSortedObjectBase | |
CTrack3D | |
CTrkCandidate | |
CTrkCandidateColl | |
CVtxCandidate | |
►Npmtana | |
CAlgoCFD | |
CAlgoFixedWindow | |
CAlgoSiPM | |
CAlgoSlidingWindow | |
CAlgoSSPLeadingEdge | |
CAlgoThreshold | |
COpticalRecoException | |
CPedAlgoEdges | |
CPedAlgoRmsSlider | |
CPedAlgoRollingMean | |
CPedAlgoUB | |
CPMTAna | |
CPMTPedestalBase | |
CPMTPulseRecoBase | |
Cpulse_param | |
CPulseRecoManager | |
►NPointIdAlgTools | |
►CIPointIdAlg | |
CConfig | |
CPointIdAlgKeras | |
CPointIdAlgSonicTriton | |
CPointIdAlgTf | |
CPointIdAlgTriton | |
►Nprogressbar | |
CBar | |
CETA | |
CFileTransferSpeed | |
CPercentage | |
CProgressBar | |
CProgressBarWidget | |
CProgressBarWidgetHFill | |
CReverseBar | |
CRotatingMarker | |
CTotal | |
CValue | |
►Nproto | General LArSoft Utilities |
CBeamEvent | |
CbHitInfo | |
CDEdx | |
CECalibration | |
CEdepCal | |
CHadCal | |
CProtoDUNEBeam | |
CSaveSpacePoints | |
►Nprotoana | |
CAbsCexDriver | |
CBaseThinSliceDriverFactory | |
CBeamExample | |
CBeamVals | |
CBrokenTrack | |
Ccrpgeoinfo | |
Cdiffusioncathodet0 | |
Cdriftvel | |
CG4RWExampleAnalyzer | |
Chitrms | |
Chitrmsfinding | |
Chitrmsrawdigits | |
CMCParticleSharedHits | |
CmcsXsection | |
CMCToyGenerationAndFit | |
CPDSPThinSliceFitter | |
Cpionanalysis | |
Cpionanalysismc | |
CPossibleParticleCands | |
CProtoDUNEAnalCosmicTree | |
CProtoDUNEAnalTree | |
CProtoDUNEAnalysisTree | |
CProtoDUNEBeamCuts | |
CProtoDUNEBeamlineFilter | |
CProtoDUNEBeamlineReco | |
CProtoDUNEBeamlineUtils | |
CProtoDUNEBeamTPCRecoEfficiency | |
CProtoDUNECalibration | |
CProtoDUNEDataUtils | |
CProtoDUNEDPAnalCosmicTree | |
CProtoDUNEDPCRPGeo | |
CProtoDUNEelectronAnaTree | |
CProtoDUNEEmptyEventFinder | |
CProtoDUNEFit | |
CProtoDUNEPFParticleUtils | |
CProtoDUNEPizeroAnaTree | |
CProtoDUNEShowerUtils | |
CProtoDUNESliceUtils | |
CProtoDUNETrackUtils | |
CProtoDUNETruthBeamFilter | |
CProtoDUNETruthBeamParticle | |
CProtoDUNETruthUtils | |
CProtoFlash | |
Cproton4gen | |
Cprotonbeamana | |
Cprotonmc | |
Cprotonmccnn | |
Cprotonmcnorw | |
CThinSliceDataSet | |
CThinSliceDriver | |
CThinSliceDriverFactory | |
CThinSliceDriverRegistry | |
CThinSliceEvent | |
CThinSliceSample | |
CThinSliceSystematic | |
Ctruepion | |
CtruepionXsection | |
CUtilityExample | |
Cvelocity | |
►NProtonIdentification | |
CProtonIdentification | |
►Nproxy | |
►Ndetails | |
Cassns_node_iterator | |
CAssnsIterTraits | Traits for a association iterator |
CAssnsNode | This type extends the interface of the art pointer to Assns right side |
CAssociatedData | Object to draft associated data interface |
CAssociatedDataProxyMakerWrapper | |
CBoundaryList | Builds and keeps track of internal boundaries in a sequence |
CBoundaryListRange | A BoundaryListRangeBase with a full container interface |
CBoundaryListRangeBase | |
CBoundaryListRangeIterator | Iterator exposing elements of a boundary list as ranges |
CCollectionProxyImplFromTraitsImpl | |
CCollectionProxyImplFromTraitsImpl< Traits, std::enable_if_t< util::always_true_v < typename Traits::template collection_proxy_impl_t< Args... > > >, Args... > | |
CIndexBasedIterator | Iterator to random access collection storing a current index |
CisTrackProxy | |
CisTrackProxy< Track< TrackCollProxy > > | |
►CIteratorWrapperBase | Simple iterator wrapper for manipulation of dereferenced result |
CValuePtr | Value box for use with pointer dereference operator->() |
CMainCollectionProxy | Wrapper for the main collection of a proxy |
COneTo01Data | Object for one-to-zero/or/one associated data interface |
COneTo01DataProxyMakerWrapper | |
CParallelData | Object to draft parallel data interface |
CParallelDataProxyMakerWrapper | |
CParallelDataProxyMakerWrapper< Aux, AuxTag, void > | |
CProxyAsParallelData | Object presenting a proxy as parallel data for another one |
CStaticAsserts | |
CStaticAsserts< TrackPointWrapper< Data > > | |
CSubstituteWithAuxList | |
CSubstituteWithAuxList< std::tuple< T... > > | |
CTemplateAdaptorOnePlus | |
CTemplateAdaptorOnePlus< F, First, Others... > | |
CTrackPointIteratorBox | Structure for range-for iteration |
CWithAssociatedStructBase | Helper to create associated data proxy |
CWithProxyAsAuxStructBase | Helper to create a proxy as auxiliary data for another proxy |
CAssociatedDataProxyMaker | Creates an associated data wrapper for the specified types |
CAssociatedDataProxyMakerBase | Creates an associated data wrapper for the specified types |
CChargedSpacePoints | Proxy tag for a recob::SpacePoint collection with charge |
CChargedSpacePointsCollectionProxy | Proxy collection class for space points associated to charge |
CCollectionProxyBase | Base representation of a collection of proxied objects |
CCollectionProxyElement | An element of a collection proxy |
CCollectionProxyMaker | Class to assemble the required proxy |
CCollectionProxyMaker< Tracks > | Specialization to create a proxy for recob::Track collection |
CCollectionProxyMakerBase | Class to assemble the required proxy |
CCollectionProxyMakerTraits | Collection of data type definitions for collection proxies |
CCollectionProxyMakerTraits< ChargedSpacePoints > | Traits of proxy::ChargedSpacePoints proxy |
CCollectionProxyMakerTraits< CollectionProxy< MainColl > > | |
CCollectionProxyMakerTraits< std::vector< T > > | |
CCollectionProxyMakerTraits< Tracks > | Define the traits of proxy::Tracks proxy |
COneTo01DataProxyMaker | Creates an one-to-(zero-or-one) wrapper for the specified types |
COneTo01DataProxyMakerBase | Creates an one-to-(zero-or-one) wrapper for the specified types |
CParallelDataProxyMaker | Creates an associated data wrapper for the specified types |
CParallelDataProxyMakerBase | Creates an parallel data wrapper for the specified types |
CProxyAsAuxProxyMaker | Creates an auxiliary proxy wrapper for the specified proxy |
CProxyAsAuxProxyMakerBase | Creates a proxy wrapper for merging into another proxy ("main") |
CSpacePointWithCharge | Proxy class for charged space point proxy elements |
CTrackCollectionProxyElement | Class for track proxy elements |
CTrackPoint | Type of track point information |
CTrackPointIterator | |
CTrackPointWrapper | Wrapper for a track data proxy |
CTracks | Proxy tag for a recob::Track collection proxy |
►Nptb | |
►Ncontent | |
►Nword | |
Cch_status_t | |
Cfeedback_t | |
Ctimestamp_t | |
Ctrigger_t | |
Cword | |
Cword_t | |
Cbuffer_t | |
Ctcp_header | |
Ctcp_header_t | |
►Npyexample | Documentation for this module |
CPyClass | Documentation for a class |
►Npython | |
►Nbatchstatus | |
CBatchStatus | |
►Nextractor_dict | |
CexpMetaData | |
CMetaData | |
►Nifdherror | |
CIFDHError | |
►Njobsuberror | |
CJobsubError | |
►Nlarbatch_posix | |
Cdcache_file | |
►Nprojectapp | |
CProjectApp | |
►Nprojectdef | |
CProjectDef | |
►Nprojectstatus | |
CProjectStatus | |
►Nprojectview | |
CProjectView | |
►Npubsdeadenderror | |
CPubsDeadEndError | |
►Npubsinputerror | |
CPubsInputError | |
►Nstagedef | |
CStageDef | |
►Nstagestatus | |
CStageStatus | |
►Nstatusview | |
CProjectStatusView | |
►Ntextwindow | |
CTextWindow | |
►Nxmlerror | |
CXMLError | |
►Nquad | |
CEvalVtx | |
CHeatMap | |
CLine2D | |
CPt2D | |
CQuadVtx | |
►Nraw | Raw data description |
►Nctb | |
CChStatus | |
CFeedback | |
CMisc | |
Cpdspctb | |
CTrigger | |
CWordIndex | |
CAuxDetDigit | |
CBeamInfo | |
CDAQHeader | |
CDUNEHDF5FileInfo | |
CExternalTrigger | |
COpDetPulse | |
COpDetWaveform | |
CRawDigit | Collection of charge vs time digitized from a single readout channel |
CRDStatus | |
CRDTimeStamp | |
CTrigger | |
►CVDColdboxTDERawInput | |
Ceveinfo_t | |
Cfragment_t | |
Ctriginfo_t | |
►Nraw_event_display | |
CRawEventDisplay | |
►Nreadout | |
CElementLevel | |
CROPDataContainer | Container with one element per readout plane |
CROPID | Class identifying a set of planes sharing readout channels |
CROPIDmapper | Mapping for readout plane identifiers |
CTPCsetDataContainer | Container with one element per readout TPC set |
CTPCsetID | Class identifying a set of TPC sharing readout channels |
CTPCsetIDmapper | Mapping for TPC set identifiers |
►Nreco | |
►Nshower | |
CEventDataProduct | |
CLArPandoraModularShowerCreation | |
CShowerDataProduct | |
CShowerElementAccessor | |
CShowerElementBase | |
CShowerElementHolder | |
CShowerProducedPtrsHolder | |
CShowerProperty | |
CShowerPtrMaker | |
CShowerPtrMakerBase | |
CShowerUniqueAssnPtr | |
CShowerUniqueProductPtr | |
CShowerUniqueProductPtr< std::vector< T > > | |
CShowerUniqueProduerPtrBase | |
CCluster3D | |
CClusterHit2D | |
CClusterHit3D | |
CClusterParameters | |
CConvexHull | Define a container for working with the convex hull |
CPrincipalComponents | |
CRecobClusterParameters | A utility class used in construction of 3D clusters |
►Nreco3d | |
CChannelDoublet | |
CHitOrChan | |
CHitsICARUS | |
CHitsStandard | |
CHitTriplet | |
CIHitReader | IHitReader interface class definiton |
CInductionWireWithXPos | |
CIntersectionCache | |
CPlotSpacePoints | |
CSpacePointSolver | |
CTripletFinder | |
CXYZ | |
►Nreco_tool | |
CBaselinedGausFitCache | |
CCandHitDerivative | |
CCandHitMorphological | |
CCandHitStandard | |
►CICandidateHitFinder | |
CHitCandidate | |
►CIPeakFitter | |
CPeakFitParams_t | |
CIWaveformTool | |
CPeakFitterGaussElimination | |
CPeakFitterGaussian | |
CPeakFitterMrqdt | |
CWaveformTools | |
►Nrecob | Reconstruction base classes |
►Ndetails | |
►Ndumper | |
CIndentOptions_t | Structure collecting indentation options |
CNewLine | Starts a new line in a output stream |
CSpacePointPrintOptions_t | Collection of available printing style options |
►Ntest | |
►CHitCollectionCreatorTest | Test module for recob::HitCollector |
CConfig | |
►CHitDataProductChecker | Module verifying the presence of data products |
►CConfig | |
CTargetInfo | |
CTargetInfo_t | Configuration for a single data product check |
►Ntracking | |
►CPlane | Class defining a plane for tracking. It provides various functionalities to convert track parameters and covariance matrices from global to local coordinates |
CTrigCache | Struct caching trigonometric function results |
CTrajectoryPoint_t | A point in the trajectory, with position and momentum |
CChargedSpacePointCollectionCreator | Creates a collection of space points with associated charge |
►CCluster | Set of hits with a 2D structure |
CSentryArgument_t | Type of sentry argument |
►CDumpChargedSpacePoints | Prints the content of all the space points and charge on screen |
CConfig | Configuration parameters |
►CDumpClusters | Prints the content of all the clusters on screen |
CConfig | Configuration object |
►CDumpPCAxes | Prints the content of all the PCA axis object on screen |
CConfig | Configuration parameters |
►CDumpPFParticles | Prints the content of all the ParticleFlow particles on screen |
CConfig | |
►CDumpSeeds | Prints the content of all the seeds on screen |
CConfig | |
►CDumpSpacePoints | Prints the content of all the space points on screen |
CConfig | Configuration parameters |
►CDumpTracks | Prints the content of all the tracks on screen |
CConfig | Configuration object |
CDumpVertices | Prints the content of all the vertices on screen |
CEdge | Edge is an object containing the results of a Principal Components Analysis of a group of space points |
CEndPoint2D | |
CEvent | |
CHit | 2D representation of charge deposited in the TDC/wire plane |
CHitAndAssociationsWriterBase | Base class handling a collection of hits and its associations |
CHitAndAssociationsWriterManager | A helper to centralise creation of a hit collection data product |
CHitCollectionAssociator | A class handling a collection of hits and its associations |
CHitCollectionCreator | A class handling a collection of hits and its associations |
CHitCreator | Class managing the creation of a new recob::Hit object |
CHitRefinerAssociator | A class handling a collection of hits and its associations |
CMCSFitResult | Class storing the result of the Maximum Likelihood fit of Multiple Coulomb Scattering angles between segments within a Track or Trajectory |
COpFlash | |
COpFlashPtrSortByPE_t | |
COpFlashPtrSortByTime_t | |
COpFlashSortByPE_t | |
COpFlashSortByTime | |
COpHit | |
CPCAxis | |
CPFParticle | Hierarchical representation of particle flow |
CPointCharge | Charge reconstructed in the active volume |
CSeed | |
CShower | |
CSlice | |
CSpacePoint | |
CTrack | Track from a non-cascading particle.A recob::Track consists of a recob::TrackTrajectory , plus additional members relevant for a "fitted" track: |
CTrackFitHitInfo | Object storing per-hit information from a track fit |
CTrackHitMeta | Data related to recob::Hit associated with recob::Track .The purpose is to collect several variables that do not work well alone inside track class and are related to 2D hits along the 3D trajectory. So in the first place it is the hit index along the trajectory. There is also dx associated to hit to help dE/dx calculations |
CTrackTrajectory | A trajectory in space reconstructed from hits |
CTrajectory | A trajectory in space reconstructed from hits |
CTrajectoryPointFlags | Set of flags pertaining a point of the track |
CTrajectoryPointFlagTraits | Namespace for the trajectory point flags |
CVertex | Definition of vertex object for LArSoft |
CVertexAssnMeta | Class storing the meta-data for track-vertex association: status, propagation distance, impact parameter, impact parameter error, chi2 |
CWire | Class holding the regions of interest of signal from a channel |
CWireCreator | Class managing the creation of a new recob::Wire object |
►NRecoTrack | |
CRecoTrack | |
►NRemoveMathFromGDML | |
CConfigurationError | |
CGDMLexpressionRemover | |
CGDMLpurifier | |
CXMLpurifier | XML parsing approach |
►Nres2cc_cmd | |
CCSSFile | |
CFile | |
CLumaFile | |
CLumFile | |
CVerbatimFile | |
►Nresnet | |
CResnetBuilder | |
►NROOT | |
►Nruntests | |
CTester | |
CTestManager | |
►Nsce | |
CSCECorrection | |
►Nse_mobilenet | |
CDepthwiseConv2D | |
►Nsearch | |
CFinder | |
CMemberType | |
CRequestType | |
►NSerialSubstitution | |
CContextClass | |
CLineNoContextClass | |
CProcessorClass | |
CProcessorsList | |
CRegExDeleteLineClass | |
CRegExSubstitutionClass | |
CReplacementClass | |
CSubstitutionClass | |
CWarningClass | |
►Nshims | |
►Ccatchall_parser | |
Cattribute | |
►Cmap | |
Citer | |
Citerator_tuple | |
Cmaps_tuple | |
►Nshower | |
CEMShower | |
CEMShowerAlg | |
CHitPosition | |
CLArPandoraShowerAlg | |
CLArPandoraShowerCheatingAlg | |
CReconTrack | |
►CShowerEnergyAlg | |
CLinearFunction | |
CTCShower | |
CTCShowerAlg | |
CTCShowerAnalysis | |
CTCShowerElectronLikelihood | |
CTCShowerTemplateMaker | |
CTrackShowerSeparationAlg | |
►NshowerAna | |
CShowerAnalysis | |
CShowerParticle | |
►Nshowerreco | |
CShowerCalo | |
CShowerCluster_t | |
CShowerRecoAlg | |
CShowerRecoAlgBase | |
CShowerRecoException | |
CShowerRecoManager | |
►NShowerRecoTools | |
CIShowerTool | |
CShower2DLinearRegressionTrackHitFinder | |
CShower3DCylinderTrackHitFinder | |
CShowerBayesianTrucatingdEdx | |
CShowerDirectionCheater | |
CShowerDirectionTopologyDecisionTool | |
CShowerExampleTool | |
CShowerIncrementalTrackHitFinder | |
CShowerLengthPercentile | |
CShowerLinearEnergy | |
CShowerNumElectronsEnergy | |
CShowerPandoraSlidingFitTrackFinder | |
CShowerPCADirection | |
CShowerPCAEigenvalueLength | |
CShowerPCAPropergationStartPosition | |
CShowerPFPVertexStartPosition | |
CShowerSkeletonTool | |
CShowerStartPositionCheater | |
CShowerTrackColinearTrajPointDirection | |
CShowerTrackDirection | |
CShowerTrackFinderCheater | |
CShowerTrackHitDirection | |
CShowerTrackPCADirection | |
CShowerTrackSpacePointDirection | |
CShowerTrackStartPosition | |
CShowerTrackTrajPointDirection | |
CShowerTrackTrajToSpacePoint | |
CShowerTrajPointdEdx | |
CShowerUnidirectiondEdx | |
►Nshs | |
CShowerHitSeparator | |
►Nshwf | Shower finding |
CShowerCheater | |
CShowerFinder | |
CShowerReco | |
►Nsim | Code to link reconstructed objects back to the MC truth information |
CAuxDetHit | |
CAuxDetIDE | MC truth information to make RawDigits and do back tracking |
CAuxDetSimChannel | Collection of particles crossing one auxiliary detector cell |
CBeamGateInfo | |
CChan_Phot | |
►CDumpGTruth | |
CConfig | Collection of configuration parameters for the module |
CDumpMCParticles | |
CDumpMCShowers | |
CDumpMCTracks | |
►CDumpMCTruth | |
CConfig | Collection of configuration parameters for the module |
CDumpOpDetBacktrackerRecords | |
CDumpOpDetDivRecs | |
CDumpSimChannels | |
►CDumpSimEnergyDeposits | Prints the content of all the deposited energies on screen |
CConfig | |
CDumpSimPhotons | |
CDumpSimPhotonsLite | |
CGeneratedParticleInfo | Contains information about a generated particle |
CGenericCRT | |
CGenericCRTUtility | |
CIDE | Ionization at a point of the TPC sensitive volume |
CLArG4Parameters | |
CLArVoxelCalculator | |
CLArVoxelData | |
CLArVoxelID | |
CLArVoxelList | |
CMCBaseException | |
►CMCEdep | |
Cdeposit | |
CMCEdepHit | |
CMCEnDep | |
CMCHit | |
CMCHitCollection | |
CMCMiniPart | |
CMCRecoEdep | |
CMCRecoPart | |
CMCShower | |
CMCShowerRecoAlg | |
CMCShowerRecoPart | |
CMCStep | |
CMCTrack | |
CMCTrackCollectionAnaAlg | |
CMCTrackRecoAlg | |
CMCWire | |
CMCWireCollection | |
►CMergeSimSources | |
CConfig | |
CMergeSimSourcesUtility | |
COnePhoton | All information of a photon entering the sensitive optical detector volume |
COpDet_Time_Chans | |
►COpDetBacktrackerRecord | Energy deposited on a readout Optical Detector by simulated tracks |
CCompareByTimePDclock | |
►COpDetDivRec | |
CCompareByPdTime | |
Ctime_slice | |
CPhotonVoxel | Representation of a single small volume (voxel) |
►CPhotonVoxelDef | Representation of a region of space diced into voxels |
CNeiInfo | |
►CPOTaccumulator | Prints on console the total Protons On Target from the input subruns |
CConfig | Collection of configuration parameters for the module |
CProtoDUNEBeamInstrument | |
CProtoDUNEbeamsim | |
CProtoDUNEBeamTPCMatching | |
CSDP | |
►CSimChannel | Energy deposited on a readout channel by simulated tracks |
CCompareByTDC | |
CSimDriftedElectronCluster | |
CSimEnergyDeposit | Energy deposition in the active material |
CSimListUtils | |
CSimPhotons | Collection of photons which recorded on one channel |
CSimPhotonsCollection | Collection of sim::SimPhotons , indexed by channel number |
CSimPhotonsLite | Compact representation of photons on a channel |
CSupernovaTruth | |
CTrackIDE | Ionization energy from a Geant4 track |
CTrackSDP | Ionization photons from a Geant4 track |
CUniquePosition | |
►Nsimb | Base utilities and modules for event generation and detector simulation |
CGTruth | |
CMCFlux | |
CMCGeneratorInfo | |
CMCNeutrino | Event generator information |
CMCParticle | |
CMCTrajectory | |
CMCTruth | Event generator information |
►Nsimfilter | Framework includes |
CFilterCryostatNus | |
CFilterGenInTime | |
CFilterNoDirtNeutrinos | |
CFilterNoMCParticles | |
CFilterPrimaryPDG | |
CFilterSimPhotonLiteTime | |
CFilterSimPhotonTime | |
►Nsimple_geo | |
CArea | |
CPoint2D | |
►Nsn | |
CSNSlice | |
►NSortModuleTimes | |
CEntryDataClass | |
CEventKeyClass | |
CFormatError | |
CJobStatsClass | |
CMaxItemLengthsClass | |
CModuleKeyClass | |
CNoMoreInput | |
CStats | |
►CTabularAlignmentClass | |
CCatchAllLines | |
CFormatNotSupported | |
CLineIdentifierClass | |
CLineNo | |
CTimeModuleStatsClass | |
►Nspacecharge | |
CShiftEdepSCE | |
CSpaceCharge | |
CSpaceCharge3x1x1dphase | |
CSpaceChargeDUNE35t | |
CSpaceChargeProtoDUNE | |
CSpaceChargeProtoDUNEdp | |
CSpaceChargeService | |
CSpaceChargeService3x1x1dphase | |
CSpaceChargeServiceDUNE35t | |
CSpaceChargeServiceProtoDUNE | |
CSpaceChargeServiceProtoDUNEdp | |
CSpaceChargeServiceStandard | |
CSpaceChargeStandard | |
►Nspdp | General LArSoft Utilities |
►CDetectorPropertiesProtoDUNEsp | |
CConfiguration_t | Structure for configuration parameters |
CSternheimerParameters_t | Parameters for Sternheimer density effect corrections |
►CDetectorPropertiesServiceProtoDUNEsp | |
CServiceConfiguration_t | |
►Nsppt | |
CSpacePointAlg_TimeSort | |
CTTSpacePointFinder | |
►NSSPDAQ | |
CCtrlHeader | |
CCtrlPacket | |
CEventHeader | |
CMillisliceHeader | |
►Nstd | STL namespace |
Chash< art::ProductID > | |
Chash< art::Ptr< T > > | |
Chash< art::ScheduleID > | |
Chash< std::tuple< TT... > > | |
Chash< util::quantities::concepts::Interval< Q, Cat > > | Hash function of a interval or point is delegated to its quantity |
Chash< util::quantities::concepts::Point< Q, Cat, IV > > | |
Chash< util::quantities::concepts::Quantity< Args... > > | Hash function of a quantity is delegated to its value |
Cless< art::InputTag > | |
Cless< gar::sdp::BeamGateInfo * > | |
Cless< geoalgo::Vector * > | |
Cless< lariov::ChData * > | |
Cless< optdata::ChannelData * > | |
Cless< optdata::FIFOChannel * > | |
Cless< optdata::OpticalRawDigit * > | |
Cless< optdata::PMTTrigger * > | |
Cless< raw::OpDetWaveform * > | |
Cless< sim::BeamGateInfo * > | |
Cless< sim::LArVoxelID * > | |
Cless< sim::MCEnDep * > | |
Cless< sim::MCHit * > | |
Cless< sim::MCHitCollection * > | |
Cless< sim::MCWire * > | |
Cless< sim::MCWireCollection * > | |
Cless< simb::MCParticle * > | |
Cless< util::Range< T > * > | |
Cnumeric_limits < util::quantities::concepts::Interval< Q, Cat > const volatile > | |
Cnumeric_limits < util::quantities::concepts::Point< Q, Cat, IV > const volatile > | |
Cnumeric_limits < util::quantities::concepts::Quantity< Unit, T > const > | |
Cnumeric_limits < util::quantities::concepts::Quantity< Unit, T > const volatile > | |
Cnumeric_limits < util::quantities::concepts::Quantity< Unit, T > volatile > | |
Cnumeric_limits< util::quantities::concepts::Interval< Q, Cat > > | |
Cnumeric_limits< util::quantities::concepts::Interval< Q, Cat > const > | |
Cnumeric_limits< util::quantities::concepts::Interval< Q, Cat > volatile > | |
Cnumeric_limits< util::quantities::concepts::Point< Q, Cat, IV > > | |
Cnumeric_limits< util::quantities::concepts::Point< Q, Cat, IV > const > | |
Cnumeric_limits< util::quantities::concepts::Point< Q, Cat, IV > volatile > | |
Cnumeric_limits< util::quantities::concepts::Quantity< Unit, T > > | Limits of a quantity are the same as the underlying type |
Ctuple_element< 0U, art::AssnsNode< L, R, D > > | |
Ctuple_element< 1U, art::AssnsNode< L, R, D > > | |
Ctuple_element< 2U, art::AssnsNode< L, R, D > > | |
Ctuple_element< I, my::MyTuple< T... > > | |
Ctuple_size< my::MyTuple< T... > > | |
►Nsumdata | |
CGeometryConfigurationInfo | Description of the current configuration of detector geometry |
CPOTSummary | |
CRunData | |
►Nsvc | |
CProviderA | A service provider class |
CProviderB | A service provider class |
CProviderB1 | A service provider class derived from B |
CProviderC | A service provider class |
CProviderD | A service provider class |
►Nt0 | Code to link reconstructed objects back to the MC truth information |
►CDirectHitParticleAssns | |
CTrackIDEinfo | |
CIHitParticleAssociations | |
CIndirectHitParticleAssns | |
CMCParticleHitMatching | |
CMCParticleShowerMatching | |
CMCParticleTrackMatching | |
CMCTruthT0Matching | |
►Ntag | |
CDirectFitInfo | |
CDirectHitAssns | |
CFitInfoProxy | |
CMetadataHits | |
CSpecialHits | |
CTrackSubproxy | |
►Ntca | |
CCRTreeVars | |
CDebugStuff | |
CDontClusterStruct | |
CHistStuff | |
CMatchStruct | |
CParFit | |
CPFPStruct | |
CSectionFit | |
CShowerPoint | |
CShowerStruct | |
CShowerStruct3D | |
CShowerTreeVars | |
CSortEntry | |
CTCConfig | |
CTCEvent | |
CTCHit | |
CTCSlice | |
CTCWireIntersection | |
CTj2Pt | |
CTjForecast | |
CTP3D | |
CTrajClusterAlg | |
CTrajectory | |
CTrajPoint | |
CTrajPoint3 | |
CVtx3Store | Struct of temporary 3D vertices |
CVtxStore | Struct of temporary 2D vertices (end points) |
►Ntest | |
►CHitNormCheck | |
Chitinfo_t | |
CpandoraAnalysis | |
►Ntest_msg | |
Ctest_msg | |
►Ntesting | LArSoft test utilities |
►Ndetails | |
CCommandLineArguments | Reads and makes available the command line parameters |
CFirstAbsoluteOrLookupWithDotPolicy | |
CisDuration | Type trait containing whether Duration is std::chrono::duration |
CisDuration< std::chrono::duration< Rep, Period > > | |
►CMovableClassWrapper | A class containing an owned object |
Cshare_t | |
CMovableClassWrapperBase | A base class with a virtual table |
CProviderPackFiller | |
CProviderPackFiller< TestEnv, Pack > | |
CProviderPackFiller< TestEnv, Pack, Prov, Others... > | Helper to fill a provider pack: main specialisation |
CBasicEnvironmentConfiguration | Class holding a configuration for a test environment |
CBasicGeometryEnvironmentConfiguration | Class holding a configuration for a test environment |
►CBasicTesterEnvironment | Environment for a test |
COptions_t | Test environment options |
CBoostCommandLineConfiguration | Class holding a configuration for a Boost test fixture |
CDefaultSetupProviderClass | A default implementation for provider setup class |
CGeometryTesterEnvironment | Environment for a geometry test |
►CNameSelector | Manages a set of names |
CNameResponse_t | A data structure containing how to react to a name |
►CProviderList | Container of service providers accessed by type and optional label |
Cexception | Base exception class for ProviderList |
Cprovider_deleted | Exception thrown on when object is not available any more |
Cprovider_not_available | Exception thrown on a request about an unregistered type |
Cprovider_wrong | Exception thrown on a invalid type request |
CProviderSetupClass | Class to create and set up a new provider |
CProviderSetupClass< detinfo::DetectorClocksStandard > | Set up a detinfo::DetectorClocksStandard from a parameter set |
CProviderSetupClass< detinfo::DetectorPropertiesStandard > | Set up a detinfo::DetectorPropertiesStandard from a parameter set |
CProviderSetupClass< detinfo::LArPropertiesStandard > | Set up a detinfo::LArPropertiesStandard from a parameter set |
CSimpleEnvironmentSetupClass | Environment helper to set up a service provider |
CSimpleEnvironmentSetupClass < detinfo::DetectorPropertiesStandard, TestEnv > | Environment setup helper for DetectorPropertiesStandard |
CSimpleEnvironmentSetupClass < lar::example::ShowerCalibrationGaloreFromPID, TestEnv > | Environment setup helper for ShowerCalibrationGaloreFromPID |
CSimpleEnvironmentSetupClass < lar::example::ShowerCalibrationGaloreScale, TestEnv > | Environment setup helper for ShowerCalibrationGaloreScale |
CSimpleEnvironmentSetupClass< detinfo::DetectorClocksStandard, TestEnv > | Environment setup helper for DetectorClocksStandard |
CSimpleEnvironmentSetupClass< detinfo::DetectorPropertiesStandard, TestEnv > | Environment setup helper for DetectorPropertiesStandard |
CSimpleEnvironmentSetupClass< detinfo::LArPropertiesStandard, TestEnv > | Environment setup helper for LArPropertiesStandard |
►CStopWatch | Provides time interval measurements |
CmakeDurationTrait | Trait whose type member is a std::chrono::duration type |
CmakeDurationTrait< std::chrono::duration< Rep, Duration > > | |
CmakeDurationTrait< std::ratio< Num, Den > > | |
CTesterEnvironment | A test environment with some support for service providers |
CTestSharedGlobalResource | Utility class providing singleton objects to the derived classes |
►Ntf | |
CCTPGraph | |
CGraph | |
CRegCNNGraph | |
►NTimeDist | |
CTimeDist | |
►Ntpc_monitor | |
CIcebergTpcMonitor | |
CTpcMonitor | |
►NTrackingEfficiency | |
►CTrackingEfficiency | |
CEfficHists | |
CTEfficiencies | |
►Ntranslator | |
CTransl | |
CTrManager | |
►Ntrigger | |
CTriggerAlgoBase | |
►Ntriggersim | |
CActivityTrigger | |
CActivityTriggerProd | |
CBasicTrigger | |
CTemplateTrigger | |
CTemplateTriggerAna | |
CTemplateTriggerProd | |
►Ntriton_span | |
CSpan | |
►Ntrk | |
CTrackContainmentAlg | |
CTrackContainmentAnalyzer | |
CTrackContainmentTagger | |
CTrackTree | |
►Ntrkf | |
►CCCTrackMaker | |
CclPar | |
CClsChainPar | |
CMatchPars | |
CTrkPar | |
CvtxPar | |
CCosmicTracker | |
CCosmicTrackerAlg | |
CFeatureTracker | |
►CGeometric3DVertexFitter | 3D vertex fitter based on the geometric properties (start position, direction, covariance) of the tracks |
CConfig | |
CParsCovsOnPlane | |
CTracksFromVertexSorter | |
CHitState | Class for a measurement on a recob::tracking::Plane (plane defined by a wire and the drift direction) |
CInteractGeneral | |
CInteractor | |
CInteractPlane | |
CKalmanFilterAlg | |
►CKalmanFilterFinalTrackFitter | |
CConfig | |
CInputs | |
COptions | |
►CKalmanFilterTrajectoryFitter | |
CConfig | |
CInputs | |
COptions | |
CKalmanInput | |
CKalmanOutput | |
CKETrack | |
CKFitTrack | |
CKFTrackState | Extension of a TrackState to perform KalmanFilter calculations |
CKGMatrix | Kalman gain matrix, dimension 5xN |
CKGTrack | |
CKHit | |
CKHitBase | |
CKHitContainer | |
CKHitContainerWireLine | |
CKHitContainerWireX | |
CKHitGroup | |
CKHitMulti | |
CKHitsTrack | |
CKHitTrack | |
CKHitWireLine | |
CKHitWireX | |
CKHMatrix | Kalman H-matrix, dimension Nx5 |
CKMatrix | General matrix, dimension NxM |
CKSymMatrix | Symmetric matrix, dimension NxN |
CKTrack | |
CKVector | Define a shortened alias for ublas namespace |
CLinFitAlg | |
►CMCSFitProducer | Producer for TrajectoryMCSFitter |
CConfig | |
CInputs | |
►CPMAlgTrackMaker | |
CConfig | |
►CPMAlgTrajFitter | |
CConfig | |
CPropagator | |
CPropAny | |
CPropXYZPlane | |
CPropYZLine | |
CPropYZPlane | |
►CSeedAna | |
CMCHists | |
CRecoHists | |
CSeedFinderAlgorithm | |
CSeedFinderModule | |
CSortByWire | |
►CSpacePointAlg | |
CHitMCInfo | |
CSpacePointAna | |
CSpacePointCheater | |
CSpacePointFinder | |
CSpacePts | |
CStitchAlg | |
CSurface | |
CSurfLine | |
CSurfPlane | |
CSurfWireLine | |
CSurfWireX | |
CSurfXYZPlane | |
CSurfYZLine | |
CSurfYZPlane | |
CTCTrack | |
CTrack3DKalman | |
CTrack3DKalmanHit | |
CTrack3DKalmanHitAlg | |
CTrack3DKalmanSPS | |
CTrack3Dreco | |
►CTrackAna | |
CMCHists | |
CRecoHists | |
►CTrackAnaCT | |
CMCHists | |
CRecoHists | |
CTrackCheater | |
CTrackKalmanCheater | |
►CTrackKalmanFitter | Fit tracks using Kalman Filter fit+smooth |
CConfig | |
CTrackLineFitAlg | |
►CTrackMomentumCalculator | |
CSegments | |
CTrackState | Class for track parameters (and errors) defined on a recob::tracking::Plane |
►CTrackStatePropagator | Class for propagation of a trkf::TrackState to a recob::tracking::Plane |
CConfig | |
CTrackStitcher | |
CTrackTrajectoryAlg | |
►CTrajectoryMCSFitter | Class for Maximum Likelihood fit of Multiple Coulomb Scattering angles between segments within a Track or Trajectory |
CConfig | |
CScanResult | |
CVertexFitAlg | |
►CVertexFitter | Module for fitting a vertex using the Geometric3DVertexFitter |
CConfig | |
CInputs | |
CVertexWrapper | Wrapper class to facilitate vertex production |
►Ntrkmkr | |
►CKalmanFilterFitTrackMaker | Concrete implementation of a tool to fit tracks with TrackKalmanFitter |
CConfig | |
COptions | |
COptionalOutputs | Struct holding optional TrackMaker outputs |
COptionalPointElement | Struct holding point-by-point elements used in OptionalOutputs |
CTrackCreationBookKeeper | Helper class to aid the creation of a recob::Track, keeping data vectors in sync |
CTrackMaker | Base abstract class for tools used to fit tracks |
CTrackTrajectoryCreationBookKeeper | Helper class to aid the creation of a recob::TrackTrajectory, keeping data vectors in sync |
►Ntss | |
CbDistToPointLess | |
CCluster2D | |
CHit2D | |
CSegmentation2D | |
CSimpleClustering | |
CTrackShowerHits | |
►Ntt | |
Cfhicl_type_impl | |
Cfhicl_type_impl< fhicl::OptionalAtom< T > > | |
Cfhicl_type_impl< fhicl::OptionalSequence< T, SZ > > | |
Cfhicl_type_impl< fhicl::OptionalTable< T > > | |
Cfhicl_type_impl< fhicl::OptionalTableAs< T, Config > > | |
Cfhicl_type_impl< fhicl::OptionalTuple< ARGS... > > | |
Cfhicl_type_impl< fhicl::OptionalTupleAs< T(ARGS...)> > | |
Cfhicl_type_impl< fhicl::Sequence< T, SZ > > | |
Cfhicl_type_impl< fhicl::Table< T, KeysToIgnore > > | |
Cfhicl_type_impl< fhicl::TableAs< T, Config > > | |
Cfhicl_type_impl< fhicl::Tuple< ARGS... > > | |
Cfhicl_type_impl< fhicl::TupleAs< T(ARGS...)> > | |
Cis_callable | |
Cis_callable< T, enable_if_function_exists_t< std::set< std::string >(T::*)() const, &T::operator()> > | |
Cis_callable< T, enable_if_function_exists_t< std::set< std::string >(T::*)(),&T::operator()> > | |
Cis_delegated_parameter | |
Cis_delegated_parameter< fhicl::DelegatedParameter > | |
Cis_delegated_parameter< fhicl::OptionalDelegatedParameter > | |
Cis_fhicl_type | |
Cis_fhicl_type< fhicl::Atom< T > > | |
Cis_fhicl_type< fhicl::OptionalAtom< T > > | |
Cis_fhicl_type< fhicl::OptionalSequence< T, SZ > > | |
Cis_fhicl_type< fhicl::OptionalTable< T > > | |
Cis_fhicl_type< fhicl::OptionalTableAs< T, Config > > | |
Cis_fhicl_type< fhicl::OptionalTuple< TYPES... > > | |
Cis_fhicl_type< fhicl::OptionalTupleAs< T(ARGS...)> > | |
Cis_fhicl_type< fhicl::Sequence< T, SZ > > | |
Cis_fhicl_type< fhicl::Table< T, KeysToIgnore > > | |
Cis_fhicl_type< fhicl::TableAs< T, Config > > | |
Cis_fhicl_type< fhicl::Tuple< TYPES... > > | |
Cis_fhicl_type< fhicl::TupleAs< T(ARGS...)> > | |
Cis_int | |
Cis_optional_parameter | |
Cis_optional_parameter< fhicl::OptionalAtom< T > > | |
Cis_optional_parameter< fhicl::OptionalSequence< T, SZ > > | |
Cis_optional_parameter< fhicl::OptionalTable< T > > | |
Cis_optional_parameter< fhicl::OptionalTuple< TYPES... > > | |
Cis_optional_parameter< fhicl::OptionalTupleAs< T(ARGS...)> > | |
Cis_sequence_type | |
Cis_sequence_type< std::array< ARG, SZ > > | |
Cis_sequence_type< std::tuple< ARGS... > > | |
Cis_sequence_type< std::vector< ARGS... > > | |
Cis_table | |
Cis_table< fhicl::Table< T, KeysToIgnore > > | |
Cis_table_fragment | |
Cis_table_fragment< fhicl::TableFragment< T > > | |
Cmaybe_const | |
Cmaybe_const< T, const_flavor::require_const > | |
Creturn_type_impl | |
Creturn_type_impl< fhicl::Atom< T > > | |
Creturn_type_impl< fhicl::Sequence< T, SZ > > | |
Creturn_type_impl< fhicl::Table< S, KeysToIgnore > > | |
Creturn_type_impl< fhicl::TableAs< T, Config > > | |
Creturn_type_impl< fhicl::Tuple< ARGS... > > | |
Creturn_type_impl< fhicl::TupleAs< T(ARGS...)> > | |
►Ntt_old | |
Cis_complex | |
Cis_complex< std::complex< T > > | |
Cis_int | |
Cis_int< int > | |
Cis_int< long > | |
Cis_int< short > | |
Cis_int< signed char > | |
Cis_int< T const > | |
Cis_numeric | |
Cis_uint | |
Cis_uint< T const > | |
Cis_uint< unsigned char > | |
Cis_uint< unsigned int > | |
Cis_uint< unsigned long > | |
Cis_uint< unsigned short > | |
►Ntutorial | |
►CClusterCounter | |
CConfig | |
CClusterCounter2 | |
CClusterCounter3 | |
CClusterCounter4 | |
►CReadSpacePointAndCnn | |
CConfig | |
►Nunstick | Creation of calibrated signals on wires |
CUnstickADCCodes | |
►NUpdateCoreServices | |
CWarningMoveMembers | |
►Nutil | Namespace for general, non-LArSoft-specific utilities |
►Ndetails | |
CAssnsNodeGetter | |
CAssnsNodeGetter< 0U, L, R, D > | |
CAssnsNodeGetter< 1U, L, R, D > | |
CAssnsNodeGetter< 2U, L, R, D > | |
CCaseInsensitiveComparer | |
CClassNameStaticDumper | Implementation detail of staticDumpClassName() |
Ccollection_from_reference_impl | |
Ccollection_from_reference_impl < CollRef, std::enable_if_t< util::is_reference_wrapper_v< CollRef > > > | |
Ccollection_from_reference_impl < CollRef, std::enable_if_t< util::is_unique_ptr_v< CollRef > > > | |
Ccollection_from_reference_impl< T * > | |
Ccollection_from_reference_impl< T[]> | |
Ccollection_from_reference_impl< T[N]> | |
Ccollection_value_access_type_impl | |
Ccollection_value_access_type_impl < Ptr, std::enable_if_t< util::is_unique_ptr_v< std::decay_t< Ptr > > > > | |
Ccollection_value_access_type_impl< T *, void > | |
Ccollection_value_constant_access_type_impl | |
Ccollection_value_constant_access_type_impl < Ptr, std::enable_if_t< util::is_unique_ptr_v< std::decay_t< Ptr > > > > | |
Ccollection_value_constant_access_type_impl< T *, void > | |
Ccollection_value_type_impl | |
Ccollection_value_type_impl < Coll, std::enable_if_t< std::is_pointer_v< std::decay_t< Coll > > > > | |
Ccollection_value_type_impl < Coll, std::enable_if_t< util::is_unique_ptr_v< std::decay_t< Coll > > > > | |
Ccollection_value_type_impl_pointer | |
Ccollection_value_type_impl_pointer< T * > | |
Ccollection_value_type_impl_pointer< T[]> | |
Ccollection_value_type_impl_pointer< T[N]> | |
Ccollection_value_type_impl_unique_ptr | |
CContainerStorage | |
CContainerStorage < Cont, std::enable_if_t< util::is_reference_wrapper_v< Cont > > > | |
CContainerStorageBase | |
CContainerTraits | |
CContainerTraitsImpl | |
CContainerTraitsImpl< T * > | |
Ccount_tags_in_list | |
Ccount_tags_in_tuple | |
Ccount_tags_in_tuple< Extractor, Target, std::tuple< Tags... > > | |
Ccount_type_in_list_impl | |
Ccount_type_in_list_impl< Target, First, Others... > | |
Ccount_type_in_list_impl< Target, Target, Others... > | |
CDiffIterTag | Tag for internal use |
Cextract_to_tuple_type_impl | Implementation for extract_to_tuple_type |
Cextract_to_tuple_type_impl< TargetClass, Extractor, Tuple, N, N, T... > | End-of-recursion specialization: packs all types already extracted into the target type |
Cextract_to_tuple_type_impl_simple | |
CExtractTensorDimension | |
CExtractTensorDimension< RANK, 0U > | |
CFilterRangeForStruct | |
Cfind_type_impl | |
Cfind_type_impl< Index, Skip, T > | |
Cfind_type_impl< Index, Skip, T, Type, Others... > | |
Cget_elements_impl | |
CGridContainerBase | Base class for a container of data arranged on a grid |
CGridContainerIndicesBase | Index manager for a container of data arranged on a DIMS-dimension grid |
Chas_duplicate_types_impl | |
Chas_duplicate_types_impl< Tuple, First, Others... > | |
Chas_duplicate_types_unwrapper | |
Chas_duplicate_types_unwrapper< std::tuple< T... > > | |
Cindex_of_extracted_type_checked | |
Cindex_of_extracted_type_checked< Extractor, Target, N, N, Tuple > | |
Cindex_of_extracted_type_checked_after | |
Cindex_of_extracted_type_checked_after< Extractor, Target, N, N, Tuple > | |
Cindex_of_extracted_type_impl | |
Cindex_of_extracted_type_impl< Extractor, Target, I, Target, Tuple > | |
Cindex_of_type_base | |
Cindex_of_type_helper | |
Cinfinite_endcount_iterator | Class used as end iterator (sentinel) for an infinite loop |
Cis_basic_string_type_impl | |
Cis_basic_string_type_impl< std::basic_string< Args... > > | |
Cis_basic_string_view_type_impl | |
Cis_basic_string_view_type_impl< std::basic_string_view< Args... > > | |
Cis_character_type_impl | |
Cis_instance_of_impl | |
Cis_instance_of_impl< Template, Template< Args... > > | |
Cis_string_type_impl | |
Cis_string_type_impl< T, std::enable_if_t< std::is_array_v< std::decay_t< T > > &&is_character_type_impl< std::remove_extent_t< std::decay_t< T > > >::value > > | |
Cis_string_type_impl< T, std::enable_if_t< std::is_pointer_v< std::decay_t< T > > &&is_character_type_impl< std::remove_pointer_t< std::decay_t< T > > >::value > > | |
Cis_string_type_impl< T, std::enable_if_t< is_character_type_impl< typename T::value_type >::value > > | |
Cis_type | |
Clvalue_reference_into_wrapper_type_impl | |
Clvalue_reference_into_wrapper_type_impl_final | |
Clvalue_reference_into_wrapper_type_impl_final< T & > | |
Clvalue_reference_into_wrapper_type_impl_wrapper | |
Clvalue_reference_into_wrapper_type_impl_wrapper < T, std::enable_if_t< util::is_reference_wrapper_v< T > > > | |
Cmake_collection_reference_impl | |
Cmake_collection_reference_impl < Coll, std::enable_if_t< util::is_reference_wrapper_v< Coll > > > | |
Cmake_collection_reference_impl < Coll, std::enable_if_t< util::is_unique_ptr_v< Coll > > > | |
Cmake_collection_reference_impl < Ptr, std::enable_if_t< std::is_pointer_v< std::decay_t< Ptr > > > > | |
Cmap_values_impl | |
CMoveFromPointersImpl | |
CMoveFromPointersImpl< std::vector< Data >, PtrColl > | |
CMultipleChoiceSelectionOption_t | Class representing one of the available options to be selected |
CPointerVectorMaker | |
CPointerVectorMaker < Coll, std::enable_if_t< util::is_unique_ptr_v< typename Coll::value_type > > > | |
►CRangeForWrapperBox | Class offering begin/end iterators of the same type out of a range of iterators of different types |
CDataBox | |
►CRangeForWrapperIterator | |
►CComparer | Visitor to compare iterators (returns whether they differ) |
CComparerImpl | |
CComparerImpl< A, B, std::enable_if_t< std::is_convertible< decltype(std::declval< A >()!=std::declval< B >()), bool >::value > > | |
►CDecrementer | Visitor to decrement an iterator |
CDecrementerImpl | |
CDecrementerImpl< Iter, std::enable_if_t< is_type_v< decltype(--(std::declval< Iter >()))> > > | |
►CDereferencer | Visitor to dereference an iterator |
CDereferencerImpl | |
CDereferencerImpl< Result, Iter, std::enable_if_t< is_type_v< decltype(*(std::declval< Iter >()))> > > | |
►CDifference | Visitor to compare iterators (returns whether they differ) |
CDifferenceImpl | |
CDifferenceImpl< A, B, std::enable_if_t< std::is_convertible< decltype(std::declval< A >()-std::declval< B >()), RangeForWrapperIterator< BeginIter, EndIter >::difference_type >::value > > | |
►CIncrementer | Visitor to increment an iterator |
CIncrementerImpl | |
CIncrementerImpl< Iter, std::enable_if_t< is_type_v< decltype(++(std::declval< Iter >()))> > > | |
►CIndexAccessor | Visitor to access element by index |
CIndexAccessorImpl | |
CIndexAccessorImpl< Result, Iter, std::enable_if_t< is_type_v< decltype((std::declval< Iter >())[0])> > > | |
►CMemberAccessor | Visitor to access a data member of the pointed class |
Cdeclval< Iter >().operator->())> > > | |
CMemberAccessorImpl | |
CRangeForWrapperTraits | Class defining types and traits for RangeForWrapperBox |
Creferenced_address_impl | |
Creferenced_address_impl < T, std::enable_if_t< util::is_reference_wrapper_v< T > > > | |
CSameIterTag | Tag for internal use |
CSorterFrom | |
Cstrip_referenceness_type_impl | |
Cstrip_referenceness_type_impl_ref | |
Cstrip_referenceness_type_impl_ref< T & > | |
Cstrip_referenceness_type_impl_ref< T && > | |
Cstrip_referenceness_type_impl_wrapref | |
Cstrip_referenceness_type_impl_wrapref< T, std::enable_if_t< util::is_reference_wrapper_v< std::remove_cv_t< T > > > > | |
CTagExtractorImpl | |
CTagExtractorImpl< Tagged, std::enable_if_t < always_true_type< typename std::remove_reference_t< Tagged >::tag >::value > > | |
CToStringImpl | |
CToStringImpl< T, std::enable_if_t< util::is_basic_string_type_v< T > > > | |
CToStringImpl< T, std::enable_if_t< util::is_basic_string_view_type_v< T > > > | |
Ctype_is_in_impl | |
Ctype_is_in_impl< Target, First, Others... > | |
Ctype_is_in_impl< Target, Target, Others... > | |
Cvalues_impl | |
Cvalues_impl< std::map< Key, Value, Args... > > | |
Cvalues_impl< std::unordered_map< Key, Value, Args... > > | |
CValueToString | |
CValueToString< Value, std::enable_if_t< std::is_convertible_v< Value, std::string > ||std::is_constructible_v< std::string, Value > > > | |
CValueToString< Value, std::enable_if_t< std::is_enum_v< Value > > > | |
Cvoid_t< decltype(std::to_string(std::declval< Value >()))> | |
Cwith_const_as_dispatch_keyref | |
Cwith_const_as_dispatch_ref | |
Cwith_const_as_dispatch_ref < Base, Key, std::enable_if_t< std::is_lvalue_reference_v< Base > > > | |
Cwith_const_as_dispatch_ref < Base, Key, std::enable_if_t< std::is_rvalue_reference_v< Base > > > | |
Cwith_const_as_dispatcher | |
Cwith_const_as_impl | |
Cwith_const_as_impl < Base, Key, std::enable_if_t< std::is_const_v< Key > > > | |
CWrapRangeForDispatcher | |
CWrapRangeForDispatcher< BaseRange, false > | |
CWrapRangeForDispatcher< BaseRange, true > | |
Czip_iterator | |
Czip_iterator< Lead > | |
►Nflags | Classes and functions to manage bit masks and flags |
►Ndetails | |
CSmallestUIntType | |
►Nerrors | Namespace enclosing BitMask exceptions |
CException | Base class for exceptions thrown by flag-related utilities |
CFlagNotDefined | Exception thrown to convey that an undefined flag index was tested |
COutOfRange | Exception thrown to convey that an invalid flag index was used |
CBitMask | A class containing a set of flags |
CBitMaskFromValuesTag | Type for constructor tag from values |
CBits_t | Type identifying a set of bits |
CFlag_t | Type identifying a flag. Operations are implemented as free functions |
CFlagSet | A class containing a set of flags |
►Nmanip | |
►Ndetails | |
CVector3DStruct | Utility class to store and print a 3D vector |
►Npre_std | |
►Cidentity | Transparent functor that returns its argument just as passed |
Cis_transparent | |
►Nquantities | Types of variables with a unit |
►Nconcepts | Infrastructure for the quantities library |
►Ndetails | |
Calways_true_v< typename T::value_t > | |
Ccategory_has_name | |
Ccategory_has_name< Cat, std::void_t< decltype(Cat::name())> > | |
Ccategory_of_type | |
Ccategory_of_type< Cat, std::void_t< typename Cat::category_t > > | |
Ccategory_traits | |
Chas_category | |
Chas_category< Obj, std::void_t< typename Obj::category_t > > | |
Chas_quantity | Trait: true_type if Q is a Quantity -based object |
Chas_quantity_impl | |
Chas_quantity_impl < Q, std::enable_if_t< util::always_true_v< typename Q::quantity_t > > > | |
Chas_unit | Trait: true_type if U is a ScaledUnit -based object |
Chas_unit_impl | |
Chas_unit_impl < U, std::enable_if_t< util::always_true_v< typename U::unit_t > > > | |
Chas_value_compatible_with | |
Cinvert_ratio | |
Cinvert_ratio< std::ratio< Num, Den > > | |
Cis_quantity | Trait: true_type if Q is a Quantity specialization |
Cis_quantity< Quantity< Args... > > | |
Cis_value_compatible_with | |
Cnumeric_limits | Limits of a quantity are the same as the underlying type |
Cquantity_value_type | |
Cquantity_value_type_impl | |
Cratio_simplifier | |
Cratio_simplifier< std::ratio< Num, Den > > | |
CWithCategory | An object belonging to a category Cat |
CCategoryBase | An non-mandatory base class for interval and point categories |
CInterval | An interval (duration, length, distance) between two quantity points |
Cis_interval | Trait: true_type if IV is a Interval specialization |
Cis_interval< Interval< Args... > > | |
Cis_point | Trait: true_type if PT is a Point specialization |
Cis_point< Point< Args... > > | |
CPoint | A quantity point |
CPrefix | |
CPrefix< prefixes::exbi > | Prefix for 2^60 |
CPrefix< prefixes::gibi > | Prefix for 1073741824 (2^30) |
CPrefix< prefixes::kibi > | Prefix for 1024 (2^10) |
CPrefix< prefixes::mebi > | Prefix for 1048576 (2^20) |
CPrefix< prefixes::pebi > | Prefix for 2^50 |
CPrefix< prefixes::tebi > | Prefix for 2^40 |
CQuantity | A value measured in the specified unit |
CScaledUnit | |
CUnitBase | |
►Nunits | Definitions of actual units |
CByte | |
CCoulomb | |
CCounts | |
CElectronVolt | |
CHertz | |
CMeter | |
CSecond | |
CTick | |
CVolt | |
CExtraCharactersError | String representing a quantity has spurious characters after the number |
CInvalidUnitPrefix | String representing a quantity has unsupported unit prefix |
CMismatchingUnit | String representing a quantity has incompatible unit |
CMissingUnit | String representing a quantity has no unit |
CNoCategory | |
CValueError | String representing a quantity has an invalid number |
Cadd_tag | |
CAddressTaker | Functor returning the address in memory of the operand |
Calways_false_type | A std::false_type with a template argument |
Calways_true_type | A std::true_type with a template argument |
CClusterShapes | |
Ccollection_from_reference_type | Trait with the type of collection referenced by collRef |
Ccollection_reference_type | Trait of a type that can be used to reference the collection Coll |
Ccollection_value_access_type | Trait of type obtained by access to element of collection Coll |
Ccollection_value_constant_access_type | Trait of type obtained by constant access to element of collection Coll |
Ccollection_value_type | Trait of value contained in the template collection Coll |
CConvertEdep2Art | |
Ccount_extracted_types | Counts the elements of a tuple-like type containing a Target type |
Ccount_iterator | An iterator dereferencing to a counter value |
Ccount_type_in_tuple | Holds whether the Target type is element of the specified std::tuple |
Ccount_type_in_tuple< Target, std::tuple< T... > > | |
CCrpGainService | |
CDatabaseUtil | |
►CDataProductChangeTracker_t | Detects the presence of a new event or data product |
CLocalState_t | |
CDereferencer | Functor dereferencing the operand |
►CEventChangeTracker_t | Detects the presence of a new event |
CLocalState_t | |
Cextract_to_tuple_type | Returns type TargetClass<U...> from a SrcTuple<T...> |
CFileCatalogMetadataDUNE | |
CFileCatalogMetadataMPD | |
Cfind_next_type | Trait: index of the first occurrence of T among the specified Types , starting from the one with index StartFrom |
CGaussianEliminationAlg | |
CGeometryUtilities | |
CGridContainerBase1D | Base class for a container of data arranged on a 1D-grid |
CGridContainerBase2D | Base class for a container of data arranged on a 2D-grid |
CGridContainerBase3D | Base class for a container of data arranged on a 3D-grid |
CGridContainerIndicesBase1D | Index manager for a container of data arranged on a >=1-dim grid |
CGridContainerIndicesBase2D | Index manager for a container of data arranged on a >=2-dim grid |
CGridContainerIndicesBase3D | Index manager for a container of data arranged on a >=3-dim grid |
Chas_duplicate_extracted_types | Traits holding whether elements of Tuple have duplicate types |
Chas_extracted_type | Trait holding whether an element in Tuple type contains Target |
Cindex_of_extracted_type | Returns the index of the element in Tuple with the specified type |
Cis_any_of | Trait: whether T is among the specified Types |
Cis_basic_string_type | Trait: whether type T is a STL string type |
Cis_basic_string_view_type | Trait: whether type T is a std::string_view type |
Cis_character_type | Trait: whether type T is a character type |
Cis_instance_of | Trait describing whether T is a template instance of Template |
Cis_STLarray | Identifies whether the specified type is a STL array |
Cis_STLarray< std::array< T, N > > | |
Cis_string_type | Trait: whether type T is a character string type |
CKeepByPositionFilterTag | Tag for filters |
CLArFFT | |
CLArFFTW | |
CLArFFTWPlan | |
CLArPropTest | |
CLazyVector | A contiguous data container expanded on write |
Clvalue_reference_into_wrapper_type | Trait with type T into std::reference_wrapper if reference |
►CMappedContainer | A meta-container providing transparent mapping on top of another |
CIteratorBase | |
CMappedContainerBase | Non-template base class for MappedContainer |
CMultipleChoiceSelection | Helper to select one among multiple choices via strings |
►CMultipleChoiceSelectionBase | Base class of util::MultipleChoiceSelection with basics independent of the option type |
CException | |
COptionAlreadyExistsError | Adding an option that already exists |
CUnknownOptionError | Request for unknown option |
CNormalDistribution | |
►CPlaneDataChangeTracker_t | Detects the presence of a new event, data product or wire plane |
CLocalState_t | |
►CPositionInVolumeFilter | Use to keep particles with at least part of trajectory in a volume |
CVolumeInfo_t | |
CPxHit | |
CPxHitConverter | |
CPxLine | |
CPxPoint | |
CRange | "Range" w/ notion of ordering. A range is defined by a pair of "start" and "end" values. This is stored in std::pair
attribute util::Range::_window. This attribute is protected so that the start/end cannot
be changed w/o a check that start is always less than end. Note the specialization
requires a template class T to have less operator implemented.
|
CRangeForWrapperTag | Tag marking the use of RangeForWrapperBox |
Creference_addresser | Functor applying the proper referenced_address() function |
Cremove_tag | Trait holding the type contained in a TaggedType (or the type itself) |
Cremove_tag< TaggedType< T, Tag > > | |
CRootGraphicsEnablingService | Trojan service to inject initialization code |
Cself_type | Trait returning the very same type as in the template argument |
CSignalShaping | |
CSignalShapingDUNE10ktTest | |
CSignalShapingDUNE35tTest | |
CSignalShapingServiceDUNE | |
CSignalShapingServiceDUNE10kt | |
CSignalShapingServiceDUNE34kt | |
CSignalShapingServiceDUNE35t | |
CSignalShapingServiceDUNEDPhase | |
CSiPMUtils | |
Cspan | Simple class with a begin and an end |
Cspan_base | Non-templated base class for span |
Cstrip_referenceness_type | Trait with type T stripped of all known reference types |
CStyleSentry | |
CSumSecondFunction | |
CTagExtractor | Extracts the tag from a type |
CTaggedType | A type with a specified tag |
CTagN | Tag class parametrized by a sequence of numbers |
CTensorIndices | Converts a tensor element specification into a linear index |
CTensorIndices< 1U > | |
CTensorIndicesBasicTypes | Types for TensorIndices class |
►CTFileMetadataDUNE | |
Cmetadata | |
CTrackPropagator | |
CUBDaqID | |
CUniqueRangeSet | Std::set of util::Range, which does not allow any overlap in contained element. std::set<Range> w/ modified insert/emplace function. Original std::set does not allow
modification of element. I assume what we're interested in is "find if the range already \n
exists, and merge if it exists". The insert function does that by recursively looking up
overlapping elements w.r.t. input argument of insert function.
|
CUtilException | |
►CVectorMap | |
Cvalue_compare | |
Cwith_const_as | Trait with type Base , plus the constantness as in Key |
►NValidateOpDetReco | |
CAssoc | |
CFlash | Define objects # |
CHit | |
►Nvertex | Vertex reconstruction |
CAggregateVertexAna | |
CFeatureVertexFinder | |
CFeatureVertexFinderAna | |
CPrimaryVertexFinder | |
CVertexCheater | |
CVertexFinder2D | |
►Nvhdl | |
►Nparser | |
CCharStream | |
CErrorHandler | |
CJJCalls | |
CParseException | |
CToken | |
CTokenManager | |
CTokenManagerErrorHandler | |
CTokenMgrError | |
CVhdlErrorHandler | |
CVhdlParser | |
CVhdlParserTokenManager | |
►NVLN | |
CDefaultInputVarExtractor | |
CEventAddrVarExtractor | |
CEventMCVarExtractor | |
CEventRecoEVarExtractor | |
CEventRecoVarExtractor | |
CFiducialCutVarExtractor | |
CPFParticleVarExtractor | |
CVarExtractorBase | |
CVLNEnergy | |
CVLNEnergyAnalyzer | |
CVLNEnergyDataGen | |
CVLNEnergyModel | |
CVLNEnergyProducer | |
CVLNEnergyVarExtractor | |
►Nvoronoi2d | |
CBeachLine | This defines the actual beach line. The idea is to implement this as a self balancing binary search tree |
CBSTNode | BSTNode class definiton specifically for use in constructing Voronoi diagrams. We are trying to follow the prescription described in "Computational Geometry" by Mark de Berg, et al |
CCircleEvent | |
CEventUtilities | Internal class definitions to facilitate construction of diagram |
CIEvent | |
CSiteEvent | Internal class definitions to facilitate construction of diagram |
CVoronoiDiagram | VoronoiDiagram class definiton |
►Nwavrec_tool | |
CIWaveformRecog | |
CWaveformRecogTf | |
►Nwc | |
CCellTree | |
►Nwcls | |
►Nbits | |
CDepoAdapter | |
CElectronsAdapter | |
CPointAdapter | |
CStepAdapter | |
CChannelNoiseDB | |
CChannelSelectorDB | |
CCookedFrameSink | |
CCookedFrameSource | |
CFrameSaver | |
CIArtEventVisitor | |
CLazyFrame | |
CLazyFrameSource | |
CLazyTrace | |
CMainTool | |
►CMultiChannelNoiseDB | |
CSubDB | |
CRawFrameSource | |
CSimChannelSink | |
CSimDepoSource | |
CWCLS | |
CWCLSConfig | |
CWCLSKeysToIgnore | |
CWireCellToolkit | |
►Nwirecell | |
►Ncommand | |
CConfig | |
CWireCell | |
►Ndfp | |
►Ngen | |
►Nsim | |
CDepos | |
CFrame | |
CNumpySaver | |
►Ntest | |
►Nimg | |
►Nclusters | |
CClusterMap | |
►Nplots | |
CHist2D | |
►Npgraph | |
►Nmain | |
CNode | |
►Nsigproc | |
►Nminisim | |
CMinisim | |
►Nnoise | |
►Nschema | |
CNoiseSpectrum | |
►Npaper | |
►Nresponse | |
►Nschema | |
CFieldResponse | |
CPathResponse | |
CPlaneResponse | |
Cfoo | |
CPlaneImpactBlocks | |
CResponseFunction | |
►Nutil | |
►Ngeo | |
►Nshapes | |
CPoint | |
CPoint2D | |
CPoint3D | |
CRay | |
CRectangle2D | |
►Nwires | |
►Napa | |
CDescription | |
CPlex | |
►Ndb | |
CAnode | |
CAnodeFaceLink | |
CBoard | |
CBoardChipLink | |
CBoardConductorLink | |
CChannel | |
CChip | |
CChipChannelLink | |
CConductor | |
CConductorWireLink | |
CCrate | |
CCrateWibLink | |
CDetector | |
CDetectorAnodeLink | |
CDetectorCrateLink | |
CFace | |
CFaceBoardLink | |
CFacePlaneLink | |
CPlane | |
CPlaneWireLink | |
CPoint | |
CRay | |
CWib | |
CWibBoardLink | |
CWire | |
►Ngenerator | |
CPoint | |
CRay | |
CRectangle | |
►Ninfo | |
CBoundingBox | |
CRay | |
►Nschema | |
CAnode | |
CDetector | |
CFace | |
CPlane | |
CPoint | |
CStore | |
CWire | |
►Nvalidate | |
CA | |
CAbsorptionReweighter | Reweight a MC survival probabiity when the particles through volumes |
CAbsorptionReweighter | Reweight a MC survival probabiity when the particles through volumes |
CAbsorptionReweighter | Reweight a MC survival probabiity when the particles through volumes |
CAbsSorter | |
CAcceptEllipse | |
CAcceptFindNeighbors | |
►CAccessStack | |
CAccessElem | |
CAcdDigitReader | |
CAcdWireReader | |
CAClass | |
CActiveRowSpan | |
CAdc2dConvolute | |
CAdcChannelData | |
CAdcChannelDataCopyService | |
CAdcChannelDataTester | |
►CAdcChannelDftPlotter | |
CState | |
CSubState | |
CAdcChannelDumper | |
CAdcChannelFFT | |
►CAdcChannelMetric | |
CMetric | |
CMetricSummary | |
CState | |
CAdcChannelNoiseRemovalService | |
►CAdcChannelPlotter | |
CState | |
CAdcChannelSplitter | |
CAdcChannelStringTool | |
CAdcChannelTool | |
CAdcChannelTool_update | |
CAdcChannelTrimmer | |
CAdcCodeHelper | |
CAdcCodeMitigator | |
CAdcCompressService | |
CAdcCountSelection | |
CAdcDataDumper | |
CAdcDataPlotter | |
CAdcDeconvoluteFFT | |
CAdcDeconvolutionService | |
►CAdcDetectorPlotter | |
CState | |
CAdcDistortionService | |
CAdcDPhase3x1x1LocalRoiBuilder | |
CAdcDPhase3x1x1RoiBuilder | |
►CAdcEventViewer | |
CChannelRangeState | |
CGraphInfo | |
CHistInfo | |
CState | |
CAdcKeepAllSignalFinder | |
CAdcMitigationService | |
►CAdcMultiChannelPlotter | |
CBaseState | |
CPad | |
►CAdcMultiThreshSignalFinder | |
CROICandidate_t | |
CAdcNoiseRemovalService | |
CAdcNoiseSignalFinder | |
►CAdcPedestalFitter | |
CState | |
CAdcRangeSampleScaler | |
CAdcRegularSignalFinder | |
CAdcResultDumper | |
CAdcRoiBuildingService | |
CAdcRoiShifter | |
CAdcRoiSlicer | |
►CAdcRoiToTree | |
CTreeData | |
►CAdcRoiViewer | |
CHistInfo | |
CState | |
CAdcSampleFiller | |
CAdcSampleScaler | |
CAdcSignalFindingService | |
CAdcSimulator | |
CAdcSuppressService | |
CAdcSuppressSignalFindingService | |
CAdcThresholdSignalFinder | |
►CAdcTickModViewer | |
CState | |
CAdcTimingMitigator | |
CAdcToRoi2d | |
CAdcUnderflowFlagger | |
CAdcWireBuildingService | |
CAfterdoc_Test | |
CAliTPCROC | Geometry class for a single ROC |
►CAllMembersListContext | |
CPrivate | |
CAlphaIndexTableCell | |
CAlphaIndexTableColumns | |
CAlphaIndexTableRows | |
CAlphaIndexTableRowsIterator | |
Cana | |
CAnalysisTree | |
CAnalyze | |
CAnchorHandler | Node representing an anchor |
CApaChannelGroups | |
CApaChannelRanges | |
CArgsFixture | |
CArgument | This class contains the information about the argument of a function or template |
►CArgumentContext | |
►CPrivate | |
CCachable | |
CArgumentList | This class represents an function or template argument list |
►CArgumentListContext | |
CPrivate | |
►CArtServiceHelper | |
CFileOnPath_t | |
CAssnAnalyzer | |
CAtomicNumberTestFixture | |
CAutolink_Test | |
CB | |
CBackTrackerAna | |
Cbase | |
CBase | |
Cbase_iterator | |
CBaseClassDef | |
CBaseClassList | |
CBaseClassListIterator | |
CBaseFallBackHandler | |
CBaseHandler | |
CBaseInfo | |
CBaseIterator | |
CBaseIteratorVia | |
CBaselineDetrend | |
CBaseOutputDocInterface | |
CBaseTriggerService | |
CBClass | |
Cbeam_cut_BI | |
Cbeam_cut_TPC | |
Cbegin_const_iterator_t | |
Cbegin_iterator_t | |
CBlockIndexMapTool | |
CBodyInfo | |
CBoolCache | |
CBriefInfo | |
CBufStr | Buffer used to store strings |
CBug | |
CC | |
CC1 | Class C1 in group 1 |
CC2 | Class C2 in group 1 |
Cc2numpy_writer | |
CC3 | Class C3 in group 2 |
CC4 | Class C4 in group 2 |
CC5 | Class C5 in the third group |
CCAF | |
►CCallContext | |
CCtx | |
►CCaptCryostatBuilder | |
CPoint | |
CCaptCryostatMessenger | |
CCaptDriftRegionBuilder | |
CCaptDriftRegionMessenger | |
CCaptExposedBuilder | |
CCaptExposedMessenger | |
CCaptImmersedBuilder | |
CCaptImmersedMessenger | |
CCaptPMTBuilder | |
CCaptPMTMessenger | |
CCaptWirePlaneBuilder | |
CCaptWirePlaneMessenger | |
CCaptWorldBuilder | |
CCaptWorldMessenger | |
CCar | |
CCClass | |
CcEventProperties_t | |
CchannelCluster | |
CChannelGeo | |
CChannelGroupService | |
CChannelInfo | |
CChannelMappingService | |
CChannelNoiseService | |
CChannelStatusConfigTool | |
CChannelStatusServiceTool | |
►CChargedSpacePointProxyTest | Runs a test of proxy::ChargedSpacePoints interface |
CConfig | |
CCheckDPhaseGeometry | |
CChildNodeHandler | |
CChildNodeIterator | |
CCiteConsts | String constants for citations |
CCiteDict | Cite database access class |
CCiteInfo | Citation-related data |
CClangParser | Wrapper for to let libclang assisted parsing |
CCLanguageScanner | C-like language parser using state-based lexical scanning |
►CClassContext | |
►CPrivate | |
CCachable | |
CClassDef | |
CClassDefImpl | |
CClassDiagram | |
CClassDict | |
►CClassHierarchyContext | |
►CPrivate | |
CCachable | |
►CClassIndexContext | |
►CPrivate | |
CCachable | |
CClassInheritanceContext | |
CClassInheritanceNodeContext | |
CClassList | |
►CClassListContext | |
CPrivate | |
CClassListIterator | |
►CClassMembersIndexContext | |
►CPrivate | |
CCachable | |
CClassSDict | |
►CClassTreeContext | |
►CPrivate | |
CCachable | |
CCluLen | |
►Ccluster | |
CBlurredClustering | |
CBlurredClusteringAlg | |
Ccluster_merge_info | |
Ccluster_params | |
CClusterAna | |
CClusterAndHitMerger | Class merging clusters: recomputes start and end position and hit list |
CClusterCheater | |
CClusterCrawler | |
►CClusterCrawlerAlg | |
CClusterStore | Struct of temporary clusters |
CVtx3Store | Struct of temporary 3D vertices |
CVtxStore | Struct of temporary 2D vertices (end points) |
CClusterCreator | Class managing the creation of a new recob::Cluster object |
►CClusterMatchAlg | |
Ccluster_match_info | |
CClusterMatchTQ | |
CClusterMergeAlg | |
CClusterMergeHelper | |
CClusterMerger | Class merging clusters: recomputes start and end position and hit list |
CClusterParamsAlg | |
CClusterParamsAlgBase | Algorithm collection class computing cluster parameters |
CClusterParamsImportWrapper | Wrapper for ClusterParamsAlgBase objects to accept diverse input |
CClusterPCA | |
CClusterTrackAna | |
CCRUException | |
CDBcluster | |
CDBCluster3D | |
CDBclusterAna | |
CDBScan3DAlg | |
CDBScanAlg | |
CEndPointAlg | Algorithm to find 2D end points |
CEndPointModule | Module to find 2D end points |
CeveLoc | |
CHitLoc | |
►CHoughBaseAlg | |
CChargeInfo_t | Data structure collecting charge information to be filled in cluster |
CHoughLineFinder | |
CHoughLineFinderAna | |
CHoughTransform | |
CHoughTransformCounters | CountersMap with access optimized for Hough Transform algorithm |
CLazyClusterParamsAlg | Algorithm class inheriting cluster parameters |
CLineCluster | Produces clusters by ClusterCrawler algorithm |
CLineMerger | |
CMergeClusterAlg | |
COverriddenClusterParamsAlg | Algorithm collection class computing cluster parameters |
CSmallClusterFilter | |
CSmallClusterFinder | |
CSmallClusterFinderAlg | |
CStandardClusterParamsAlg | Algorithm collection class computing cluster parameters |
CTrajCluster | Produces clusters by the TrajCluster algorithm |
CClusterHitsInTime | |
CClusterHitTime | |
CCMalgoPolyContain | |
CCMalgoPolyContain | |
CCMalgoPolyContain | |
CCmhlInfo | |
CCnrByGroup | |
CCnrGroupWeighted | |
CCodeLineHandler | Node representing a line of code |
CCodeLineIterator | |
CCodeOutputInterface | |
CCoin | |
CCollectionWireHit | |
CColor | |
CColoredImage | |
CColoredImgDataItem | |
CColorPicker | |
CCommandMap | |
CCommentCtx | |
CCommentInPrepass | |
CCompAccept | |
CCompactRealDftData | |
Ccompare_is_int | |
Ccompare_is_numeric | |
Ccompare_is_uint | |
Ccompare_to_range | |
Ccompare_to_value | |
CCompoundEntry | |
CCompoundEntryIterator | |
CCompoundErrorHandler | |
CCompoundHandler | |
CCompoundIdIterator | |
CCompoundTypeMap | |
CCondCtx | |
CCondParser | |
CConfig | |
CConfigBool | |
►CConfigContext | |
CPrivate | |
CConfigDisabled | |
CConfigEnum | |
CConfigFileState | |
CConfigInfo | |
CConfigInt | |
CConfigList | |
CConfigObsolete | |
CConfigOption | |
CConfigString | |
CConfigurableAdcChannelDataCopyService | |
CConfigurationParameters | |
►CConfigurationParser | |
Copt | |
CConstPtrCache | |
CConstraintClassDef | |
CConstraintClassDict | |
CConstraintClassDictIterator | |
CContainerWith_empty | |
CContainerWith_is_valid | |
CContainerWith_isValid | |
CContainerWith_size | |
CContextGlobals | |
CCoordStruct | |
CCopyHandler | Node representing a copied piece of documentation |
CCopyIterator | |
CCosmicFilter | |
Ccout_redirect | |
CCPPValue | |
CCPUTimerTtestFixture | |
CCRHitRemoval | |
CCRHitRemovalByPCA | |
CCRMGeometryConfiguration | |
CCRTOnlineMonitor | |
CCSVExporter | |
CD | |
CDAQQuickClustering | |
CDAQSimAna | |
CData | |
Cdata_BI_quality | |
CDataCreatorBase | Interface of an object creating data to be tested on |
CDataHit | |
►CDataMap | |
CMapEntry | |
CMapEntry< std::vector< T > > | |
CDataMapViewer | |
CDataPrepByApaModule | |
CDataPrepModule | |
CdbsPoint | |
CDebug | |
CDefine | |
CDefineList | |
►CDefineManager | Singleton that manages the defines available while proprocessing files |
CDefinesPerFile | |
CDefineName | |
CDefineNameList | |
►CDefinition | |
CCookie | |
►CDefinitionContext | |
CCachable | |
CDefinitionImpl | |
CDefinitionIntf | |
CDefinitionList | |
CDefinitionListIterator | |
CDeprecated | |
CDerived | |
Cderived | |
CDevNullCodeDocInterface | |
CDiagramItem | |
CDiagramItemList | |
CDiagramRow | |
CDiagramRowIterator | |
►CDirContext | |
►CPrivate | |
CCachable | |
CDirDef | |
CDirectory | |
CDirEntry | |
CDirList | |
►CDirListContext | |
CPrivate | |
CDirRelation | |
CDirSDict | |
Cdist_projected | |
CDocAnchor | |
CDocAutoList | |
CDocAutoListItem | |
CDocbookCodeGenerator | |
CDocbookDocVisitor | Concrete visitor implementation for Docbook output |
CDocbookSectionMapper | |
CDocCite | |
CDocCmdMap | |
►CDocCmdMapper | Command mapper |
CCmd | |
CDocCopy | |
CDocDiaFile | |
CDocDotFile | |
CDocFormula | |
CDocHandler | Node representing a documentation block |
CDocHorRuler | |
CDocHRef | |
CDocHtmlBlockQuote | |
CDocHtmlCaption | |
CDocHtmlCell | |
CDocHtmlDescData | |
CDocHtmlDescList | |
CDocHtmlDescTitle | |
CDocHtmlHeader | |
CDocHtmlList | |
CDocHtmlListItem | |
CDocHtmlRow | |
CDocHtmlTable | |
CDocImage | |
CDocImpl | |
CDocInclude | |
CDocIncOperator | |
CDocIndexEntry | |
CDocInfo | |
CDocInternal | |
CDocInternalHandler | |
CDocInternalParaIterator | |
CDocInternalRef | |
CDocInternalSubIterator | |
CDocIntf | |
CDocIterator | |
CDocLexerContext | |
CDocLineBreak | |
CDocLink | |
CDocLinkedWord | |
CDocLinkInfo | |
CDocMscFile | |
CDocNode | |
CDocPara | |
CDocParamList | |
CDocParamSect | |
CDocParBlock | |
CDocParserContext | |
CDocRef | |
CDocRoot | |
CDocSecRefItem | |
CDocSecRefList | |
CDocSection | |
CDocSectionHandler | Node representing a section |
CDocSectionParaIterator | |
CDocSectionSubIterator | |
►CDocSets | |
CNodeDef | |
CDocSimpleList | |
CDocSimpleListItem | |
CDocSimpleSect | |
CDocSimpleSectSep | |
CDocStyleChange | |
►CDocSymbol | |
CPerlSymb | |
CDocText | |
CDocTitle | |
CDocURL | |
CDocVerbatim | |
CDocVhdlFlow | |
CDocVisitor | Abstract visitor that participates in the visitor pattern |
CDocWhiteSpace | |
CDocWord | |
CDocXRefItem | |
CDotCallGraph | |
CDotClassGraph | |
CDotConstString | |
CDotDirDeps | |
CDotFileHandler | Node representing a dot file |
►CDotFilePatcher | |
CMap | |
CDotGfxHierarchyTable | |
►CDotGroupCollaboration | |
CEdge | |
CLink | |
CDotInclDepGraph | |
CDotManager | |
CDotNode | |
CDotNodeList | |
►CDotRunner | |
CCleanupItem | |
CDotRunnerQueue | |
CDotWorkerThread | |
CDoxygen | This class serves as a namespace for global variables used by doxygen |
►CDoxygenContext | |
►CPrivate | |
CCachable | |
CDPhaseCoherentNoiseService | |
CDPhaseFixedDetPedestalService | |
CDPhaseRealisticNoiseService | |
CDPhaseSimChannelExtractService | |
CDriftAna | |
CDualPhaseOpHitDumper | |
CDune35tSimChannelExtractService | |
CDune35tZeroSuppressService | |
CDuneAdcSignalFinder | |
CDuneChannelInfo | |
CDuneDeconvolutionService | |
CDuneDPhase3x1x1NoiseRemovalService | |
CDuneDPhaseDeconvolutionService | |
CDuneDPhaseRoiBuildingService | |
CDuneEventFilter | |
CDuneEventInfo | |
CDuneFFT | |
CDuneRoiBuildingService | |
CDuneTimeConverter | |
►CDuneToolManager | |
CSharedToolEntry | |
CTSharedToolEntry | |
CE | |
CEclipseHelp | |
CEdgeInfo | |
CEdgeLabelHandler | |
CEdgeLabelIterator | |
CEdgeProperties | |
CEdgeRelationMapper | |
CElectronLifetime | |
►CElementMapper | |
CEndElementHandler | |
CStartElementHandler | |
CEMailHandler | |
CEmptyClass | |
Cend_const_iterator_t | |
Cend_iterator_t | |
CendAPA3 | |
CEnergyDep | |
CEntry | |
CEntryHandler | Node representing an entry in the table entry |
CEntryIterator | |
CEntryNav | |
CEnum_Test | |
Cepsilon_neighbours_s | |
CErrorHandler | |
CEventInfo | Framework includes |
CEventPrincipalTestFixture | |
CEventQueue | |
CEventTestFixture | |
CExample | |
CExample_Test | |
►CExampleListContext | |
CPrivate | |
CExampleSDict | |
►CExampleTreeContext | |
►CPrivate | |
CCachable | |
CExpected_t | |
CExpert | |
CExponentialChannelNoiseService | |
CExprAst | Base class for all nodes in the abstract syntax tree of an expression |
CExprAstBinary | Class representing a binary operator in the AST |
CExprAstFilter | Class representing a filter in the AST |
CExprAstFilterAppl | Class representing a filter applied to an expression in the AST |
CExprAstFunctionVariable | |
CExprAstLiteral | Class representing a string literal in the AST |
CExprAstNegate | Class representing a negation (not) operator in the AST |
CExprAstNumber | Class representing a number in the AST |
CExprAstUnary | |
CExprAstVariable | Class representing a variable in the AST |
►CExpressionParser | Recursive decent parser for Django style template expressions |
CExprToken | Class representing a token within an expression |
CExpTailPedRemover | |
CExpTailRemover | |
CFclFileFloatArray | |
CFclFloatArray | |
CFclIndexRangeTool | |
CFclIndexVectorMapTool | |
CFclRunDataTool | |
CFclStickyCodeFlagger | |
CFembLinearCalibration | |
CFembMappedAdcModifier | |
CFftwReal2dDftData | |
►CFileContext | |
►CPrivate | |
CCachable | |
CFileDef | |
CFileList | |
►CFileListContext | |
CPrivate | |
CFileName | |
CFileNameDict | |
CFileNameIterator | |
CFileNameList | |
CFileNameListIterator | |
CFilePair | |
CFilePairDict | |
CFileParser | General file parser |
CFileState | |
CFileStorage | Store implementation based on a file. Writing is linear, after that the file is re-opened for reading. Reading is random (seek+read) |
►CFileTreeContext | |
►CPrivate | |
CCachable | |
CFillIMapHistsOpts | |
CFillIMapHistsReweighters | |
CFilterAdd | The implementation of the "add" filter |
►CFilterAlphaIndex | The implementation of the "alphaIndex" filter |
CListElem | |
CSortList | |
CFilterAppend | The implementation of the "append" filter |
CFilterDefault | The implementation of the "default" filter |
CFilterDivisibleBy | The implementation of the "divisibleby" filter |
CFilterFlatten | The implementation of the "flatten" filter |
CFilterGet | The implementation of the "get" filter |
►CFilterGroupBy | The implementation of the "groupBy" filter |
CListElem | |
CSortList | |
CFilterLength | The implementation of the "length" filter |
CFilterList | The implementation of the "list" filter |
►CFilterListSort | The implementation of the "listsort" filter |
CListElem | |
CSortList | |
CFilterNoWrap | The implementation of the "default" filter |
CFilterPaginate | The implementation of the "paginate" filter |
CFilterPrepend | The implementation of the "prepend" filter |
CFilterRaw | The implementation of the "raw" filter |
CFilterRelative | The implementation of the "relative" filter |
CFilterStripPath | The implementation of the "default" filter |
CFilterTexIndex | The implementation of the "texindex" filter |
CFilterTexLabel | The implementation of the "texlabel" filter |
CFindFileCacheElem | |
CFixedChannelGroupService | |
CFixedDetPedestalService | |
CFixedTimeOffsetTool | |
CFixedZeroSuppressService | |
CFlashMatchAnalysis | |
CFloatArrayGainCalibration | |
CFloatArrayTool | |
CFlowChart | |
Cflugg | |
CFmhlInfo | |
CFn_Test | Fn_Test class |
CFoo | Foo |
CFormula | |
CFormulaDict | |
CFormulaHandler | Node representing a formula |
CFormulaList | |
CFormulaListIterator | |
CFortranLanguageScanner | Fortran language parser using state-based lexical scanning |
CFortranLanguageScannerFixed | |
CFortranLanguageScannerFree | |
CFragment | |
CFragment_greater | |
CFriendlyNameTestFixture | |
CFTextStream | Simplified and optimized version of QTextStream |
CFTVHelp | |
CFTVNode | |
CFw2dFFT | |
CFwFFT | |
Cg3numi | |
Cg4numi | |
CG4S1Light | |
CG4S2Light | |
CG4ThermalElectron | |
Cgarana | |
CGausRmsFitter | |
CGaussianNoiseCreator | Data creator: Gaussian random data |
CGausStepFitter | |
CGenericConstIterator | Template List iterator support |
CGenericNodeListContext | Standard template list implementation |
CGenericsCollection | |
CGenericSimChannelExtractService | |
CGenericsSDict | |
CgenFinder | |
CGeoApaChannelGroupService | |
CGeometryCRMChannelMappingTestFixture | |
CGeometryGeoIDTestFixture | |
CGeometryIteratorTestFixture | |
CGeometryStandardChannelMappingTestFixture | |
CGeoRopChannelGroupService | |
CGFAbsRecoHitProducer | Abstract interface class for GFRecoHitProducer |
CGFException | Exception class for error handling in GENFIT (provides storage for diagnostic information) |
CGFRecoHitProducer | Template class for a hit producer module |
CGlobalServicesClass | |
►CGlobalsIndexContext | |
►CPrivate | |
CCachable | |
CGoodWireAna | |
CGraphHandler | |
CGroupDef | |
CGrouping | |
CGroupList | |
CGroupListIterator | |
CGroupSDict | |
CGrowBuf | |
CGSimFiles | Holds GENIE simulation outputs (cross-section ROOT files, simulated event samples in GHEP, GST or other format) typically used as inputs in physics validation / tuning apps |
Cgst | |
CGuardedSection | |
CHalfApaChannelRanges | |
CHardwareMapperService | |
Chas_shower_dist_energy | |
CHDColdboxDataInterface | |
CHelpLabel | |
CHighlightHandler | Node representing a highlighted text fragment |
CHighlightIterator | |
CHighlightMapper | |
CHistList | |
CHistogramManager | |
CHitAnaAlgFixture | |
CHitHandScan | |
CHitPos | |
ChoughCorner | |
CHRulerHandler | |
CHtags | |
CHtmlAttrib | |
CHtmlAttribList | A list of Html attributes |
CHtmlAttribListIterator | Html attribute list iterator |
CHtmlCodeGenerator | |
CHtmlDocVisitor | Concrete visitor implementation for HTML output |
ChtmlEntityInfo | Structure defining all HTML4 entities, doxygen extensions and doxygen commands representing special symbols |
CHtmlEntityMapper | Singleton helper class to map html entities to other formats |
CHtmlEscaper | |
CHtmlGenerator | |
CHtmlHelp | |
CHtmlHelpIndex | |
CHtmlSpaceless | |
CHuffmanTree | |
CIBaseHandler | |
CIcebergChannelGeo | |
CIcebergDataInterface | |
CIcebergDataInterfaceFELIXBufferMarch2021 | |
CIcebergFELIXBufferDecoderMarch2021 | |
CIcebergOnlineChannel | |
CIcebergTPCRawDecoder | |
CIChildNode | |
CIChildNodeIterator | |
CIClass | The interface to a class in the object model |
CICompound | The interface to a compound in the object model |
CICompoundIterator | |
CIDCOP | |
CIdealAdcSimulator | |
CIDefine | |
CIDEYLess | |
CIDir | Interface to a directory in the object model |
CIDoc | |
CIDocAnchor | |
CIDocCodeLine | |
CIDocCopy | |
CIDocDotFile | |
CIDocEMail | |
CIDocEntry | |
CIDocFormula | |
CIDocHighlight | |
CIDocHRuler | |
CIDocImage | |
CIDocIndexEntry | |
CIDocInternal | |
CIDocItemizedList | |
CIDocIterator | |
CIDocLineBreak | |
CIDocLink | |
CIDocListItem | |
CIDocMarkup | |
CIDocMarkupModifier | |
CIDocOrderedList | |
CIDocPara | |
CIDocParameter | |
CIDocParameterItem | |
CIDocParameterList | |
CIDocProgramListing | |
CIDocRef | |
CIDocRoot | |
CIDocRow | |
CIDocSection | |
CIDocSimpleSect | |
CIDocSymbol | |
CIDocTable | |
CIDocText | |
CIDocTitle | |
CIDocTocItem | |
CIDocTocList | |
CIDocULink | |
CIDocVariableList | |
CIDocVariableListEntry | |
CIDocVerbatim | |
CIDoxygen | |
CIEdgeLabel | |
CIEdgeLabelIterator | |
CIEnum | |
CIEnumValue | |
CIException | The interface to a Java/IDL exception in the object model |
CIFallBackHandler | |
CIFile | The interface to a file in the object model |
CIFriend | |
CIFunction | |
CIGraph | |
CIGroup | The interface to a group in the object model |
CIInclude | Include relation |
CIIncludeIterator | |
CIInterface | The interface to a Java/IDL interface in the object model |
CILinkedText | Base interface for hyperlinked text |
CILinkedTextIterator | Iterates over a list of ILinkedText fragments |
CILT_Ref | Reference to an object |
CILT_Text | Plain text fragment |
CImage | |
CImageHandler | Node representing an image |
CIMember | |
CIMemberIterator | |
CIMemberReference | |
CIMemberReferenceIterator | |
CINamespace | The interface to a namespace in the object model |
CInclude_Test | |
CIncludeHandler | |
CIncludeInfo | |
►CIncludeInfoContext | |
CPrivate | |
►CIncludeInfoListContext | |
CPrivate | |
CIncludeIterator | |
CIndexEntry | |
CIndexEntryHandler | Node representing an entry in the index |
CIndexField | |
CIndexFieldSDict | |
CIndexIntf | Abstract interface for index generators |
CIndexLabelTool | |
CIndexList | A list of index interfaces |
CIndexMapTool | |
CIndexRange | |
CIndexRangeGroup | |
CIndexRangeGroupTool | |
CIndexRangeTool | |
CIndexVectorMapTool | |
CIndexWord | |
CInductionWireHit | |
►CInheritanceGraphContext | |
CPrivate | |
►CInheritanceListContext | |
CPrivate | |
►CInheritanceNodeContext | |
CPrivate | |
►CInheritedMemberInfoContext | |
CPrivate | |
►CInheritedMemberInfoListContext | |
CPrivate | |
CINode | |
CINodeIterator | |
CINotTestTool | |
CInput | |
CInputBool | |
CInputConfig | |
CInputConfigKeys | |
CInputInt | |
CInputString | |
CInputStrList | |
CInt | |
CInteger | |
CInteger(Arithmetic) | |
CInteractionChainReweightingInterface | The interface for classes that reweight a chain of interactions, as needed for MIPP |
CInteractionReweightingInterface | This is the interface for classes that reweight interactions. The constructor for these classes should look like myInteractionReweighting(int iuniv,ParameterTable& cv_pars, ParameterTable& univ_pars); |
CInterpolatingAdcMitigationService | |
CINukeNucleonCorr | Correction to free NN xsec in nuclear matter |
CINukeOset | |
CINukeOsetFormula | Formula-based implementation of Oset model |
►CINukeOsetTable | Table-based implementation of Oset model |
CPointHandler | Handle table's index and weights for given density and energy |
CIPage | The interface to a page in the object model |
CIParam | Representation of a parameter of a function |
CIParamIterator | |
CIProperty | |
CIPrototype | |
CIRelatedCompound | |
CIRelatedCompoundIterator | |
Cis_assn | |
Cis_assn< art::Assns< L, R, D > > | |
CisBeamType | |
CISection | The interface to a section in the object model |
CISectionIterator | |
CIsfiniteTester | |
CIsfiniteTester< Vector, 2U > | |
CIsfiniteTester< Vector, 3U > | |
CIsfiniteTester< Vector, 4U > | |
CISignal | |
CISlot | |
Cissue19191 | |
CIString | Read only interface to a string |
CIStruct | The interface to a struct in the object model |
CItemizedListHandler | Node representing list of items |
CItemizedListIterator | |
CITestTool | |
CITypedef | |
CIUnion | The interface to a union in the object model |
CIUserDefined | |
CIVariable | |
CJavadoc_Test | |
CKalmanFilterFinalTrackFitter | Producer for fitting Trajectories and TrackTrajectories using TrackKalmanFitter |
CKalmanFilterTrajectoryFitter | Producer for fitting Trajectories and TrackTrajectories using TrackKalmanFitter |
CKeepAllRoiBuildingService | |
CLabelMap | |
CLabelMapper | |
CLang2ExtMap | |
CLArContent | LArContent class |
CLArDLContent | LArDLContent class |
CLarsoftHuffmanCompressService | |
CLArStackingAction | |
CLatexCodeGenerator | |
►CLatexDocVisitor | Concrete visitor implementation for LaTeX output |
CActiveRowSpan | |
CTableState | |
CLatexEscaper | |
CLatexGenerator | |
CLatexSpaceless | |
CLayoutDocEntry | Base class representing a piece of a documentation page |
CLayoutDocEntryMemberDecl | Represents of a member declaration list with configurable title and subtitle |
CLayoutDocEntryMemberDef | Represents of a member definition list with configurable title |
CLayoutDocEntrySection | |
CLayoutDocEntrySimple | Represents of a piece of a documentation page without configurable parts |
►CLayoutDocManager | Singleton providing access to the (user configurable) layout of the documentation |
CPrivate | |
CLayoutErrorHandler | |
CLayoutNavEntry | Base class for the layout of a navigation item at the top of the HTML pages |
►CLayoutParser | |
CEndElementHandler | |
CStartElementHandler | |
CStartElementHandlerKind | |
CStartElementHandlerMember | |
CStartElementHandlerNavEntry | |
CStartElementHandlerSection | |
Cleading_costheta | |
CLegacy35tZeroSuppressService | |
Cless | |
CLetterToIndexMap | Maps a unicode character code to a list of T::ElementType's |
CLibraryManagerTestFixture | |
CLineBreakHandler | |
CLineColors | |
CLinkedTextHandler | |
CLinkedTextImpl | |
CLinkedTextIterator | |
CLinkHandler | |
CLinkRef | |
CListItemHandler | Node representing a list item |
CListItemInfo | |
CListItemIterator | |
CListOfAllMembersHandler | |
CLocatorContainer | |
CLodePNG_Encoder | |
CLodePNG_EncodeSettings | |
CLodePNG_InfoColor | |
CLodePNG_InfoPng | |
CLodePNG_InfoRaw | |
CLodeZlib_DeflateSettings | |
CLookupInfo | |
CLT_Ref | |
CLT_Text | |
CMainHandler | |
CMainWindow | |
CmakeAdaptedSpanDocumentation1TestClass | |
CMakeSNeTProfileHistos | |
CmakeTransformedSpanDocumentation1TestClass | |
CManDocVisitor | Concrete visitor implementation for LaTeX output |
CManGenerator | |
CMapper | |
CMappers | |
CMarkdownFileParser | |
CMarker | |
CMarkupHandler | Handles markup commands in the XML input |
CMarkupModifierNode | Node representing a change in the markup style |
CMCBTAlg | |
CMCBTDemo | |
CMCP_Skimmer | |
CMCReco | |
CMD5Context | |
CMedianPedestalService | |
►CMemberContext | |
►CPrivate | |
CCachable | |
CMemberDef | |
CMemberDefImpl | |
CMemberDict | |
CMemberEntry | |
CMemberGroup | |
CMemberGroupInfo | |
►CMemberGroupInfoContext | |
►CPrivate | |
CCachable | |
CMemberGroupList | |
►CMemberGroupListContext | |
CPrivate | |
CMemberGroupListIterator | |
CMemberGroupSDict | |
CMemberHandler | |
CMemberIndexList | |
CMemberInfo | |
►CMemberInfoContext | |
CPrivate | |
CMemberIterator | |
CMemberList | |
►CMemberListContext | |
CPrivate | |
►CMemberListInfoContext | |
►CPrivate | |
CCachable | |
CMemberListIterator | |
CMemberName | |
CMemberNameInfo | |
CMemberNameInfoIterator | |
CMemberNameInfoSDict | |
CMemberNameIterator | |
CMemberNameSDict | |
CMemberReference | |
CMemberReferenceIterator | |
CMemberSDict | |
CMemberTypeMap | |
CMemgrp_Test | |
CmergedLines | |
CMiniCaptExposedBuilder | |
CMiniCaptExposedMessenger | |
CMiniCaptImmersedBuilder | |
CMiniCaptImmersedMessenger | |
CModelConfig | |
►CModuleContext | |
►CPrivate | |
CCachable | |
►CModuleListContext | |
CPrivate | |
CModuleNodeContext | |
►CModuleTreeContext | |
►CPrivate | |
CCachable | |
CMPDMagneticField | |
CMultiAdcSuppressService | |
CMultiChannelNoiseRemovalService | |
CMultiPandoraApi | MultiPandoraApi class |
CMultiPandoraApiImpl | MultiPandoraApiImpl class |
CMyClass | |
CMyOtherProvider | |
CMyProvider | |
CMyPtr | |
CMyService | |
CMyServiceTemplate | |
CMyUIntTemplate_t | |
CMyULongTemplate_t | |
►CNamespaceContext | |
►CPrivate | |
CCachable | |
CNamespaceDef | |
CNamespaceDict | |
CNamespaceList | |
►CNamespaceListContext | |
CPrivate | |
CNamespaceListIterator | |
►CNamespaceMembersIndexContext | |
►CPrivate | |
CCachable | |
CNamespaceSDict | |
►CNamespaceTreeContext | |
►CPrivate | |
CCachable | |
CNavIndexEntry | |
CNavIndexEntryList | |
►CNavPathElemContext | |
CPrivate | |
CNeighbors_t | |
CNeighbour | |
CNestAlg | |
►CNestingContext | |
CPrivate | |
►CNestingNodeContext | |
►CPrivate | |
CCachable | |
CNeutronHPphysics | |
Cnew_interaction_topology | |
CNmhlInfo | |
Cnode_s | |
CNodeHandler | |
CNodeIterator | |
►CNoiseAdder | |
CElectronicsAddress | |
CNoisyAdcSimulator | |
CNoParameterFound | |
CNormalDatumClass | |
CNoWheelComboBox | |
CNoWheelSpinBox | |
Cnu_g4numi | |
CNumi2Pdg | |
CNuShowerEff | |
CO | |
►CObjCache | Cache for objects |
CCacheNode | |
CHashNode | |
CObjCCallCtx | |
CObject | |
CObjectWithCategory | |
CObjectWithoutCategory | |
COperator | Class representing operators that can appear in template expressions |
COpticalRecoRException | |
COrderedListHandler | Node representing list of items |
COrderedListIterator | |
COurClass | |
COutputDB | |
COutputDocInterface | |
COutputGenerator | |
COutputList | |
COutputNameDict | |
COutputNameList | |
COverload_Test | A short description |
CPackedDump | |
►CPageContext | |
►CPrivate | |
CCachable | |
CPageDef | A model of a page symbol |
►CPageListContext | |
CPrivate | |
CPageSDict | |
►CPageTreeContext | |
►CPrivate | |
CCachable | |
CPar_Test | |
►CParabolicInterpolator | |
CPoint | |
CParagraphHandler | Node representing a paragraph of text and commands |
CParagraphIterator | |
CParameterHandler | Node representing a parameter |
CParameterItemHandler | |
CParameterItemIterator | |
CParameterListHandler | |
CParameterListIterator | |
CParamHandler | |
CParamIterator | |
Cparams | |
CParFormula | |
CParserInterface | Abstract interface for programming language parsers |
CParserManager | Manages programming language parsers |
CParticleInfo | |
CParticlesThroughVolumes | The information about the distance (multiplied by the density) of the particles passed by a volume |
CPathManagerTestFixture | |
CPDDPTPCRawDecoderTest | |
CPddpVintageDeconvoluter | |
CPDSPCTBRawDecoder | |
CPDSPDataDrivenBeam | |
CPdspNoiseRemoval | |
CPdspOnlineChannel | |
CPDSPTPCDataInterface | |
CPDSPTPCDataInterfaceParent | |
CPDSPTPCRawDecoder | |
CPedestalAdditionService | |
CPedestalEvaluationService | |
CPerlModDocVisitor | Concrete visitor implementation for PerlMod output |
CPerlModGenerator | |
CPerlModOutput | |
CPerlModOutputStream | |
CPinnedDatumClass | |
CPinnedDatumClassBase | |
CPionAbsCexSelection | |
CPionCrossSectionAnalyzer | |
CPluginFactoryTestFixture | |
CPoint | |
Cpoint_s | |
CPolygon2D | |
CPrefixIgnoreClassList | |
CPrimaryPionSelection | |
CPrintDocVisitor | |
CProductTablesFixture | |
CProgramListingHandler | Node representing a program listing |
CProgramListingIterator | |
Cpropagate_const | |
CPropagationTimeModel | |
►CPropertyMapper | Helper class to map a property name to a handler member function |
CPropertyFunc | |
CPropertyFuncIntf | |
CprotoDUNE_dEdx_calib | |
CprotoDUNE_validate_calib | |
CprotoDUNE_X_calib | |
CprotoDUNE_YZ_calib | |
CProtoDuneChannelGroups | |
CProtoduneChannelHelper | |
CProtoDUNEChannelNoiseService | |
CProtoDuneChannelRanges | |
CProtoDUNEelectronWireAna | |
CProtoduneOnlineChannel | |
CprotoTrack | |
CProvidedPedestalAdditionService | |
►CProxyBaseTest | Runs a test of proxy::Tracks interface |
CConfig | |
Cptr_to_T | |
CPtrMakerAnalyzer | |
CPtrMakerProducer2 | |
CPU | |
►CPyCallContext | |
CCtx | |
CPythonLanguageScanner | Python Language parser using state-based lexical scanning |
►CPyVariableContext | |
CScope | |
CQArray | |
CQAsciiBucket | |
CQAsciiDict | |
CQAsciiDictIterator | |
CQAtomicInt | |
CQBaseBucket | |
CQBidiState | |
CQBuffer | I/O device that operates on a QByteArray |
CQCache | |
CQCacheItem | |
CQCacheIterator | |
CQCDict | |
CQChar | Light-weight Unicode character |
CQCharRef | Helper class for QString |
CQCList | |
CQCListIt | |
CQCollection | Base class of all Qt collections |
CQConstString | A QString which uses constant Unicode data |
CQCriticalSection | |
►CQCString | |
CLongStringRep | |
CLSData | |
CLSHeader | |
CShortStringRep | |
►CStringRep | |
CShortOrLongStringSelector | |
CQDataStream | Serialization of binary data to a QIODevice |
CQDate | Date functions |
CQDateTime | Date and time functions |
CQDir | Traverses directory structures and contents in a platform-independent way |
CQDirSortItem | |
CQFile | I/O device that operates on files |
CQFileInfo | System-independent file information |
CQFileInfoCache | |
►CQGArray | Internal class for implementing the QArray class |
Carray_data | |
CQGCache | Internal class for implementing QCache template classes |
CQGCacheIterator | An internal class for implementing QCacheIterator and QIntCacheIterator |
CQGDict | Internal class for implementing QDict template classes |
CQGDictIterator | An internal class for implementing QDictIterator and QIntDictIterator |
CQGDItList | |
CQGList | Internal class for implementing Qt collection classes |
CQGListIterator | Internal class for implementing QListIterator |
CQGString | |
CQGStringBuffer | |
CQGVector | Internal class for implementing Qt collection classes |
CQhp | |
CQhpXmlWriter | |
CQIntBucket | |
CQIntDict | |
CQIntDictIterator | |
CQInternalList | |
CQInternalListIterator | |
CQIODevice | Base class of I/O devices |
CQLatin1Codec | |
CQLigature | |
CQList | |
CQListIterator | |
CQLNode | Internal class for the QList template collection |
CQMap | |
CQMapConstIterator | |
CQMapIterator | |
CQMapNode | |
CQMapNodeBase | |
CQMapPrivate | |
CQMapPrivateBase | |
CQMultiByteUnicodeTable | |
CQMutex | |
CQMutexLocker | |
CQMutexPrivate | |
CQPtrBucket | |
CQPtrDict | |
CQPtrDictIterator | |
CQQueue | |
CQRegExp | Pattern matching using regular expressions or wildcards |
CQShared | The QShared struct is internally used for implementing shared classes |
CQSimpleTextCodec | |
CQSortedList | |
CQStack | |
CQStrIList | |
►CQString | Abstraction of Unicode text and the classic C null-terminated char array (char*) |
CNull | |
CQStringBucket | |
CQStringBuffer | |
CQStringData | |
CQStringList | A list of strings |
CQStrIVec | |
CQStrList | |
CQStrVec | |
CQTextCodec | Provides conversion between text encodings |
CQTextCodecFromIOD | |
CQTextCodecFromIODDecoder | |
CQTextDecoder | State-based decoder |
CQTextEncoder | State-based encoder |
CQTextIStream | A convenience class for input streams |
CQTextOStream | A convenience class for output streams |
CQTextOStreamIterator | |
CQTextStatelessDecoder | |
CQTextStatelessEncoder | |
CQTextStream | Basic functions for reading and writing text using a QIODevice |
CQTextStreamPrivate | |
CQThread | |
CQThreadPrivate | |
CQTime | Clock time functions |
CQTSManip | |
CQTstyle_Test | A test class |
CQuadExpr | |
CQUtf16Codec | |
CQUtf16Decoder | |
CQUtf16Encoder | |
CQUtf8Codec | |
CQUtf8Decoder | |
CQValueList | |
CQValueListConstIterator | |
CQValueListIterator | |
CQValueListNode | |
CQValueListPrivate | |
CQValueStack | |
CQVector | |
CQWaitCondition | |
CQWaitConditionEvent | |
CQWaitConditionPrivate | |
CQXmlAttributes | XML attributes |
CQXmlAttributesPrivate | |
CQXmlContentHandler | Interface to report logical content of XML data |
CQXmlDeclHandler | Interface to report declaration content of XML data |
CQXmlDefaultHandler | Default implementation of all XML handler classes |
CQXmlDefaultHandlerPrivate | |
CQXmlDTDHandler | Interface to report DTD content of XML data |
CQXmlEntityResolver | Interface to resolve extern entities contained in XML data |
CQXmlErrorHandler | Interface to report errors in XML data |
CQXmlInputSource | Source where XML data is read from |
CQXmlInputSourcePrivate | |
CQXmlLexicalHandler | Interface to report lexical content of XML data |
CQXmlLocator | XML handler classes with information about the actual parsing position |
CQXmlLocatorPrivate | |
CQXmlNamespaceSupport | Helper class for XML readers which want to include namespace support |
CQXmlNamespaceSupportPrivate | |
CQXmlParseException | Used to report errors with the QXmlErrorHandler interface |
CQXmlParseExceptionPrivate | |
CQXmlReader | Interface for XML readers (i.e. parsers) |
CQXmlSimpleReader | Implementation of a simple XML reader (i.e. parser) |
►CQXmlSimpleReaderPrivate | |
CExternEntity | |
CExternParameterEntity | |
CRandomDataCreator | Data creator: uniformly random data, full range |
CRange | |
CRawDigitExtractService | |
CRawDigitPrepService | |
CReaderStream | |
CReal2dData | |
CReal2dDftData | |
CRealDftData | |
CRealDftNormalization | |
CReceiver | |
CrecoHit | |
►CRecoProxyUsageExample | Example of analyzer accessing vertices, tracks, and hits, using RecoBaseProxy |
CConfig | |
CRefCountedContext | Helper class to support reference counting |
CRefHandler | |
CRefItem | |
CRefList | |
CRelatedCompound | |
CRelatedCompoundIterator | |
CReminder | |
CRemoveBadChannels | |
CReplaceCompressService | |
CResource | Compiled resource |
►CResourceMgr | Singleton for managing resources compiled into an executable |
CPrivate | |
CResults_t | Structure to hold enough information to computed the expected results |
CReturnBool | |
CRgAlg | |
CRoi2dToAdc | |
CRootGausFuncWrapper | |
CRootPalette | |
CRootParFormula | |
CRowHandler | Node representing an entry in the table row |
CRowIterator | |
CRStarAcceptAny | |
CRStarAcceptEnclosing | |
CRStarAcceptOverlapping | |
CRStarBoundedItem | |
CRStarBoundingBox | |
CRStarLeaf | |
CRStarNode | |
CRStarRemoveLeaf | |
CRStarRemoveSpecificLeaf | |
►CRStarTree | Implementation of an RTree with an R* index |
CQueryFunctor | |
CRemoveFunctor | |
CRemoveLeafFunctor | |
CVisitFunctor | |
CRtf_Style_Default | |
CRTFDocVisitor | Concrete visitor implementation for RTF output |
CRTFGenerator | |
CRTFListItemInfo | |
CRunBefore | |
►CRunData | |
CSetStat | |
CRunDataTool | |
CRunList | |
CRunningSumTPFinder | |
CRunningSumTPFinderPass1 | |
CRunningSumTPFinderPass2 | |
CRunningSumTPFinderPass3 | |
CRunningSumTPFinderPass4 | |
►CRunningSumTPFinderTool | |
CHit | |
CRunRange | |
CRunStarting | |
CS | |
CSampleConfigFixture | |
CSampleTailer | |
CscalarFromTree | |
CScope | |
CScopedPtr | Scoped smart pointer |
►CSDict | |
CIterator | |
CIteratorDict | |
CSearchDefinitionList | |
CSearchDocEntry | |
CSearchIndex | |
►CSearchIndexContext | |
►CPrivate | |
CCachable | |
►CSearchIndexExternal | |
CPrivate | |
CSearchIndexInfo | |
CSearchIndexIntf | |
CSearchIndexList | |
►CSearchIndicesContext | |
CPrivate | |
Csecondary_noPion | |
CSectionDict | |
CSectionHandler | |
CSectionInfo | |
CSectionIterator | |
CSectionTypeMap | |
►CSemiAnalyticalModel | |
CDims | |
COpticalDetector | |
CSender | |
CServiceHandleBase | |
CShapedCohProtoDUNENoiseService | |
CSharedPtr | Reference counting smart pointer |
Cshower_dists | |
►CShowerQuality | |
CTreeParams_t | For convenience: struct to define a set of parameters per shower to be stored in TTree |
CShowerReco3D | |
Cshowertree | |
CSignal2Noise | |
CSignalShapingService | |
CSignalTypeConverter | |
CSimChannelExtractService | |
Csimple | |
Csimple_base | |
CSimpleHistogramManager | |
CSimpleSectHandler | |
CSimWireDUNE | |
CSineWaveCreator | Data creator: sine wave data |
Csinglekaon_xsec | |
►CSIntDict | |
CIterator | |
CIteratorDict | |
CSIntList | |
CSizedContainer | |
CSList | |
CSNAna | |
CSomeNiceClass | Pretty nice class |
CSortBoundedItemsByAreaEnlargement | |
CSortBoundedItemsByDistanceFromCenter | |
CSortBoundedItemsByFirstEdge | |
CSortBoundedItemsByOverlapEnlargement | |
CSortBoundedItemsBySecondEdge | |
CSortedRefItems | |
CSortEntry | |
CSorterByKey | |
CSourceLinkInfo | |
CSpaceCharge | |
CSpacePoint | |
CSpanDocumentation1TestClass | |
CSpehere | Representation of a 3D sphere Defines a 3D Sphere having an center (Point_t) and a radius (double) |
CSPhaseChannelNoiseService | |
CStandardAdcChannelStringTool | |
CStandardAdcWireBuildingService | |
CStandardGeometryConfiguration | |
CStandardRawDigitExtractService | |
CStandardRawDigitPrepService | |
►CStatistics | |
Cstat | |
CStatusConfiguration | |
CStep1 | |
CStep2 | |
CStep3 | |
CStep4 | |
CStickyCodeMetrics | |
CSTLInfo | |
CStorageIntf | Abstract interface for file based memory storage operations |
►CStore | The Store is a file based memory manager |
CNode | |
CStretchBoundingBox | |
CString | |
CStringDict | |
CStringImpl | |
CStringManipulator | |
CStuckBitAdcDistortionService | |
CStyleData | |
CSubtractBaseline | |
CSummer | |
CSupernovaAna | |
CSurfXYZTestFixture | |
CSurfYZLineTestFixture | |
CSurfYZTestFixture | |
►CSymbolContext | |
CPrivate | |
►CSymbolGroupContext | |
►CPrivate | |
CCachable | |
►CSymbolGroupListContext | |
CPrivate | |
CSymbolHandler | Node representing an special symbol |
►CSymbolIndexContext | |
►CPrivate | |
CCachable | |
►CSymbolIndicesContext | |
CPrivate | |
►CSymbolListContext | |
CPrivate | |
CSymbolModifiers | Holds modifiers (ie attributes) for one symbol (variable, function, etc) |
CsystConfig | |
CT0RecoAnodePiercers | |
CT0RecoSCE | |
CT0RecoSCECalibrations | |
CT1 | |
CT2 | |
CT3 | |
CT4 | |
CTableHandler | Node representing an entry in the table |
CTableIterator | |
CTag | |
CTagAnchorInfo | |
CTagAnchorInfoList | |
CTagClassInfo | |
CTagDirInfo | |
CTagEnumValueInfo | |
CTagFileErrorHandler | |
CTagFileInfo | |
►CTagFileParser | |
CEndElementHandler | |
CStartElementHandler | |
CTaggedType | |
CTaggedType< Tag, void > | |
CTagGroupInfo | |
CTagIncludeInfo | |
CTagInfo | |
CTagMemberInfo | |
CTagNamespaceInfo | |
CTagPackageInfo | |
CTagPageInfo | |
Ctcl_scan | Structure containing information about current scan context |
CTclLanguageScanner | Tcl language parser using state-based lexical scanning |
Ctdata | |
CTempHit | |
CTemplate | Abstract interface for a template |
CTemplateAutoRef | |
CTemplateBlockContext | Class holding stacks of blocks available in the context |
CTemplateContext | Abstract interface for a template context |
CTemplateContextImpl | Internal class representing the implementation of a template context |
►CTemplateEngine | Engine to create templates and template contexts |
►CPrivate | Private data of the template engine |
CIncludeEntry | |
CTemplateEscapeIntf | Interface used to escape characters in a string |
►CTemplateFilterFactory | Factory singleton for registering and creating filters |
CAutoRegister | Helper class for registering a filter function |
CTemplateImpl | Internal class representing the implementation of a template |
CTemplateKeyValue | A container to store a key-value pair |
CTemplateLexer | Lexer class for turning a template into a list of tokens |
►CTemplateList | Default implementation of a context value of type list |
CPrivate | Private data of a template list object |
CTemplateListConstIterator | |
►CTemplateListIntf | Abstract read-only interface for a context value of type list |
CConstIterator | Abstract interface for a iterator of a list |
CTemplateNode | Base class of all nodes in a template's AST |
CTemplateNodeBlock | Class representing a 'block' tag in a template |
CTemplateNodeCloseSubIndex | Class representing an 'closesubindex' tag in a template |
CTemplateNodeCreate | Class representing an 'create' tag in a template |
CTemplateNodeCreator | Helper class for creating template AST tag nodes and returning the template for a given node |
CTemplateNodeCycle | Class representing an 'cycle' tag in a template |
CTemplateNodeExtend | Class representing a 'extend' tag in a template |
►CTemplateNodeFactory | Factory class for creating tag AST nodes found in a template |
CAutoRegister | Helper class for registering a template AST node |
CTemplateNodeFor | Class representing a 'for' tag in a template |
►CTemplateNodeIf | Class representing an 'if' tag in a template |
CGuardedNodes | |
CTemplateNodeInclude | Class representing an 'include' tag in a template |
►CTemplateNodeIndexEntry | Class representing an 'indexentry' tag in a template |
CMapping | |
CTemplateNodeList | Class representing a list of AST nodes in a template |
CTemplateNodeMarkers | Class representing an 'markers' tag in a template |
CTemplateNodeMsg | Class representing an 'markers' tag in a template |
CTemplateNodeOpenSubIndex | Class representing an 'opensubindex' tag in a template |
CTemplateNodeRange | Class representing a 'range' tag in a template |
CTemplateNodeRepeat | Class representing a 'for' tag in a template |
CTemplateNodeResource | Class representing an 'markers' tag in a template |
►CTemplateNodeSet | Class representing an 'set' tag in a template |
CMapping | |
CTemplateNodeSpaceless | Class representing an 'spaceless' tag in a template |
CTemplateNodeTabbing | Class representing an 'tabbing' tag in a template |
CTemplateNodeText | Class representing a piece of plain text in a template |
►CTemplateNodeTree | Class representing an 'tree' tag in a template |
CTreeContext | |
CTemplateNodeVariable | Class representing a variable in a template |
►CTemplateNodeWith | Class representing an 'with' tag in a template |
CMapping | |
CTemplateParamListHandler | |
CTemplateParser | Parser for templates |
CTemplateSpacelessIntf | Interface used to remove redundant spaces inside a spaceless block |
►CTemplateStruct | Default implementation of a context value of type struct |
CPrivate | Private data of a template struct object |
CTemplateStructIntf | Abstract interface for a context value of type struct |
CTemplateStructWeakRef | Weak reference wrapper for TemplateStructIntf that provides access to the wrapped struct without holding a reference |
CTemplateToken | Class representing a lexical token in a template |
CTemplateTriggerService | |
►CTemplateVariant | Variant type which can hold one value of a fixed set of types |
CDelegate | Helper class to create a delegate that can store a function/method call |
CTest | A Test class |
CTest< T * > | |
CTest< void *, 200 > | |
Ctest_vectorAccess | |
Ctest_vectorAccess< Vector const > | |
CTestDataMakerBase | |
CTestDataMakerClass | |
CTestDataMakerClass< std::array< T, N > > | |
CTestDataMakerClass< std::unique_ptr< T[]> > | |
CTestDigit | |
CTestExtractTag | |
CTestGeneratedEventTimestamp | |
CTestHardwareMapper | |
Ctesting | |
►CTestManagerClass | Test manager class |
CFailureInfo_t | Data structure to document failure of a single action |
Ctests | |
CTestTagA | |
CTestTagB | |
CTestTagC | |
CTestTagged | |
CTestTool | |
CTextDocVisitor | Concrete visitor implementation for TEXT output |
CTextGeneratorDocbookImpl | |
CTextGeneratorFactory | |
CTextGeneratorHtml | |
CTextGeneratorIntf | |
CTextGeneratorLatex | |
CTextGeneratorOLImpl | |
CTextGeneratorXMLImpl | |
CTextNode | Node representing a piece of text |
CTFModel | |
CTG4Event | |
CTG4HitSegment | |
CTG4PrimaryParticle | |
CTG4PrimaryVertex | |
CTG4Trajectory | |
CTG4TrajectoryPoint | |
CTH1Manipulator | |
CThing | |
CThresholdNoiseRemovalService | |
CTickModTreeData | |
►CTimeOffsetTool | |
CData | |
COffset | |
CTimer | |
CTimingRawDecoderOffsetTool | |
CTitleHandler | |
CTitleIterator | |
CTocItemHandler | Node representing a table of contents item |
CTocListHandler | Node representing table of contents list |
CTocListIterator | |
CTodo | |
CTokenInfo | Data associated with a token used by the comment block parser |
►CToolBasedRawDigitPrepService | |
CNamedTool | |
CState | |
►CTooltipManager | |
CPrivate | |
Ctotal_extent | Total_extent<T>::value has the total number of elements of an array |
►CTPadManipulator | |
CBounds | |
CBounds3 | |
CTpc2dDeconvolute | |
CTpc2dRoi | |
CTpcData | |
CTpcDataTool | |
CTpcDataTool_update | |
CTPCgroup_t | |
►CTpcToolBasedRawDigitPrepService | |
CNamedTool | |
CState | |
CTPCwithArea_t | |
CTrackProducerFromPFParticle | Produce a reco::Track collection, as a result of the fit of an existing recob::PFParticle collection |
CTrackProducerFromTrack | Produce a reco::Track collection, as a result of the fit of an existing recob::Track collection |
CTrackProducerFromTrackTrajectory | Produce a reco::Track collection, as a result of the fit of an existing recob::TrackTrajectory collection |
►CTrackProxyTest | Runs a test of proxy::Tracks interface |
CConfig | |
►CTranslateContext | |
CPrivate | |
CTranslator | |
CTranslatorAdapter_1_4_6 | |
CTranslatorAdapter_1_5_4 | |
CTranslatorAdapter_1_6_0 | |
CTranslatorAdapter_1_6_3 | |
CTranslatorAdapter_1_7_5 | |
CTranslatorAdapter_1_8_0 | |
CTranslatorAdapter_1_8_2 | |
CTranslatorAdapter_1_8_4 | |
CTranslatorAdapterBase | |
CTranslatorAfrikaans | |
CTranslatorArabic | |
CTranslatorArmenian | |
CTranslatorBrazilian | |
CTranslatorCatalan | |
CTranslatorChinese | |
CTranslatorChinesetraditional | |
CTranslatorCroatian | |
CTranslatorCzech | |
CTranslatorDanish | |
CTranslatorDutch | |
CTranslatorEnglish | |
CTranslatorEsperanto | |
CTranslatorFinnish | |
CTranslatorFrench | |
CTranslatorGerman | |
CTranslatorGreek | |
CTranslatorHungarian | |
CTranslatorIndonesian | |
CTranslatorItalian | |
CTranslatorJapanese | |
CTranslatorJapaneseEn | |
CTranslatorKorean | |
CTranslatorKoreanEn | |
CTranslatorLatvian | |
CTranslatorLithuanian | |
CTranslatorMacedonian | |
CTranslatorNorwegian | |
CTranslatorPersian | |
CTranslatorPolish | |
CTranslatorPortuguese | |
CTranslatorRomanian | |
CTranslatorRussian | |
CTranslatorSerbian | |
CTranslatorSerbianCyrillic | |
CTranslatorSlovak | |
CTranslatorSlovene | |
CTranslatorSpanish | |
CTranslatorSwedish | |
CTranslatorTurkish | |
CTranslatorUkrainian | |
CTranslatorVietnamese | |
CTRecurseGeoManager | |
CTreeDiagram | |
CTriggerPrimitiveFinder | |
CTriggerPrimitiveFinderPass1 | |
CTriggerPrimitiveFinderPass2 | |
CTriggerPrimitiveFinderTemplate | |
►CTriggerPrimitiveFinderTool | |
CHit | |
CTrigResults | |
CtrkPoint | |
CTruck | |
CtruncatedMean_pos | |
CTruncMean | |
CTuneColorDialog | |
Ctype | |
CTypeNameMapper | |
Cucvector | |
Cuivector | |
CULinkHandler | |
CUncopiableDatumClass | |
CUndershootCorr | |
CUniformNoiseCreator | Data creator: uniformly random data, specified range plus offset (pedestal) |
CUnmovableDatumClass | |
CURL | |
CURLInfo | |
CUsedDir | |
►CUsedFilesContext | |
CPrivate | |
CUsedIndexLetters | |
CUseEntry | |
CUsesClassDef | |
CUsesClassDict | |
CUsesClassDictIterator | |
CUseSDict | |
CUtils | |
Cval | |
CVarDict | |
►CVariableContext | |
CScope | |
CVariableListEntryHandler | |
CVariableListHandler | Node representing a list of named items |
CVariableListIterator | |
CVDColdboxChannelGroups | |
CVDColdboxChannelRanges | |
CVDColdboxDataInterface | |
CVDColdboxOnlineChannel | |
Cvector | |
CvectorFromTree | |
►CVectorTraitsTester | |
CVector0D | |
CVector1D | |
CVector2D | |
CVector3D | |
CVector4D | |
CVector5D | |
CVehicle | |
CVerbatimHandler | Node representing an preformatted section |
CVertexFitMinuitStruct | |
CVhdlConfNode | |
CVhdlDocGen | |
CVHDLLanguageScanner | VHDL parser using state-based lexical scanning |
CVhdlParserIF | |
CVhdlString | Minimal string class with std::string like behaviour that fulfills the JavaCC string requirements |
CVintageDeconvoluter | |
CVisitor | |
CWaveformAndSimChannelDump | |
CWaveformDump | |
CWaveformPDSAndTruthDump | |
CWaveformsToTree | |
CWebReaderTest | |
CWhiteChannelNoiseService | |
CWiredAdcChannelDataMap | |
CWireHit | |
►CWireSelector | |
CWireInfo | |
CWireSummary | |
CWireSigInfo | |
CWithAssociatedStruct | Helper to create associated data proxy |
CWizard | |
CWordPosition | |
CWordPosition_less | |
CXcalo_r5387 | |
CXMLCodeGenerator | |
CXMLContentHandler | |
CXmlDocVisitor | Concrete visitor implementation for XML output |
CXMLErrorHandler | |
CXMLScanner | |
CXmlSectionMapper | |
CXRefDummyCodeGenerator | |
CYetAnotherProvider | |
Cyy_buffer_state | |
Cyy_trans_info | |
Cyyalloc | |
CYZcalo_r5387 | |