C__range__impl_prj< T1, T2, Prj_T > | |
►C_HelpAction | |
CFullHelpAction | |
CAAFHInterface | Class to inferface AAFH/DIAG36 Generator written in Fortran |
►CABinaryOp | |
CBinaryJoin< ABinaryOp, AFunctor1, AFunctor2 > | Functor factory turning a binary functor and two functors into a new functor which executes the binary operation with input from the two given functors |
►CAbsBField | Abstract Interface to magnetic fields in GENFIT |
CGFGeant4Field | Interface of the Belle II B-field with GenFit |
CConstField | Constant Magnetic field |
►CAbsFinitePlane | Abstract base class for finite detector planes |
CSensorPlane | A Finite plane of one VXD Sensor |
CRectangularFinitePlane | Rectangular finite plane |
►CAbsFitter | Abstract base class for fitters |
►CAbsKalmanFitter | Abstract base class for Kalman fitter and derived fitting algorithms |
CDAF | Determinstic Annealing Filter (DAF) implementation |
CKalmanFitter | Simple Kalman filter implementation |
CKalmanFitterRefTrack | Kalman filter implementation with linearization around a reference track |
CGFGbl | Generic GBL implementation |
CGblFitter | Generic GBL implementation |
CAbsMeasurementProducer< measurement_T > | Abstract interface class for MeasurementProducer |
►CAbsMeasurementProducer< genfit::AbsMeasurement > | |
CMeasurementProducer< hit_T, measurement_T > | Template class for a measurement producer module |
►CAbstractBooleanNode< AVariableManager > | A parsed cut-string naturally has a tree shape which incorporates the infomation of operator precedence and evaluation order of the statements |
CBinaryBooleanNode< AVariableManager > | Nodeclass with two AbstractBooleanNode as children and a Boolean Operator (AND, OR) Check() method evaluates the child nodes and returns the result of the boolean operation |
CBinaryRelationalNode< AVariableManager > | BooleanNode which has two AbstractExpressionNodes nodes and a ComparisonOperator |
CTernaryRelationalNode< AVariableManager > | BooleanNode which has three AbstractExpressionNodes nodes and two ComparisonOperator |
CUnaryBooleanNode< AVariableManager > | Nodeclass with a single AbstractBooleanNode as child |
CUnaryRelationalNode< AVariableManager > | Nodeclass with a single AbstractExpressioNode as child |
►CAbstractExpressionNode< AVariableManager > | AbstractExpressionNode Superclass for all nodes which host expressions |
CBinaryExpressionNode< AVariableManager > | BinaryExpressionNode Node which connects two expression nodes with an arithemtic operation |
CDataNode< AVariableManager, T > | Template class for storing the Constants (int, double, bool) of the Cutstring |
CFunctionNode< AVariableManager > | FunctionNode Node class for handling MetaVariables in cuts |
CIdentifierNode< AVariableManager > | Class which stores the name of a variable |
CUnaryExpressionNode< AVariableManager > | UnaryExpressionNode Node class with a single expression node as child |
►CAbstractInterface | Abstract Interface to third-party MVA libraries |
CInterface< TemplateOptions, TemplateTeacher, TemplateExpert > | Template class to easily construct a interface for an MVA library using a library-specific Options, Teacher and Expert class |
CCountContainer::AcceptRejectPair | Simple struct for counting accepted and rejected cases |
►CAConnectionClass | |
CZMQHistogramOutput< AConnectionClass > | Add the common functionality to the histogram output classes |
CActiveSector< StaticSectorType, HitType > | The ActiveSector Class |
CActiveSector< Belle2::StaticSector, Belle2::TrackNode > | |
Cadc_search | Functions to search in the sorted list of tuples |
CadcAsicTuple | Tuple to store ADC,Channel -> 8 asicChannels |
CadcChannelPair | Pair ADC, channel |
CEclConfiguration::adccounts_t | Struct for the ADC count |
CEclConfigurationPure::adccountspure_t | Struct for the fit parameters for the pure CsI calorimeter |
►CADCCountTranslatorBase | Abstract Base class for the ADC count translator |
CLinearGlobalADCCountTranslator | This class simply assumes a linear translation through (0,0) |
►CAFilter | |
CAllFilter< AFilter > | Filter adapter type that accepts all items (just for reference) |
CAndFilter< AFilter > | Filter adapter type that joins two filter results in an and like fashion |
CChooseable< AFilter > | Filter can delegate to a filter chosen and set up at run time by parameters |
CMCSymmetric< AFilter > | Mixin for filters that use Monte Carlo information |
CNegativeFilter< AFilter > | Filter adapter type that negates the acceptance criterion for cross checks |
CNoneFilter< AFilter > | Filter adapter type that rejects all items |
CNotFilter< AFilter > | Filter adapter type that inverts the acceptance criterion for cross checks |
CObserverFilter< AFilter > | Observer listening to the number of yes and no answers from the filter |
►COnVarSet< AFilter > | Filter adapter to make a filter work on a set of variables |
►CChoosableFromVarSet< Filter< ATruthVarSet::Object > > | |
►CChoosableFromVarSetFilter< PXDResultVarSet > | |
CSizePXDResultFilter | Base filter for CKF PXD results (on overlap check) |
►CChoosableFromVarSetFilter< SVDResultVarSet > | |
CSizeSVDResultFilter | Base filter for CKF SVD results (on overlap check) |
►CChoosableFromVarSetFilter< ATruthVarSet > | Convience template to create a filter returning on variable from a set of variables |
CTruthVarFilter< ATruthVarSet > | MC Filter Type using a VarSet and the truth variable in it |
►CMVA< BaseAxialSegmentPairFilter > | |
CMVAFeasibleAxialSegmentPairFilter | Filter for the constuction of segment pairs based on simple criteria without the common fit |
CMVARealisticAxialSegmentPairFilter | Final filter for the constuction of segment pairs |
►CMVA< BaseSegmentPairRelationFilter > | |
CMVARealisticSegmentPairRelationFilter | Final filter for the constuction of segment pairs |
►CMVA< BaseTrackRelationFilter > | |
CMVAFeasibleTrackRelationFilter | Filter for the constuction of track pairs based on simple criteria without the common fit |
CMVARealisticTrackRelationFilter | Final filter for the constuction of segment pairs |
►CMVA< BaseSegmentRelationFilter > | |
CMVAFeasibleSegmentRelationFilter | Filter for the constuction of segment pairs based on simple criteria without the common fit |
CMVARealisticSegmentRelationFilter | Final filter for the constuction of segment pairs |
►CMVA< BaseFacetRelationFilter > | |
CMVAFacetRelationFilter | Background facetRelation detection based on MVA |
►CMVA< BaseFacetFilter > | |
CMVAFacetFilter | Background facet detection based on MVA |
CChoosableFromVarSet< AFilter > | Filter adapter to make a filter work on a set of variables and return on variable as the result of the filter |
CMVA< AFilter > | Filter based on a mva method |
►CRecording< AFilter > | Filter adapter to make a filter work on a set of variables and record the observed instances on invokation |
►CUnionRecording< AFilterFactory::CreatedFilter > | |
►CUnionRecordingFilter< SegmentRelationFilterFactory > | |
CUnionRecordingSegmentRelationFilter | Filter to record multiple chooseable variable sets for segment relations |
►CUnionRecordingFilter< TrackRelationFilterFactory > | |
CUnionRecordingTrackRelationFilter | Filter to record multiple chooseable variable sets for track relations |
►CUnionRecordingFilter< SegmentPairFilterFactory > | |
CUnionRecordingSegmentPairFilter | Filter to record multiple chooseable variable sets for segment pairs |
►CUnionRecordingFilter< FacetFilterFactory > | |
CUnionRecordingFacetFilter | Filter to record multiple chooseable variable sets for facets |
►CUnionRecordingFilter< FacetRelationFilterFactory > | |
CUnionRecordingFacetRelationFilter | Filter to record multiple chooseable variable sets for facet relations |
►CUnionRecordingFilter< AxialSegmentPairFilterFactory > | |
CUnionRecordingAxialSegmentPairFilter | Filter to record multiple chooseable variable sets for axial segment pairs |
►CUnionRecordingFilter< SegmentPairRelationFilterFactory > | |
CUnionRecordingSegmentPairRelationFilter | Filter to record multiple chooseable variable sets for segment pair relations |
►CUnionRecordingFilter< ClusterFilterFactory > | |
CUnionRecordingClusterFilter | Filter to record multiple chooseable variable sets for wire hit clusters |
CUnionRecordingFilter< AFilterFactory > | Convience template to create a recording filter for a filter factory |
CUnionRecording< AFilter > | A filter that records variables form given objects |
CPassThroughFilter< AFilter > | Filter adapter type that passes the weight of a weighted relation as a result |
CRandomFilter< AFilter > | Random filter resulting in a random weight between 0 and 1 |
CSloppy< AFilter > | A filter that accepts every <sloppinessFactor>th candidate on average (random selection) |
►CAFitMethod | |
CCDCFitter2D< AFitMethod > | Class implementing a fit for two dimensional trajectory circle using a generic fitting backend |
►CAInBox | |
CStereoHitContained< AInBox > | Predicate class to check for the containment of axial and stereo hits in some hough space part |
CEclConfiguration::algoparams_t | Struct for the parameters of the algorithm |
CAlgoritmType | Small class for classifying types of analyzing algorithms |
CTOPAlignmentAlgorithm::AlignData | Data structure |
CAlignmentChecker | Class for EKLM alignment checking |
CAlignmentGeneratorConfig | Basf2 (Belle II Analysis Software Framework) # Author: The Belle II Collaboration # # See git log for contributors and copyright holders |
►CAllStateFilter | |
CNonIPCrossingStateFilter< AllStateFilter > | Reusable filter for checking the direction of a new state if it is in the correct orientation (forwards or backwards) by their arc length |
CAlternation< AFunctor1, AFunctor2 > | Generic functor to try to functors and choose the first to be applicable |
CAnalizerTCInfo | Simple class storing infos relevant for a TC for analizing it |
CAnalysisConfiguration | Singleton class keeping configurables of analysis components |
►CAnalyzingAlgorithmBase< DataType, TCInfoType, VectorType > | Base class for storing an algorithm determining the data one wants to have |
CAnalyzingAlgorithmLostUClusters< DataType, TCInfoType, VectorType > | Class for storing an algorithm to find out how many u-type-clusters the testTC lost compared to the refTC |
CAnalyzingAlgorithmLostUEDep< DataType, TCInfoType, VectorType > | Class for storing an algorithm to find out the energy deposit of u-type-clusters the testTC lost compared to the refTC |
CAnalyzingAlgorithmLostVClusters< DataType, TCInfoType, VectorType > | Class for storing an algorithm to find out how many v-type-clusters the testTC lost compared to the refTC |
CAnalyzingAlgorithmLostVEDep< DataType, TCInfoType, VectorType > | Class for storing an algorithm to find out the energy deposit of v-type-clusters the testTC lost compared to the refTC |
CAnalyzingAlgorithmResidualP< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the residual (ref-test) of momentum in |p| |
CAnalyzingAlgorithmResidualPAngle< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the residual (ref-test) of momentum in its angle (direction residual in degrees) |
CAnalyzingAlgorithmResidualPPhi< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the residual (ref-test) of momentum in phi (in degrees) |
CAnalyzingAlgorithmResidualPT< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the residual (ref-test) of momentum in pT |
CAnalyzingAlgorithmResidualPTAngle< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the residual (ref-test) of pT in angle (transverse direction residual in degrees) |
CAnalyzingAlgorithmResidualPTheta< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the residual (ref-test) of momentum in theta (in degrees) |
CAnalyzingAlgorithmResidualPX< DataType, TCInfoType, VectorType > | INFO This file contains all the algorithms calculating residuals of something |
CAnalyzingAlgorithmResidualPY< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the residual (ref-test) of momentum in Y |
CAnalyzingAlgorithmResidualPZ< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the residual (ref-test) of momentum in Z |
CAnalyzingAlgorithmResidualPosition< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the residual (ref-test) of the seed position in 3D |
CAnalyzingAlgorithmResidualPositionXY< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the residual (ref-test) of the seed position in XY (=r) |
CAnalyzingAlgorithmTotalUClusters< DataType, TCInfoType, VectorType > | Class for storing an algorithm to find out how many u-type-clusters the given TC had |
CAnalyzingAlgorithmTotalUEDep< DataType, TCInfoType, VectorType > | Class for storing an algorithm to find out the energy deposit of u-type-clusters the given TC had |
CAnalyzingAlgorithmTotalVClusters< DataType, TCInfoType, VectorType > | Class for storing an algorithm to find out how many v-type-clusters the given TC had |
CAnalyzingAlgorithmTotalVEDep< DataType, TCInfoType, VectorType > | Class for storing an algorithm to find out the energy deposit of v-type-clusters the given TC had |
CAnalyzingAlgorithmValueDistSeed2IP< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the the distance seedHit to IP in 3D |
CAnalyzingAlgorithmValueDistSeed2IPXY< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the distance seedHit to IP in XY (=r) |
CAnalyzingAlgorithmValueDistSeed2IPZ< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the distance seedHit to IP in XY (=r) |
CAnalyzingAlgorithmValueP< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the momentum in |p| |
CAnalyzingAlgorithmValuePPhi< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the momentum in phi (in degrees) |
CAnalyzingAlgorithmValuePT< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the momentum in pT |
CAnalyzingAlgorithmValuePTheta< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the momentum in theta (in degrees) |
CAnalyzingAlgorithmValuePX< DataType, TCInfoType, VectorType > | INFO This file contains all the algorithms calculating a certain value of something |
CAnalyzingAlgorithmValuePY< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the momentum in Y |
CAnalyzingAlgorithmValuePZ< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the momentum in Z |
CAnalyzingAlgorithmValueQI< DataType, TCInfoType, VectorType > | Class for storing an algorithm determining the quality indicator of the TC |
CAngleUtil | Utility functions to be used with angular quantities |
CBFieldComponentQuad::ApertPoint | Aperture data structure |
►CAProperties | |
CDynTree< AProperties, ASubPropertiesFactory >::Node | Class for a node in the tree |
CSVDPackerModule::APVHeader | Implementation of APV Header |
CSVDUnpackerModule::APVHeader | Implementation of APV Header |
►CArgumentParser | |
CArgumentParser | |
CDefaultHelpArgumentParser | |
CARICHBtestGeometryPar | The Class for ARICH Beamtest Geometry Parameters |
CARICHCalibrationChecker | ARICH calibration checker |
CARICHDatabaseImporter | ARICH database importer |
CARICHGeometryPar | The Class for ARICH Geometry Parameters |
CARICHRawHeader | |
CARICHReconstruction | Internal ARICH track reconstruction |
CARICHTracking | Beamtest ARICH Geometry Tracking Class |
CARICHTree | Structure of a flat ntuple |
CDisplayData::Arrow | Stores data associated with an arrow |
CasicChannel | Record to be used to store ASIC info |
CVarSet< AVarNames >::AssignFinite< AFloat > | Helper construct to assign a finite value to float variables |
CTOPTrack::AssumedEmission | Assumed photon emission point in local frame |
CAtom | Very small (few mins) calibration interval which cannot be further divided : Atom |
CAttrDict | |
►CAuthBase | |
CBearerAuth | |
CAutomatonCell | Cell used by the cellular automata |
CAxialLegendreLeafProcessor< ANode > | Predicate class that is feed the nodes in a WeightedHoughTree walk It decides if a node should be further expanded and extracts items from nodes that are considered as leafs to build tracks |
CAxialTrackUtil | Utility structure gathering heuristic functions used during the axial track finding |
CAxis | This class unites some parameters for Factory which describe one axis of histogram |
CCDCTriggerNeuroConfig::B2FormatLine | |
CB2LDataField | |
CB2Vector3< DataType > | A fast and root compatible alternative to TVector3 |
CB2Vector3< double > | |
CB2Vector3< float > | |
CBabayagaNLO | C++ Interface for the Fortran Bhabha and exclusive two photon generator BABAYAGA.NLO |
CBackgroundInfo::BackgroundDescr | Structure for background description |
CBackgroundPDF | Parametrization of background PDF in pixels of single module |
CRaytracerBase::BarSegment | Bar segment data in module local frame |
►CBASE | |
►CRelationsInterface< BASE > | Defines interface for accessing relations of objects in StoreArray |
CFBDTClassifier< 9 > | |
►CPXD2TrackBase< Belle2::PXD::Track_t > | |
CPXD2TrackEvent | Class PXD2TrackEvent: Event data container for performance and calibration studies |
CARICHAeroHit | Datastore class that holds information on track parameters at the entrance in aerogel |
CARICHHit | Datastore class that holds photon hits. Input to the reconstruction |
CARICHInfo | Datastore class to keep ARICH event infomation e.g. trigger type |
CARICHLikelihood | This is a class to store ARICH likelihoods in the datastore |
CARICHPhoton | Struct for ARICH reconstructed photon (hit related to track) information |
CARICHTrack | Datastore class that holds position and momentum information of tracks that hit ARICH |
CAWESOMESimHit | A Geant4 simulated hit for the AWESOME detector |
CBKLMHit1d | Store one reconstructed BKLM 1D hit as a ROOT object |
CBKLMTrack | Store one BKLM Track as a ROOT object |
CBelleTrkExtra | Class stores mdst_trk_fit information for each track |
CBremHit | A bremsstrahlung hit that correlates an ECLCluster with a RecoTrack |
CBtube | For each MCParticle with hits in the CDC, this class stores some summarising information on those hits |
CCDCDedxLikelihood | Container for likelihoods obtained by the CDC dE/dx PID (CDCDedxPIDModule) |
CCDCDedxTrack | Debug output for CDCDedxPID module |
CCDCRawHit | The CDCRawHit (suppressed mode) class |
CCDCRawHitWaveForm | The CDCRawHitWaveForm (Full output mode) class |
CCDCTriggerFinderClone | Additional information from the 2D finder unpacker of the CDC trigger |
CCDCTriggerHoughCluster | Cluster created by the Hough finder of the CDC trigger |
CCDCTriggerSegmentHit | Combination of several CDCHits to a track segment hit for the trigger |
CCluster | Class to collect log likelihoods from Clusters from ECL and KLM aimed for output to mdst includes functions to return combined likelihood probability |
CContinuumSuppression | This is a class for collecting variables used in continuum suppression |
CCsiDigiHit | Class to store Csi digitized hits (output of CsIDigitizer) relation to CsiHit filled in beast/csi/modules/src/CsIDigitizerModule.cc |
►CDigitBase | A common base for subdetector Digits |
CARICHDigit | ARICHDigit class for storing photon hit information |
CCDCHit | Class containing the result of the unpacker in raw data and the result of the digitizer in simulation |
CKLMDigit | KLM digit (class representing a digitized hit in RPCs or scintillators) |
CPXDDigit | The PXD digit class |
CSVDShaperDigit | The SVD ShaperDigit class |
CTOPDigit | Class to store TOP digitized hits (output of TOPDigitizer or raw data unpacker) relations to TOPSimHits, MCParticles |
CDirectedNodeNetworkContainer | The Container stores the output produced by the SegmentNetworkProducerModule |
CECLCNNPid | Class to store ECL CNN PID value |
CECLCalDigit | Class to store calibrated ECLDigits: ECLCalDigits |
CECLCluster | ECL cluster data |
CECLConnectedRegion | Class to store connected regions (CRs) |
CECLDebugHit | Class to store the average of ECLSimHit on crystals for debug only input for digitization module (ECLDigitizer) |
CECLDigit | Class to store ECL digitized hits (output of ECLDigi) relation to ECLHit filled in ecl/modules/eclDigitizer/src/ECLDigitizerModule.cc |
►CECLDsp | Class to store ECL ShaperDSP waveform ADC data |
CECLDspWithExtraMCInfo | Class to store ECL ShaperDSP waveform ADC data and additional information for ML studies |
CECLEnergyCloseToTrack | Class to store energy information for ECL hits closest to a track |
CECLHitAssignment | Example Detector |
CECLLocalMaximum | Class to store local maxima (LM) |
CECLPidLikelihood | Container for likelihoods with ECL PID (ECLChargedPIDModule) |
CECLPureCsIInfo | Class to store ECL crystal type relation to ECLDigit for the simulation pure CsI upgrade option filled in ecl/modules/eclDigitizer/src/ECLDigitizerPureCsIModule.cc |
CECLShower | Class to store ECL Showers |
CECLTrig | Class to store ECLTrig, still need to be study relation to ECLHit filled in ecl/modules/eclDigitizer/src/ECLDigitizerModule.cc and ecl/modules/eclUnpacker/ECLUnpacker.cc |
CECLTriggerCell | ECL Trigger cells |
CEKLMAlignmentHit | This dataobject is used only for EKLM alignment |
CEventKinematics | Class for collecting variables related to the global kinematics of the event |
CEventShapeContainer | Class for collecting the basic objects related to the event shape |
CExtHit | Store one Ext hit as a ROOT object |
CFBDTClassifier< Ndims > | FastBDT as RelationsObject to make it storeable and accesible on/via the DataStore |
CFlavorTaggerInfo | This class stores the relevant information for the TagV vertex fit, extracted mainly from the Flavor Tagging Module |
CFlavorTaggerInfoMap | This class stores the Flavor Tagger information for a specific method and particle filled in the Flavor Tagger Module |
CHelix | This class represents an ideal helix in perigee parameterization |
CKLMCluster | KLM cluster data |
CKLMClusterShape | Variable for KLM cluster shape analysis |
CKLMDigitEventInfo | Class to store debugging informations from the unpacker (event based) |
CKLMDigitRaw | Class to store the raw words from the unpacker, digit-by-digit |
CKLMHit2d | KLM 2d hit |
CKLMMuidHit | Store one muon-identification hit in the KLM as a ROOT object |
CKLMMuidLikelihood | Class to store the likelihoods from KLM with additional informations related to the extrapolation |
CKLMScintillatorFirmwareFitResult | FPGA fit simulation data |
CKLMTrgFittedTrack | Store KLM TRG track information as a ROOT object |
CKLMTrgSummary | Store KLM TRG track information as a ROOT object |
CKLMTriggerHit | Store KLM TRG hit information as a ROOT object |
CKLMTriggerTrack | Store KLM TRG track information as a ROOT object |
CKlId | Klong identifcation (KlId) datastore object to store results from KlId calculations |
►CMCParticle | A Class to store the Monte Carlo particle information |
CMCParticleGraph::GraphParticle | Class to represent Particle data in graph |
CMCParticleTrajectory | Class to save the full simulated trajectory of a particle |
COverlapNetwork | Hold information about overlap of SpacePointTrackCand |
CPIDLikelihood | Class to collect log likelihoods from TOP, ARICH, dEdx, ECL and KLM aimed for output to mdst includes functions to return combined likelihood probability |
CPXD2TrackBase< T > | Class PXD2TrackBase: Event data container for performance and calibration studies |
CPXDCluster | The PXD Cluster class This class stores all information about reconstructed PXD clusters The position error matrix has the form ((m_uSigma^2, m_uvRho * m_uSigma * m_vSigma), (m_uvRho * m_uSigma * m_vSigma, m_vSigma^2)) The correlation coefficient is derived from the shape of the cluster |
CPXDEnergyDepositionEvent | Class PXDEnergyDepositionEvent: PXDSimHit data container for background studies |
CPXDNeutronFluxEvent | Class PXDNeutronFluxEvent: PXDTrueHit data container for background studies |
CPXDOccupancyEvent | Class PXDOccupancyEvent: PXDCluster data container for background studies |
CPXDRawAdc | The PXD Raw Adc class This class stores information about Raw Adc for Pedestals |
CPXDRawHit | The PXD Raw Hit class This class stores information about PXD Pixel hits and makes them available in a root tree |
CPXDRawROIs | The PXD Raw ROIs class This class stores information about the ROIs processed by ONSEN and makes them available in a root tree |
CParticle | Class to store reconstructed particles |
CROIid | ROIid stores the U and V ids and the sensor id of the Region Of Interest |
CRecoHitInformation | This class stores additional information to every CDC/SVD/PXD hit stored in a RecoTrack |
CRecoTrack | This is the Reconstruction Event-Data Model Track |
CRestOfEvent | This is a general purpose class for collecting reconstructed MDST data objects that are not used in reconstruction of given Particle – referred also as Rest Of the Event |
CSVDCluster | The SVD Cluster class This class stores all information about reconstructed SVD clusters |
CSVDDAQDiagnostic | Class to store SVD DAQ diagnostic information |
CSVDEnergyDepositionEvent | Class SVDEnergyDepositionEvent: SVDSimHit data container for background studies |
CSVDNeutronFluxEvent | Class SVDNeutronFluxEvent: SVDTrueHit data container for background studies |
CSVDOccupancyEvent | Class SVDOccupancyEvent: SVDCluster data container for background studies |
CSVDRecoDigit | The SVD RecoDigit class |
CSVDRecoTimeBase | The SVD RecoTimeBase class |
CSVDTransparentDigit | The SVD digit class |
►CSector | Sector is a central part of storing information for VXD trackFinders |
CActivatedSector | ActivatedSector is carrying the dynamic part of a Sector |
CSectorFriendship | SectorFriendship is carrying the link between parent sector and a connected sector (socalled Friendsector) |
CSimClockState | Simulated hardware clock state |
►CSimHitBase | Class SimHitBase - A common base for subdetector SimHits |
CARICHSimHit | Class ARICHSimHit - Geant4 simulated hit for ARICH |
CBeamabortHit | ClassBeamabortHit - digitization simulated hit for the Beamabort detector |
CBeamabortSimHit | ClassBeamabortSimHit - Geant4 simulated hit for the Beamabort crystal in beast |
CBgoHit | ClassBgoHit - Geant4 ulated hit for the Bgo crystal in beast |
CBgoSimHit | ClassBgoSimHit - Geant4 simulated hit for the Bgo crystal in beast |
CCDCSimHit | Example Detector |
CCLAWSSimHit | Class CLAWSSimHit - Geant4 simulated hit for the CLAWS detector |
CClawHit | ClassClawHit - digitization simulated hit for the Claw detector |
CClawSimHit | ClassClawSimHit - Geant4 simulated hit for the Claw crystal in beast |
CClawsHit | ClassClawsHit - digitization simulated hit for the Claws detector |
CCsiHit | Class to store simulated hits which equate to average of CsiSimHit on crystals Input for digitization module (CsiDigitizer) |
CCsiHit_v2 | ClassCsiHit_v2 - Geant4 simulated hits in CsI crystals in BEAST |
CCsiSimHit | ClassCsiSimHit - Geant4 simulated hits in CsI crystals in BEAST |
CDosiHit | ClassDosiHit - Geant4 ulated hit for the Dosi crystal in beast |
CDosiSimHit | ClassDosiSimHit - Geant4 simulated hit for the Dosi crystal in beast |
CECLHit | Class to store simulated hits which equate to average of ECLSImHit on crystals input for digitization module (ECLDigitizer) |
CECLSimHit | ClassECLSimHit - Geant4 simulated hit for the ECL |
CFANGSHit | ClassFANGSHit - digitization simulated hit for the FANGS detector |
CFANGSSimHit | Class FANGSSimHit - Geant4 simulated hit for the FANGS detector |
CHE3G4TrackInfo | Class HE3G4TrackInfo - Geant4 simulated hit for the Microtpc detector |
CHe3MCParticle | Class He3MCParticle - Geant4 simulated hit for the Microtpc detector |
CHe3tubeHit | ClassHe3Hit - digitization simulated hit for the He3tube detector |
CHe3tubeSimHit | ClassHe3tubeSimHit - Geant4 simulated hit for the He3tube detector |
CIRSimHit | Class for saving raw hit data of the IR |
CKLMSimHit | KLM simulation hit |
CMicrotpcDataHit | ClassMicrotpcDataHit - digitization simulated datahit for the Microtpc detector |
CMicrotpcHit | ClassMicrotpcHit - digitization simulated hit for the Microtpc detector |
CMicrotpcMetaEDataHit | ClassMicrotpcDataHit - digitization simulated datahit for the Microtpc detector |
CMicrotpcMetaHit | ClassMicrotpcMetaHit - digitization simulated metahit for the Microtpc detector |
CMicrotpcRecoTrack | ClassMicrotpcRecoTrack - fit tracks after the digitization |
CMicrotpcSimHit | ClassMicrotpcSimHit - Geant4 simulated hit for the Microtpc detector |
CPindiodeHit | ClassPindiodeHit - digitization simulated hit for the Pindiode detector |
CPindiodeSimHit | ClassPindiodeSimHit - Geant4 simulated hit for the Pindiode crystal in beast |
CPlumeHit | ClassPlumeHit - digitization simulated hit for the Microtpc detector |
CPlumeSimHit | Class PlumeSimHit - Geant4 simulated hit for the PLUME detector |
CQcsmonitorHit | ClassQcsmonitorHit - digitization simulated hit for the Qcsmonitor detector |
CQcsmonitorSimHit | ClassQcsmonitorSimHit - Geant4 simulated hit for the Qcsmonitor crystal in beast |
CSADMetaHit | ClassSADMetaHit - digitization simulated metahit for the SAD detector |
CSrsensorSimHit | ClassSrsensorSimHit - Geant4 simulated hit for the Srsensor detector |
CTOPSimHit | Class to store simulated hits of Cherenkov photons on PMT's input for digitization module (TOPDigitizer) |
CTPCG4TrackInfo | Class TPCG4TrackInfo - Geant4 simulated hit for the Microtpc detector |
CTPCSimHit | ClassTPCSimHit - Geant4 simulated hit for the TPC crystal in beast |
CTpcMCParticle | Class TpcMCParticle - Geant4 simulated hit for the Microtpc detector |
►CVXDSimHit | Class VXDSimHit - Geant4 simulated hit for the VXD |
CPXDSimHit | Class PXDSimHit - Geant4 simulated hit for the PXD |
CSVDSimHit | Class SVDSimHit - Geant4 simulated hit for the SVD |
CSoftwareTriggerResult | Dataobject to store the results of the cut calculations performed by the SoftwareTriggerModule |
►CSpacePoint | SpacePoint typically is build from 1 PXDCluster or 1-2 SVDClusters |
CSecMapTrainerHit | Simple Hit class used for sectorMap-training |
CSpacePointTrackCand | Storage for (VXD) SpacePoint-based track candidates |
CStringWrapper | This class is a wrapper for strings, such as MCDecayStrings, to allow them to be associated with particles via a relation |
CTOPAsicMask | Class to store bit fields of masked ASICs, as reported in raw data |
CTOPAssociatedPDF | Class to store analytic PDF associated with a photon |
CTOPBarHit | Class to store track parameters of incoming MC particles relation to MCParticle filled in top/simulation/src/SensitiveBar.cc |
CTOPInterimFEInfo | Class to store debug info of raw data in Interim FE format |
CTOPLikelihood | Class to store TOP log likelihoods (output of TOPReconstructor) |
CTOPLikelihoodScanResult | Class to store the result of the TOP LL scan (output of TOPLLScanner) |
CTOPPDFCollection | Class to store analytical PDF relation from Tracks filled top/modules/TOPPDFDebugger/src/TOPPDFDebuggerModule.cc |
CTOPPixelLikelihood | Class to store pixel-by-pixel likelihoods for a track relation from Tracks filled in top/modules/TOPPDFDebugger/src/TOPPDFDebuggerModule.cc |
CTOPProductionEventDebug | Class to store debugging information about the event headers in the by the TOP production debugging raw data format one of these should be available per boardstack per event |
CTOPProductionHitDebug | Class to store debugging information about the hit headers in the TOP production debugging raw data format |
CTOPPull | Class to store photon pull in respect to PDF used in reconstruction |
CTOPRawDigit | Class to store unpacked raw data (hits in feature-extraction format) It provides also calculation of 50% CFD leading and falling edge times and errors |
CTOPRawWaveform | Class to store raw data waveforms |
CTOPRecBunch | Class to store results of TOPBunchFinder |
CTOPSimCalPulse | Calibration pulse time and amplitude generated by TOPCalPulseGenerator |
CTOPSimPhoton | Class to store Cherenkov photons at emission and at detection relation to TOPSimHit filled in top/simulation/src/SensitivePMT.cc |
CTOPSlowData | Class to store slow data unpacked from raw data |
CTOPTemplateFitResult | Class to store template fit result from feature extraction data |
CTOPTimeZero | Class to store T0 information |
CTOPTriggerDigit | Class to store trigger time stamps |
CTRGECLCluster | Example Detector |
CTRGGRLInnerTrack | Class for neutral ECL cluster in TRGGRL |
CTRGGRLMATCH | Class for CDC2D-ECL Matching in TRGGRL |
CTRGGRLMATCHKLM | Class for CDC2D-KLM Matching in TRGGRL |
CTRGGRLPHOTON | Class for neutral ECL cluster in TRGGRL |
CTRGGRLShortTrack | Class for neutral ECL cluster in TRGGRL |
CTRGSummary | Trigger Summary Information input bits input bits from subdetectors ftdl (Final Trigger Decision Logic) bits output bits of trigger logic psnm (Prescale and Mask) bits prescaled ftdl bits timType types of trigger timing source defined in b2tt firmware |
CTRGTOPCombinedT0Decision | Example Detector |
CTRGTOPSlotTiming | Example Detector |
CTRGTOPTimeStamp | Example Detector |
CTRGTOPTimeStampsSlot | Example Detector |
CTRGTOPTimingISim | Example Detector |
CTRGTOPTimingISimSlot | Example Detector |
CTRGTOPUnpackerStore | Example Detector |
CTRGTOPWaveFormTimeStamp | Example Detector |
CTRGTOPWaveFormTimeStampsSlot | Example Detector |
CTRGTiming | Trigger Timing Information for a fired bit |
CTagVertex | TagVertex data object: contains Btag Vertex and DeltaT |
CTauPairDecay | Class for collecting variables related to tau-taubar MC decay process |
CTrack | Class that bundles various TrackFitResults |
CTrackClusterSeparation | Store one Track-KLMCluster separation as a ROOT object |
CStoreWrapper< T > | This template functions as a wrapper for objects that do not inherit from TObject to be put on the DataStore |
CTrackFitResult | Values of the result of a track fit with a given particle hypothesis |
►CV0 | Object holding information for V0s |
CV0ValidationVertex | Class which stores some additional information on V0 vertices |
CVXDDedxLikelihood | Container for likelihoods obtained by the VXD dE/dx PID (VXDDedxPIDModule) |
CVXDDedxTrack | Debug output for VXDDedxPID module |
►CVXDIntercept | VXDIntercept stores the U,V coordinates and uncertainties of the intersection of a track with a VXD sensor |
CPXDIntercept | PXDIntercept stores the U,V coordinates and uncertainties of the intersection of a track with an PXD sensor |
CSVDIntercept | SVDIntercept stores the U,V coordinates and uncertainties of the intersection of a track with an SVD sensor |
►CVXDTrueHit | Class VXDTrueHit - Records of tracks that either enter or leave the sensitive volume |
CPXDTrueHit | Class PXDTrueHit - Records of tracks that either enter or leave the sensitive volume |
CSVDTrueHit | Class SVDTrueHit - Records of tracks that either enter or leave the sensitive volume |
►CBaseAngle | Class to compare if two angles are compatible withing a given error range |
CPhiAngle | |
CThetaAngle | |
►CBaseCandidateReceiver | Base class that receives candidates found by quadtree |
COffOriginExtension | Class performs extension (adding new hits) of given candidate using conformal transformation w.r.t point on the trajectory |
►CBaseCollectorTestCase | |
CCollectorTestCase | |
CFinalCollectorTestCase | |
►CBaseConstraint | Abstract base class for constraints of kinematic fits |
►CBaseHardConstraint | Abstract base class for constraints of kinematic fits |
►CParticleConstraint | Abstract base class for constraints of kinematic fits |
CMassConstraint | Implements constraint 0 = mass1 - mass2 - m |
CMomentumConstraint | Implements a constraint of the form efact*sum(E)+pxfact*sum(px)+pyfact*sum(py)+pzfact*sum(pz)=value |
CRecoilMassConstraint | |
►CBaseSoftConstraint | Abstract base class for soft constraints of kinematic fits |
►CSoftGaussParticleConstraint | Abstract base class for constraints of kinematic fits |
CSoftGaussMassConstraint | Implements constraint 0 = mass1 - mass2 - m |
CSoftGaussMomentumConstraint | Implements a soft constraint with chi^2=((efact*sum(E_i) + pxfact*sum(p_x,i)+pyfact*sum(p_y,i)+pzfact*sum(p_z,i)-value)/sigma)^2 |
CTrackConstraint | Abstract base class for constraints of kinematic fits |
CBaseDefs | |
CBaseEvent | |
►CBaseFitObject | |
►CParticleFitObject | |
CISRPhotonFitObject | |
CJetFitObject | Class for jets with (E, eta, phi) in kinematic fits |
CNeutrinoFitObject | |
CPxPyPzMFitObject | |
►CBaseFitter | Abstract base class for fitting engines of kinematic fits |
CNewFitterGSL | A kinematic fitter using the Newton-Raphson method to solve the equations |
CNewtonFitterGSL | |
COPALFitterGSL | Description of the fit algorithm and interface: |
CBaseJetPairing | Abstract base class for jet pairings |
►CBaseMeasurementCreator | Base class for all measurement creators |
►CBaseMeasurementCreatorFromHit< HitType, detector > | Base Class to create measurements based on a given hit related to the RecoTrack |
►CBaseMeasurementCreatorFromCoordinateMeasurement< HitType, detector > | Baseclass to create measurement track points based on the coordinate measurements |
CVXDMomentumEstimationMeasurementCreator< HitType, detector > | Creator for VXDMeasurements with momentum estimation based on the dEdX information |
CCoordinateMeasurementCreator< HitType, detector > | A measurement creator for normal coordinate measurements out of cdc/svd/pxd hits |
►CBaseTracer | Abstract base class for trace objects of kinematic fits |
CTextTracer | |
CBasf2ModulesInformation | |
CBASF2StateRecorder | |
Cbatch_generator | |
Cbatch_generator | |
CBBBrem | Generator for low scattering angle radiative Bhabha events (Beam-Beam Bremsstrahlung) |
Cbcolours | |
CBeamBGTypes | Class to define BG types and to convert between BG types and tags or v.v |
CBeamlineFieldMapInterpolation | The BeamlineFieldMapInterpolation class |
CBeamParametersFitter | Fitter calculating BeamParameters from CollisionBoostVector and CollisionInvariantMass |
CBEASTTree_v5 | Structure for the input of the data BEAST (TTree "Data_BEAST") |
CBeginRec | Begin record structure for the beamtest data |
CReaderSAD::bendingElement | Sensitive Element
|
CBestMatchContainer< TItem, TEstimator > | Multiple entries can be added, but only the one will be kept, which has the best quality estimator |
►CBFieldComponentAbs | The BFieldComponentAbs class |
CBFieldComponent3d | The BFieldComponent3d class |
CBFieldComponentBeamline | The BFieldComponentBeamline class |
CBFieldComponentConstant | The BFieldComponentConstant class |
CBFieldComponentKlm1 | The Bfieldcomponentklm1 class |
CBFieldComponentQuad | The BFieldComponentQuad class |
CBFieldComponentRadial | The BFieldComponentRadial class |
CBFieldManager | Bfield manager to obtain the magnetic field at any point |
CBFieldMap | This class represents the magnetic field of the Belle II detector |
CBFieldComponentKlm1::BFieldPoint | Trivial struct representing rz coordinate |
CBFieldComponentRadial::BFieldPoint | Magnetic field data structure |
CBHWide | C++ Interface for the Fortran Bhabha scattering generator BHWide |
►CBinData | |
CONSENBinData | |
CBinHeader | |
CBinning | Binning of a data distribution Provides PDF and CDF values of the distribution per bin |
CBinTrailer | |
CBitStream | Bit stream struct |
CBeamBkgMixerModule::BkgFiles | Structure to hold samples of a particular background type |
CBeamBkgMixerModule::BkgHits | An input event buffer definition for background SimHits |
CBkgNeutronWeight | The class to get the weighting factor for a 1-MeV-equivalent neutron flux on silicon |
CBKLMDatabaseImporter | This module writes BKLM data to database |
CBKLMElementNumbers | BKLM element numbers |
CBKLMStatus | BKLM hit status |
CBKLMTrackFinder | Track finding procedure |
CBKLMTrackFitter | Track fitting procedure |
CBoostPythonModuleProxy | Proxy class to register python modules (the things you can 'import') |
CBorderedBandMatrix | (Symmetric) Bordered Band Matrix |
CBoundingBox | A two dimensional rectangle that keeps track of the extend of a drawing |
CARICHGeoSupport::box | Struct to hold parameters of box volumes (examples, scintilators for cosmic test) |
CBox< ATypes > | The base class for all boxes |
CBox< AFirstType, ASubordinaryTypes... > | Box Base class specification without a first and subordinary types which can be used to "stack" various template until the full box is described correctly |
CBox< ASubordinaryTypes... > | |
►CBox< DiscreteP, DiscreteQ > | |
CPQBox | A rectangular domain for the hough space over p and q |
►CBox< DiscreteZ0, DiscreteTanL > | |
CZ0TanLambdaBox | A rectangular domain for the hough space over phi0 and two dimensional curvature |
CBox<> | Box Base class specification without any template arguments |
►CBoxDivisionHoughTree< AItemPtr, AHoughBox, divisions > | A fast hough algorithm with rectangular boxes, which are split linearly by a fixed number of divisions in each coordinate up to a maximal level |
►CSimpleBoxDivisionHoughTree3D< AHitPointerType, AHitDecisionAlgorithm, 2, 2, 2 > | |
CHyperHough< AHitPointerType, AHitDecisionAlgorithm, qDivisions, pDivisions, muDivisions > | Hough Tree for finding StereoHits with using CDCRecoHit3D as the item type |
►CBoxDivisionHoughTree< AHitPtr, AInBoxAlgorithm::HoughBox, divisionX, divisionY > | |
►CSimpleBoxDivisionHoughTree< AHitPtr, AInBoxAlgorithm, divisionX, divisionY > | Convenience class for the typical usage-case: A box divisioned hough tree with maximum and minimum values in both directions |
►CDebugableSimpleBoxDivisionHoughTree< AHitPointerType, AHitDecisionAlgorithm, 2, 2 > | |
CZ0TanLambdaLegendre< AHitPointerType, AHitDecisionAlgorithm, z0Divisions, tanLambdaDivisions > | Hough Tree for finding StereoHits using a templated class as the item type |
►CDebugableSimpleBoxDivisionHoughTree< AHitPointerType, AHitDecisionAlgorithm, 3, 3 > | |
CQuadraticLegendre< AHitPointerType, AHitDecisionAlgorithm, pDivisions, qDivisions > | Hough Tree for finding StereoHits with using CDCRecoHit3D as the item type |
CDebugableSimpleBoxDivisionHoughTree< AHitPtr, AInBoxAlgorithm, divisionX, divisionY > | A convenience class for adding debug information to a Simple Hough Tree |
►CBoxDivisionHoughTree< AHitPtr, AInBoxAlgorithm::HoughBox, divisionX, divisionY, divisionZ > | |
CSimpleBoxDivisionHoughTree3D< AHitPtr, AInBoxAlgorithm, divisionX, divisionY, divisionZ > | Convenience class for the typical usage-case: A box divisioned hough tree with maximum and minimum values in both directions |
►CBoxDivisionHoughTree< AHitPtr, InBox::HoughBox, divisions... > | |
CSimpleHitBasedHoughTree< AHitPtr, InBox, divisions > | A convenience class based on a BoxDivisionHoughTree for "hit-like" classes |
CBranchInterface< ValueType > | Simple struct for interfacing the Branch |
CBremFindingMatchCompute | Module to compute if an extrapolation to the ECL matches the position of an secondary ECLCLuster to find bremsstrahlung clusters |
CBuffer | |
CBundle | Class to contain particles identified to come from the same actual/mc particle |
CCACell | The CACell class This Class stores all relevant information one wants to have stored in a cell for a Cellular automaton |
CScriptStatus.cached | |
CMetadataProvider::PayloadMetadataCache::CacheEntry | Each cache entry |
Ccachezr_t | Cached z-r struct |
Ccal_scale_error_func_set_t | Structure type cal_scale_error_func_set_t |
CCalcMeanCov< N, RealType > | Class to calculate mean and and covariance between a number of parameters on running data without storing the actual values, also for weighted entries |
CCalcMeanCov< 2, value_type > | |
►CCalculation | |
CBasf2Calculation | |
CCalculationQueue | |
CCalculationQueueItem | |
CCalibObjManager | Manager class for collector registered data. Handles much of the TDirectory/TObject manipulation |
CCalibPars | The parameters related to single calibration interval |
CECLDigitizerModule::calibration_t | Calibration constants per channel |
►CCalibrationAlgorithm | Base class for calibration algorithms |
CARICHChannelMaskMaker | ARICH channel mask calibration algorithm |
CBeamSpotAlgorithm | Class implementing BeamSpot calibration algorithm |
CBoostVectorAlgorithm | Class implementing BoostVector calibration algorithm |
CCrudeT0CalibrationAlgorithm | Algorithm class for crude T0 calibration |
CFudgeFactorCalibrationAlgorithm | Class for CDC fudge factor calibration |
CSpaceResolutionCalibrationAlgorithm | Class for Space resolution calibration |
CT0CalibrationAlgorithm | Class for T0 Correction |
CTimeWalkCalibrationAlgorithm | Class for Time walk calibration |
CWireEfficiencyAlgorithm | Class for Wire Efficiency estimation |
CXTCalibrationAlgorithm | Class to perform xt calibration for drift chamber |
CCDCDedx1DCellAlgorithm | A calibration algorithm for CDC dE/dx electron: 1D enta cleanup correction |
CCDCDedx2DCellAlgorithm | A calibration algorithm for CDC dE/dx electron 2D enta vs doca correction |
CCDCDedxBadWireAlgorithm | A calibration algorithm for CDC dE/dx to find the bad wires |
CCDCDedxCosEdgeAlgorithm | A calibration algorithm for CDC dE/dx electron cos(theta) dependence |
CCDCDedxCosineAlgorithm | A calibration algorithm for CDC dE/dx electron cos(theta) dependence |
CCDCDedxInjectTimeAlgorithm | A calibration algorithm for CDC dE/dx injection time (HER/LER) |
CCDCDedxMomentumAlgorithm | A calibration algorithm for CDC dE/dx electron cos(theta) dependence |
CCDCDedxRunGainAlgorithm | A calibration algorithm for CDC dE/dx run gains |
CCDCDedxWireGainAlgorithm | A calibration algorithm for CDC dE/dx wire gains |
CeclAutocovarianceCalibrationC1Algorithm | Calibrate covariance matrix for crystals using delayed Bhabha events |
CeclAutocovarianceCalibrationC3Algorithm | Calibrate covariance matrix for crystals using delayed Bhabha events |
CeclAutocovarianceCalibrationC4Algorithm | Calibrate covariance matrix for crystals using delayed Bhabha events |
CeclBhabhaTAlgorithm | Calibrate ecl crystals using bhabha events |
CeclCosmicEAlgorithm | Class eclCosmiEAlgorithm |
CeclEdgeAlgorithm | ..Obtain payloads specifying the location of the edges of each ECL crystal |
CeclGammaGammaEAlgorithm | Calibrate ecl crystals using gamma pair events |
CeclLeakageAlgorithm | Calculate ECL energy leakage corrections |
CeclMergingCrystalEAlgorithm | Calibrate ecl crystals using previously created payloads |
CeclMergingCrystalTimingAlgorithm | Calibrate ecl crystals using previously created payloads |
CeclMuMuEAlgorithm | Calibrate ecl crystals using muon pair events |
CeclNOptimalAlgorithm | Algorithm that works with eclNOptimalCollector to find the number of crystals to be summed to get the best energy resolution for each test energy and for each group of crystals (8 groups per thetaID in the barrel) |
CeclTValidationAlgorithm | Validate the ecl timing calibrations using a hadronic event selection |
CeclTimeShiftsAlgorithm | Calibrate ecl crystals using previously created payloads |
CeclWaveformTemplateCalibrationC1Algorithm | Calibrate ecl crystals using gamma pair events |
CeclWaveformTemplateCalibrationC2Algorithm | Calibrate ecl crystals using gamma pair events |
CeclWaveformTemplateCalibrationC3Algorithm | Calibrate ecl crystals using gamma pair events |
CeclWaveformTemplateCalibrationC4Algorithm | Calibrate ecl crystals using gamma pair events |
Ceclee5x5Algorithm | Calibrate ecl crystals using Bhabha events |
CEKLMAlignmentAlongStripsAlgorithm | EKLM time calibration algorithm |
CInvariantMassAlgorithm | Class implementing InvariantMass calibration algorithm |
CKLMChannelStatusAlgorithm | KLM channel status calibration algorithm |
CKLMStripEfficiencyAlgorithm | KLM channel status calibration algorithm |
CKLMTimeAlgorithm | KLM time calibration algorithm |
CMillepedeAlgorithm | Class implementing Millepede calibration algorithm |
CMillepedeTreeConversionAlgorithm | Creation of a plain TTree with residual and global derivative values from GBL data saved to a ROOT file |
CPXDAnalyticGainCalibrationAlgorithm | Class implementing the PXD gain calibration algorithm |
CPXDChargeCalibrationAlgorithm | Class implementing the PXD median cluster charge calibration algorithm |
CPXDClusterPositionCalibrationAlgorithm | Class implementing the PXD cluster position calibration algorithm |
CPXDDataMCGainCalibrationAlgorithm | Class implementing the PXD median cluster charge calibration algorithm |
CPXDGainCalibrationAlgorithm | Class implementing the PXD gain calibration algorithm |
CPXDHotPixelMaskCalibrationAlgorithm | Class implementing PXD hot pixel masking calibration algorithm |
CPXDValidationAlgorithm | Class implementing the PXD calibration validation algorithm |
CSVD3SampleCoGTimeCalibrationAlgorithm | Class implementing SVD3SampleCoGTimeCalibration calibration algorithm |
CSVD3SampleELSTimeCalibrationAlgorithm | Class implementing SVD3SampleELSTimeCalibration calibration algorithm |
CSVDClusterTimeShifterAlgorithm | Class implementing SVDClusterTimeShifter algorithm |
CSVDCoGTimeCalibrationAlgorithm | Class implementing SVDCoGTimeCalibration calibration algorithm |
CSVDCrossTalkCalibrationsAlgorithm | Class implementing SVDCrossTalkCalibrations calibration algorithm |
CSVDHotStripsCalibrationsAlgorithm | Class implementing SVDHotStripsCalibrations calibration algorithm |
CSVDOccupancyCalibrationsAlgorithm | Class implementing SVDOccupancyCalibrations calibration algorithm |
CSVDTimeValidationAlgorithm | Class implementing SVDTimeValidation algorithm |
CTOPAlignmentAlgorithm | Algorithm for geometrical alignment of TOP modules with dimuons or Bhabhas |
CTOPAsicShiftsBS13dAlgorithm | Calibration algorithm for carrier shifts of BS13d |
CTOPChannelMaskAlgorithm | Algorithm for masking of dead and hot channels |
CTOPCommonT0BFAlgorithm | Algorithm for common T0 calibration with a fit of bunch finder residuals |
CTOPCommonT0LLAlgorithm | Algorithm for common T0 calibration with neg |
CTOPEventT0OffsetAlgorithm | Algorithm for event T0 offset calibration |
CTOPFillPatternOffsetAlgorithm | Algorithm for calibration of fill pattern offset |
CTOPLocalCalFitter | This module is the fitter for the CAF collector TOPLaserCalibratorCollector |
CTOPModuleT0DeltaTAlgorithm | Algorithm for module T0 calibration with chi2 minimization of time differences between slots (method DeltaT) |
CTOPModuleT0LLAlgorithm | Algorithm for module T0 calibration with neg |
CTOPPhotonYieldsAlgorithm | Algorithm for photon pixel yields aimed for PMT ageing studies and for finding optically decoupled PMT's |
CTOPPulseHeightAlgorithm | Algorithm for pulse-height and threshold efficiency calibration |
CTOPValidationAlgorithm | Algorithm for automatic validation of the calibration |
CTestBoundarySettingAlgorithm | Test class implementing calibration algorithm |
CTestCalibrationAlgorithm | Test class implementing calibration algorithm |
CTestDBAccessAlgorithm | Test class implementing calibration algorithm |
CCalibrationData | Parameters and data relevant for single calibration interval |
►CCallback | |
►CAbstractNSMCallback | |
►CNSMCallback | |
►CRCCallback | |
CDqmMasterCallback | |
CERecoMasterCallback | |
CERecoRunControlCallback | |
CEventServerCallback | |
CRFMasterCallback | |
CRFRunControlCallback | |
CRoiSenderCallback | |
CCALogger | Simple logger for CA algorithm |
CCandidate | Structure containing variables relevant to the B-candidate |
CCaptureStreamAbortHandler | Small class to handle std::abort() calls by external libraries |
CCAValidator< CellType > | Validation tool for CA algorithm |
CCDCAxialSegmentPair | Class representing a pair of reconstructed axial segements in adjacent superlayer |
CCDCAxialStereoFusion | Utility class implementing the Kalmanesk combination of to two dimensional trajectories to one three dimensional trajectory |
CCDCBFieldUtil | Helper functions to interact with the magnetic field |
CCDCChannelData | CDCChannelData |
CCDCCKFState | Define states for CKF algorithm, which can be seed track or CDC wire hit |
CCDCCKFStateCreator::CDCCKFWireHitCache | Store basic wire info for faster access |
CCDCDatabaseImporter | CDC database importer |
CCDCDedxDatabaseImporter | DE/dx database importer |
CCDCDedxMeanPred | Class to hold the prediction of mean as a function of beta-gamma (bg) |
CCDCDedxSigmaPred | Class to hold the prediction of resolution depending dE/dx, nhit, and cos(theta) |
CCDCGeoControlPar | The Class for CDC Geometry Control Parameters |
CCDCGeometryLoader | Load the CDC geometry from the conditions database |
CCDCGeometryPar | The Class for CDC Geometry Parameters |
►CCDCGeometryTranslatorBase | Abstract Base class for the geometry translator |
CIdealCDCGeometryTranslator | This class uses the ideal detector geometry for the translation of wire IDs into geometric positions |
CRealisticCDCGeometryTranslator | This class uses the realistic detector geometry (the one after alignment procedure) for the translation of wire IDs into geometric positions |
►CCDCHitColorMap | |
CBackgroundTagColorMap | |
CMCPDGCodeColorMap | |
CMCParticleColorMap | |
CMCPrimaryColorMap | |
CMCSegmentIdColorMap | |
CPosFlagColorMap | |
CRLColorMap | |
CReassignedSecondaryMap | |
CTOFColorMap | |
CTakenFlagColorMap | |
CZeroDriftLengthColorMap | |
►CCDCHitStrokeWidthMap | |
CZeroDriftLengthStrokeWidthMap | |
CCDCMCCloneLookUp | Class providing information whether a PR CDC track is the best match or a clone |
CCDCMCHitCollectionLookUp< ACDCHitCollection > | Interface class to the Monte Carlo information for collections of hits |
►CCDCMCHitCollectionLookUp< CDCSegment2D > | |
CCDCMCSegment2DLookUp | Specialisation of the lookup for the truth values of two dimensional segments |
►CCDCMCHitCollectionLookUp< CDCSegment3D > | |
CCDCMCSegment3DLookUp | Specialisation of the lookup for the truth values of two dimensional segments |
►CCDCMCHitCollectionLookUp< CDCTrack > | |
CCDCMCTrackLookUp | Specialisation of the lookup for the truth values of reconstructed tracks |
CCDCMCHitLookUp | Interface class to the Monte Carlo information for individual hits |
CCDCMCManager | Class to organize and present the monte carlo hit information |
CCDCMCMap | Class to organize and present the monte carlo hit information |
CCDCMCSegmentLookUp | Legacy for python : interface to obtain the two dimensional segment mc lookup |
CCDCMCTrackStore | Class to organize and present the monte carlo hit information |
CCDCObservations2D | Class serving as a storage of observed drift circles to present to the Riemann fitter |
CCDCRecoHit2D | Class representing a two dimensional reconstructed hit in the central drift chamber |
CCDCRecoHit3D | Class representing a three dimensional reconstructed hit |
CCDCRLWireHit | Class representing an oriented hit wire including a hypotheses whether the causing track passes left or right |
►CCDCRLWireHitPair | A pair of oriented wire hits |
CCDCTangent | Class representating a linear track piece between two oriented wire hits |
►CCDCRLWireHitTriple | Class representing a triple of neighboring wire hits |
CCDCFacet | Class representing a triple of neighboring oriented wire with additional trajectory information |
CCDCRobustSZFitter | Utility class implementing robust versions of linear sz trajectory line fits |
►CCDCSegmentColorMap | |
CSegmentFBInfoColorMap | |
CSegmentFirstInTrackIdColorMap | |
CSegmentFirstNPassedSuperLayersColorMap | |
CSegmentLastInTrackIdColorMap | |
CSegmentLastNPassedSuperLayersColorMap | |
CSegmentMCTrackIdColorMap | |
CCDCSegmentPair | Class representing a pair of one reconstructed axial segement and one stereo segment in adjacent superlayer |
CCDCSegmentTriple | Class representing a triple of reconstructed segements in adjacent superlayer |
CCDCSimControlPar | The Class for CDC Simulation Control Parameters |
CCDCSimHitLookUp | Singletone class to gather local information about the hits |
CCDCSimpleSimulation | Class providing a simple simulation of the CDC mainly for quick unit test checks |
CCDCSVGPlotter | Helper class to generated the svg image from the various tracking objects |
CCDCSVGPlotter | |
CCDCSZFitter | Class implementing the z coordinate over travel distance line fit |
CCDCSZObservations | Class serving as a storage of observed sz positions to present to the sz line fitters |
CCDCTrajectory2D | Particle trajectory as it is seen in xy projection represented as a circle |
CCDCTrajectory3D | Particle full three dimensional trajectory |
CCDCTrajectorySZ | Linear trajectory in sz space |
CCDCTriggerHoughCand | Hough Candidates class |
CCDCWire | Class representing a sense wire in the central drift chamber |
CCDCWireHit | Class representing a hit wire in the central drift chamber |
CCDCWireTopology | Class representating the sense wire arrangement in the whole of the central drift chamber |
CCellularAutomaton< ACellHolder > | Implements the weighted cellular automaton algorithm |
CCellularAutomaton< AHit > | |
CCellularAutomaton< AState > | |
CCellularPathFollower< ACellHolder > | Implements to pick up of the highest value path in neighborhood Following high value paths can be done two ways |
Ccellweight | |
CInverseRaytracer::CerenkovAngle | Sine and cosine of Cerenkov angle |
CARICHRawDigit::FEBDigit::ChannelDigit | |
CChannelGroup | Channel group |
CChannelMapper | Provides mapping between electronic channels and pixels |
CCharBuffer | Dynamic character buffer that knows its size |
CChebFitter | Unbinned Maximum Likelihood fitter with a possibility to use Chebyshev interpolation |
CChi2MinimumFinder1D | Minimum finder using tabulated chi^2 values in one dimension |
CSVDOnlineToOfflineMap::ChipID | Class to hold FADC+APV25 numbers |
CSVDOnlineToOfflineMap::ChipInfo | Struct to hold data about an APV25 chip |
►CCircle2D | 2D circle |
CArc2D | 2D arc |
CCircle2D | A two dimensional circle in its natural representation using center and radius as parameters |
CCKFResult< ASeed, AHit > | Object for temporary storage of a CKF tree search result |
►CCKFResult< RecoTrack, SpacePoint > | |
CCKFToPXDResult | Specialized CKF Result for extrapolating into the PXD |
CCKFToSVDResult | Specialized CKF Result for extrapolating into the SVD |
CCKFState< ASeed, AHit > | State object to store one step in the CKF algorithm together with its parent (the state before), the hit (e.g |
►CCKFState< RecoTrack, SpacePoint > | |
CCKFToPXDState | Specialized CKF State for extrapolating into the PXD |
CCKFToSVDState | Specialized CKF State for extrapolating into the SVD |
CClassificationOverview | |
CCleanBasf2Execution | |
CClear | Functor to get the .clear() from an abitrary objects |
CCleoCones | Class to calculate the Cleo clone variables |
CClosedLowerBoundedSet< MinType > | Represents a closed lower bounded set of arithmetic types |
CClosedRange< MinType, MaxType > | Represents a closed set of arithmetic types |
CClosedUpperBoundedSet< MaxType > | Represents an upper bounded set of arithmetic types |
CCluster | |
CCluster | |
CCluster_t | Struct to hold variables for PXD clusters |
►CClusterBase | |
CCluster | |
CClusterCache | Class to remember recently assigned clusters This class will remember the current and the last pixel row to allow fast finding of the correct cluster a pixel belongs to |
CClusterCandidate | Class representing a possible cluster during clustering of the PXD It supports merging of different clusters and keeps track of the highest charge inside the cluster |
CConst::ClusterDetectors | A class that defines the valid set of Cluster detectors |
Cclusterer_params | |
CClusterizend | Clustering module |
CClusterProjection | Helper struct to collect information about the 1D projection of a Pixel cluster |
CClustersOnSensor | Small struct for storing all clusters of the same sensor in one container |
CClusterUtils | Class to provide momentum-related information from ECLClusters |
CDQMHistComparitorModule::CMPNODE | The struct for reference histogram comparison |
CColors | Utility functions related to colors |
CColumnFiller | Struct to fill the different columns in a sqlite result row into a std::tuple |
CCommandIoVsHelper | |
CCommandLine | |
CCommon< AFunctor > | Adapter of a category function to find the common category of several objects |
CCompactSecIDs | This class provides a computer convenient numbering scheme for the sectors in the sector map and for the N sectors combinations |
CCompareCDCTracks | Functor which which decides which of two tracks to declare as best match |
CcompFirst | Small helper functor to find a pair in a container of pairs, where .first matches the passed integer COULDDO: make this templated to take any arguments to the pair, instead of only ints and shorts |
CcompMCId | Small helper functor to get the MCVXDPurityInfo with the passed ParticleId from a container of MCVXDPurityInfos |
CComposition< AFunctor1, AFunctor2 > | Functor factory from the functional composition of two functors |
CCond | |
CConditionalGaussGenerator | Class implementing n-dimensional random number generator from Gaussian distribution where the first component of the vector is generated first (using some external source) and the remaining components are generated based on the value of the first component |
CConditionsDB | |
CConfigFile | |
CConfiguration | Class to enable configuration of the conditions database access in C++ and python |
CConnection | Simple wrapper for a SQLite database connection |
CConst | This class provides a set of constants for the framework |
►Cvector< T >::const_iterator | STL iterator class |
CDiscreteValue< T, ATag > | Representation for a discrete position in an array of discrete positions |
CConstant< T > | Generic functor to wrap a constant as a function |
CConstraint | |
►CConstraint | Class to manage the order of constraints and their filtering |
CMergedConstraint | Merge multiple constraints that we want to project simultaneously |
CConstraintConfiguration | Constainer |
►CConstraints | |
CCDCLayerConstraints | |
CCDCTimeZerosConstraint | |
CCDCWireConstraints | |
CVXDHierarchyConstraints | |
CContinuousValue< T, ATag > | Type to have values not based on discrete positions from an array |
Ccopper_footer | |
Ccopper_header | |
CVXDMomentumEstimation< ClusterType >::CorrectionFitParameters | Struct holding the parameters of the correction function to map them median of the estimation function to 0 |
CCountContainer | Container for counting accepted and rejected stuff, just delivers some interfaces to make the code more readable |
Ccounter< T > | Small class counting usage |
Ccounter< T > | Tiny counter class for counting stuff |
Ccounter< T > | Tiny counter class for counting stuff |
CcounterMC< T > | Tiny counter class for counting stuff retrieved from MC-bla |
CCovarianceMatrixUtil | Collection of functions related to covariance matrices |
CCovariancePacked | Struct to keep upper triangle of the covariance matrix |
CTRGCDCLpar::Cpar | Private class cpar |
Ccplacement_t | Placement struct |
CCppOrPyList | Wrapper class for a list of strings to either be held in a std::vector or in a python list |
CCprErrorMessage | |
►CCreatedFilter | |
►CChooseable< AFilterFactory::CreatedFilter > | |
CChooseableFilter< Belle2::CDCPathPairFilterFactory > | |
CChooseableFilter< Belle2::CDCStateFilterFactory > | |
CChooseableFilter< WireHitFilterFactory > | |
CChooseableFilter< SegmentTripleFilterFactory > | |
CChooseableFilter< Belle2::TrackFindingCDC::SegmentFilterFactory > | |
CChooseableFilter< Belle2::TrackFindingCDC::TrackFilterFactory > | |
CChooseableFilter< Belle2::CDCPathFilterFactory > | |
CChooseableFilter< SegmentPairFilterFactory > | |
CChooseableFilter< SVDResultFilterFactory > | |
CChooseableFilter< FacetFilterFactory > | |
CChooseableFilter< Belle2::TrackFindingCDC::TrackQualityFilterFactory > | |
CChooseableFilter< AxialSegmentPairFilterFactory > | |
CChooseableFilter< ClusterFilterFactory > | |
CChooseableFilter< AFilterFactory > | Convenvience wrapper to setup a Chooseable filter from a specific factory object |
►CCreatorBase | Pure virtual base class for all geometry creators |
CAWESOMEGeometryCreator | The creator for the AWESOME detector geometry |
CGeoCDCCreator | The GeoCDCCreator class |
CGeoCDCCreatorReducedCDC | The GeoCDCCreatorReducedCDC class |
CGeoECLCreator | The GeoECLCreator class |
CGeoEKLMCreator | Class GeoEKLMCreator |
CGeoMagneticField | The GeoMagneticField class |
CGeoKLMCreator | The creator for the KLM geometry of the Belle II detector |
CMyDBCreator | Very simple Creator class which actually does not do anything but shows how creators should implement loading the geometry from database |
CGeoTOPCreator | Geometry creator for TOP counter |
CGeoHeavyMetalShieldCreator | The creator for the HeavyMetalShield geometry of the Belle II detector |
►CGeoVXDCreator | The creator for the VXD geometry of the Belle II detector |
CGeoPXDCreator | The creator for the PXD geometry of the Belle II detector |
CGeoSVDCreator | The creator for the SVD geometry of the Belle II detector |
CGeoVXDServiceCreator | The creator for the VXD Service geometry of the Belle II detector |
CGeoARICHBtestCreator | The creator for the PXD geometry of the Belle II detector |
CGeoARICHCreator | The creator for the ARICH geometry of the Belle II detector |
CBeamabortCreator | The creator for the BEAMABORT geometry |
CBgoCreator | The creator for the BGO geometry |
CGeoBKLMCreator | This class creates the BKLM geometry of the Belle II detector |
CCaveCreator | The creator for the CAVE geometry |
CClawCreator | The creator for the CLAW geometry |
CCLAWSCreator | The creator for the CLAWS geometry |
CGeoCOILCreator | The GeoCoilCreator class |
CCsiCreator | The creator for the CSI geometry |
CDosiCreator | The creator for the DOSI geometry |
CFANGSCreator | The creator for the FANGS geometry |
CHe3tubeCreator | The creator for the HE3TUBE geometry |
CGeoBeamPipeCreator | The creator for the BeamPipe geometry of the Belle II detector |
CGeoCryostatCreator | The creator for the Cryostat geometry of the Belle II detector |
CGeoFarBeamLineCreator | The creator for the FarBeamLine geometry of the Belle II detector |
CMicrotpcCreator | The creator for the MICROTPC geometry |
CPh1bpipeCreator | The creator for the PH1BPIPE geometry |
CPh1sustrCreator | The creator for the PH1SUSTR geometry |
CPindiodeCreator | The creator for the PINDIODE geometry |
CPlumeCreator | The creator for the PLUME geometry |
CQcsmonitorCreator | The creator for the QCSMONITOR geometry |
CDiamondCreator | The creator for the DIAMOND geometry |
CFei4Creator | The creator for the FEI4 geometry |
CSddCreator | The creator for the SDD geometry |
CGeoSTRCreator | To create the Belle2 structure geometry |
CGeoServiceMaterialCreator | The creator for the Service Material geometry of the Belle II detector |
CCreatorFactory< T > | Very simple class to provide an easy way to register creators with the CreatorManager |
CCreatorManager | Class to manage all creators and provide factory access |
CCRY | C++ Interface for the generator CRY |
CCryostatElement | The struct for CryostatElement |
CECLGeometryPar::CrystalGeom_t | Crystal geometry |
CcrystalInfo | Struct to hold relavent Crystal information |
CECLDigitizerModule::crystallinks_t | Indices in arrays with info on ECL channels |
CECLDigitizerPureCsIModule::crystallinks_t | Indices in arrays with info on ECL channels |
CCsiGeometryPar | The Class for CSI Geometry Parameters |
Ccurl_t | Curl struct |
CCurlSession | Struct encapsulating all the state information needed by curl |
CCurvBinsSpec | Strategy to construct discrete curv points from discrete overlap specifications |
CCurvWithArcLength2DCache | Class representing a curvature value that also caches two dimensional arc length to each layer in the CDC |
CCellularAutomaton< ACellHolder >::CycleException | Type for the very basic exception signal used in the detection of cycles |
CDaemon | |
CDAQLogDB | |
CDAQLogMessage | |
CSVDPackerModule::data_A | Implementation of the first data word |
CSVDUnpackerModule::data_A | Implementation of the first data word |
CSVDPackerModule::data_B | Implementation of the second data word |
CSVDUnpackerModule::data_B | Implementation of the second data word |
CDataArray | Helper class for getting data words from a finesse buffer Keeps checksum counter for each extracted data word and calculates tcp checksum on request |
CDatabase | Singleton base class for the low-level interface to the database |
CVXDHoughState::DataCache | Cache containing the most important information of this state which will often be needed |
CDataFlowVisualization | Class to visualize data flow between modules |
CSVDPackerModule::DataInfo | 6 samples and APV channel struct |
►CDataset | Abstract base class of all Datasets given to the MVA interface The current event can always be accessed via the public members of this class |
CCombinedDataset | Wraps two other Datasets, one containing signal, the other background events Used by the reweighting method to train mc files against data files |
CMultiDataset | Wraps the data of a multiple event into a Dataset |
CROOTDataset | Proivdes a dataset from a ROOT file This is the usually used dataset providing training data to the mva methods |
CRegressionDataSet | Dataset needed during the training of a regression method |
CReweightingDataset | Dataset for Reweighting Wraps a dataset and provides each data-point with a new weight |
CSPlotDataset | Dataset for sPlot Wraps a dataset and provides each data-point twice, once as signal and once as background |
CSidebandDataset | Dataset for Sideband Subtraction Wraps a dataset and provides each data-point with a new weight |
CSingleDataset | Wraps the data of a single event into a Dataset |
CSubDataset | Wraps another Dataset and provides a view to a subset of its features and events |
CDataStore | In the store you can park objects that have to be accessed by various modules |
►CDataStoreEveElementMap_Base | |
CVisualRepMap::DataStoreEveElementMap | Hide implementation in private class |
CDataStorePackage | |
CDataStorePrinter | |
CDataStoreStreamer | Stream/restore DataStore objects to/from EvtMessage |
CDATCONSVDClusterCandidate | Struct containing a cluster candidate for easier handling |
CDATCONSVDDigit | The DATCONSVDDigit class |
CDate | |
►CDBAccessorBase | Base class for DBObjPtr and DBArray for easier common treatment |
CDBArray< Belle2::TRGECLFAMPara > | |
CDBArray< Belle2::ECLShowerShapeSecondMomentCorrection > | |
CDBArray< Belle2::TOPChannelMap > | |
CDBArray< Belle2::ECLDspData > | |
CDBArray< Belle2::TestCalibObject > | |
CDBArray< Belle2::TOPFrontEndMap > | |
CDBArray< Belle2::CDCFEElectronics > | |
CDBArray< Belle2::CDCDisplacement > | |
CDBArray< Belle2::TRGECLETMPara > | |
CDBArray< Belle2::CDCChannelMap > | |
CDBObjPtr< Belle2::BeamPipeGeo > | |
CDBObjPtr< Belle2::TRGGDLDBAlgs > | |
►CDBObjPtr< Belle2::TOPCalFillPatternOffset > | |
COptionalDBObjPtr< Belle2::TOPCalFillPatternOffset > | |
CDBObjPtr< Belle2::TOPCalModuleT0 > | |
CDBObjPtr< Belle2::TOPCalChannelRQE > | |
CDBObjPtr< Belle2::SVDRecoConfiguration > | |
CDBObjPtr< Belle2::KLMTimeConversion > | |
CDBObjPtr< Belle2::KLMScintillatorFirmware > | |
CDBObjPtr< Belle2::TRGGDLDBBadrun > | |
CDBObjPtr< Belle2::CDCTimeWalks > | |
CDBObjPtr< Belle2::ARICHGlobalAlignment > | |
CDBObjPtr< Belle2::ARICHChannelMask > | |
CDBObjPtr< Belle2::DBRepresentationOfSoftwareTriggerCut > | |
CDBObjPtr< Belle2::SVDClusterTimeShifter > | |
CDBObjPtr< Belle2::CDCBadWires > | |
CDBObjPtr< Belle2::TOPCalChannelNoise > | |
CDBObjPtr< Belle2::TOPCalChannelPulseHeight > | |
CDBObjPtr< Belle2::SVDGlobalConfigParameters > | |
CDBObjPtr< Belle2::CollisionAxisCMS > | |
CDBObjPtr< Belle2::ECLHadronComponentEmissionFunction > | |
CDBObjPtr< Belle2::CDCTrigger2DConfig > | |
CDBObjPtr< Belle2::CDCDedx1DCell > | |
CDBObjPtr< Belle2::CDCDedxRunGain > | |
►CDBObjPtr< Belle2::TOPCalEventT0Offset > | |
COptionalDBObjPtr< Belle2::TOPCalEventT0Offset > | |
CDBObjPtr< Belle2::TOPCalCommonT0 > | |
CDBObjPtr< Belle2::SVDLocalConfigParameters > | |
CDBObjPtr< Belle2::SVDCalibrationsBase > | |
CDBObjPtr< Belle2::BunchStructure > | |
CDBObjPtr< Belle2::ECLTrackClusterMatchingParameterizations > | |
CDBObjPtr< Belle2::CDCDedxSigmaPars > | |
CDBObjPtr< Belle2::CDCDedxMomentumCor > | |
►CDBObjPtr< Belle2::HardwareClockSettings > | |
COptionalDBObjPtr< Belle2::HardwareClockSettings > | |
CDBObjPtr< Belle2::CDCPropSpeeds > | |
►CDBObjPtr< Belle2::CollisionInvariantMass > | |
COptionalDBObjPtr< Belle2::CollisionInvariantMass > | |
CDBObjPtr< Belle2::MagneticField > | |
CDBObjPtr< Belle2::COILGeometryPar > | |
CDBObjPtr< Belle2::SoftwareTriggerMenu > | |
CDBObjPtr< Belle2::SVDSpacePointSNRFractionSelector > | |
CDBObjPtr< Belle2::KLMStripEfficiency > | |
CDBObjPtr< Belle2::CDCCorrToThresholds > | |
CDBObjPtr< Belle2::CDCDedxWireGain > | |
CDBObjPtr< Belle2::CDCCrossTalkLibrary > | |
CDBObjPtr< Belle2::CDCTimeZeros > | |
CDBObjPtr< Belle2::ARICHReconstructionPar > | |
CDBObjPtr< Belle2::PayloadFile > | |
CDBObjPtr< Belle2::KLMElectronicsMap > | |
CDBObjPtr< Belle2::CDCDedx2DCell > | |
CDBObjPtr< Belle2::CDCDedxCosineCor > | |
CDBObjPtr< Belle2::CDCAlignment > | |
CDBObjPtr< Belle2::CDCFudgeFactorsForSigma > | |
►CDBObjPtr< Belle2::BeamSpot > | |
COptionalDBObjPtr< Belle2::BeamSpot > | |
CDBObjPtr< Belle2::TOPCalChannelMask > | |
CDBObjPtr< Belle2::ARICHGeometryConfig > | |
CDBObjPtr< Belle2::CDClayerTimeCut > | |
CDBObjPtr< Belle2::TrackFitMomentumRange > | |
CDBObjPtr< Belle2::EventsOfDoomParameters > | |
CDBObjPtr< Belle2::ECLChargedPidPDFs > | |
CDBObjPtr< Belle2::TOPGeometry > | |
CDBObjPtr< Belle2::ROISimulationParameters > | |
CDBObjPtr< Belle2::KLMScintillatorDigitizationParameters > | |
►CDBObjPtr< Belle2::KLMTimeCableDelay > | |
COptionalDBObjPtr< Belle2::KLMTimeCableDelay > | |
CDBObjPtr< Belle2::ECLAutoCovariance > | |
►CDBObjPtr< Belle2::TOPCalTimeWalk > | |
COptionalDBObjPtr< Belle2::TOPCalTimeWalk > | |
CDBObjPtr< Belle2::KLMTimeWindow > | |
CDBObjPtr< Belle2::BeamParameters > | |
CDBObjPtr< Belle2::TRGGDLDBPrescales > | |
CDBObjPtr< Belle2::TOPCalChannelThreshold > | |
CDBObjPtr< Belle2::TOPFrontEndSetting > | |
CDBObjPtr< Belle2::ECLChannelMap > | |
CDBObjPtr< Belle2::ECLReferenceCrystalPerCrateCalib > | |
CDBObjPtr< Belle2::CDCDedxInjectionTime > | |
CDBObjPtr< Belle2::CDCMisalignment > | |
CDBObjPtr< Belle2::ARICHCopperMapping > | |
CDBObjPtr< Belle2::TOPCalModuleAlignment > | |
CDBObjPtr< Belle2::VXDAlignment > | |
CDBObjPtr< Belle2::SVDTimeGroupingConfiguration > | |
CDBObjPtr< Belle2::KLMScintillatorFEEParameters > | |
CDBObjPtr< Belle2::ECLCrystalCalib > | |
CDBObjPtr< Belle2::DAFparameters > | |
CDBObjPtr< Belle2::CDCEDepToADCConversions > | |
CDBObjPtr< Belle2::TOPCalTimebase > | |
CDBObjPtr< Belle2::TOPCalChannelT0 > | |
CDBObjPtr< Belle2::ECLDigitWaveformParametersForMC > | |
CDBObjPtr< Belle2::CDCDedxMeanPars > | |
CDBObjPtr< Belle2::CDCDedxCosineEdge > | |
CDBObjPtr< Belle2::ARICHMergerMapping > | |
CDBObjPtr< Belle2::TestCalibMean > | |
CDBObjPtr< Belle2::TOPCalAsicShift > | |
CDBObjPtr< Belle2::ROICalculationParameters > | |
CDBObjPtr< Belle2::PXDClusterChargeMapPar > | |
CDBObjPtr< Belle2::GeoConfiguration > | |
►CDBObjPtr< Belle2::CollisionBoostVector > | |
COptionalDBObjPtr< Belle2::CollisionBoostVector > | |
CDBObjPtr< Belle2::KLMChannelStatus > | |
CDBObjPtr< Belle2::ARICHSimulationPar > | |
CDBObjPtr< Belle2::TRGGDLDBInputBits > | |
CDBObjPtr< Belle2::TRGGDLDBUnpacker > | |
CDBObjPtr< Belle2::ECLTrackClusterMatchingThresholds > | |
CDBObjPtr< Belle2::ECLLeakageCorrections > | |
CDBObjPtr< Belle2::TOPCalChannelThresholdEff > | |
CDBObjPtr< Belle2::TRGGDLDBFTDLBits > | |
CDBObjPtr< Belle2::BKLMSimulationPar > | |
CDBObjPtr< Belle2::CDCTriggerNeuroConfig > | |
CDBObjPtr< Belle2::CDCGeometry > | |
CDBObjPtr< Belle2::ARICHMirrorAlignment > | |
CDBObjPtr< Belle2::ARICHChannelMapping > | |
CDBObjPtr< Belle2::ARICHModulesInfo > | |
CDBObjPtr< Belle2::PXDGainMapPar > | |
CDBObjPtr< Belle2::KLMLikelihoodParameters > | |
CDBObjPtr< Belle2::ECLnOptimal > | |
CDBObjPtr< TTree > | |
CDBObjPtr< Belle2::DedxPDFs > | |
CDBObjPtr< Belle2::CDCDedxHadronCor > | |
CDBObjPtr< Belle2::CDCDedxScaleFactor > | |
CDBObjPtr< Belle2::CDCDedxBadWires > | |
CDBObjPtr< Belle2::CDCADCDeltaPedestals > | |
CDBObjPtr< Belle2::CDCSpaceResols > | |
CDBObjPtr< Belle2::ECLDigitWaveformParameters > | |
CDBObjPtr< Belle2::CDCDedxADCNonLinearity > | |
CDBObjPtr< Belle2::CDCXtRelations > | |
►CDBArray< T > | Class for accessing arrays of objects in the database |
COptionalDBArray< Belle2::TOPPmtInstallation > | |
COptionalDBArray< Belle2::TOPPmtQE > | |
COptionalDBArray< T > | Optional DBArray: This class behaves the same as the DBArray except that it will not raise errors when an object could not be found in the database |
►CDBObjPtr< T > | Class for accessing objects in the database |
COptionalDBObjPtr< Belle2::KLMTimeResolution > | |
COptionalDBObjPtr< Belle2::PXDDHHFirmwareVersionPar > | |
COptionalDBObjPtr< Belle2::TrackFlippingCuts > | |
COptionalDBObjPtr< Belle2::CDCTriggerDeadch > | |
COptionalDBObjPtr< Belle2::ARICHAeroTilesAlignment > | |
COptionalDBObjPtr< Belle2::KLMTimeConstants > | |
COptionalDBObjPtr< Belle2::ARICHGeoMergerCooling > | |
COptionalDBObjPtr< T > | Optional DBObjPtr: This class behaves the same as the DBObjPtr except that it will not raise errors when an object could not be found in the database |
CDBObjPtr< PayloadFile > | Specialization of DBObjPtr in case of PayloadFiles |
CPyDBArray | Class to access a DB Array from Python |
CPyDBObj | Class to access a DBObjPtr from Python |
►CDBImportBase | Base class for importing objects to the database |
CDBImportArray< T > | Class for importing array of objects to the database |
CDBImportObjPtr< T > | Class for importing a single object to the database |
CDatabase::DBImportQuery | Struct for bulk write queries |
►CDBInterface | |
CPostgreSQLInterface | |
CDBObjectLoader | |
CDBPointer< T, KEY, METHOD, NAME > | Class for pointing to an element in an array stored in the database |
CDQMHistAnalysisECLSummaryModule::dbr_sts_long_array | Structure to get an array of long values from EPICS |
CDBRecord | |
CDBStore | Singleton class to cache database objects |
CDBStoreEntry | Class to hold one entry from the ConditionsDB in the DBStore |
CDecayChain | This class does a lot of stuff: Build decaytree structure allowing to index particles and handle the filtering of constraints across the tree |
CDecayDescriptor | The DecayDescriptor stores information about a decay tree or parts of a decay tree |
CDecayDescriptorParticle | Represents a particle in the DecayDescriptor |
CDecayForest | Contains several DecayTree objects, which belong all to the same candidate |
CDecayHashMap | |
CDecayNode | DecayNode describes the decay of a particle identified by its pdg code, into list of daughters |
CDecayParticleNode | |
CDecayStringDecay | Holds the information of a decay |
CDecayStringParticle | Holds the information of a particle in the decay string |
CDecayTree< T > | This is a helper class for the MCDecayFinderModule |
CDecorrelationMatrix< Ndims > | Class holding a Matrix that can be used to decorrelate input data to Machine Learning classifiers |
CDecorrelationMatrix< 9 > | |
CZMQLogger::Decrementor | Visitor Helper for decrementing a numerical value |
CDedxDriftCell | A class to hold the geometry of a cell |
►CDEDXEstimationTrainer | |
►CGroupedDEDXEstimationTrainer | |
►CFittedGroupedDEDXEstimatorTrainer | |
►CFunctionFittedGroupedDEDXEstimatorTrainer | |
CGaussianEstimatorTrainer | |
CGaussianEstimatorTrainerSQRT | |
CLandauEstimatorTrainer | |
CLandauEstimatorTrainerSQRT | |
CMaximumEstimatorTrainer | |
CMaximumEstimatorTrainerSQRT | |
CMedianEstimatorTrainer | |
CMedianEstimatorTrainerSQRT | |
CMVADEDXEstimationTrainer | |
CDedxLine | A class to hold the endpoints and slope of a line |
CDedxPoint | A collection of classes that are useful for making a simple path length correction to the dE/dx measurement for each hit in a CDC cell |
Cdefaults | |
CDefaultWave | A functor to provide a simple model of APV25 strip response |
CDeltaRayPDF | Parametrization of delta-ray PDF in pixels of single module |
CDependencyMap | Collect information about the dependencies between modules |
CDeprecateProxy | Internal class that registers a variable as deprecated |
CDeref | Functor to get the referenced object from an abitrary objects |
CYScanner::Derivatives | Derivatives |
►CDesSer | A class definition of an input module for Sequential ROOT I/O |
CDesSerCOPPER | A class definition of an input module for Sequential ROOT I/O |
CDesSerPrePC | A class definition of an input module for Sequential ROOT I/O |
►CConst::DetectorSet | For sets of detector IDs in the form of EDetector values |
CConst::RestrictedDetectorSet< ASetType > | A class for sets of detector IDs whose content is limited to restricted set of valid detector IDs |
CDetectorSurface | Detector surfaces information |
CDetSurfCylBoundaries | Simple class to encapsulate a detector surface's boundaries in cylindrical coordinates |
►Cdfs_visitor | |
Ccycle_detector | Simple struct to check boost graph for cyclic references |
Cdhc_commode_frame | DHH common mode frame data struct |
Cdhc_dhe_end_frame | DHE End frame data struct |
Cdhc_dhe_start_frame | DHH start frame data struct |
►Cdhc_direct_readout_frame | DHC direct readout frame data struct |
Cdhc_direct_readout_frame_raw | DHC RAW direct readout frame data struct |
Cdhc_direct_readout_frame_zsd | DHC Zero supressed direct readout frame data struct |
Cdhc_end_frame | DHC End frame data struct |
Cdhc_frame_header_word0 | DHC frame header word data struct |
Cdhc_frames | DHC frame wrapper class |
Cdhc_ghost_frame | DHC Ghost frame data struct |
Cdhc_onsen_roi_frame | ONSEN (debug) ROI frame data struct |
Cdhc_onsen_trigger_frame | ONSEN Trigger frame data struct |
Cdhc_start_frame | DHC start frame data struct |
►Cdict | |
CHashableCut | |
CTagFolderRainbowTable | |
CDigit | Class to represent the coordinates of one pixel |
CDigitValue | Class representing the charge and particle contributions for one pixel |
CDirectedNode< EntryType, MetaInfoType > | The Node-Class |
CDirectedNodeNetwork< EntryType, MetaInfoType > | Network of directed nodes of the type EntryType |
CDirectedNodeNetwork< Belle2::ActiveSector< Belle2::StaticSector, Belle2::TrackNode >, Belle2::VoidMetaInfo > | |
CDirectedNodeNetwork< Belle2::Segment< Belle2::TrackNode >, Belle2::CACell > | |
CDirectedNodeNetwork< Belle2::TrackNode, Belle2::VoidMetaInfo > | |
►Cdisjunction | |
Chas_type< T, std::tuple< Us... > > | |
CDownloadableDatabase | |
CDownloader | Simple class to encapsulate libcurl as used by the ConditionsDatabase |
CDQM | |
CDQMCommonUtils | The class collects utility functions for creating DQM histograms: prepared for PXD, SVD, VXD and Track DQM histograms |
►CDQMEventProcessorBase | The purpose of this class is to process one event() in DQMHistoModuleBase, which is a base for TrackDQMModule and AlignDQMModule |
CAlignDQMEventProcessor | The purpose of this class is to process one event() in AlignDQMModule |
CTrackDQMEventProcessor | The purpose of this class is to process one event() in TrackDQMModule |
CDqmMemFile | |
CDqmSharedMem | |
CDriftLengthEstimator | Helper construct implementing the (re)estimation of the drift length for various hit objects |
CDriftTimeUtil | Structure to expose some drift time and length functions from the CDCGeometryPar to Python |
CDualNumber | Simple structure implementing dual numbers which are used for exact evaluation of the derivatives, see https://en.wikipedia.org/wiki/Automatic_differentiation#Automatic_differentiation_using_dual_numbers |
CDynamicLoader | |
►CDynTree< AProperties, ASubPropertiesFactory > | This is the base class for all hough trees |
►CWeightedParititioningDynTree< WithSharedMark< T >, ADomain, ADomainDivsion > | |
CWeightedFastHoughTree< T, ADomain, ADomainDivsion > | Dynamic tree structure with weighted items in each node which are markable through out the tree |
►CDynTree< WithWeightedItems< ADomain, T >, ADomainDivsion > | |
CWeightedParititioningDynTree< T, ADomain, ADomainDivsion > | Type of tree for paritioning the hough space |
Cearly_stopping | |
Ceb_statistics | |
CDQMHistAnalysisECLSummaryModule::ECLAlarmType | Definition for different ECL alarm types |
CECLChannelMapper | This class provides access to ECL channel map that is either a) Loaded from the database (see ecl/dbobject/include/ECLChannelMap.h) |
►CECLCompress | Abstract class (interface) for ECL waveform compression/decompression to/from the BitStream storage |
CECLBaseCompress | ECL waveform compression/decompression to/from the BitStream storage with the BASE algorithm |
CECLDCTCompress | ECL waveform compression/decompression to/from the BitStream storage based on the Discrete Cosine Transform (DCT) |
CECLDeltaCompress | ECL waveform compression/decompression to/from the BitStream storage with the DELTA algorithm |
CEclConfiguration | Singleton class to hold the ECL configuration |
CEclConfigurationPure | Singleton class to hold the ECL configuration for pure CsI calorimeter |
CECLCrystalData | Class for obtaining crystal details for a given crystal cell An evolved look-up table |
CEclData | This class contains data for ECLSimHit's and provides several relevant conversion functions for better event display |
CECLDatabaseImporter | ECL database importer |
CECLDBTool | The ECLDBTool class is designed to read / write object from / to database |
CECLDspUtilities | This class contains static methods to make them accessible from pyROOT |
CECLGeometryPar | The Class for ECL Geometry Parameters |
CECLLeakagePosition | Class to get position information for a cluster for leakage corrections |
CECLLocalRunCalibAcc | ECLLocalRunCalibAcc is the class designed to accumulate mean values, standard deviation and number of accepted events |
CECLLocalRunCalibUnit | ECLLocalRunCalibUnit is the class designed for the control of mean value and the standard deviation accumulators |
CEclNbr | EclNbr class
|
CECLNeighbours | Class to get the neighbours for a given cell id |
►CEclPainter | Painter for EclData, parent class, created with EclPainterFactory |
CEclPainter1D | Painter for EclData, 1D histograms |
CEclPainter2D | Painter for EclData, 2D histograms |
CEclPainterCommon | Painter for EclData that shows common event characteristics on 1D histograms |
CEclPainterPolar | Painter for EclData, polar energy/event_count distribution |
CEclPainterFactory | Class that implements Factory pattern to create objects inherited from EclPainter |
CECLPedestalFit | This struct is returned by the pedestalFit method that fits the first 16 samples of the waveform (pedestal points) to find a peak there (that corresponds to background) |
CECLSampledShaper | Digitisation shaper |
CECLShapeFit | ShaperDSP fit results from _lftda function |
CECLShowerId | Class to convert the shower id into CR, CS and Seed and vice versa |
CECLTimingUtilities | Class to storing timing calibration functions |
CEDepInGas | The Class for Energy deposit in the gas |
CRelationIndexContainer< FROM, TO >::Element | Element type for the index |
CSVDWaveform::ElementaryWaveform | Type to store elementary waveform parameters |
CEVEVisualization::ElementGroup | Group of TEveElements, remembers wether user wants it visible or not |
CEmpiricalDistributionFunction | Empirical distribution function object is basic for mainpulation of probabilities |
CEndRec | End record structure for the beamtest data |
CEnergyLossEstimator | Helper struct to provide consistent energy loss estimation throughout the CDC track finding |
CEnergyLossForExtrapolator | Calculate energy loss, fluctuation, and multiple-scattering angle for extrapolator |
CEnergyMask | A mask for energy masking |
CNSMDataStore::Entry | |
►CEnum | |
CConnection | |
CERRORNo | |
►CNSMCommand | |
CRCCommand | |
CRFCommand | |
►CNSMState | |
CRCState | |
►CEnum | |
CComparisonState | |
CEnvironment | This class stores all environment information required to run the framework, such as module or data filepaths, number of processes to be used in parallel processing etc |
►CEnvironmentInformation | |
CBasf2EnvironmentInformation | |
CEnvironmentVariables | Utility functions related to environment variables |
CEqual | Binary functor for equality comparision of abitrary objects - equivalent to std::equal_to<> (c++14) |
CEqualVisitor | Seperate Visitor struct for equal_to comparison of variant<double, int bool> |
CErrCode | Abstract errorocode be aware that the default is success |
CEvalVariadic | Structure to serve as a placeholder for a variadic initializer list of statements to be evaluated |
CEvent | Event containing two tracks |
CEvent | Event containing two tracks |
CEKLMAlignmentAlongStripsAlgorithm::Event | Event: time, distance from hit to SiPM |
CEvent | Structure containing variables relevant for the hadronic B decays |
CEvent | Event containing two tracks |
CKLMTimeAlgorithm::Event | Event data |
Cevent_header | |
Cro_summary::event_header | |
Cronode_status::event_header | |
CEventBuffer | |
CEventDataPlotter | A class that can plot event related data types |
CEventInspectorPocketDAQ | |
CEventMetaDataSerialization | Helper class for (de)serializing the event meta data used for the event backup transferral |
►CEventProcessor | Core event processing loop |
CHLTEventProcessor | EventProcessor to be used on the HLT with all specialities of the HLT processing: |
CSubEventModule | Framework-internal module that implements the functionality of Path::forEach() as well as Path::doWhile() |
CZMQEventProcessor | This class provides the core event processing loop for parallel processing with ZMQ |
CpEventProcessor | This class provides the core event processing loop for parallel processing |
CEventRec | Event record structure for the beamtest data |
CEventSampler | |
CEventServer | |
CEventT0::EventT0Component | Structure for storing the extracted event t0s together with its detector and its uncertainty |
CEventType | |
CEVEVisualization | Produces visualisation for MCParticles, simhits, genfit::Tracks, geometry and other things |
►CEvtBSemiTauonicAmplitude | The base class for the calculation of the spin dependent amplitudes for the BSemiTauonic model based on [M |
CEvtBSemiTauonicScalarMesonAmplitude | The class calculates the spin dependent amplitudes of B->Dtaunu decays for the BSemiTauonic model based on [M |
CEvtBSemiTauonicVectorMesonAmplitude | The class calculates the spin dependent amplitudes of B->D*taunu decays for the BSemiTauonic model based on [M |
CEvtBSemiTauonicDecayRateCalculator | Class to calculate the differential decay rate, R(D), R(D*), polarizations of tau and D* using BSTD model based on [M |
CEvtBSemiTauonicHelicityAmplitudeCalculator | The class calculates the helicity amplitude of semi-tauonic B decays including new physics effects based on [M |
CEvtBuffer | |
►CEvtDecayAmp | |
CEvtB0toKsKK | Register Decay model EvtB0toKsKK |
CEvtBCL | The class provides the form factors for orbitally excited semileptonic decays |
CEvtBSemiTauonic | The EvtGen model of semi-tauonic B decays including new physics effects based on [M |
CEvtBSemiTauonic2HDMType2 | The EvtGen model of semi-tauonic B decays including the charged higgs effect of 2HDM Type2 based on [M |
CEvtEtaFullDalitz | Class for the simulation of the eta -> pi+pi-pi0 decay with an improved dalitz description |
CEvtEtaPi0Dalitz | Class for the simulation of the eta -> 3pi0 and eta'->3pi0 decays |
CEvtEtaPrimeDalitz | Class for the simulation of the eta' -> pi+ pi- eta and pi0 pi0 eta decays |
CEvtKnunu | The evtgen model to produce B-> K nu nubar decay sample |
CEvtKstarnunu_REV | The evtgen model to produce B-> Kstar nu nubar decay sample |
CEvtBGL | The class provides the form factors for orbitally excited semileptonic decays |
CEvtBGL2 | The class provides the form factors for orbitally excited semileptonic decays |
CEvtHQET3 | The class provides the form factors for orbitally excited semileptonic decays |
CEvtLLSW | The class provides the decay amplitude for orbitally excited semileptonic decays |
CEvtPHSPBBMix | The class provides routine to decay vector-> particle particle with B0 mixing, coherent B0B0-like mixing if any |
CEvtPHSPBMix | The class provides routine to decay vector-> particle particle with B0 mixing, handles states with only one neutral B |
CEvtYmSToYnSpipiCLEOboost | Register Decay model EvtYmSToYnSpipiCLEOboost |
►CEvtDecayIncoherent | |
CEvtBtoXsnunu_FERMI | The evtgen model to produce non-resonant B-> Xs nu nubar decay sample |
►CEvtDecayProb | |
CEvtPhspCP | Register Decay model EvtPhspCP |
CEvtGenDecays | A class to perform decays via the external EvtGen decay program, see http://evtgen.warwick.ac.uk/, the program manual provided with the EvtGen distribution, and D |
CEvtGenInterface | Class to interface EvtGen |
CEvtGenModelRegister | Class to keep a register of all Belle2 EvtDecayBases |
CEvtHeader | Header structure of streamed object list |
CEvtMessage | Class to manage streamed object |
►CEvtRandomEngine | |
CEvtGenFwRandEngine | Evtgen random generator |
CEvtGenRandom | A class to wrap the Pythia random number generator for use by EvtGen |
►CEvtSemiLeptonicFF | |
CEvtBCLFF | BCL Form Factors |
CEvtBGL2FF | The class provides the form factors for semileptonic D and D* decays with full mass dependence |
CEvtBGLFF | The class provides the form factors for semileptonic D and D* decays with full mass dependence |
CEvtHQET3FF | The class provides the form factors for semileptonic D & D* decays with full mass dependence |
CEvtLLSWFF | The class provides the form factors for orbitally excited semileptonic decays |
CEvtSocketManager | |
CEvtSocketRecv | |
CEvtSocketSend | |
►CExamplesTest | |
CExamplesTest | Extend the examples test class to actually run over the uncategorized examples: |
CExamplesTest | Extend the examples test class to actually run over the FEI examples: |
CExamplesTest | Extend the examples test class to actually run over the fitting examples: |
CExamplesTest | Extend the examples test class to actually run over the mva examples: |
CExamplesTest | Extend the examples test class to actually run over the PID calibration examples: |
CExamplesTest | Extend the examples test class to actually run over the post mdst identification examples: |
CExamplesTest | Extend the examples test class to actually run over the reconstruction examples: |
CExamplesTest | Extend the examples test class to actually run over the simulation examples: |
CExamplesTest | Extend the examples test class to actually run over the tagging examples: |
CExamplesTest | Extend the examples test class to actually run over the variable manager examples: |
►CException | |
CClassVersionError | |
CErrorWithExtraVariables | |
CRunningTagUpdaterError | |
►CError | |
CByteAlignError | |
CCreationError | |
CInterpretError | |
CReadError | |
CVCDPhaseError | |
►Cexception | STL class |
►CException | |
CDynamicLoadException | |
►CIOException | |
CDBHandlerException | |
►CNSMHandlerException | |
CNSMNotConnectedException | |
►CRCHandlerException | |
CRCHandlerFatalException | |
CTimeoutException | |
CException | Exception class for error handling in GENFIT (provides storage for diagnostic information) |
►Cruntime_error | STL class |
CEventProcessor::StoppedBySignalException | Exception thrown when execution is stopped by a signal |
CFitParameterDimensionException | Exception template, runtime_error implements what() |
CSQLiteError | Simple error class to be thrown if there is any sqlite error on any of the operations |
CCalibrationAlgorithm::ExecutionData | A class to hold all data that is needed ONLY for the most recent single execution of the algorithm |
CExecutor | |
►CExpert | Abstract base class of all Expert Each MVA library has its own implementation of this class, so all libraries can be accessed via this common interface |
CCombinationExpert | Expert for the Combination MVA method |
CFANNExpert | Expert for the FANN MVA method |
CFastBDTExpert | Expert for the FastBDT MVA method |
CPDFExpert | Expert for the PDF MVA method |
CPythonExpert | Expert for the Python MVA method |
CRegressionExpert< BaseClassifierExpert, RegressionClassifierOptions > | Generic expert for the regression applications |
CReweighterExpert | Expert for the Reweighter MVA method |
►CTMVAExpert | Expert for the TMVA MVA method |
CTMVAExpertClassification | Expert for the TMVA Classification MVA method |
CTMVAExpertMulticlass | Expert for the TMVA Multiclass MVA method |
CTMVAExpertRegression | Expert for the TMVA Regression MVA method |
CTrivialExpert | Expert for the Trivial MVA method |
CExporterEventInfo | Bundles information for a single event to be stored by NonRootDataExportModule |
CExporterHitInfo | Bundles information for a single hit to be stored by EventInfo (needed for HitExporter, which is needed by NonRootDataExportModule) |
CExporterTcInfo | Bundles information for a single track candidate to be stored by EventInfo (needed for HitExporter, which is needed by NonRootDataExportModule) |
CExpRun | Struct containing exp number and run number |
CExpRunEvt | Struct with expNum, runNum, evtNum |
►CExtendedRiemannsMethod | Class implementing the Riemann fit for two dimensional trajectory circle |
►CCDCFitter2D< Belle2::TrackFindingCDC::ExtendedRiemannsMethod > | |
CCDCRiemannFitter | Class implementing the Riemann fit for two dimensional trajectory circle |
CExtManager | It is the main interface for the user to define the setup and start the propagation |
CExtrapStep | Helper for RKTrackRep |
CExtState | Data structure to define extrapolation state |
CFacetFitter | Utility class to fit hit triplet and relations of them |
CEvtGenModelRegister::Factory< MODEL > | Helper Class to easily register new EvtDecayBases for Belle2 |
CFactory | This class is used for creating TH1F and TH2F objects |
CSVDPackerModule::FADCTrailer | Implementation of FADC Trailer |
CSVDUnpackerModule::FADCTrailer | Implementation of FADC Trailer |
CScriptStatus.failed | |
►Cfalse_type | |
►Call_same< T, types ... > | |
Call_same< T, T, types ... > | The all_same struct is meant to check that all the types in a template pack are of the same type |
CDetectPropertyImpl< typename, class,... > | Implementation of the detection idiom - base case is not detected |
Call_same< types > | The all_same struct is meant to check that all the types in a template pack are of the same type |
Cis_tuple< typename > | |
CFarBeamLineElement | The struct for FarBeamLineElement |
Cfast_equal_frequency_binning | |
CFBDTTrainSample< Ndims > | Bundle together the classifier input and the target value into one struct for easier passing around |
CTOPRawWaveform::FeatureExtraction | Feature extraction data |
CARICHRawDigit::FEBDigit | |
CfieldCache | Cache B field at a position |
CFieldManager | Singleton which provides access to magnetic field maps |
CFileCatalog | This class provides an interface to the file (metadata) catalog |
►CFileDescriptor | |
CFifo | |
CFile | |
CInotify | |
CTCPServerSocket | |
CTCPSocket | |
CUDPSocket | |
CFileHandler | |
CFileSystem | Utility functions related to filename validation and filesystem access |
CFilter< typePack > | This class is used to select pairs, triplets.. |
CFilter< Belle2::OperatorAnd, FilterA, FilterB, templateObserverType > | Realization of the AND operator between two objects of the Filter class |
CFilter< Belle2::OperatorNot, someFilter, templateObserverType > | Realization of a NOT operator for the Filter classes |
CFilter< Belle2::OperatorOr, FilterA, FilterB, templateObserverType > | Realization of the OR operator between two objects of the Filter class |
►CFilter< Variable, RangeType, Observer > | Basic Filter /// |
CFilter< Variable, RangeType, Belle2::ActivatableFilter, Observer > | Activatable Filter /// TODO: Remove, as it is no longer used...? |
CFilter< Variable, RangeType, Belle2::BypassableFilter, Observer > | Bypassable Filter /// |
CFilterExceptions | Exception which are thrown by members of the FilterClasses |
CFilterFactory< AFilter > | Factory that can create apropriate filter instances from a name |
►CFilterFactory< BaseAxialSegmentPairFilter > | |
CAxialSegmentPairFilterFactory | Factory that can create appropriate axial segment pair filters from associated names |
►CFilterFactory< BaseCDCPathFilter > | |
CCDCPathFilterFactory | Factory that can create appropriate cluster filters from associated names |
►CFilterFactory< BaseCDCPathPairFilter > | |
CCDCPathPairFilterFactory | Factory that can create appropriate cluster filters from associated names |
►CFilterFactory< BaseCDCStateFilter > | |
CCDCStateFilterFactory | Factory that can create appropriate cluster filters from associated names |
►CFilterFactory< BaseClusterFilter > | |
CClusterFilterFactory | Factory that can create appropriate cluster filters from associated names |
►CFilterFactory< BaseFacetFilter > | |
CFacetFilterFactory | Factory that can create appropriate facet filters from associated names |
►CFilterFactory< BaseFacetRelationFilter > | |
CFacetRelationFilterFactory | Factory that can create appropriate facet relation filters from associated names |
►CFilterFactory< BasePathFilter > | |
CPathFilterFactory | Factory that can create appropriate cluster filters from associated names |
►CFilterFactory< BasePXDPairFilter > | |
CPXDPairFilterFactory | Factory that can create appropriate cluster filters from associated names |
►CFilterFactory< BasePXDResultFilter > | |
CPXDResultFilterFactory | Factory that can create appropriate cluster filters from associated names |
►CFilterFactory< BasePXDStateFilter > | |
CPXDStateFilterFactory | Factory that can create appropriate cluster filters from associated names |
►CFilterFactory< BaseRelationFilter > | |
CRelationFilterFactory | Factory that can create appropriate filters for relations between hits from associated names |
►CFilterFactory< BaseSegmentFilter > | |
CSegmentFilterFactory | Factory that can create appropriate segment filters for new tracks from associated names |
►CFilterFactory< BaseSegmentPairFilter > | |
CSegmentPairFilterFactory | Factory that can create appropriate segment pair filters from associated names |
►CFilterFactory< BaseSegmentPairRelationFilter > | |
CSegmentPairRelationFilterFactory | Factory that can create appropriate segment pair relation filters from associated names |
►CFilterFactory< BaseSegmentRelationFilter > | |
CSegmentRelationFilterFactory | Factory that can create appropriate segment relation filters from associated names |
►CFilterFactory< BaseSegmentTrackFilter > | |
CSegmentTrackFilterFactory | Factory that can create appropriate segment to track combinations filters from associated names |
►CFilterFactory< BaseSegmentTripleFilter > | |
CSegmentTripleFilterFactory | Factory that can create appropriate segment triple filters from associated names |
►CFilterFactory< BaseSegmentTripleRelationFilter > | |
CSegmentTripleRelationFilterFactory | Factory that can create appropriate segment triple relation filters from associated names |
►CFilterFactory< BaseStereoHitFilter > | |
CStereoHitFilterFactory | Factory that can create appropriate stereo hit to track combination filters from associated names |
►CFilterFactory< BaseSVDPairFilter > | |
CSVDPairFilterFactory | Factory that can create appropriate cluster filters from associated names |
►CFilterFactory< BaseSVDResultFilter > | |
CSVDResultFilterFactory | Factory that can create appropriate cluster filters from associated names |
►CFilterFactory< BaseSVDStateFilter > | |
CSVDStateFilterFactory | Factory that can create appropriate cluster filters from associated names |
►CFilterFactory< BaseTrackFilter > | |
►CTrackFilterFactory | Factory that can create appropriate track filters from associated names |
CTrackQualityFilterFactory | Derived class of TrackFilterFactory with a truth target that also discards clones Probably this whole class could be removed if TrackFilterFactory would be templated with the type of the TruthVarSet as a template argument |
►CFilterFactory< BaseTrackletFilter > | |
CTrackletFilterFactory | Factory that can create filters for tracklets = SpacePointTrackCands from associated names |
►CFilterFactory< BaseTrackRelationFilter > | |
CTrackRelationFilterFactory | Factory that can create appropriate track relation filters from associated names |
►CFilterFactory< BaseWireHitFilter > | |
CWireHitFilterFactory | Factory that can create appropriate wireHit filters from associated names |
CFilterID | Class to identify a filter type used by sectorFriends |
CFilterMill< PointType > | Small class which stores the filters/selectionVariables to be used for a secMap and has an interface for applying them |
CFilterMill< Belle2::SecMapTrainerHit > | |
CFilterParamMap | Variant of types allowed to be forwarded to a filter selected at runtime |
CFiltersContainer< point_t > | This class contains everything needed by the VXDTF that is not going to change during a RUN, i.e |
CFiltersContainer< Belle2::SpacePoint > | |
CFilterValueDataSet< SecIDSetType > | Relevant information needed for filling a TTree containing train-data for the secMap |
CFilterValueDataSet< Belle2::SecIDPair > | |
CFilterValueDataSet< Belle2::SecIDTriplet > | |
CFinalTriggerDecisionCalculator | Helper class to give the getFinalTriggerDecision to python |
CScriptStatus.finished | |
CFirstOfPairInBox< AHitInBoxAlgorithm > | Helper class to redirect only the first element in a pair to the child algorithm |
CFirstTypeImpl< ATypes > | Helper type to take the first type of a variadic sequence of types |
CFirstTypeImpl< AType > | Specialisation where there is exactly one type given |
CFirstTypeImpl< AType, ATypes... > | Specialisation where there is more than one type given |
CFirstTypeImpl<> | Specialisation where there is exactly one type given |
CFitManager | This class |
CVXDMomentumEstimation< ClusterType >::FitParameters | Struct holding the parameters of the estimation function which maps dEdX to p |
CFitParams | Class to store and manage fitparams (statevector) |
CEclConfiguration::fitparams_t | Struct for the fit parameters |
CEclConfigurationPure::fitparamspure_t | A struct for the fit parameters for a single channel of the pure CsI calorimeter (in the simulation, all calorimeter channels normally use the same set of fit parameters) |
CTOPTemplateFitter::FitResult | Structure holding values from template fit |
►CFitStatus | Class where important numbers and properties of a fit can be stored |
CGblFitStatus | FitStatus for use with GblFitter |
CKalmanFitStatus | FitStatus for use with AbsKalmanFitter implementations |
CNewV0Fitter::FittedTrack | Structure to save track data of the last successful iteration |
CFitter3DUtility | A class that holds functions for 3D tracking |
►CFlightTimeEstimator | Helper struct to provide consistent flight time estimation throughout the CDC track finding |
CBeamEventFlightTimeEstimator | Concrete estimator for the regular beam event setup |
CCosmicRayFlightTimeEstimator | Concrete estimator for the cosmic ray setup - estimates negative times on incoming arm |
CFlowMonitor | |
CFork | |
►CFormatter | |
CColoredFormatter | |
►CFormatter | |
CTolerateMissingKeyFormatter | |
►CFormulaParserBase | Base class with the non-templated part of the formula parser |
CFormulaParser< VariableConstructor > | FormulaParser to parse a text formula like "a + b * c ^ d" where the separate parts can be either variables (with and without arguments) or numbers |
CFourHitFilters | The class 'FourHitFilters' bundles filter methods using 4 hits which are stored in B2Vector3Ds |
CFourHitVariables | Class that allows the calculation of simple variables to estimate the quality of two triplets of hits using four hits |
CFourVector | Yet another four vector class, with metric +— |
CFoxWolfram | Class to calculate the Fox-Wolfram moments up to order 8 |
CFpgaUtility | A class that holds FPGA related functions |
CFramework | This class combines all subsystems of the framework, and exports the main interface to Python |
CFrontEndMapper | Provides mapping between electronics module position within a TOP module and SCROD ID, COPPER and Finesse slot |
CSVDPackerModule::FTBHeader | Implementation of FTB Header |
CSVDUnpackerModule::FTBHeader | Implementation of FTB Header |
CSVDPackerModule::FTBTrailer | Implementation of FTB Trailer |
CSVDUnpackerModule::FTBTrailer | Implementation of FTB Trailer |
CFullSecID | Class to identify a sector inside of the VXD |
CFunBoost | Functor to minimize median of residuals^2 |
CSelectionVariable< templateArgumentType, Nargs, templateReturnType >::FunctionOf< n, returnType, parameterType, Ts > | This struct is an internal utility |
CSelectionVariable< templateArgumentType, Nargs, templateReturnType >::FunctionOf< 0, returnType, parameterType, Ts... > | This struct is an internal utility |
CFunctorTag | Tag class to facilitate marking of class as a functor in the sense of this code |
►CG4CSGSolid | |
CBelleCrystal | Belle crystal in Geant4 |
CBelleLathe | BelleLathe class |
►CG4EquationOfMotion | |
CG4MonopoleEquation | Monopole equation of motion class |
►CG4ErrorSurfaceTarget | |
CExtCylSurfaceTarget | Defines a closed cylinder for the geant4e "target", the surface that encloses the volume within which track extrapolation is done |
►CG4MagneticField | |
CMagneticField | The Class for the Belle2 magnetic field implementation for Geant4 |
CG4MonopoleFieldSetup | Monopole field setup singleton class, that takes care of switching between conventional particle transportation and monopole transportation |
►CG4ParticleDefinition | |
CG4LongLivedNeutral | A class to hold long-lived neutral particle description |
CG4Monopole | A class to hold monopole description as a particle |
►CG4Polyhedron | |
CPolyhedronBelleCrystal | Belle crystal in polyhedron |
CPolyhedronBelleLathe | Belle lathe polyhedron |
►CG4RunManager | |
CRunManager | The run manager controls the flow of the Geant4 program and manages the event loop(s) within a run |
CG4SafeNavigator | Guards against leaving the physical volume |
CG4TriangularPrism | Triangular prism |
►CG4UImessenger | |
CExtMessenger | Define the mechanism by which the user can communicate with the geant4e extrapolator using geant4 UI commands |
►CG4UserEventAction | |
CEventAction | The Event Action class |
►CG4UserStackingAction | |
CStackingAction | The basf2 stacking action |
►CG4UserSteppingAction | |
►CMaterialScanBase | Base class for Material Scans |
►CMaterialScan2D | Base class to create a Material Scan of the detector geometry |
CMaterialScanPlanar | Specific implementaion of MaterialScan to scan parallel to a given plane |
CMaterialScanSpherical | Specific implementation of MaterialScan to do Spherical scanning |
CMaterialScanRay | MaterialScan implementation to shoot one ray along a defined direction and record the Material as a function of travel depth |
CSteppingAction | The Class for the stepping action |
CTRGCDCSteppingAction | A class to control a track in G4 |
►CG4UserTrackingAction | |
CTrackingAction | The Tracking Action class |
►CG4VContinuousProcess | |
CExtEnergyLoss | Define physics process to calculate energy loss without fluctuations |
►CG4VDiscreteProcess | |
CExtMagFieldLimitProcess | Defines the physics process that avoids hit invocation in sensitive volumes |
CExtStepLengthLimitProcess | Defines the physics process that avoids hit invocation in sensitive volumes |
►CG4VEmFluctuationModel | |
CG4mplIonisationWithDeltaModel | Concrete monopole ionisation model |
►CG4VEmModel | |
CG4mplIonisationWithDeltaModel | Concrete monopole ionisation model |
►CG4VEnergyLossProcess | |
CG4mplIonisation | Monopole ionisation class |
►CG4VExceptionHandler | |
CGeant4MaterialInterfaceExceptioHandler | This class implements a custom exception handler for Geant4 which is used to record whether a critical exception occurred when calling the G4Navigator |
CStepExceptionHandler | Class to handle G4Exception raised during PropagateOneStep() |
►CG4VModularPhysicsList | |
CBelle2PhysicsList | Custom Geant4 physics list for Belle II with options to add optical physics, standard EM physics and high precision neutrons |
CExtPhysicsList | Standalone physics list for the geant4e extrapolator |
CPhysicsList | The basf2 physics list |
►CG4VPhysicsConstructor | |
CG4LongLivedNeutralPhysics | LongLivedNeutral physics Class – to be registered in the physics list |
CG4MonopolePhysics | Monopole physics class to register on the physics list |
CAntiBaryonPhysics | Anti-baryon hadronic physics constructor for Belle II physics list |
CExtPhysicsConstructor | Define geant4e-specific physics |
CGammaLeptoNuclearPhysics | Gamma-nuclear, electro-nuclear and muon-nuclear physics constructor for Belle II physics list |
CGeant4ePhysics | Define geant4e-specific physics |
CHyperonPhysics | Hyperon hadronic physics constructor for Belle II physics list |
CIonPhysics | Ion hadronic physics constructor for Belle II physics list |
CKaonPhysics | Kaon hadronic physics constructor for Belle II physics list |
CNeutronPhysics | Neutron hadronic physics constructor for Belle II physics list |
CPionPhysics | Pion hadronic physics constructor for Belle II physics list |
CProtonPhysics | Proton hadronic physics constructor for Belle II physics list |
►CG4VPrimaryGenerator | |
CMCParticleGenerator | This class creates Geant4 primary particles from MCParticle list The generator assumes that each particle in the list has exactly one mother |
►CG4VProcess | |
CG4LongLivedNeutralTransportation | Concrete class that does the geometrical transport |
CG4MonopoleTransportation | Concrete class that does the geometrical transport |
►CG4VRestDiscreteProcess | |
CG4LongLivedNeutralDecay | This class is a decay process |
►CG4VSensitiveDetector | |
►CSensitiveDetectorBase | Base class for all Sensitive Detectors to create hits during simulation |
CAWESOMESensitiveDetector | Sensitive Detector implementation of the AWESOME detector |
CBkgSensitiveDetector | The Class for BeamBackground Sensitive Detector |
CCDCSensitiveDetector | The Class for CDC Sensitive Detector |
CBkgSensitiveDiode | Class for ECL Sensitive Detector for neutron background study |
CSensitiveDetector | Class for ECL Sensitive Detector |
CSensitiveDiode | Class for ECL Sensitive Detector |
CSensitiveDetector | KLM sensitive-detector class |
CSensitiveBar | Class providing information on MCParticles hitting the bars |
CSensitivePMT | Class providing SimHits |
►CSensitiveDetectorBase | Base class for Sensitive Detector implementation of PXD and SVD |
CSensitiveDetector< SimHitClass, TrueHitClass > | Sensitive Detector implementation of PXD and SVD |
CSensitiveAero | This is optional (temporary) class that provides information on track parameters on aerogel plane, until tracking is not prepared |
CSensitiveDetector | The Class for ARICH Sensitive Detector |
CSensitiveDetector | Sensitive Detector implementation of the BEAMABORT detector |
CSensitiveDetector | Sensitive Detector implementation of the BGO detector |
CSensitiveDetector | Sensitive Detector implementation of the CAVE detector |
CSensitiveDetector | Sensitive Detector implementation of the CLAW detector |
CSensitiveDetector | Sensitive Detector implementation of the CLAWS detector |
CSensitiveDetector | Sensitive Detector implementation of the CSI detector |
CSensitiveDetector | Sensitive Detector implementation of the DOSI detector |
CSensitiveDetector | Sensitive Detector implementation of the FANGS detector |
CSensitiveDetector | Sensitive Detector implementation of the HE3TUBE detector |
CSensitiveDetector | The IR Sensitive Detector class |
CSensitiveDetector | Sensitive Detector implementation of the MICROTPC detector |
CSensitiveDetector | Sensitive Detector implementation of the PH1BPIPE detector |
CSensitiveDetector | Sensitive Detector implementation of the PH1SUSTR detector |
CSensitiveDetector | Sensitive Detector implementation of the PINDIODE detector |
CSensitiveDetector | Sensitive Detector implementation of the PLUME detector |
CSensitiveDetector | Sensitive Detector implementation of the QCSMONITOR detector |
CSensitiveDetector | Sensitive Detector implementation of the SRSENSOR detector |
►CG4VSteppingVerbose | |
CStepTiming | Class to perform more detailed timing studies of the Geant4 simulation |
►CG4VUserDetectorConstruction | |
CDetectorConstruction | Class responsible to connect to geometry to simulation |
►CG4VUserPrimaryGeneratorAction | |
CPrimaryGeneratorAction | Inherits from G4VuserPrimaryGeneratorAction and specifies how a primary event should be generated |
CTOPNominalTTS::Gauss | Gaussian distribution parameters |
CTOPPDFCollection::Gaussian | Parameters to describe a Gaussian |
CTOPPmtTTSPar::Gaussian | Gaussian distribution parameters |
CDeltaRayPDF::GausXY | Normal (Gaussian) distribution: an entry for the table |
CGblData | Data (block) for independent scalar measurement |
CGblPoint | Point on trajectory |
►CGblTrackSegmentController | TrackSegmentController for use with GblFitter |
CGblMultipleScatteringController | TrackSegmentController for use with GblFitter in Belle2 |
CGblTrajectory | GBL trajectory |
CGenB0Tag | Class to determine generated decay mode of B0 and B0bar |
CGenBplusTag | Class to determine generated decay modes of B+ and B- |
CGenBsTag | Class to determine generated decay mode of Bs0 and Bs0bar |
CGenDTag | Class to determine generated decay mode of D*, Ds, D0, D+, and their anti-particles |
CGeneralCut< AVariableManager > | This class implements a common way to implement cut/selection functionality for arbitrary objects |
CGeneralizedCircle | A generalized circle |
CGeneralVector< T > | 3-vector with members of arbitrary type, especially members can be dual numbers |
CGenericLockGuard< AMutex > | Lock Guard for a Mutex instance |
CGenTauTag | Class to determine generated decay mode of tau+ and tau- |
CGeoCache | Class to faciliate easy access to sensor information of the VXD like coordinate transformations or pitch size |
CKLMTriggerModule::geometry_data | |
CGeometryManager | Class to manage the creation and conversion of the geometry |
CGeometryPar | Provides BKLM geometry parameters for simulation, reconstruction etc (from Gearbox or DataBase) |
CGeoTools | The class collects utility functions for numbering layers, sensors snd chips based on current VXD geometry |
CGeoVXDAssembly | Class to group some Geant4 volumes and place them all at once with a given transformation matrix |
CGeoVXDRadiationSensors | Class to create the diamond radiation sensor geometry if defined |
CGet< I > | Functor to get the I part (as of std::get<I>) from an abitrary objects |
CGetArcLength | Helper Functor to get the arc length of a given result |
CGetAutomatonCell | Getter functor for the automaton cell of an object |
CGetEStereoKind | Generic functor to get the stereo kind from an object |
CGetILayer | Generic functor to get the superlayer id from an object |
CGetIndexInTuple< AType, ATuple > | Looks up, at which index the given Type can be found in a tuple |
CGetISuperLayer | Generic functor to get the superlayer id from an object |
CGetLowerCurv | Functor to get the lower curvature bound of a hough box |
CGetUpperCurv | Functor to get the upper curvature bound of a hough box |
CGetWeight | Generic functor to get the weight from an object |
CGetWireHit | Generic functor to get the wire hit from an object |
CGFRaveVertexFactory | Vertex factory for producing GFRaveVertex objects from Track objects |
CGlobalCalibrationManager | Class to hold hierarchy of whole Belle2 |
►CGlobalDeformation | |
CBowing | |
CClamshell | |
CCurl | |
CElliptical | |
CRadialExpansion | |
CSkew | |
CTelescope | |
CTwist | |
CZExpansion | |
CGlobalDerivatives | Class for easier manipulation with global derivatives (and their labels) |
►CGlobalDerivativesHierarchy | Class for alignment/calibration parameter hierarchy & constraints |
CLorentShiftHierarchy | 1D Hierarchy for Lorentz shift correction |
CRigidBodyHierarchy | 6D Hierarchy of rigid bodies |
CGlobalLabel | Class to convert to/from global labels for Millepede II to/from detector & parameter identificators |
CGlobalNames | Bundles filter methods using 2 hits |
►CGlobalParamSetAccess | Base accessor class to store different DBObjects e.g |
CGlobalParamSet< Belle2::alignment::EmptyGlobalParamSet > | |
CGlobalParamSet< DBObjType > | Template class for generic access to DB objects |
CGlobalParamTimeLine | Convenient class to automatically create payloads from allowed time depedence of parameter, load their value from database, update te constants one by one usually from Millepde result) and output the final payloads (including EventDependencies) such that one can store them (updated) in the database |
CGlobalParamVector | The central user class to manipulate any global constant in any DB object Used to retrieve global parameters from database and access the for update |
CGlobalProcHandler | A class to manage processes for parallel processing |
►Cgrammar | |
CDecayStringGrammar< Iterator > | This class describes the grammar and the syntax elements of decay strings |
Cgreater< T1 > | |
CGreater | Binary functor for greater comparision of abitrary objects - equivalent to std::greater<> (c++14) |
CTEclEnergyHit::greater_CellId | Struct greater_CellId |
CTEclEnergyHit::greater_Energy | Struct greater_Energy
|
CGRLNeuro | Class to represent the GRL Neuro |
Cgroup< T > | |
CGroupProxy | Internal class that registers a variable group with Manager when constructed |
Ch2m_footer_t | |
Ch2m_header_t | |
CHarmonicMoments | Class to calculate the Harmonic moments up to order 8 with respect to a given axis |
►CHarvestingModule | |
CClusterFilterValidationModule | |
CElossHarvestingModule | |
CLegendreBinningValidationModule | |
CSegmentFitValidationModule | |
CSegmentPairFitValidationModule | |
CSaving1stMVAData | |
CSaving2ndMVAData | |
CSegmentPairCreationValidationModule | |
CEventwiseTrackingValidationModule | |
CMCSideTrackingValidationModule | |
CPRSideTrackingValidationModule | |
CEventInfoHarvester | |
CHitInfoHarvester | |
CTrackInfoHarvester | |
Chas_type< T, Tuple > | |
Chash< Belle2::SubGraphID > | Customized hash-function for being able to use unordered_map |
Chash< std::set< int > > | Hash function used by unordered_set |
CEventBuffer::Header | |
CNSMDataPaket::Header | |
CNSMDataStore::Header | |
CSharedEventBuffer::Header | |
CCDCTriggerMLPData::HeaderSet | |
►CHelix | Helix parameter class |
CCDCTriggerTrack | Track created by the CDC trigger |
CUncertainHelix | This class represents an ideal helix in perigee parameterization including the covariance matrix of the 5 perigee parameters |
CHelix | Extension of the generalized circle also caching the perigee coordinates |
CHelixHelper | Helper class representing a helical track |
CHelixSwimmer | Utility for propagation of a particle along helix |
CHelixUtils | Utility for helix<->x,p conversions |
Chepevt_type | HEPEVT common block of PYTHIA6 |
CHepevtReader | Class to read Hepevt files and store the content in a MCParticle graph |
CHepMCReader | Class to read HepMC files and store the content in a MCParticle graph |
►CHepRandomEngine | |
CRandomEngine | Interface class to make Geant4 use the Belle2 RandomGenerator |
CHistDelta | Class to keep track of delta histograms |
CHistObject | Class to keep track of delta histograms |
CHistogramMapping | Utility to store received histograms (hierarchical tree structures) from clients (as an event message), with a function to add multiple histogram trees together |
CHistograms | |
CHistoManager | |
CHistoRelay | |
CHistoServer | |
CHit | Structure to hold some of the calpulse data |
CTimeDigitizer::Hit | Hit data other than time |
CSensitiveDiode::hit_t | Simple hit structure |
CKLMDQM2Module::HitData | Hit data |
CKLMStripEfficiencyCollectorModule::HitData | Hit data |
CTOPLaserHitSelectorModule::hitInfo_t | Structure to hold hit information, used in double cal |
CHitInHyperBox | An algorithm to check if a hit is contained in a hyperbolic cosine hough box |
CHitInQuadraticBox | Predicate class to check for the containment of hits in a p q hough space part |
CHitInZ0TanLambdaBox | Predicate class to check for the containment of hits in a z0 tan lambda hough space part |
CHitInZ0TanLambdaBoxUsingZ | Predicate class to check for the containment of hits in a z0 tan lambda hough space part using a different algorithm than normal |
CFilterMill< PointType >::HitPair | Small struct containing pointers to two hits |
CHitPatternCDC | Hit pattern of CDC hits within a track |
CHitPatternVXD | Hit pattern of the VXD within a track |
CFilterMill< PointType >::HitQuadruplet | Small struct containing pointers to four hits |
►CHitRateBase | Abstract base class for monitoring beam background hit rates All the monitoring classes must inherit from this one |
CARICHHitRateCounter | Class for monitoring beam background hit rates of ARICH |
CCDCHitRateCounter | Class for monitoring beam background hit rates of CDC |
CECLHitRateCounter | Class for monitoring beam background hit rates of ECL |
CKLMHitRateCounter | Class for monitoring beam background hit rates of EKLM |
CPXDHitRateCounter | Class for monitoring beam background hit rates of PXD |
CSVDHitRateCounter | Class for monitoring beam background hit rates of SVD |
CTOPHitRateCounter | Class for monitoring beam background hit rates of TOP |
CReattachCDCWireHitsToRecoTracksModule::HitToAddInfo | Internal structure to store the information about a hit to be added |
CFilterMill< PointType >::HitTriplet | Small struct containing pointers to three hits |
CHLTFile | |
CHLTMainLoop | |
CHLTSocket | |
CHLTStreamHelper | Helper class for data store serialization |
CHopfieldNetwork | Hopfield Algorithm with number based inputs |
CHough3DFinder | A class to finded stereo TS hits related to 2D tracks |
►CICalibrationParametersDerivatives | Abstract base class to establish an interface between physical representation of the detector for alignment/calibration and (fitted) state on genfit::Track |
CAlignableBKLMRecoHit | Alignable BKLM hit |
CAlignableCDCRecoHit | This class is used to transfer CDC information to the track fit and Millepede |
CAlignableEKLMRecoHit | Alignable EKLM hit |
CAlignablePXDRecoHit | This class is used to transfer PXD information to the track fit |
CAlignableSVDRecoHit | This class is used to transfer SVD information to the track fit |
CAlignableSVDRecoHit2D | This class is used to transfer SVD information to the track fit |
CId | Generic identity functor |
Cidentity | |
CRelationArray::Identity | Struct for identity transformation on indices |
►CIGlobalParamInterface | Some tentative base class to allow to add functionality to the default behavior, like manipulate constants in DB objects after clibration is finished All methods to override have default implementaion which does nothing |
CCDCGlobalParamInterface | CDC interface |
CVXDGlobalParamInterface | Very tentative interface for VXD |
CImpactBinsSpec | Strategy to construct discrete impact points from discrete overlap specifications |
CFilterParamMap::Impl | Define the implementation |
CMVAExpert::Impl | Implementation of the class to interact with the MVA package |
CRecorder::Impl | Record the MVA variables |
►CInBox | |
CStereoHitContained< InBox > | |
CZMQLogger::Incrementor | Visitor Helper for incrementing a numerical value |
►CIndexError | |
CReadError | |
CIndirect | Functor to get the indirection from an abitrary objects |
CSensitiveDetectorDebugHelper::info | Struct with all the branches needed |
►CInfo | |
CUserInfo< Info, Payload > | UserInfo class which is used to attach additional information to Geant4 particles and tracks |
CInitialParticleGeneration | Generate Collision |
CInotifyEvent | |
CInPhi0Box | Checker if a position is contained in a family of curves over phi0 |
CInPhi0CurvBox | Checker if a position is contained in a family of curves over phi0 and curvature |
CInPhi0CurvTanLBox | Checker if a position is contained in a family of curves over phi0 and tan lambda |
CInPhi0ImpactBox | Checker if a position is contained in a family of curves over phi0 and impact |
CInPhi0ImpactCurvBox | Checker if a position is contained in a family of curves over phi0, impact and curvature |
CInPhi0TanLBox | Checker if a position is contained in a family of curves over phi0 and tan lambda |
CTrgBit::InputBitPattern | Input bit pattern class |
►CInputContext | Class representing a resource context for gearbox |
CFileContext | InputContext which serves the content of a plain file |
CStringContext | InputContext which just returns the value of a string previously assigned |
CInputController | A static class to control supported input modules |
►CInputHandler | Class to provide an InputContext for a given XML resource name |
CFileHandler | InputHandler which will read XML from plain files, optionally gzip compressed |
CStringHandler | InputHandler which just takes the uri as XML data |
CInputHandlerFactory< T > | Helper class to easily register new input handlers |
CInputParser | |
►Cintegral_constant | |
CGetIndexInTuple< AType, std::tuple< AHeadType, ATailTypes... > > | Specialisation for the case that the first type in the tuple is not the AType asked for. Recursion case |
CGetIndexInTuple< AType, std::tuple< AType, ATailTypes... > > | Specialisation for the case that the first type in the tuple is equal to the AType asked for. Recursion end |
CGetIndexInTuple< AType, std::tuple<> > | Specialisation to terminate the recursion in case it was not found |
CProduct< factor, factors... > | Template class specilisation for compile time computation of products |
CProduct<> | Template class specilisation for compile time computation of products |
►CIntEnum | |
CEventCode | |
CInterceptorScopeGuard< T > | Simple RAII guard for output interceptor |
►CInterceptOutput< STDOUT, STDERR > | Class to intercept stdout and stderr and either capture, discard or keep them unmodified depending on the template arguments |
COutputToLogMessages | Capture stdout and stderr and convert into log messages |
►CInterface | Exception to be thrown in case of an empty result |
CGearDir | GearDir is the basic class used for accessing the parameter store |
CGearbox | Singleton class responsible for loading detector parameters from an XML file |
CTRGTOPTRD2TTSConverterModule::interimTimeStamp | Event number (according to L1/global) |
CIntersection | Intersection of muid-extrapolated track with a KLM layer |
CIntervalOfValidity | A class that describes the interval of experiments/runs for which an object in the database is valid |
CIntervalOfValidity | |
CIntervalSelector | |
CInvariantMassMuMuIntegrator | The integrator aims to evaluate convolution of PDFgenLevel and resolution function |
CPDFConstructor::InverseRaytracerDirect | Structure that enables defining a template function: direct photons |
CPDFConstructor::InverseRaytracerReflected | Structure that enables defining a template function: reflected photons |
Cronode_info::io_info | |
Cmybuf::io_status | |
CIOInfo | |
►Cios_base | STL class |
►Cbasic_ios< Char > | STL class |
►Cbasic_istream< Char > | STL class |
►Cbasic_iostream< Char > | STL class |
►Cbasic_fstream< Char > | STL class |
►Cfstream | STL class |
CFileSystem::TemporaryFile | Helper file to create a temporary file and ensure deletion if object goes out of scope |
►Cbasic_ostream< Char > | STL class |
Cbasic_iostream< Char > | STL class |
CIoVSet | |
►CIPythonHandler | |
CBasf2IPythonHandler | |
►CIPythonWidget | |
CDependencyViewer | |
CModuleViewer | |
CPathViewer | |
CCollectionsViewer | |
CLogViewer | |
CProgressBarViewer | |
CStatisticsViewer | |
►CStylingWidget | |
CStylingWidget | |
CBFieldComponentQuad::irange_t | Start and stop indicies to narrow search in array |
CIsNaN | Unary functor for equality comparison to NAN |
CISuperLayerUtil | This is a utility class for the free ISuperLayer type |
CItemFilter | |
CConst::DetectorSet::Iterator | Iterator |
►Citerator | |
CArrayIterator< ArrayType, ValueType > | Generic iterator class for arrays, allowing use of STL algorithms, range-based for etc |
CObjArrayIterator< ArrayType, ValueType > | Optimizes class to iterate over TObjArray and classes inheriting from it |
CObjectStatement< ObjectType, Columns >::iterator | Iterator class to allow iterating over the rows |
CIWireUtil | This is a utility class for the free IWire type |
CJacobianMatrixUtil | Collection of functions related to jacobian matrices |
►CJsonBase | |
CComparison | |
CComparisonResult | |
►CHtmlContent | |
CComparisonHtmlContent | |
►CNTuple | |
CComparisonNTuple | |
►CPackage | |
CComparisonPackage | |
►CPlot | |
CComparisonPlot | |
►CPlotFile | |
CComparisonPlotFile | |
►CRevision | |
CComparisonRevision | |
CRevisions | |
CScript | |
CKalmanCalculator | Does the calculation of the gain matrix, updates the cov and fitpars |
CKalmanStepper< Dimension > | Class to bundle all algorithms needed for the kalman update procedure |
CKalmanStepper< 1 > | |
CKalmanStepper< 2 > | |
►CKarimakisMethod | Class implementing the Karimaki fit for two dimensional trajectory circle |
►CCDCFitter2D< KarimakisMethod > | |
CCDCKarimakiFitter | Class implementing the fitter using Karimakis method |
►CKeccak_HashInstance | |
CKeccakHashInstance | Since we cannot forward declare the memory structure directly due to some typedeffing we inherit from it |
CKeepStream | Dummy class which keeps the stream unmodified |
CRawRootFile.Key | |
CKeyValBox< KeyType, ValueType > | Minimal container storing a pair of < KeyType, ValueType> |
CKeyValBox< double > | |
CKeyValBox< int > | |
CKeyValBox< std::vector< double > > | |
CKeyValBox< TTree * > | |
CKeyValuePrinter | Create human-readable or JSON output for key value pairs |
►CKFitBase | KFitBase is a base class for kinematical fitters |
CFourCFitKFit | FourCFitKFit is a derived class from KFitBase to perform 4 momentum-constraint kinematical fit |
CMassFitKFit | MassFitKFit is a derived class from KFitBase to perform mass-constraint kinematical fit |
CMassFourCFitKFit | MassFourCFitKFit is a derived class from KFitBase to perform mass and 4 momentum-constraint kinematical fit |
CMassPointingVertexFitKFit | MassPointingVertexFitKFit is a derived class from KFitBase It performs a kinematical fit with three constraints: the invariant mass is constrained to its PDG value, the tracks are forced to a common vertex, and the momentum vector is forced to point to an externally provided space point |
CMassVertexFitKFit | MassVertexFitKFit is a derived class from KFitBase to perform mass-vertex-constraint kinematical fit |
CRecoilMassKFit | RecoilMassKFit is a derived class from KFitBase to perform a kinematical fit with a recoil mass constraint |
CVertexFitKFit | VertexFitKFit is a derived class from KFitBase to perform vertex-constraint kinematical fit |
CKFitConst | KFitConst is a container of constant names |
CKFitError | KFitError is a container of error codes and a macro function |
CKFitTrack::KFitPXE | KFitPXE is a container of the track information (Lorentz vector, position, and error matrix) |
CKFitTrack | KFitTrack is a container of the track information (Lorentz vector, position, and error matrix), and a set of macro functions to set/get the contents |
CKKGenInterface | Interface class for using the KKMC generator |
CKLM_TRG_definitions | |
CKLMCalibrationChecker | KLM calibration checker |
CKLMChannelIndex | KLM channel index |
CKLMDatabaseImporter | KLM database importer |
CKLMDisplacementGenerator | Module for generation of KLM displacement or alignment data |
CKLMElectronicsMapImporter | KLM database importer |
►CKLMElementArrayIndex | KLM element array index |
CKLMChannelArrayIndex | KLM channel array index |
CKLMModuleArrayIndex | KLM module array index |
CKLMPlaneArrayIndex | KLM plane array index |
CKLMSectorArrayIndex | KLM sector array index |
CKLMElementNumbers | KLM element numbers |
CKLMGeometryPar | Wrapper class around bklm::GeometryPar and EKLM::GeometryData |
CKLMLikelihoodParametersImporter | This class imports KLMLikelihoodParameters into the database |
CKLMTime | KLM time conversion |
CKlongCalculatorUtils | Utility class to calculate the Klong kinematics |
CKoralW | C++ interface for the FORTRAN 4-fermion final state generator KoralW |
CKsfwMoments | Moment-calculation of the k_sfw improved Super-Fox-Wolfram moments |
CTRGTOPDQMModule::largestEnergy | |
CTRGTOPDQMModule::largestNHits | |
CLaserCalibratorFit | A class do laser calibration fit provide different fitting method (under development) |
►CLatexObject | |
CDefineColourList | |
CGraphics | |
CItemize | |
CLatexFile | |
CListing | |
CLongTable | |
CSection | |
CString | |
CSubSection | |
CSubSubSection | |
CTitlePage | |
CARICHGeoAerogelPlane::layer | Struct to hold aerogel layer parameters Only for averaged properties of the aerogel tiles/layers |
CLess | Binary functor for less comparision of abitrary objects - equivalent to std::less<> (c++14) |
CTEclEnergyHit::less_CellId | Struct less_CellId |
CTEclEnergyHit::less_Energy | Struct less_Energy |
CLHEReader | Class to read LHE files and store the content in a MCParticle graph |
CLikelihoods | Structure for TOPLikelihood members |
►CLine2D | 2D line |
CLineSegment2D | 2D line segment |
CLine2D | A two dimensional normal line |
CLinear_fit_of_Hits_t | |
CLinearDivision< ABox, divisions > | Factory object that constructs sub boxes from a given box with optional overlaps |
►Clist | |
CNonstrictChoices | |
CNonstrictChoices | |
CListIndexGenerator | ListIndexGenerator is a generator for all the combinations of the sublists (FlavorSpecificParticle = 0, SelfConjugatedParticle = 1) of a set of particle lists |
CLocalMetadataComparison | |
CLocalMetadataProvider | |
CFileSystem::Lock | Helper class for locking a file |
CLogConfig | The LogConfig class |
►CLogConnectionBase | Abstract base class for the different types of log connections |
CLogConnectionConsole | Implements a log connection to an IO Stream |
CLogConnectionFilter | Implements a log connection that filters repeated messages |
CLogConnectionJSON | Implements a log connection to stdout but with messages formatted as json objects to allow easy parsing by other tools, say jupyter notebooks |
CLogConnectionTxtFile | Implements a log connection to a text file |
CLogConnectionUDP | Log Connection to send the log message as JSON to a UDP server |
CLogFile | |
CLogicalVolumes | Logical volumes of EKLM |
CPDFConstructor::LogL | Useful data type for returning the results of log likelihood calculation |
CLogLikelihoods | Structure for the output of PID log likelihoods to a flat ntuple |
CLogListener | |
CLogMessage | The LogMessage class |
CLogMethod | The LogMethod class |
CLogModRealm | Class to modify the log level dependent on the execution realm |
CLogPythonInterface | Thin wrapper to expose a usable interface to the logging framework in python |
CLogReplacementFilter | |
CLogSystem | Class for logging debug, info and error messages |
CLogVar | Class to store variables with their name which were sent to the logging service |
CLogVariableStream | Specialized implementation of an ostream-like class where the << operator can be used to insert values |
CLookupTable< T > | Class which holds precomputed values of a function |
CLookupTable< Belle2::TrackFindingCDC::Vector2D > | |
CLookupTable< float > | |
CLowerBoundedSet< InfType > | Represents a lower bounded set of arithmetic types |
CLowHitsAxialTrackUtil | Utility structure gathering heuristic functions used during the search for non-helix or low hit count tracks |
►CMagneticField | |
CGFRaveMagneticField | GFRaveMagneticField class Uses the FieldManager to provide a magnetic field to rave |
►CMagneticFieldComponent | Abstract base class for BField components |
CBFieldFrameworkInterface | Simple BFieldComponent to just wrap the existing BFieldMap with the new BFieldManager |
CMagneticFieldComponent3D | Describe one component of the Geometry |
CMagneticFieldComponentConstant | Describe one component of the Geometry |
CMails | Provides functionality to send mails in case of failed scripts / validation plots |
CSVDPackerModule::MainHeader | Implementation of FADC Header |
CSVDUnpackerModule::MainHeader | Implementation of FADC Header |
CMakeMotherKFit | MakeMotherKFit is a class to build mother particle from kinematically fitted daughters |
CMakeROOTCompatible | Helper class for converting strings into a ROOT-friendly format (e.g |
CManager | Global list of available variables |
CMap2Vector | Helper class to make a vector of all possible combinations of int numbers contained in the input vectors (passed as values in a map) |
►CMapping< T > | Interface defining a mapping of objects to attribute values e.g. a color |
►CCycleMapping< AObject > | |
CDefaultColorCycleMapping< AObject > | Class template for coloring objects in different Colors |
CConstantMapping< T > | Realizing a mapping returning a constant attribute value regardless of object or position |
CCycleMapping< T > | Realizing a mapping from a pool of values to be cycled from the index |
CMCRecoTrackMatchingStatusColorMap | Color mapping showing the match status of the monte carlo track |
CRecoTrackMatchingStatusColorMap | Color mapping showing the match status of the pattern recognition track |
CSegmentFBInfoColorMap | Segment to color map based on the forward or backward alignment relative to the match Monte Carlo track |
CSegmentFirstInTrackIdColorMap | Segment to color map by the in track id of the first hit |
CSegmentFirstNPassedSuperLayersColorMap | Segment to color map by the number of passed superlayers of the first hit |
CSegmentLastInTrackIdColorMap | Segment to color map by the in track id of the last hit |
CSegmentLastNPassedSuperLayersColorMap | Segment to color map by the number of passed superlayers of the last hit |
CSegmentMCTrackIdColorMap | Segment to color map based on the matched MCTrackId |
►CMapping< const CDCHit > | |
CBackgroundTagColorMap | CDCHit to color map by their assoziated CDCSimHit::getBackgroundTag property |
CMCPDGCodeColorMap | CDCHit to color map by the associated MCParticle::getPDG() |
CMCParticleColorMap | CDCHit to color map by their assoziated MCParticle::getArrayId() property |
CMCPrimaryColorMap | CDCHit to color map by the isPrimary information as well as the secondary process type in case the particle is not primary |
CMCSegmentIdColorMap | CDCHit to color map by their Monte Carlo segment id |
CNLoopsColorMap | Segment to color map by the number of passed loops |
CPosFlagColorMap | CDCHit to color map by their assoziated CDCSimHit::getPosFlag property |
CRLColorMap | CDCHit to color map by their local right left passage information from Monte Carlo truth |
CReassignedSecondaryMap | CDCHit to color map indicating the reassignment to a different MCParticle |
CSimHitIsBkgColorMap | CDCHit to color map by CDCSimHit::getBackgroundTag() |
CSimHitPDGCodeColorMap | CDCHit to color map by the associated CDCSimHit::getPDG() |
CTOFColorMap | CDCHit to color map by their assoziated CDCSimHit::getFlightTime |
CTakenFlagColorMap | CDCHit to color map highlighting the CDCHits that posses the do not use flag |
CZeroDriftLengthColorMap | CDCHit to color map highlighting the CDCHits with 0 drift length |
CZeroDriftLengthStrokeWidthMap | CDCHit to stroke width map highlighting the CDCHits with 0 drift length |
CMapping_t | Mapping class |
CRestOfEvent::Mask | Structure of Rest of Event mask |
CMaterial | |
CMaterialEffects | Stepper and energy loss/noise matrix calculation |
CMaterials | Materials for EKLM |
CMaterials | Thin wrapper around the Geant4 Material system |
CMatStep | Simple struct containing MaterialProperties and stepsize in the material |
CMaximumPtTrack | Temporary data structure holding the track(s) with the maximum pT |
CMCMatching | Functions to perform Monte Carlo matching for reconstructed Particles |
CMCond | |
CMCParticleGraph | Class to build, validate and sort a particle decay chain |
CMCParticleInfo | This struct is used by the TrackingPerformanceEvaluation Module to save information of reconstructed tracks |
CEVEVisualization::MCTrack | Hold MC tracks and associated visualisation objects |
CMCTrackIdPurityPair | Structure representing a matched Monte Carlo track id with the corresponding purity |
CMCTrajectoryPoint | Small struct to encode a position/momentum without additional overhead |
CMCUtil | Class bundling all helper functions for the MC information used in the PXD CKF |
CMCVXDPurityInfo | The MC VXD Purity info container class |
CMeasurementAdder | Algorithm class to translate the added detector hits (e.g |
CMeasurementCreatorFactory< BaseMeasurementCreatorType > | This is the base class for all MeasurementCreatorFactories used in the MeasurementCreatorModule |
►CMeasurementCreatorFactory< BaseMeasurementCreator > | |
CAdditionalMeasurementCreatorFactory | Add measurement creators that do not rely on a specific hit type, but rather add measurements without corresponding hit |
►CMeasurementCreatorFactory< BKLMBaseMeasurementCreator > | |
CBKLMMeasurementCreatorFactory | Add all measurement creators related to BKLM hits |
►CMeasurementCreatorFactory< CDCBaseMeasurementCreator > | |
CCDCMeasurementCreatorFactory | Add all measurement creators related to CDC hits |
►CMeasurementCreatorFactory< EKLMBaseMeasurementCreator > | |
CEKLMMeasurementCreatorFactory | Add all measurement creators related to EKLM hits |
►CMeasurementCreatorFactory< PXDBaseMeasurementCreator > | |
CPXDMeasurementCreatorFactory | Add all measurement creators related to PXD hits |
►CMeasurementCreatorFactory< SVDBaseMeasurementCreator > | |
CSVDMeasurementCreatorFactory | Add all measurement creators related to SVD hits |
CMeasurementFactory< measurement_T > | Factory object to create AbsMeasurement objects from digitized and clustered data |
CMeasurementFactory< genfit::AbsMeasurement > | |
CMemoryPool< T, chunkSize > | Class to provide a constant access time memory pool for one kind of objects |
CMemoryPool< Belle2::MCParticleGraph::GraphParticle > | |
CProfileModule::MemTime | An internal struct to store pairs of memory usage and time |
►CMetadataProvider | Base class for a payload metadata provider |
CCentralMetadataProvider | Class to obtain payload metadata from the central database server via REST requests |
CLocalMetadataProvider | Class to obtain metadata of all valid payloads from a local SQLite file instead of the central server |
CNullMetadataProvider | Fallback provider if no providers are given: Will raise an error if used but allows processing if no payloads are requested or all are taken locally from testing payload storage |
CMetadataService | This class provides a service for writing metadata about the basf2 execution and about output files to a json file |
CMetaOptionParser | |
CMethod | |
CMilleBinary | Millepede-II (binary) record |
CMillepedeCalibration | |
CTOPTemplateFitter::MinimizationSums | Variables used during template fit minimization |
CChi2MinimumFinder1D::Minimum | Result of minimum finder |
CMinMax | Small class for storing min and max |
CMinMaxCollector< DataType > | A container for collecting data, where min- and max-quantiles near q(0) and q(1) are to be found |
CMinMaxCollector< double > | |
CRaytracerBase::Mirror | Spherical mirror data in module local frame |
CMisalignmentCache | Class to hold misalignment information |
CSVDOnlineToOfflineMap::missingAPV | Struct to hold missing APVs informations |
CMLRange< ClassifierType, Ndims, CutType > | Range used for the Machine Learning assisted TrackFinding approach |
CMMutex | |
►CModule | |
CPrintCollections | |
CProgressPython | |
►CModule | |
CMinModule | |
CMinModule | |
CAccessingDataStoreModule | |
CAccessingDataStoreModule | |
CfitDeltaT | |
CCDCHistMakerModule | |
CCheckNegativeWeights | |
CClusterEfficiency | |
CPayloadImporter | |
CPayloadImporter | |
CPayloadImporter | |
CDumpDigits | |
CShapeFitterModule | |
CPrintPXDHits | |
CCompareTransformationsModule | |
CPXDHitErrors | |
CPXDHitErrorsTTree | |
CPhokharaEvtgenAnalysisModule | |
CCheckTrueHits | |
CCreateLogics | |
CPyTrigger | |
CdbImporterModule | |
CSVDChargeSharing | |
CdefaultChargeSimulationImporter | |
CdefaultCoGTimeCalibrationImporter_pol1TBdep | |
CdefaultCoGTimeCalibrationImporter_pol3TBindep | |
CdefaultELSTimeCalibrationImporter_pol1TBdep | |
CdefaultELSTimeCalibrationImporter_pol3TBindep | |
CdefaultCoGTimeCalibrationImporter_pol1TBdep | |
CdefaultCoGTimeCalibrationImporter_pol3TBindep | |
CdefaultSVDClusteringImporter | |
CdefaultSVDCoGOnlyErrorScaleFactorsImporter | |
CdefaultSVDCoGOnlyPositionErrorImporter | |
CdefaultCrossTalkStripsImporter | |
CdefaultSVDConfigParametersImporter | |
CdefaultFADCMaskedStripsImporter | |
CdefaultSVDHitTimeSelectionImporter | |
CdefaultHotStripsImporter | |
CdefaultNoiseImporter | |
CdefaultOccupancyImporter | |
CdefaultSVDOldDefaultErrorScaleFactorsImporter | |
CdefaultPedestalImporter | |
CdefaultPulseShapeImporter | |
CconfigImporterToDBModule | |
CdbImporterModule | |
CtestSVDShaperDigitOrdering | |
CtimeGroupingConfigurationImporter | |
CSVDValidationTTreeCluster | |
CSVDValidationTTreeRecoDigit | |
CSVDValidationTTreeRecoTrack | |
CSVDValidationTTreeSimhit | |
CSVDValidationTTreeSpacePoint | |
CSVDValidationTTreeStrip | |
CSVDValidationTTreeTrueHit | |
CCheckMCParticles | |
CSetVXDSensitiveThreshold | |
CWaveformAnalyzer | |
CConstraintsGenerator | |
CCreateMisalignmentModule | |
CMakePlots | |
CPackerUnpackerTest | |
CAverageQE | |
CTestingModule | |
CprintBGInfo | |
CPackerUnpackerTestModule | |
CNtuple | |
CCheckCalibDB | |
CHistogrammer | |
CCheckCalibDB | |
CCheckCalibDB | |
CSaveHisto | |
CCheck_info | |
CHistogrammer | |
CCheckTBCAsic | |
CCheckPayloadMetadata | |
CCheckPayloadNames | |
CSVDTrigger | |
CDisplayDataTest | |
CDisplayHLTTags | |
CprintSVDLadders | |
CprintSVDPitches | Test SVD geometry |
CprintSVDSensors | |
CprintSVDSizes | |
CprintSVDStripLengths | |
CprintSVDStripPositions | |
CprintMobility | |
CprintVelocity | Test SVD SensorInfo getters |
CprintAduEquivalent | |
CprintElectronicNoise | Test SVD SensorInfo getters |
CCheckRelationBremClusterTestModule | |
CSearchForHits | |
CECLPackerUnpackerTestModule | |
CaddECLDigitsModule | |
CaddECLCalDigitsModule | |
CcheckNumOutOfTimeDigitsModule | |
CSkim | |
CWriteData | |
CSaveModuleT0 | |
CPrintInfo | |
CHighlighterModule | |
CGenerateHist | |
CInspectorModule | |
CHistogrammer | |
CTestModule | |
CMonitor | |
CPrintTRGTime | |
CVisualizeVertex | |
CTreeWriterModule | |
CPlotClusterPositionEstimatorPayload | |
CMinModule | |
CSaveCanvases | |
CprintPIDLikelihoods | |
CPrintCalibTriggerResults | |
CPxdPackerUnpackerTestModule | |
CPxdROIPayloadTestModule | |
CMinModule | |
CWFDisplay | |
CTOPDisplay | |
CNNFilterModule | |
CSplit | |
CTOPLaserHistogrammerModule | |
CTOPTBCResolution | |
CSVDCoGTimeCalibrationImporterModule | |
CSVDCoGTimeCalibrationCheckModule | |
CSVDCoGTimeCalibrationImporterModule | |
Cdump_clusters | |
Cdump_digits | |
Cskim6SampleEventsPyModule | |
CskimFineTRGEventsPyModule | |
CskimLowHighEventT0EventsPyModule | |
CskimOutRNDTrgModule | |
CskimSVDBurstEventsModule | |
CskimSVDTriggerBinEventsPyModule | |
CsvdCoGCalibrationAnalysisTool | |
CSVDGroupingPerformance | |
CSvdPackerUnpackerTestModule | |
CNtuple | |
CNtuple | |
CShiftDigits | |
CSVDClustersQuickCheck | |
CSVDRecoDigitsQuickCheck | |
CPXDPositionEstimation | |
CDigitTest | |
CDigitsTest | |
CRawDigitsTest | |
CPyTrigger | |
CBGHistogrammer | |
CHistogrammer | |
CCosmicAnalysis | |
CAna | |
CSkim | |
►CModule | |
CShowMCParticles | |
CTestModule | |
CEventCountLimiter | |
CEventDisplayer | |
CEventInspector | |
CEventInspectorLookback | |
CTestModule | |
CKLMK0LPlotModule | |
CShowMCParticles | |
CrecoConfigurationImporter | |
CsvdSpacePointSelectionFunctionImporter | |
CSplitMultiplicities | |
CMakePlots | |
CTestModule | |
CVariablesToHDF5 | |
CSelectTRGTypes | |
CGenerator | |
CNumBestChecker | |
CRankChecker | |
CNoopModule | |
CTestModule | |
CPrinterModule | |
CCountEvents | |
CEvtMetaDataTest | |
CNoopModule | |
CTestModule | |
CPackerUnpackerTest | |
CSelectTRGTypes | |
CDelayEvents | |
CPrintName | |
CReturnFalse | |
CSelectOddEvents | |
CQuickCheck | |
Ccasefilter | |
Cnnt_eventfilter | |
Crandommaker | |
Cnntd | |
CCheckEventNumbers | |
►CPerEventStatisticsGetterModule | |
CSVDExtraEventStatisticsModule | |
CCountEvents | |
CTestModule | |
CPXDBackgroundGenerator | Class for the PXD background generator module |
►CQuadTreePlotter | |
CSegmentQuadTreePlotter | |
►CStereoQuadTreePlotter | |
CQueueStereoQuadTreePlotter | |
CAxialStereoPairFitterModule | |
CParticleStatisticsModule | |
CSillyGeneratorModule | |
CBrokenEventsModule | |
CNoopModule | |
CTestingModule | |
CTestModule | |
CTestModule | |
CCheckForCorrectHLTResults | |
CRandomTestModule | |
CErrorInEvent | |
CErrorInInit | |
CskimCrossTalkEventsModule | |
CMVAExtraInfoChecker | |
CCheckNumbering | |
CInjectSimHits | |
CSetAsideSimHits | |
CCheckOrderingOfDigits | |
CCreateDigits | |
CPrintDigitsAndClusters | |
►CCDCSVGDisplayModule | |
CQueueDrawer | |
CCDCHitUniqueAssumer | |
CHitCleaner | |
►CHarvestingModule | |
CVxdCdcMergerHarvesterMCSide | |
CVxdCdcMergerHarvesterPRSide | |
CFitValidationModule | |
CVxdCdcPartFinderHarvester | |
CMCParticleHarvester | |
CMCTrajectoryHarvester | |
CReconstructionPositionHarvester | |
CSeedsAnalyser | |
CSegmentFakeRatesModule | |
CSegmentFinderParameterExtractorModule | |
CWrongRLInfoCounter | |
►CPickleHarvestingModule | |
CSummarizeTriggerResults | |
CSummarizeTriggerVariables | |
CVxdCdcMergerHarvester | |
CQueueHarvester | |
►CPathModule | |
CCombinedTrackingValidationModule | |
►CWrapperModule | |
►CIfModule | |
►CIfStoreArrayPresentModule | |
CIfMCParticlesPresentModule | |
CIfStoreArrayNotPresentModule | |
CPyProfilingModule | |
►CTrackingValidationModule | |
CExpertTrackingValidationModule | |
CTestModule | |
Cis2DSkim | |
CCheckZS | |
CSleepOnInitModule | |
CModule | Define the geometry of a BKLM module Each sector [octant] contains Modules |
►CModule | |
CWeightNet | |
CModel | Class for the ConvNet generator model |
CModel | Class for the ResNet generator model |
CResidualBlock | Class for the residual block layer |
CTCCE | |
►CModule | |
CDefaultModel | |
CLayer | |
CMultilayerPerceptron | |
►CModule | |
CGATGAPModel | |
CGATModule | |
CPriorModel | |
CModuleAlignment | Alignment of a TOP module |
CModuleCondition | Wraps a condition set on a Module instance |
CModuleID_t | Intermediate object generated to contain configurations in a sorted fashion |
CDependencyMap::ModuleInfo | Stores information on inputs/outputs of a module, as obtained by requireInput()/optionalInput()/registerEntry(); |
CModuleManager | The ModuleManager Class |
►CModuleParamBase | Base class for module parameter |
CModuleParam< bool > | |
CModuleParam< T > | A single parameter of the module |
CModuleParamInfoPython | Class to store basic information about a parameter |
CModuleParamList | The Module parameter list class |
CModuleProxyBase | The base module proxy class is used to create new instances of a module |
CModuleStatistics | Keep track of time and memory consumption during processing |
CModuleStatistics | |
CMonitorDB | |
CMRUCache< KEY, VALUE > | Class implementing a generic Most Recently Used cache |
CMRUCache< std::string, Belle2::Gearbox::PathValue > | |
CMRUCache< std::string, G4Material * > | |
CMsgHandler | A class to encode/decode an EvtMessage |
CMuidBuilder | Build the Muid likelihoods starting from the hit pattern and the transverse scattering in the KLM |
CMuidElementNumbers | Muid element numbers |
CMuidProb | Class computes probability density for Muid calculation |
CMultipassCellularPathFinder< ACellHolder > | Class to combine the run of the cellular automaton and the repeated path extraction |
CMultipassCellularPathFinder< const Belle2::TrackFindingCDC::CDCFacet > | |
CMultipassCellularPathFinder< const Belle2::TrackFindingCDC::CDCSegment2D > | |
CMultipassCellularPathFinder< const Belle2::TrackFindingCDC::CDCSegment3D > | |
CMultipassCellularPathFinder< const Belle2::TrackFindingCDC::CDCSegmentPair > | |
CMultipassCellularPathFinder< const Belle2::TrackFindingCDC::CDCSegmentTriple > | |
CMultipassCellularPathFinder< const Belle2::TrackFindingCDC::CDCTrack > | |
CMultipassCellularPathFinder< const Belle2::TrackFindingCDC::WithAutomatonCell > | |
CMultivariateNormalGenerator | Class to generate normal distributed, correlated random numbers given the mean values and the covariance matrix of all dimensions |
►CMutableMapping | |
►CValidationFiguresOfMerit | |
CValidationManyFiguresOfMerit | |
CMutex | |
CMVAExpert | Class to interact with the MVA package, based on class with same name in CDC package |
CMVAExpert | Class to interact with the MVA package |
CMVATeacherAndAnalyser | |
Cmybuf | |
CMyFancyClassifier | |
CNamed< T > | A mixin class to attach a name to an object. Based on class with same name in CDC package |
CNamed< float * > | |
►CNamedFloatTuple | An abstract tuple of float value where each value has an associated name |
CFixedSizeNamedFloatTuple< SegmentTrackTruthVarNames > | |
CFixedSizeNamedFloatTuple< BasicSegmentPairVarNames > | |
CFixedSizeNamedFloatTuple< PXDStateBasicVarNames > | |
CFixedSizeNamedFloatTuple< HitGapSegmentRelationVarNames > | |
CFixedSizeNamedFloatTuple< FitlessSegmentPairVarNames > | |
CFixedSizeNamedFloatTuple< BasicSegmentPairRelationVarNames > | |
CFixedSizeNamedFloatTuple< SVDResultTruthVarNames > | |
CFixedSizeNamedFloatTuple< CDCStateTruthVarNames > | |
CFixedSizeNamedFloatTuple< TruthSegmentPairVarNames > | |
CFixedSizeNamedFloatTuple< HitGapSegmentPairVarNames > | |
CFixedSizeNamedFloatTuple< FitlessSegmentRelationVarNames > | |
CFixedSizeNamedFloatTuple< FitSegmentPairVarNames > | |
CFixedSizeNamedFloatTuple< BestMatchedTruthVarNames > | |
CFixedSizeNamedFloatTuple< BendFacetRelationVarNames > | |
CFixedSizeNamedFloatTuple< BasicTrackRelationVarNames > | |
CFixedSizeNamedFloatTuple< PXDResultTruthVarNames > | |
CFixedSizeNamedFloatTuple< TruthSegmentPairRelationVarNames > | |
CFixedSizeNamedFloatTuple< FitlessFacetVarNames > | |
CFixedSizeNamedFloatTuple< FitFacetRelationVarNames > | |
CFixedSizeNamedFloatTuple< BasicAxialSegmentPairVarNames > | |
CFixedSizeNamedFloatTuple< AdvancedSegmentVarNames > | |
CFixedSizeNamedFloatTuple< StereoHitVarNames > | |
CFixedSizeNamedFloatTuple< StereoHitTruthVarNames > | |
CFixedSizeNamedFloatTuple< FitSegmentRelationVarNames > | |
CFixedSizeNamedFloatTuple< BasicSegmentVarNames > | |
CFixedSizeNamedFloatTuple< BasicTrackVarSetNames > | |
CFixedSizeNamedFloatTuple< TruthSegmentVarNames > | |
CFixedSizeNamedFloatTuple< BendFacetVarNames > | |
CFixedSizeNamedFloatTuple< SVDStateBasicVarNames > | |
CFixedSizeNamedFloatTuple< FilterVarNames< AFilter > > | |
CFixedSizeNamedFloatTuple< CDCfromEclPathTruthVarNames > | |
CFixedSizeNamedFloatTuple< CDCStateBasicVarNames > | |
CFixedSizeNamedFloatTuple< CDCPathTruthVarNames > | |
CFixedSizeNamedFloatTuple< BasicFacetVarNames > | |
CFixedSizeNamedFloatTuple< RelationSVDResultVarNames > | |
CFixedSizeNamedFloatTuple< TruthTrackVarNames > | |
CFixedSizeNamedFloatTuple< CDCPathBasicVarNames > | |
CFixedSizeNamedFloatTuple< FitSegmentPairRelationVarNames > | |
CFixedSizeNamedFloatTuple< FitFacetVarNames > | |
CFixedSizeNamedFloatTuple< BkgTruthClusterVarNames > | |
CFixedSizeNamedFloatTuple< BasicSegmentRelationVarNames > | |
CFixedSizeNamedFloatTuple< FitTrackRelationVarNames > | |
CFixedSizeNamedFloatTuple< BasicFacetRelationVarNames > | |
CFixedSizeNamedFloatTuple< HitGapAxialSegmentPairVarNames > | |
CFixedSizeNamedFloatTuple< FitlessAxialSegmentPairVarNames > | |
CFixedSizeNamedFloatTuple< SVDStateTruthVarNames > | |
CFixedSizeNamedFloatTuple< SVDResultVarNames > | |
CFixedSizeNamedFloatTuple< PXDStateTruthVarNames > | |
CFixedSizeNamedFloatTuple< PXDResultVarNames > | |
CFixedSizeNamedFloatTuple< TruthAxialSegmentPairVarNames > | |
CFixedSizeNamedFloatTuple< TrailSegmentPairVarNames > | |
CFixedSizeNamedFloatTuple< SegmentTrackVarNames > | |
CFixedSizeNamedFloatTuple< HitGapTrackRelationVarNames > | |
CFixedSizeNamedFloatTuple< SVDStateVarNames > | |
CFixedSizeNamedFloatTuple< CDCfromEclStateTruthVarNames > | |
CFixedSizeNamedFloatTuple< AVarNames > | |
CFixedSizeNamedFloatTuple< FitAxialSegmentPairVarNames > | |
CFixedSizeNamedFloatTuple< BasicClusterVarNames > | |
CFixedSizeNamedFloatTuple< ANames > | Generic class that contains a fixed number of named float values |
CDBObject::NameValue | |
CNSMData::NameValue | |
Cndbinning | Default binning in a (7/32) phi-sector |
CNDFinder | Class to represent the CDC NDFinder |
CNDFinderTrack | Store track parameters of found tracks |
CNDFinder::ndparameters | Struct of ndFinder parameters |
CCDCTriggerMLPData::NeuroSet< inLen, outLen > | Struct to keep one set of training data for either training, validation or testing |
CNeuroTrigger | Class to represent the CDC Neurotrigger |
CNewV0Fitter | Improved V0 fitter class |
CNNTParam< T > | Class to represent a complete set to describe a Neurotrigger |
CNNTParam< bool > | |
CNNTParam< double > | |
CNNTParam< unsigned > | |
CNNTParam< unsigned long > | |
CNNTParam< unsigned short > | |
CNNWaveFitter | The class uses a neural network to find a probability distribution of arrival times for a sextet of APX25 signal samples |
CNNWaveFitTool | The class holds arrays of bins and bin centers, and a wave generator object containing information on the waveform function |
CNodeCompatibilityCheckerBase< NodeType > | Most trivial node compatibility checker, says always true |
CNodeCompatibilityCheckerCA< NodeType > | Simple NodeCompatibilityChecker, which checks for compatible Neighboring states of passed nodes (does no extended validation check) |
CNodeCompatibilityCheckerPathCollector< NodeType > | Simple NodeCompatibilityChecker, which checks for compatible Neighboring states of passed nodes (does no extended validation check) |
CNodeFactory | Wrapper class for static node compile functions |
CNodeFamilyDefiner< ContainerType, NodeType, NeighbourContainerType > | This class assigns a common family identifier to all CACells in the network that are connected |
CNodeFamilyDefiner< DirectedNodeNetwork< Belle2::Segment< Belle2::TrackNode >, Belle2::CACell >, Belle2::DirectedNode, Path > | |
CNoiseMap | Base Class to represent pixel dependent Noise Map |
CNoiseMap | Base Class to represent strip-dependent noise map |
CNot | Functor to get the logical negation from an abitrary objects |
CNSMCommunicator | |
CNSMcon | |
CNSMcontext_struct | |
Cnsmd_tcpq | |
CNSMdat | |
CNSMdat_rcv | |
CNSMdat_snd | |
CNSMDataPaket | |
CNSMDataStore | |
CNSMdmsg | |
CNSMmem_struct | |
CNSMmsg | |
CNSMnod | |
►CNSMNode | |
CRCNode | |
CNSMNodeDaemon | |
CNSMparse_struct | |
CNSMref | |
CNSMreg | |
CNSMreq | |
CNSMrequest | |
CNSMsch | |
CNSMsys_struct | |
CNSMtcphead_struct | |
CNSMudpbuf | |
►CNSMVHandler | |
CNSMVHandlerFloat | |
CNSMVHandlerFloatArray | |
CNSMVHandlerInt | |
CNSMVHandlerIntArray | |
CNSMVHandlerRef | |
►CNSMVHandlerText | |
CRCConfigHandler | |
CNumberOfHitsGetter | Helper Functor to get the Number of hits of a given result |
CObjectStatement< ObjectType, Columns > | SQLite prepared statement wrapper |
CObjectStatement< Belle2::Conditions::PayloadMetadata, std::string, std::string, std::string, std::string, std::string, int, int, int, int, int > | |
CObjectStatement< std::string > | |
CObserver | Observer base class which can be used to evaluate the VXDTF2's Filters |
CObserver3HitPrintResults | This observer does simply print the name of the SelectionVariable and the result of its value-function as a Warning(if failed) or as an Info (if succeeded) |
CObserverCheckFilters | This observer searches logs the response for each of SelectionVariables used in the filters If the pointer to the StoreArray is set the results will be put into the datastore |
CObserverCheckMCPurity | This observer searches for mcParticles attached to the hits given and stores the information found to be retrieved later |
CObserverPrintResults | This observer does simply print the name of the SelectionVariable and the result of its value-function as a Warning(if failed) or as an Info (if succeeded) |
CTOPCalEventT0Offset::OffsetData | Calibration constants of a detector component |
Con_common_args_t | |
►COptions | Abstract base class of all Options given to the MVA interface |
CGeneralOptions | General options which are shared by all MVA trainings |
CMetaOptions | Meta Options which modify the underlying training by doing sPlot, Multiclass and HyperparameterSearch |
►CSpecificOptions | Specific Options, all method Options have to inherit from this class |
►CRegressionOptions< FastBDTOptions > | |
CRegressionFastBDTOptions | Explicit template specification for FastBDTs for regression options |
CCombinationOptions | Options for the Combination MVA method |
CFANNOptions | Options for the FANN MVA method |
CFastBDTOptions | Options for the FANN MVA method |
CPDFOptions | Options for the PDF MVA method |
CPythonOptions | Options for the Python MVA method |
CRegressionOptions< BaseClassifierOptions > | Generic options of the Regression MVA methods hosting the number of bins (and the base classifier options) |
CReweighterOptions | Options for the Reweighter MVA method |
►CTMVAOptions | Options for the TMVA MVA method |
CTMVAOptionsClassification | Options for the TMVA Classification MVA method |
CTMVAOptionsMulticlass | Options for the TMVA Multiclass MVA method |
CTMVAOptionsRegression | Options for the TMVA Regression MVA method |
CTrivialOptions | Options for the Trivial MVA method |
CTrgBit::OutputBitPattern | Output bit pattern class |
COverlapMatrixCreator | Creates a vector of vectors, that knows which track is conflicting with which other |
COverlapResolverNodeInfo | Struct for holding information needed by overlap resolving algorithms for one node |
CPackedAutoCovariance | Packed covariance matrix |
►Cpair | |
CWeightedRelation< AHit > | |
CWeightedRelation< const Belle2::TrackFindingCDC::CDCSegment2D > | |
CWeightedRelation< const Belle2::RecoTrack, const Belle2::RecoTrack > | |
CWeightedRelation< Belle2::CKFToPXDState > | |
CWeightedRelation< const Belle2::TrackFindingCDC::CDCTrack > | |
CWeightedRelation< Belle2::TrackFindingCDC::CDCTrack, const Belle2::TrackFindingCDC::CDCRLWireHit > | |
CWeightedRelation< const Belle2::TrackFindingCDC::CDCSegmentTriple > | |
CWeightedRelation< Belle2::TrackFindingCDC::CDCWireHit > | |
CWeightedRelation< Belle2::CKFToSVDState > | |
CWeightedRelation< Belle2::TrackFindingCDC::CDCTrack, const Belle2::TrackFindingCDC::CDCSegment2D > | |
CWeightedRelation< const Belle2::TrackFindingCDC::CDCFacet > | |
CWeightedRelation< const Belle2::TrackFindingCDC::CDCSegmentPair > | |
CWeightedRelation< const Belle2::TrackFindingCDC::WithAutomatonCell > | |
►CRange< AIterator > | A pair of iterators usable with the range base for loop |
CCDCWireLayer | Class representating a sense wire layer in the central drift chamber |
CCDCWireSuperLayer | Class representating a sense wire superlayer in the central drift chamber |
CSortedRange< AIterator > | A pair of iterators usable with the range base for loop |
CRelation< AFrom, ATo > | Type for two related objects |
CWeightedRelation< AFrom, ATo > | Type for two related objects with a weight |
CWireNeighborPair | Class representing a pair of neighbors in the CDC in a single layer For certain circumstances it is allowed that both wires point to nullptr, e.g |
CMultiHoughSpaceFastInterceptFinder::paircompare | This sorting makes sure the clusters can be searched from bottom left of the HS to top right normally, a C++ array looks like a matrix: (0, 0 ) .. |
CSingleHoughSpaceFastInterceptFinder::paircompare | This sorting makes sure the clusters can be searched from bottom left of the HS to top right normally, a C++ array looks like a matrix: (0, 0 ) .. |
CDisplayUI::Parameter | Wraps a module parameter that can be toggled from the UI |
CParameter< AType > | This class represents a quantity which value can be set both permanently and temporarily |
CParameter< double > | |
CParameter< int > | |
CParameter< std::string > | |
CParameterBinder | Bind the given parameter to the sqlite statement |
CPedeResult::parameterData | Struct to hold data for a parameter |
CParameterLine2D | A line with a support point and tangential vector |
CGRLNeuro::Parameters | Struct to keep neurotrigger parameters |
CNeuroTrigger::Parameters | Struct to keep neurotrigger parameters |
CParticleGun::Parameters | Struct to keep all necessary parameters for the particle gun |
CSGCosmic::Parameters | Struct to keep all necessary parameters for the cosmic generator |
CParameterVectorUtil | Structure to gather some utility functions for the ParameterVector |
CBFieldComponentQuad::ParamPoint3 | Quadrupole lense data structure |
CParticleAndWeight | This struct is used to store and sort the tag tracks |
►CParticleBase | Base class for all particles |
►CComposite | A class for composite particles, where the daughters must be ignored by the fitter |
CRecoResonance | A class for resonances |
►CInternalParticle | Another unnecessary layer of abstraction |
CResonance | Class for resonances as internal particles |
COrigin | Representation of the beamspot as a particle |
►CRecoParticle | Base for RecoPhoton RecoTrack |
CRecoKlong | Representation of the Klong constraint |
CRecoPhoton | Representation of the photon constraint |
CRecoTrack | Representation of all charged final states FIXME rename since this name is taken in tracking
|
CParticleGenerator | ParticleGenerator is a generator for all the particles combined from the given ParticleLists |
CParticleGun | Class to generate tracks in the particle gun and store them in a MCParticle graph |
CParticleIndexGenerator | ParticleIndexGenerator is a generator for all the combinations of the particle indices stored in the particle lists |
CParticleListHelper | Class to help managing creation and adding to ParticleLists |
CParticleProperties | This struct is used by the StandardTrackingPerformanceModule to save information of reconstructed tracks |
CParticlesArray | Structure for particle hypothesis dependent arrays |
CConst::ParticleSet | A set of ParticleType objects, with defined order |
CMCParticleGraph::ParticleSorter | Class to go over all the particles in the Graph an sort them in a sensible way |
►CConst::ParticleType | For identifying different particle types |
CConst::ChargedStable | Provides a type-safe way to pass members of the chargedStableSet set |
CConst::Cluster | Provides a type-safe way to pass members of the clusterSet set |
CParticleWeightingAxis | Class for handling LookUp tables |
CParticleWeightingBinLimits | Just pair of numbers - min and max values of bin border |
CParticleWeightingKeyMap | Class for handling KeyMap |
CPathCollectorRecursive< ContainerType, NodeType, NeighbourContainerType, NodeCompatibilityCheckerType > | Path finder for generic ContainerType |
CPathCollectorRecursive< DirectedNodeNetwork< Belle2::Segment< Belle2::TrackNode >, Belle2::CACell >, Belle2::DirectedNode, Path, Belle2::NodeCompatibilityCheckerBase< Belle2::DirectedNode > > | |
CPathCollectorRecursive< DirectedNodeNetwork< Belle2::Segment< Belle2::TrackNode >, Belle2::CACell >, Belle2::DirectedNode, Path, Belle2::NodeCompatibilityCheckerPathCollector< Belle2::DirectedNode > > | |
►CPathElement | Base for classes that can be elements of a Path |
►CModule | Base class for Modules |
►CFindletModule< TrackFinderAutomaton > | |
CTFCDC_TrackFinderAutomatonModule | Module for the cellular automaton tracking for the CDC on regular events |
►CFindletModule< FacetCreator > | |
CTFCDC_FacetCreatorModule | Module implementation using the FacetCreator |
►CFindletModule< CKFToCDCFromEclFindlet > | |
CToCDCFromEclCKFModule | Combinatorical Kalman Filter that extrapolates every ECLShower into the CDC and collects wire hits |
►CFindletModule< AxialTrackCreatorMCTruth > | |
CTFCDC_AxialTrackCreatorMCTruthModule | Module implementation using the AxialTrackCreatorMCTruth |
►CFindletModule< AxialStraightTrackFinder > | |
CTFCDC_AxialStraightTrackFinderModule | Module implementation using the AxialStraightTrackFinder |
►CFindletModule< CKFToCDCFindlet > | |
CToCDCCKFModule | Combinatorical Kalman Filter that extrapolates every RecoTrack into the CDC and collects wire hits |
►CFindletModule< CKFToSVDSeedFindlet > | |
CCDCToSVDSeedCKFModule | Seed-finding combinatorical Kalman Filter that combines every RecoTrack with every SVD track, then filters the combinations |
►CFindletModule< SegmentLinker > | |
CTFCDC_SegmentLinkerModule | Module implementation using the SegmentLinker |
►CFindletModule< TrackCreatorSegmentTripleAutomaton > | |
CTFCDC_TrackCreatorSegmentTripleAutomatonModule | Module implementation using the TrackCreatorSegmentTripleAutomaton |
►CFindletModule< TrackCreatorSegmentPairAutomaton > | |
CTFCDC_TrackCreatorSegmentPairAutomatonModule | Module implementation using the TrackCreatorSegmentPairAutomaton |
►CFindletModule< SegmentOrienter > | |
CTFCDC_SegmentOrienterModule | Module implementation using the SegmentOrienter |
►CFindletModule< SegmentCreatorFacetAutomaton > | |
CTFCDC_SegmentCreatorFacetAutomatonModule | Module implementation using the SegmentCreatorFacetAutomaton |
►CFindletModule< TrackFinderSegmentTripleAutomaton > | |
CTFCDC_TrackFinderSegmentTripleAutomatonModule | Module implementation using the TrackFinderSegmentTripleAutomaton |
►CFindletModule< SegmentFinderFacetAutomaton > | |
CTFCDC_SegmentFinderFacetAutomatonModule | Module implementation using the SegmentFinderFacetAutomaton |
►CFindletModule< CKFToSVDFindlet > | |
CCDCToSVDSpacePointCKFModule | Combinatorical Kalman Filter used for extrapolating CDC tracks into SVD and create merged tracks |
►CFindletModule< TrackRejecter > | |
CTFCDC_TrackRejecterModule | Module implementation using the TrackRejecter |
►CFindletModule< SegmentCreatorMCTruth > | |
CTFCDC_SegmentCreatorMCTruthModule | Module implementation using the SegmentCreatorMCTruth |
►CFindletModule< TrackFinderCosmics > | |
CTFCDC_TrackFinderCosmicsModule | Module for the cellular automaton tracking for the CDC on cosmic events |
►CFindletModule< TrackExporter > | |
CTFCDC_TrackExporterModule | Module implementation using the TrackExporter |
►CFindletModule< SuperClusterCreator > | |
CTFCDC_SuperClusterCreatorModule | Module implementation using the SuperClusterCreator |
►CFindletModule< AsicBackgroundLibraryCreator > | |
CAsicBackgroundLibraryCreatorModule | Module for creating ASIC background library |
►CFindletModule< HitBasedT0Extractor > | |
CCDCHitBasedT0ExtractionModule | Module implementation using the CDCHitBasedT0Extractor |
►CFindletModule< TrackFinderSegmentPairAutomaton > | |
CTFCDC_TrackFinderSegmentPairAutomatonModule | Module implementation using the TrackFinderSegmentPairAutomaton |
►CFindletModule< ClusterPreparer > | |
CTFCDC_ClusterPreparerModule | Module implementation using the ClusterPreparer |
►CFindletModule< AxialTrackFinderHough > | |
CTFCDC_AxialTrackFinderHoughModule | Module implementation using the AxialTrackFinderHough |
►CFindletModule< CosmicsTrackMergerFindlet > | |
CCosmicsTrackMergerModule | Module linking tracks based on their Phi parameter |
►CFindletModule< TrackOrienter > | |
CTFCDC_TrackOrienterModule | Module implementation using the TrackOrienter |
►CFindletModule< TrackLinker > | |
CTFCDC_TrackLinkerModule | Module implementation using the TrackLinker |
►CFindletModule< TrackFinder > | |
CTFCDC_TrackFinderModule | Module for the track finder combining global and local search |
►CFindletModule< SegmentPairCreator > | |
CTFCDC_SegmentPairCreatorModule | Module implementation using the SegmentPairCreator |
►CFindletModule< MonopoleAxialTrackFinderLegendre > | |
CTFCDC_MonopoleAxialTrackFinderLegendreModule | Module implementation using the MonopoleAxialTrackFinderLegendre Modification of conventional AxialTrackFinderLegendre |
►CFindletModule< HitReclaimer > | |
CTFCDC_HitReclaimerModule | Module to reclaim CDC hits |
►CFindletModule< ClusterRefiner< BridgingWireHitRelationFilter > > | |
CTFCDC_ClusterRefinerModule | Module implementation using the ClusterRefiner |
►CFindletModule< AxialTrackFinderLegendre > | |
CTFCDC_AxialTrackFinderLegendreModule | CDC tracking module, using Legendre transformation of the drift time circles |
►CFindletModule< AxialTrackCreatorSegmentHough > | |
CTFCDC_AxialTrackCreatorSegmentHoughModule | Module implementation using the AxialTrackCreatorSegmentHough |
►CFindletModule< TrackQualityEstimator > | |
CTFCDC_TrackQualityEstimatorModule | Module implementation using the TrackTrackQualityEstimator findlet |
►CFindletModule< StereoHitFinder > | |
CTFCDC_StereoHitFinderModule | Tries to add CDC stereo hits to the found CDC tracks by applying a histogramming method with a quad tree |
►CFindletModule< CKFToPXDFindlet > | |
CToPXDCKFModule | Combinatorical Kalman Filter that extrapolates every RecoTrack into the PXD and collects space points |
►CFindletModule< WireHitPreparer > | |
CTFCDC_WireHitPreparerModule | Module to set up the cdcwire hits used in all CDC track finding algorithms (except Trasan) |
►CFindletModule< TrackFlightTimeAdjuster > | |
CTFCDC_TrackFlightTimeAdjusterModule | Module implementation using the TrackFlightTimeAdjuster |
►CFindletModule< TrackCreatorSingleSegments > | |
CTFCDC_TrackCreatorSingleSegmentsModule | Module implementation using the TrackCreatorSingleSegments |
►CFindletModule< SegmentRejecter > | |
CTFCDC_SegmentRejecterModule | Module implementation using the SegmentRejecter |
►CFindletModule< SegmentFitter > | |
CTFCDC_SegmentFitterModule | Module implementation using the SegmentFitter |
►CFindletModule< SegmentTripleCreator > | |
CTFCDC_SegmentTripleCreatorModule | Module implementation using the SegmentTripleCreator |
►CFindletModule< SegmentTrackCombiner > | |
CTFCDC_SegmentTrackCombinerModule | Module for the combination of tracks and segments |
►CFindletModule< vxdHoughTracking::SVDHoughTracking > | |
CSVDHoughTrackingModule | Full Hough Transformation based SVD track finding |
►CFindletModule< MCVXDCDCTrackMergerFindlet > | |
CMCVXDCDCTrackMergerModule | This module merges tracks which are reconstructed, separately, in the silicon (PXD+VXD) and in the CDC using MC |
►CFindletModule< TrackCombiner > | |
CTFCDC_TrackCombinerModule | Module implementation using the TrackCombiner |
►CFindletModule< MonopoleStereoHitFinder > | |
CTFCDC_MonopoleStereoHitFinderModule | Tries to add CDC stereo hits to the found CDC tracks by applying a histogramming method with a 3D hough tree looking for hyperbolic cosines |
►CFindletModule< DATCONFPGAFindlet > | |
CDATCONModule | DATCON module which implementation is close to the one actually used on the FPGA |
►CFindletModule< WireHitBackgroundDetector > | |
CTFCDC_WireHitBackgroundDetectorModule | Module counterpart to the WireHitBackgroundDetector findlet, which marks CDCWireHits as background based on the result of a filter |
►CFindletModule< AxialSegmentPairCreator > | |
CTFCDC_AxialSegmentPairCreatorModule | Module implementation using the AxialSegmentPairCreator |
►CFindletModule< WireHitCreator > | |
CTFCDC_WireHitCreatorModule | Module implementation using the WireHitCreator |
►CFindletModule< TrackQualityAsserter > | |
CTFCDC_TrackQualityAsserterModule | Module implementation using the TrackQualityAsserter |
►CFindletModule< MonopoleStereoHitFinderQuadratic > | |
CTFCDC_MonopoleStereoHitFinderQuadraticModule | Tries to add CDC stereo hits to the found CDC tracks by applying a histogramming method with a quad tree |
►CFindletModule< ClusterBackgroundDetector > | |
CTFCDC_ClusterBackgroundDetectorModule | Module implementation using the ClusterBackgroundDetector |
►CFindletModule< CDCTrackingEventLevelMdstInfoFillerFindlet > | |
CCDCTrackingEventLevelMdstInfoFillerModule | Module interface to the CDCTrackingEventLevelMdstInfoFillerFindlet |
CARICHDigitizerModule | ARICH digitizer module |
CARICHFillHitsModule | Fill ARICHHit collection from ARICHDigits |
CARICHMCParticlesModule | Module to match ARICH hits to MCParticles |
CARICHNtupleModule | ARICH reconstruction efficiency test module |
CARICHPackerModule | Raw data packer for ARICH |
CARICHReconstructorModule | ARICH subdetector main module |
CARICHRelateModule | Creates relations between ARICHAeroHits and ExtHits |
CARICHUnpackerModule | Raw data unpacker for ARICH |
CAWESOMEBasicModule | The AWESOME basic module |
CAddVXDTrackCandidateSubSetsModule | Module that creates additional candidates that each miss a different SpacePoint |
CAlignmentGeneratorModule | Generate VXD misalignment and store in database |
CAllParticleCombinerModule | This module combines all particles of the provided list to one mother particle |
CAnalysisConfigurationModule | Class to hold general basf2 configuration Used to intiate and configure CreateAnalysis object |
►CAsyncWrapper | Wraps a given Module to execute it asynchronously |
CAsyncDisplayModule | Wraps DisplayModule and starts it in a forked process |
CEclDisplayAsyncModule | Displays energy distribution in ECL |
CB2BIIConvertBeamParamsModule | Convert the IpProfile and Benergy to BeamParameters, BeamSpot, CollisionInvariantMass and CollisionBoostVector |
CB2BIIConvertMdstModule | Module converts Belle MDST objects (Panther records) to Belle II MDST objects |
CB2BIIFixMdstModule | Declaration of class B2BIIFixMdst |
CB2BIIMdstInputModule | Module reads Belle MDST files and converts Belle_event record to Belle II EventMetaData StoreObjectPointer |
CBBBremInputModule | The BBBrem Generator module |
CBGOverlayExecutorModule | Overlay of measured background with simulated data (Digits or Clusters) |
CBGOverlayInputModule | Beam BG data input, either in form of Digits or raw data |
CBHWideInputModule | The BHWide Generator module.vectorToPair |
CBKLMAnaModule | A class defining a module that perform efficiencies studies on bklm |
CBKLMDigitAnalyzerModule | Module useful to quickly analyze BKLM unpacked data |
CBKLMSimHistogrammerModule | Convert BKLM raw simulation hits to digitizations |
CBKLMTrackingModule | This module perform straight line track finding and fitting for BKLM |
►CBaseRecoFitterModule | A base class for all modules that implement a fitter for reco tracks |
CDAFRecoFitterModule | DAF fitter |
CKalmanRecoFitterModule | Kalman fitter |
►CBaseTrackTimeEstimatorModule | Base Module estimating the track time of RecoTracks - before or after the fit |
CIPTrackTimeEstimatorModule | Base Module estimating the track time of RecoTracks - before or after the fit |
CPlaneTriggerTrackTimeEstimatorModule | Module estimating the track time of RecoTracks - before or after the fit |
CRadiusTrackTimeEstimatorModule | Module estimating the track time of RecoTracks - before or after the fit |
CBeamBkgGeneratorModule | Beam background generator based on SAD files |
CBeamBkgHitRateMonitorModule | A module to monitor detector hit rates of beam background Output is to a flat ntuple |
CBeamBkgMixerModule | New beam background mixer; this one doesn't need ROF files |
CBeamBkgTagSetterModule | A module that sets m_backgroundTag variable in SimHits (see BackgroundMetaData.h) |
CBeamParametersModule | Setting of beam parameters |
CBeamSpotMonitorModule | Module for the monitoring of the BeamSpot position and size |
CBelleBremRecoveryModule | Brem recovery module (used in past belle analyses) This module add four vector of all the brem photon to the four vector associated to the charged particle |
CBelleMCOutputModule | KLM digitization module |
CBelleNbarMVAModule | Apply nbarMVA for Belle I |
CBestCandidateSelectionModule | Ranks particles by the values of a variable |
CBestVXDFamilyCandidateSelectorModule | Module that selects the best candidate for each SPTC family |
CBestVXDTrackCandidatesSelectorModule | Module that selects a subset with a fixed size x out of all SpacePointTrackCandidates |
CBoostMCParticlesModule | Module for boosting the MCParticles from CM to LAB frame |
CBremsFinderModule | Bremsstrahlung finder correction module For each lepton in the input particle list, this module copies it to the output particle list and uses the results of the eclTrackBremFinder module to look for a possible bremsstrahlung photon; if this photon exists, adds its four momentum to the leptons in the output list |
CBtubeCreatorModule | Create a B particle from a Bbar particle |
CCDCCosmicAnalysisModule | Analysis module for CDC CR data |
CCDCHitFilterModule | CDCHitFilter: Filters CDC hits according to given configuration criteria |
CCDCPackerModule | CDCPackerModule: The CDC Raw Hits Decoder |
CCDCRecoTrackFilterModule | The module excluding hits of specified Slayers in the RecoTracks |
CCDCUnpackerModule | CDCUnpackerModule: The CDC Raw Hits Decoder |
CCDCCKFTracksCombinerModule | Module to combine RecoTracks |
CCDCCosmicSelectorAfterFullSimModule | The Class for |
CCDCCosmicSelectorModule | The Class for |
CCDCCosmicTrackMergerModule | Module use to select two cosmic tracks event and merger these two tracks become one |
CCDCCrossTalkAdderModule | The Class for overlaying signal-induced asic cross-talk |
CCDCDedxCorrectionModule | This module may be used to apply the corrections to dE/dx per the calibration constants |
CCDCDedxPIDModule | Extract CDC dE/dx information from fitted tracks |
CCDCDedxScanModule | This class performs the same function as CDCDedxPIDModule, but does so without using real objects from basf2 |
CCDCDedxSkimCDSTModule | Extracts dE/dx information for calibration testing |
CCDCDedxSkimModule | This module may be used to skim a data sample according to a specific set of cuts |
CCDCDigitizerModule | The Class for Detailed Digitization of CDC |
CCDCInitialT0DeterminationModule | Determine crude t0 |
CCDCJobCntlParModifierModule | The Class for Detailed Digitization of CDC |
CCDCTrigger2DFinderModule | |
CCDCTrigger2DFitterModule | Module for the 2D Fitter of the CDC trigger |
CCDCTrigger3DFitterModule | Module for the 3D Fitter of the CDC trigger |
CCDCTriggerETFModule | Module for the Event Time Finder of the CDC trigger |
CCDCTriggerHoughETFModule | |
CCDCTriggerMCMatcherModule | A module to match CDCTriggerTracks to MCParticles |
CCDCTriggerNDFinderModule | CDC Trigger NDFinder Module |
CCDCTriggerNeuroDataModule | |
CCDCTriggerNeuroIDHistModule | Description |
CCDCTriggerNeuroModule | The neural network module of the CDC trigger |
CCDCTriggerRecoHitMatcherModule | A module to match CDCTriggerTracks to RecoTracks |
CCDCTriggerRecoMatcherModule | A module to match CDCTriggerTracks to RecoTracks |
CCDCTriggerTSFFirmwareModule | This class is the interface between TSim/basf2 TSF module and the firmware simulation core of XSim/ISim |
CCDCTriggerTSFModule | Module for the Track Segment Finder of the CDC trigger |
CCDCTriggerTrackCombinerModule | Module to combine the information from the various track trigger stages |
CCDCTriggerUnpackerModule | Unpack the trigger data recorded in B2L |
CCRYInputModule | The CRY Generator module |
CCertifyParallelModule | A class definition of an input module for Sequential ROOT I/O |
CChargedPidMVAModule | This module evaluates the response of an MVA trained for binary charged particle identification between two hypotheses, S and B |
CChargedPidMVAMulticlassModule | This module evaluates the response of a multi-class MVA trained for global charged particle identification |
CChi2MCTrackMatcherModule | Monte Carlo matcher using the helix parameters for matching by chi2-method |
CClusterMatcherModule | Match KLM Clusters to close ECL Clusters |
CCollectorTestModule | CollectorTestModules |
CContinuumSuppressionBuilderModule | Creates for each Particle in given ParticleList an ContinuumSuppression dataobject and makes basf2 relation between them |
CConvert2RawDetModule | A class definition of a module to convert from RawCOPPER or RawDataBlock to RawDetector objects |
CCopyRecoTracksWithOverlapModule | Copy RecoTracks with overlap hits in VXD to a new StoreArray (Will need a refit) |
CCosmicsAlignmentValidationModule | Module to find Track correlation in cosmic events |
CCosmicsModule | The Cosmics module Generates tracks with the cosmics generator and store them into the MCParticle class |
CCreateConsistencyInfoModule | If you want to merge two events with the 'MergeDataStoreModule', it might be necessary to make sure that this combination of events make sense |
CCreateFieldMapModule | Create Field maps of the Belle II magnetic field used in the simulation |
CCurlTaggerModule | This module is designed to tag curl tracks |
CCurlingTrackCandSplitterModule | Module for checking SpacePointTrackCandidates for curling behaviour and splitting them into Track Candidate Stubs (each of them being a SpacePointTrackCand again) which do not show curling behaviour |
CDAQPerfModule | A class definition of an input module for Sequential ROOT I/O |
►CDQMHistAnalysisModule | The base class for the histogram analysis module |
CDQMHistAnalysisARICHModule | Make summary of data quality from reconstruction |
CDQMHistAnalysisARICHMonObjModule | Example module of how to use MonitoringObject in DQMHistAnalysis module |
CDQMHistAnalysisCDCDedxModule | DQM analysis module grab canvases from DQM module and perform higher level operation like histogram fitting and add many useful cosmetic |
CDQMHistAnalysisCDCMonObjModule | Make summary of data quality from reconstruction |
CDQMHistAnalysisDAQMonObjModule | Make summary of data quality from reconstruction |
CDQMHistAnalysisDeltaEpicsMonObjExampleModule | DQM Delta Histogram Test code and example |
CDQMHistAnalysisDeltaTestModule | DQM Delta Histogram Test code and example |
CDQMHistAnalysisECLConnectedRegionsModule | This module is for analysis of ECL DQM histograms |
CDQMHistAnalysisECLModule | This module is for analysis of ECL DQM histograms |
CDQMHistAnalysisECLOutOfTimeDigitsModule | This module exports the average value of out-of-time ECLCalDigits into EPICS and MiraBelle |
CDQMHistAnalysisECLShapersModule | This module is for analysis of ECL DQM histograms |
CDQMHistAnalysisECLSummaryModule | This module provides a high-level display to show which ECLCollectors have channels with various type of issues See https://indico.belle2.org/event/10116/contributions/66837/attachments/23993/35443/2023.09.06_ecl.dqm.status_mikhail.remnev.pdf |
CDQMHistAnalysisEpicsEnableModule | Example module of how to use MonitoringObject in DQMHistAnalysis module |
CDQMHistAnalysisEpicsExampleModule | Class definition for the output module of Sequential ROOT I/O |
CDQMHistAnalysisEpicsOutputModule | Example module of how to use MonitoringObject in DQMHistAnalysis module |
CDQMHistAnalysisEventT0EfficiencyModule | Class definition |
CDQMHistAnalysisEventT0TriggerJitterModule | Class definition |
CDQMHistAnalysisExampleFlagsModule | Class definition for the output module of Sequential ROOT I/O |
CDQMHistAnalysisExampleModule | Class definition for the output module of Sequential ROOT I/O |
CDQMHistAnalysisHLTModule | Class for HLT-related histogram analysis |
CDQMHistAnalysisHLTMonObjModule | Creates monitoring object for HLT |
CDQMHistAnalysisIPModule | Class definition for the output module of Sequential ROOT I/O |
CDQMHistAnalysisInputModule | Class definition for the output module of Sequential ROOT I/O |
CDQMHistAnalysisInputPVSrvModule | Class definition for the output module of Sequential ROOT I/O |
CDQMHistAnalysisInputRootFileModule | Class to read histograms from a root file for offline testing of analysis modules |
CDQMHistAnalysisInputTestModule | Class to dynamically fill histograms from a config file for offline testing of analysis modules |
CDQMHistAnalysisKLM2Module | Analysis of KLM DQM histograms |
CDQMHistAnalysisKLMModule | Analysis of KLM DQM histograms |
CDQMHistAnalysisMiraBelleModule | Make summary of data quality from reconstruction |
CDQMHistAnalysisMonObjModule | Example module of how to use MonitoringObject in DQMHistAnalysis module |
CDQMHistAnalysisOutputFileModule | Class definition for the output module of Sequential ROOT I/O |
CDQMHistAnalysisOutputImagesModule | Class definition for the output to image module |
CDQMHistAnalysisOutputMonObjModule | Class definition for the module to store MonitoringObject to output root file |
CDQMHistAnalysisOutputRelayMsgModule | Class definition for the output module of Sequential ROOT I/O |
CDQMHistAnalysisPXDCMModule | DQM Histogram Analysis for PXD Common Modes |
CDQMHistAnalysisPXDChargeModule | DQM Histogram Analysis for PXD Cluster Charge |
CDQMHistAnalysisPXDDAQModule | DQM Histogram Analysis for PXD DAQ |
CDQMHistAnalysisPXDERModule | PXD DQM AnalysisModule |
CDQMHistAnalysisPXDEffModule | DQM Histogram Analysis for PXD Efficiency |
CDQMHistAnalysisPXDFitsModule | Class definition for the output module of Sequential ROOT I/O |
CDQMHistAnalysisPXDInjectionModule | DQM Histogram Analysis for PXD occupancy after Injection |
CDQMHistAnalysisPXDReductionModule | DQM Histogram Analysis for PXD Reduction |
CDQMHistAnalysisPXDTrackChargeModule | DQM Histogram Analysis for PXD Cluster Charge |
CDQMHistAnalysisRooFitExampleModule | Class definition for the output module of Sequential ROOT I/O |
CDQMHistAnalysisRunNrModule | DQM Histogram Analysis for PXD Common Modes |
CDQMHistAnalysisSVDDoseModule | The SVD dose-monitoring DQM analysis module |
CDQMHistAnalysisSVDEfficiencyModule | Class definition for the output module of Sequential ROOT I/O |
CDQMHistAnalysisSVDGeneralModule | Class definition for the output module of Sequential ROOT I/O |
CDQMHistAnalysisSVDOnMiraBelleModule | Class derived from HistoModule, for SVD monitoring variables at MiraBelle |
CDQMHistAnalysisTOPModule | Class for TOP histogram analysis |
CDQMHistAnalysisTRGECLModule | Module for DQM histogram of ECL trigger event timing |
CDQMHistAnalysisTRGGDLModule | Make summary of data quality from reconstruction |
CDQMHistAnalysisTRGModule | DQM Trigger Histogram code and example |
CDQMHistAnalysisTrackingERModule | Analysis of ER Tracking DQM plots |
CDQMHistAnalysisTrackingHLTModule | Analysis of HLT Tracking DQM plots |
CDQMHistAnalysisV0Module | Class definition for the output module of Sequential ROOT I/O |
CDQMHistAutoCanvasModule | Class definition for the reference histogram display |
CDQMHistComparitorModule | Class definition for the reference histogram display |
CDQMHistDeltaHistoModule | Class for generating snapshots for histograms |
CDQMHistInjectionModule | DQM Histogram Analysis for PXD Efficiency |
CDQMHistOutputToEPICSModule | Write DQM Histogram Content to EPICS Arrays |
CDQMHistSnapshotsModule | Class for generating snapshots for histograms |
CDataWriterModule | Module to write Ntuples for KlId BKG classifier training |
►CDeSerializerModule | A class definition of an input module for Sequential ROOT I/O |
►CDeSerializerCOPPERModule | A class definition of an input module for Sequential ROOT I/O |
CDeSerializerFILEModule | A class definition of an input module for Sequential ROOT I/O |
►CDeSerializerPCModule | A class definition of an input module for Sequential ROOT I/O |
CDeSerializerHLTModule | A class definition of an input module for Sequential ROOT I/O |
CDeSerializerPrePCModule | A class definition of an input module for Sequential ROOT I/O |
CDeSerializerPXDModule | A class definition of an input module for Sequential ROOT I/O |
CDensityScalerModule | Scale density of simulation/reconstruction geometry |
CDesSerPrePCMainModule | A class definition of an input module for Sequential ROOT I/O |
CDisplayModule | The event display module |
CDistanceCalculatorModule | Calculates distance between two vertices, distance of closest approach between a vertex and a track, distance of closest approach between a vertex and Btube |
CDqmHistoManagerModule | Class definition of DqmHistoManager module |
CDs2RawFileModule | A class definition of an input module for Sequential ROOT I/O |
CDs2RawModule | A class definition of an input module for Sequential ROOT I/O |
CDs2RbufModule | A class definition of an input module for Sequential ROOT I/O |
CDs2SampleModule | A class definition of an input module for Sequential ROOT I/O |
CDummyDataPackerModule | Module to store dummy data in RawCOPPER object |
►CDummyDataSourceModule | A class definition of an input module for Sequential ROOT I/O |
CDummyDataSourceFileModule | A class definition of an input module for Sequential ROOT I/O |
CDuplicateVertexMarkerModule | Identify duplicate vertices (distinct particles, but built from the same daughters) and mark the one with best chi2 |
CECLLOMModule | This module simulates ECL Luminosity Online Monitor logic, i.e |
►CECLCRFinderModule | Class to find connected regions |
CECLCRFinderPureCsIModule | Class to find connected regions, pureCsI version |
CECLChargedPIDDataAnalysisModule | The ECL Charged PID Data Analysis Module |
CECLChargedPIDDataAnalysisValidationModule | This module dumps a tree and a set of histograms of ECL PID-related info used for validation, starting from an input file w/ particle-gun-generated charged stable particles (and antiparticles) |
CECLChargedPIDMVAModule | This module implements charged particle identification using ECL-related observables via a multiclass MVA |
CECLChargedPIDModule | The module implements charged particle identification using ECL-related observables |
►CECLClusterPSDModule | This module computes shower variables using pulse shape information from offline two component fits |
CECLClusterPSDPureCsIModule | Class derived from ECL, only difference are the names |
CECLClusterPropertiesModule | This module calculates some properties of ECL clusters |
CECLCompressBGOverlayModule | The ECLCompressBGOverlay module compresses recorded waveforms triggered by the random trigger and to use them in simulation to follow background conditions |
►CECLCovarianceMatrixModule | Class to perform the shower correction |
CECLCovarianceMatrixPureCsIModule | The very same module but for PureCsI |
CECLDataAnalysisModule | The ECL Data Analysis Module |
CECLDigiStudyModule | A module to analyse digit level information |
►CECLDigitCalibratorModule | Class to find calibrate digits and convert waveform fit information to physics quantities |
CECLDigitCalibratorPureCsIModule | Class derived from ECLDigitCalibratorModule, only difference are the names |
CECLDigitizerModule | The ECLDigitizer module |
CECLDigitizerPureCsIModule | The ECLDigitizerPureCsI module |
CECLDumpGeometryModule | Dump location and direction of all ECL crystals |
CECLEventT0Module | EventT0 from ECL |
CECLExpertModule | Module to perform the ECL Klong ID classification |
CECLFillCellIdMappingModule | Fills a dataobject that provides maping between cell id and ECLCalDigit store array |
►CECLFinalizerModule | Class to perform the shower correction |
CECLFinalizerPureCsIModule | The very same module but for PureCsI |
CECLHitDebugModule | Class to represent the hit of one cell |
►CECLLocalMaximumFinderModule | Class to find connected regions |
CECLLocalMaximumFinderPureCsIModule | Class to find connected regions, pureCsI version |
CECLLocalRunCalibratorModule | ECLLocalRunCalibratorModule is the module developed to perform ECL local run calibration |
CECLMatchingPerformanceExpertModule | This module takes the Track collection as input and checks if one of the related ExtHits matches with an ECLCalDigit of at least 2 MeV |
CECLPackerModule | Module that pack's MC info into a dataformat that comes from the detector |
►CECLShowerCalibratorModule | Class to perform the shower correction |
CECLShowerCalibratorPureCsIModule | The very same module but for PureCsI |
►CECLShowerCorrectorModule | Class to perform the shower correction |
CECLShowerCorrectorPureCsIModule | The very same module but for PureCsI |
►CECLShowerShapeModule | Class to perform the shower correction |
CECLShowerShapePureCsIModule | The very same module but for PureCsI |
►CECLSplitterN1Module | Class to perform the shower correction |
CECLSplitterN1PureCsIModule | The very same module but for PureCsI |
►CECLSplitterN2Module | Class to perform the shower correction |
CECLSplitterN2PureCsIModule | The very same module but for PureCsI |
CECLTRGInformationModule | Module to get ECL TRG energy information |
CECLTrackBremFinderModule | Module to assign ECL Clusters resulting from Bremsstrahlung to the primary electron track |
CECLTrackCalDigitMatchModule | Module to find the closest ECLCalDigits to an extrapolated track |
CECLTrackClusterMatchingModule | The module creates and saves a Relation between Tracks and ECLCluster in the DataStore |
CECLTrackClusterMatchingParametrizationExpertModule | The module saves information on ExtHits and related cluster into a file |
CECLTrackClusterMatchingPerformanceModule | This module takes the MCParticle collection as input and checks if the related reconstructed track is matched to an ECLCluster |
CECLTriggerClusterMatcherModule | Match ECLTRGClusters to ECLClusters |
CECLTrimShowersAndDigitsModule | Create new dataobjects containing only the ECLShower and ECLCalDigits associated with the selected ECLCluster, which is the one with maximum related MC energy |
CECLUnpackerModule | ECL unpacker module |
CECLWaveformFitModule | Module performs offline fit for saved ECL waveforms |
CEKLMDataCheckerModule | Module for checking of collected data |
CEclCovMatrixNtupleModule | Module to write ECL waveform and fitted time and amplitude information in a root ntuple |
CEclDisplayModule | Displays energy distribution in ECL |
CEffPlotsModule | This module takes the MCParticles, the RecoTracks and Tracks/V0 in input and produce a root file containing various histograms showing the efficiencies (as a function of different variables) of the V0 finding module |
CElapsedTimeModule | A class definition of an input module for Sequential ROOT I/O |
CEnergyBiasCorrectionModule | Energy bias correction |
CEvReductionModule | A class definition of an input module for Sequential ROOT I/O |
CEventErrorFlagModule | Module to check or add error flags of the EventMetaData |
CEventInfoPrinterModule | The event meta data info module |
CEventInfoSetterModule | Module to set event, run, experiment numbers |
CEventKinematicsModule | Module to compute global quantities related to the event kinematics, like total missing energy and mass2, visible energy, etc |
CEventLimiterModule | The EventLimiter module |
CEventShapeCalculatorModule | Module to compute event shape variables starting from three lists of particle objects (tracks, gammas, Klongs) |
CEventT0CombinerModule | Module to combine the EventT0 values from multiple sub-detectors |
CEventT0GeneratorModule | Module generates discrete event t0 in ~4ns steps (bunch spacing) according to (double) gaussian distribution and adds it to the production and decay times of MCParticles |
CEventT0ShifterModule | Module that shifts the time of all MCParticles so that the collision is at t=0 |
CEventsOfDoomBusterModule | Module that flags an event destined for doom at reconstruction, based on the size of selected hits/digits containers after the unpacking |
CEvtGenDecayModule | This module decays unstable particles using EvtGen |
CExportGeometryModule | The ExportGeometry module |
CExtModule | The geant4e-based track extrapolation module |
CExtraInfoPrinterModule | Prints the names of the ExtraInfos for a ParticleList or for the Event |
CExtraInfoRemoverModule | This module deletes the extrainfo of each particle in the given ParticleLists |
CFBXWriterModule | The FBX-writer module |
CFastBDTClassifierAnalyzerModule | Module to evaluate a trained fastBDT |
CFastBDTClassifierTrainingModule | Module for collecting the data and training a FastBDT classifier |
CFastRbuf2DsModule | A class definition of an input module for Sequential ROOT I/O |
CFillTrackFitNtupleModule | This module takes the Tracks and the RecoTrack input and produce a root file containing an nutple showing the track fit members in parallel for different particle hypotheses |
CFittedTracksStorerModule | A module to copy only the fitted reco tracks to the output store array |
CFixMergedObjectsModule | If the content of two DataStores are merged using the 'MergeDataStoreModule', then Relations of the objects are corrected |
CFlavorTaggerInfoBuilderModule | Creates for each Particle and RestOfEvent object in the DataStore a FlavorTaggerInfo dataobject and makes basf2 relation between them |
CFlavorTaggerInfoFillerModule | Creates a new flavorTaggerInfoMap DataObject for the specific methods |
CFlipQualityModule | This module can be used for applying the MVA filters and get the 2 flipping QIs |
CFlippedRecoTracksMergerModule | Module to merge the original and flipped RecoTracks |
CFragmentationModule | The Fragmentation module |
CFullSimModule | The full Geant4 simulation module |
CFullSimTimingModule | Provide more detailled timing info for FullSim module |
CTRGGDLUnpackerModule | A module of TRG TRG Unpacker |
CGFTC2SPTCConverterModule | Module for converting genfit::TrackCands to SpacePointTrackCands |
CGRLNeuroModule | The module for application of the neural networks of the GRL |
CGRLNeuroTrainerModule | The trainer module for the neural networks of the CDC trigger |
CGearboxModule | The Gearbox module |
CGenRawSendModule | |
CGeneratedVertexDisplacerModule | "Takes a list of PDG values and lifetime paramters to displaces the vertex of MCParticles with matching PDG value and their subsequent daughters corresponding to the given lifetime parameter(s). Can be used between the generator and the detector simulation. Lifetime options are "flat", "fixed" and "exponential" where the lifetime(s) should be passed as c*tau in units of [cm]. Furthermore, a "fixedLength" option can be used where the lifetime parameter takes the desired fixed decaylength in units of [cm] |
►CGeneratorBaseModule | The base module for generator modules, which sets the generator information as EventExtraInfo |
CAafhInputModule | AAFH Generator to generate 2-fermion events like e+e- -> e+e-e+e- |
CBabayagaNLOInputModule | The Babayaga.NLO Generator module |
CEvtGenInputModule | The EvtGenInput module |
CKKGenInputModule | The KKGenInput module |
CKoralWInputModule | The KoralW Generator module |
CPhokharaInputModule | The Phokhara Generator module.vectorToPair |
CTrepsInputModule | Input from TREPS generator for ee->eeff |
CGeneratorPreselectionLeptonicModule | Generator filtering |
CGeneratorPreselectionModule | Generator preselection |
CGenfitVisModule | Visualize genfit::Tracks using the genfit::EventDisplay |
CGeometryModule | Module to facilitate Geometry creation |
CGetEventFromSocketModule | A class definition of an input module for Sequential ROOT I/O |
CHLTDQM2ZMQModule | Module to collect DQM histograms (written out by HistoModules) and send them every time period to a running ZMQ DQM server (either a finalhistoserver or a proxyhistorver) |
CHLTDs2ZMQModule | On every event, serialize the data store and send the binary data out to the connected ZMQ application (most likely a collector or final collector) |
CHLTZMQ2DsDirectModule | Special ZMQ2Ds module without the HLT-specific handling of initialization and begin/end run |
CHLTZMQ2DsModule | Input module in the ZMQ reconstruction path receiving events via ZMQ and deserializing the to the data store |
CHelixErrorScalerModule | Scale the error of helix parameters |
CHepMCInputModule | The HepMCInput module |
CHepMCOutputModule | The HepMCOutput module |
CHepevtInputModule | The HepevtInput module |
CHepevtOutputModule | The HepevtOutput module |
CHexDataPackerModule | Module to store dummy data in RawCOPPER object |
CHistoManagerModule | Class definition of HistoManager module |
►CHistoModule | HistoModule.h is supposed to be used instead of Module.h for the modules with histogram definitions to be managed by HistoManager |
CARICHDQMModule | Make summary of data quality from reconstruction |
CARICHRateCalModule | Fill ARICHHit collection from ARICHDigits |
CARICHRawUnpackerModule | Fill ARICHHit collection from ARICHDigits |
CAnalysisPhase1StudyModule | Study module for BEAST |
CB2BIIMCParticlesMonitorModule | Declaration of class B2BIIMCParticlesMonitor |
CCDCCRTestModule | CDC Cosmic test calibration module |
CCDCDQMModule | Make summary of data quality from reconstruction |
CCDCDedxDQMModule | This module to design collect CDC dEdx monitoring for DQM and only minimal information are stored |
CCDCDedxValidationModule | First version commited on Feb 21 2019 Extracts dE/dx information for validation and writes a ROOT file |
CCDCTriggerNeuroDQMModule | CDC Trigger DQM Module |
►CCalibrationCollectorModule | Calibration collector module base class |
CARICHChannelMaskModule | Testing module for collection of calibration data |
CBeamSpotCollectorModule | This collects the track parameters of the mu+mu- events for calibration of the BeamSpot using CAF and AirFlow |
CBoostVectorCollectorModule | This collects the track parameters and momenta of the mu+mu- events for calibration of the BoostVector using CAF and AirFlow |
CCDCCalibrationCollectorModule | Collect hit information for cdc calibration with CAF |
CCDCCrudeT0CollectorModule | Collector for crude t0 |
CCDCFudgeFactorCalibrationCollectorModule | Collect hit information for cdc calibration with CAF |
CCDCT0CalibrationCollectorModule | Collect hit information for cdc calibration with CAF |
CCDCDedxElectronCollectorModule | A collector module for CDC dE/dx electron calibrations |
CCaTestModule | Testing module for collection of calibration data |
CDummyCollectorModule | Basically empty Collector, makes only a tiny amount of output data |
CECLBhabhaTCollectorModule | This module generates time vs crystal 2D histograms to later (in eclBhabhaTAlgorithm) find time crystal/crate offsets from bhabha events |
CEKLMAlignmentAlongStripsCollectorModule | EKLM time calibration (data collection) |
CEcmsCollectorModule | Collector for the collision energy calibration based on the hadronic modes |
CKLMChannelStatusCollectorModule | KLM channel status calibration (data collection) |
CKLMStripEfficiencyCollectorModule | Module KLMStripEfficiencyCollectorModule |
CKLMTimeCollectorModule | Collect hit information for KLM time calibration with CAF |
CMillepedeCollectorModule | Calibration data collector for Millepede Algorithm |
CPXDClusterChargeCollectorModule | Collector module for PXD gain calibration |
CPXDClusterPositionCollectorModule | Calibration collector module for PXD cluster position estimation |
CPXDHotPixelMaskCollectorModule | Calibration Collector Module for PXD hot pixel masking from PXDDigits |
CPXDPerformanceCollectorModule | Collector module for PXD gain calibration and PXD calibration validation |
CPXDPerformanceVariablesCollectorModule | Collector module for PXD gain calibration and PXD calibration validation |
CPXDRawHotPixelMaskCollectorModule | Calibration Collector Module for PXD hot pixel masking from PXDRawHits |
CSVDClusterTimeShifterCollectorModule | This module creates and fills histograms based on cluster-sizes so that the mean of SVD-cluster time distribution could be calculated |
CSVDCrossTalkCalibrationsCollectorModule | Collector module used to create the histograms needed for the cross talk calibration |
CSVDOccupancyCalibrationsCollectorModule | This This module collects hits from shaper digits to compute per sensor SVD occupancy using mu+mu- events for calibration of the SVDOccupancyCalibration payload using CAF |
CSVDTimeCalibrationCollectorModule | Collector module used to create the histograms needed for the SVD CoG-Time calibration |
CSVDTimeValidationCollectorModule | Collector module used to create the histograms needed for the SVD CoG-Time calibration |
CTOPAlignmentCollectorModule | Collector for geometrical alignment of a TOP module with dimuons or Bhabhas |
CTOPAsicShiftsBS13dCollectorModule | Collector for carrier shifts of BS13d |
CTOPChannelMaskCollectorModule | Collector for preparing masks of hot and dead channels |
CTOPCommonT0BFCollectorModule | Collector for common T0 calibration with a fit of bunch finder residuals (method BF) |
CTOPCommonT0LLCollectorModule | Collector for common T0 calibration with neg |
CTOPLaserCalibratorCollectorModule | Collector module for the TOP channelT0 calibration and, more in general, for the time resolution studies using the laser and pulser data |
CTOPModuleT0DeltaTCollectorModule | Collector for module T0 calibration with chi2 minimization of time differences between slots (method DeltaT) |
CTOPModuleT0LLCollectorModule | Collector for module T0 calibration with neg |
CTOPOffsetCollectorModule | Collector for eventT0 and fill pattern offset calibrations |
CTOPPhotonYieldsCollectorModule | Collector for photon pixel yields aimed for PMT ageing studies and for finding optically decoupled PMT's |
CTOPPulseHeightCollectorModule | Collector for channel pulse-height distributions |
CTOPValidationCollectorModule | Collector for automatic validation of calibration with dimuon events |
CeclAutocovarianceCalibrationC1CollectorModule | Calibration collector module to estimate noise level of delayed Bhabha waveforms |
CeclAutocovarianceCalibrationC3CollectorModule | Calibration collector module that uses delayed Bhabha to compute coveriance matrix |
CeclAutocovarianceCalibrationC4CollectorModule | Calibration collector module that uses delayed Bhabha to compute coveriance matrix |
CeclBhabhaTimeCalibrationValidationCollectorModule | This module generates 'TimevsCrys' histogram to later (in eclBhabhaTAlgorithm) find time offset from bhabha events |
CeclCosmicECollectorModule | Class eclCosmicECollectorModule |
CeclEdgeCollectorModule | Collector to store ECL crystal locations |
CeclGammaGammaECollectorModule | Calibration collector module that uses e+e- --> gamma gamma to do ECL single crystal energy calibration |
CeclHadronTimeCalibrationValidationCollectorModule | This module generates 'TimevsCrys' histogram to later (in eclBhabhaTAlgorithm) find time offset from bhabha events |
CeclLeakageCollectorModule | Store information needed to calculate ECL energy leakage corrections |
CeclMuMuECollectorModule | Calibration collector module that uses muon pairs to do ECL single crystal energy calibration |
CeclNOptimalCollectorModule | Collector that runs on single photon MC samples to find the number of crystals to be summed to get the best energy resolution for each test energy and for each group of crystals (8 groups per thetaID in the barrel) |
CeclTimeShiftsPlottingCollectorModule | This modules looks up crystal and crate time offset constants from the database and saves them to a tree for the algorithm to plot as a function of run number |
CeclWaveformTemplateCalibrationC1CollectorModule | Calibration collector module that uses delayed Bhabha to compute coveriance matrix |
CeclWaveformTemplateCalibrationC2CollectorModule | Calibration collector module that uses delayed Bhabha to compute coveriance matrix |
Ceclee5x5CollectorModule | Calibration collector module that uses e+e- --> e+e- to do ECL single crystal energy calibration |
CCsIStudyModule | Analyze simulations of CsI readings in BEAST |
CDAQMonitorModule | A module for producing general DAQ DQM histograms |
►CDQMHistoModuleBase | This class serves as a base for the TrackDQMModule and AlignDQMModule (and possibly other DQM histogram modules) |
CAlignDQMModule | DQM of Alignment for off line residuals per sensor, layer, keep also On-Line DQM from tracking: their momentum, Number of hits in tracks, Number of tracks |
CTrackDQMModule | DQM of tracks their momentum, Number of hits in tracks, Number of tracks |
CTrackingExpressRecoDQMModule | Tracking ExpressReco DQM |
CTrackingHLTDQMModule | Tracking HLT DQM |
CDelayDQMModule | Processing Delay DQM Module |
CDetectorOccupanciesDQMModule | DQM Module for basic detector quantities before the HLT filter |
CECLDQMInjectionModule | The ECL Occ after Injection DQM module |
CECLBackgroundModule | A module to study background campaigns and produce histograms |
CECLDQMConnectedRegionsModule | This module is created to monitor ECL Data Quality |
CECLDQMEXTENDEDModule | This module is created to monitor ECL electronics logic in frame of DQM system |
CECLDQMModule | This module is created to monitor ECL Data Quality |
CECLDQMOutOfTimeDigitsModule | This module produces DQM histograms to monitor the distribution of out-of-time ECLCalDigits |
CEventT0DQMModule | This module to design collect the event t0 values base on different detectors and physics processes |
CIPDQMModule | This Module, made for monitors the position and the size of the interaction point using mu+mu- events |
CKLMDQM2Module | Additional Module for KLMDQM plots after HLT filters |
CKLMDQMModule | KLM data quality monitor module |
CMonitorDataCOPPERModule | A class definition of an input module for Sequential ROOT I/O |
CMonitorDataModule | A class definition of an input module for Sequential ROOT I/O |
COverlapResidualsModule | The module studies VXD hits from overlapping sensors of a same VXD layer |
CPXDDAQDQMModule | The PXD DAQ DQM module |
CPXDGatedDHCDQMModule | The PXD Gatint after Injection DQM module |
CPXDGatedModeDQMModule | The PXD for GatedMode DQM module |
CPXDInjectionDQMModule | The PXD Occupancy after Injection DQM module |
CPXDROIDQMModule | The raw PXD DQM module |
CPXDRawDQMChipsModule | The raw PXD DQM module |
CPXDRawDQMModule | The raw PXD DQM module |
CPXDDQMClustersModule | PXD DQM Module |
CPXDDQMCorrModule | PXD DQM Corr Module |
CPXDDQMEfficiencyModule | Creates the basic histograms for PXD Efficiency DQM Simplified and adopted version of the testbeam pxd efficiency module |
CPXDDQMEfficiencySelftrackModule | Creates the basic histograms for PXD Efficiency DQM Simplified and adopted version of the testbeam pxd efficiency module |
CPXDDQMExpressRecoModule | PXD DQM Module |
CPXDRawDQMCorrModule | PXD DQM Corr Module |
CPXDTrackClusterDQMModule | DQM of cluster in matched tracks |
CPhysicsObjectsDQMModule | Physics objects DQM module |
CPhysicsObjectsMiraBelleBhabhaModule | A module template |
CPhysicsObjectsMiraBelleDst2Module | DQM modules to monitor D* related variables |
CPhysicsObjectsMiraBelleDstModule | DQM modules to monitor D* related variables |
CPhysicsObjectsMiraBelleHadronModule | DQM modules to monitor hadron related variables |
CPhysicsObjectsMiraBelleModule | A module template |
CROIDQMModule | The HLT ROI DQM module |
CSVDDQMDoseModule | The SVD dose-monitoring DQM module |
CSVDDQMInjectionModule | The SVD Occupancy after Injection DQM module |
CSVDDQMClustersOnTrackModule | SVD DQM Module for Clusters related to Tracks |
CSVDDQMEfficiencyModule | Creates the basic histograms for SVD Efficiency DQM |
CSVDDQMExpressRecoModule | SVD DQM Module for Express Reco |
CSVDDQMHitTimeModule | This module to design collect the svd hit time for different detectors trigger timing and physics processes |
CSVDROIDQMModule | Creates basic DQM for ROI creation on ExpressReco
|
CSVDUnpackerDQMModule | SVD DQM Module for the Unpacker |
CCosmicRayHLTDQMModule | A class definition of an input module for Sequential ROOT I/O |
CSoftwareTriggerHLTDQMModule | Module defining the STM histograms |
CStatisticsTimingHLTDQMModule | Module for Event Time Statistics DQM plots |
CTOPDQMModule | TOP DQM histogrammer |
CTOPGainEfficiencyCalculatorModule | Module for channel-by-channel gain/efficiency analysis |
CTOPInterimFENtupleModule | Module to produce ntuple from TOPDigits and TOPRawDigits |
CTOPLaserHitSelectorModule | Module for pixel-by-pixel gain/efficiency analysis |
CTOPPDFCheckerModule | Module for checking analytic PDF used in likelihood calculation |
CTOPTBCComparatorModule | Module for the comparison of different sets of time base correction (TBC) constants and to produce monitoring plots out of a given set |
CTOPWaveformQualityPlotterModule | Plots and histograms of waveforms and feature extracted parameters |
CTRGCDCT2DDQMModule | DQM module of TRGCDCT2D |
CTRGCDCT3DDQMModule | DQM module for TRGCDCT3D |
CTRGCDCTSFDQMModule | DQM module of TRGCDCTSF |
CTRGECLDQMModule | |
CTRGECLEventTimingDQMModule | This module is for ecl trigger DQM related to L1 event timing |
CTRGGDLDQMModule | |
CTRGGDLModule | A module to simulate the Global Decision Logic |
CTRGGRLDQMModule | |
CTRGRAWDATAModule | |
CTRGTOPDQMModule | |
CTTDDQMModule | TTD Injection DQM module |
CTrackAnaModule | A class definition of an input module for Sequential ROOT I/O |
CTrackingAbortDQMModule | Tracking DQM Module to monitor aborts & background conditions before the HLT filter |
CV0ObjectsDQMModule | DQM modules to monitor V0 objects |
CVXDDQMExpressRecoModule | VXD DQM Module |
CBeamabortStudyModule | Study module for Beamaborts (BEAST) |
CBgoStudyModule | Study module for Bgos (BEAST) |
CcdcDQM7Module | The module for Data Quality Monitor |
CClawStudyModule | Study module for Claws (BEAST) |
CClawsStudyModule | Study module for Clawss (BEAST) |
CCsiStudy_v2Module | Study module for Csis (BEAST) |
CDosiStudyModule | Study module for Dosis (BEAST) |
CFANGSStudyModule | Study module for Fangs (BEAST) |
CHe3tubeStudyModule | Study module for He3tubes (BEAST) |
CMicrotpcStudyModule | Study module for Microtpcs (BEAST) |
CTPCStudyModule | Study module for TPCs (BEAST) |
CPindiodeStudyModule | Study module for Pindiodes (BEAST) |
CQcsmonitorStudyModule | Study module for Qcsmonitor (BEAST) |
CvxdDigitMaskingModule | PXD DQM Module |
CCDCTriggerNeuroDQMOnlineModule | CDC Trigger DQM Module |
CHitLevelInfoWriterModule | Extracts dE/dx information for calibration testing |
CHitXPModule | This module from a data root file builds a tree of hitXP (see the class to know all the informations contained) |
CInclusiveBtagReconstructionModule | Inclusively reconstructs anti-B:tag from input ParticleLists for given B:sig |
CInclusiveDstarReconstructionModule | Inclusive D* reconstruction module |
CInclusiveParticleCheckerModule | Check for the existence of an inclusive particle in the list of generated particles |
CInteractiveModule | Start an interactive python shell in each call of event() |
CIoVDependentConditionModule | Module which sets its return value based on the fact, if the event is in the given run/exp interval or not |
CKLMClusterAnaModule | Module for KLM cluster reconstruction efficiency studies |
CKLMClusterEfficiencyModule | Module for KLM cluster reconstruction efficiency studies |
CKLMClustersReconstructorModule | Module KLMClustersReconstructorModule |
CKLMDigitTimeShifterModule | KLM digit time shifter module |
CKLMDigitizerModule | KLM digitization module |
CKLMExpertModule | Module to perform the KLM KlId classification |
CKLMPackerModule | KLM raw packer |
CKLMReconstructorModule | Create BKLMHit1ds from BKLMDigits and then create KLMHit2ds from BKLMHit1ds; create KLMHit2ds from EKLMDigits |
CKLMScintillatorSimulatorModule | Module KLMScintillatorSimulatorModule |
CKLMTriggerModule | |
CKLMUnpackerModule | KLM unpacker |
CKlongDecayReconstructorExpertModule | Reco missing module |
CKlongMomentumCalculatorExpertModule | Reco missing module |
CKlongMomentumUpdaterExpertModule | Calculate and update the two body B decay kinematics |
CKlongValidationModule | Module used by the validation server to generate root files for the validation |
CLHEInputModule | The LHEInput module |
CLowEnergyPi0IdentificationExpertModule | Calculation of low-energy pi0 identification value |
CLowEnergyPi0VetoExpertModule | Calculation of low-energy pi0 veto value |
CMCDecayFinderModule | Find decays in MCParticle list matching a given DecayString |
►CMCMatcherECLClustersModule | Class to represent the hit of one cell |
CMCMatcherECLClustersPureCsIModule | Same module but for pure CsI |
CMCMatcherKLMClustersModule | Module for MC matching for KLM clusters |
CMCMatcherParticlesModule | MC matching module: module performs MC matching (sets the relation Particle -> MCParticle) for all particles and its (grand)^N-daughter particles in the user-specified ParticleList |
CMCMatcherTRGECLModule | Class to represent the hit of one cell |
CMCRecoTracksMatcherModule | This module compares tracks generated by some pattern recognition algorithm for PXD, SVD and CDC to ideal Monte Carlo tracks and performs a matching from the former to the underlying MCParticles |
CMCRelationCreatorModule | Module to combine RecoTracks |
CMCSlowPionPXDROICreatorModule | The MCSlowPionPXDROICreatorModule module Create artificial ROI just for PXDDigits from slow pions from D* decays on MC information |
CMCTrackCandClassifierModule | The MCTrackCandClassifier Definition Module |
CMCV0MatcherModule | A module matching the V0s from the mcV0Matcher to MC particles |
CMLSegmentNetworkProducerModule | Segment network producer module with a Machine Learning classifier |
CMVAExpertModule | This module adds an ExtraInfo to the Particle objects in a given ParticleList |
CMVAMultipleExpertsModule | This module adds an ExtraInfo to the Particle objects in a given ParticleList |
CMVAPrototypeModule | This module can be used as a prototype for your own module which uses MVA weightfiles |
CMasterClassModule | Module to write out data in a format for Belle II masterclasses |
CMaterialScanModule | The MaterialScan module |
CMdstPIDModule | Module to fill PIDLikelihoods |
CMergeDataStoreModule | Internal module used by Path.add_independent_merge_path() |
CMergerCosmicTracksModule | Module use to select two cosmic tracks event and merger these two tracks become one |
CMuidModule | The geant4e-based muon identification module |
CNeutralHadron4MomentumCalculatorModule | Calculates 4-momentum of a neutral hadron in a given decay chain e.g |
CNeutralHadronMatcherModule | Module to geometrically match neutral hadrons (KL, neutrons) to ECL clusters |
CNoKickCutsEvalModule | This module evaluate the cuts used to select the training sample of the SectorMap |
CNtuplePhase1_v6Module | Read SKB PVs, simulated measurements of BEAST sensors, and write scaled simulated Ntuple in BEAST phase 1 data format |
COnlineEventT0CreatorModule | Module to write the EventT0s computed on the online systems (HLT) |
COnlyWriteOutParticleListsModule | Marks all objects in DataStore except those of type ParticleList as WrtieOut=False |
COpticalGunModule | Source of optical photons for the simulation of the TOP laser system |
CParticleKinematicFitterModule | Kinematic fitter module |
COverlapCheckerModule | The geometry overlap check module |
COverrideGenerationFlagsModule | Ovverride generation flags |
CPIDCalibrationWeightCreatorModule | Module that creates WeightMatrix and uploads it to the DB |
CPIDNeuralNetworkParametersCreatorModule | Module that creates PID neural network parameters and uploads them to the DB |
CPIDNtupleModule | Makes PID ntuple from mdst input |
CActivatePXDClusterPositionEstimatorModule | The ActivatePXDClusterPositionEstimator module |
CActivatePXDGainCalibratorModule | The ActivatePXDGainCalibrator module |
CActivatePXDPixelMaskerModule | The ActivatePXDPixelMasker module |
CPXDBackgroundModule | PXD Background module |
CPXDBadSensorTagModule | The PXD bad sensor tagger module |
CPXDBeamBackHitFilterModule | The PXDBeamBackHitFilter module |
CPXDBgTupleProducerModule | PXD Background Tuple Producer |
CPXDClusterCheckModule | The PXDClusterCheck module |
CPXDClusterizerModule | The PXDClusterizer module |
CPXDDigitSorterModule | The PXDDigitSorter module |
CPXDDigitizerModule | The PXD Digitizer module |
CPXDEventPlotModule | Plot each event with ROI and Pixels |
CPXDGatedInfoFillerModule | PXD Gates Mode infromation on readout gate basis |
CPXDMCBgTupleProducerModule | PXD MC Background Tuple Producer |
CPXDPackerErrModule | The PXDPackerErr module |
CPXDPackerModule | The PXDPacker module |
CPXDPostErrorCheckerModule | The PXD DAQ Post Unpacking Error Check |
CPXDROIPlotModule | Plot each event with ROI and Pixels |
CPXDRawDumperModule | Dump Raw PXD/ ONSEN event data |
CPXDRawHitMaskingModule | The PXDRawHitMasking module |
CPXDRawHitSorterModule | The PXDRawHitSorter module |
CPXDReadRawBonnDAQMatchedModule | Module to Load BonnDAQ file and store it as RawPXD in Data Store This is meant for lab use (standalone testing, debugging) without an event builder |
CPXDReadRawBonnDAQModule | Module to Load Raw PXD Data from DHH network-dump file and store it as RawPXD in Data Store This is meant for lab use (standalone testing, debugging) without an event builder |
CPXDReadRawONSENModule | A class definition of an input module for Sequential ROOT I/O |
CPXDUnpackerModule | The PXDUnpacker module |
CPXDUnpackerOTModule | The PXDUnpackerOT module |
CPXDUnpackerOldModule | The PXDUnpacker module |
CPXDClusterPropFilterModule | The module produce a StoreArray of PXDCluster with specific properties |
CPXDClustersFromTracksModule | The PXDClustersFromTracks module |
CPXDDQMEfficiencyNtupleModule | Creates Ntuples for PXD Efficiency analysis |
CPXDDQMEfficiencyNtupleSelftrackModule | Creates Ntuples for PXD Efficiency analysis |
CPXDDQMTrackRawNtupleModule | Creates Ntuples for PXD Trigger analysis |
CPXDInjectionVetoEmulatorModule | The module produces a StoreObjPtr of PXDInjectionBGTiming containing PXD timing for gated mode operation |
CPXDPerformanceModule | PXD Performance module |
CPXDROIFinderAnalysisModule | The PXD Data Reduction Analysis Module |
CPXDROIFinderModule | The PXD ROI Finder Module |
CPXDRawHitFilterModule | The module produce a StoreArray of PXDRawHit inside the ROIs |
CPXDSVDCutModule | The module to deactivate the SpacePointTrackCandidates with less than minSVDSPs SVD SpacePoints |
CPXDSpacePointCreatorModule | Imports Clusters of the pxd detector and converts them to spacePoints |
CPXDTrackingEventLevelMdstInfoFillerModule | This module adds additional global event level information about PXD track finding to the MDST object 'EventLevelTrackingInfo' |
CPXDclusterFilterModule | The module produce a StoreArray of PXDCluster inside the ROIs |
CPXDdigiFilterModule | The module produce a StoreArray of PXDDigit inside the ROIs, thus simulating "ONSEN" ROI selection |
CPairGenModule | The PairGen module |
CParallelTrackFilterModule | Generates a new StoreArray from the input StoreArray which contains only tracks that meet the specified criteria |
CPartialSeqRootReaderModule | A class definition of an input module for Sequential ROOT I/O |
CParticleCombinerFromMCModule | Particle combiner module |
CParticleCombinerModule | Particle combiner module |
CParticleCopierModule | Module for creating copies of Particles |
CParticleExtractorFromROEModule | Extract particles from ROE and fill them in ParticleList |
CParticleGunModule | The ParticleGun module |
CParticleListManipulatorModule | Module for copying Particles (actually their indices) from two or more ParticleLists(s) to another ParticleList |
CParticleLoaderModule | Loads MDST dataobjects as Particle objects to the StoreArray<Particle> and collects them in specified ParticleList |
CParticleMCDecayStringModule | Adds the Monte Carlo decay string to a Particle |
CParticleMassUpdaterModule | This module replaces the mass of the particles inside the given particleLists with the invariant mass of the particle corresponding to the given pdgCode |
CParticleMomentumUpdaterModule | This module replaces the momentum of the Particle in the target particle list by p(beam) - p(selected daughters) |
CParticlePrinterModule | Prints particle list to screen |
CParticleSelectorModule | Loops over all Particles in the ParticleList and removes those Particles from the ParticleList that do not pass given selection criteria |
CParticleStatsModule | This module summarises the ParticleLists in the event |
CParticleVertexFitterModule | Vertex fitter module |
CParticleWeightingLookUpCreatorModule | Module that creates LookUpTable and upload it to the DB |
CParticleWeightingModule | Module to append weights from the database into the extraInfo of Particles |
CPhaseSpaceAnalysisModule | Module for analysing the phase space of genfit::TrackCand(s) and SpacePointTrackCand(s) NOTE: this is just a very simple module that takes the MCParticleID of any TC and collects some information from them |
CPhotonEfficiencySystematicsModule | Adds Photon Detection Efficiency Data/MC ratios To Particle List |
CPi0VetoEfficiencySystematicsModule | Adds Pi0Veto Efficiency Data/MC ratios To Particle List |
CPostMergeUpdaterModule | If the content of two DataStores are merged using the 'MergeDataStoreModule', several kinematic properties might need fix |
CPrescaleModule | The Prescale module |
CPrintBeamParametersModule | Print the BeamParameters everytime they change |
CPrintCollectionsModule | Prints the contents of DataStore in each event, listing all objects and arrays (including size) |
CPrintDataModule | Read RawCOPPER objects and shows their hex dump |
►CPrintDataTemplateModule | Module to get data from DataStore and send it to another network node |
CCheckErrorEventModule | Count the number of CRC error events by checking RawCOPPER's header/trailer and EventMetaData |
CMakeDumHSLBDataModule | Module to make a binary file from Raw*** events for input of wirte-dumhsbx |
CRoot2BinaryModule | Dump basf2 objects to a binary file |
CPrintEventRateModule | Print event rate of input data |
CPrintMCParticlesModule | The PrintMCParticles module |
CPrintTauTauMCParticlesModule | The PrintTauTauMCParticles module |
CProfileModule | A module that measures the execution time and memory usage per event |
CProgressBarModule | Display a progress bar and an estimate of remaining time when number of events is known (e.g |
CProgressModule | Periodically writes the number of processed events/runs to the logging system to give a progress indication |
CPruneDataStoreModule | Clears the content of the DataStore while it keeps entries matching the regex expression in the matchEntries option |
CPruneGenfitTracksModule | Module to prune genfit::Tracks |
CPruneRecoHitsModule | Module to prune RecoTracks |
CPruneRecoTracksModule | Module to prune RecoTracks |
CPseudoVertexFitterModule | Pseudo Vertex fitter module |
CPyModule | Python wrapper for Belle2::Module |
CQualityEstimatorVXDModule | Quality estimation module for SpacePointTrackCandidates |
CROIGeneratorModule | The ROI generator Module |
CROIPayloadAssemblerModule | The ROI Payload Assembler Module |
CROIReadTestModule | The ROI to ONSEN Module |
CROISenderModule | The ROI to ONSEN Module |
CROIfindingConditionFromDBModule | Module which sets its return value based on the payload whether ROI-finding was enabled for the given run/exp interval or not |
CRT2SPTCConverterModule | Module for converting RecoTracks to SpacePointTrackCands |
CRandomBarrierModule | Sets gRandom to an independent generator for the following modules |
CRaw2DsModule | A class definition of an input module for Sequential ROOT I/O |
CRawInputModule | A class definition of an input module for Sequential ROOT I/O |
CRawSecMapMergerModule | The RawSecMapMergerModule |
CRbuf2DsModule | A class definition of an input module for Sequential ROOT I/O |
CRbuf2RbufModule | A class definition of an input module for Sequential ROOT I/O |
CReceiveEventModule | A class definition of an input module for Sequential ROOT I/O |
CRecoTrackCreatorModule | Module turning trackCands to reco tracks (will be unneeded once we create reco tracks from the beginning) |
CRecoTrackParticleLoaderModule | Takes fitted RecoTracks and creates Particles from them directly, skipping the step of creating Tracks and TrackFitResults |
CRecoTrackStoreArrayCombinerModule | Module to combine RecoTracks |
CRecoTracksCopierModule | Module to copy RecoTracks |
CRecoTracksReverterModule | Module to revert RecoTracks |
CRegisterEventLevelTrackingInfoModule | Module to create the EventLevelTrackingInfo that is used to set general tracking-related flags |
CRelatedTracksCombinerModule | Module to combine RecoTracks |
CRemoveMCParticlesModule | The RemoveMCParticles module |
CRemoveParticlesNotInListsModule | Removes all Particles that are not in a given list of ParticleLists (or daughters of those) |
CReprocessorModule | Reprocessor Module |
CRestOfEventBuilderModule | Creates for each Particle in given ParticleList an RestOfEvent (ROE) dataobject and makes basf2 relation between them |
CRestOfEventInterpreterModule | Creates a mask (vector of boolean values) for tracks and clusters in RestOfEvent regarding their usage |
CRestOfEventPrinterModule | Prints ROE information and masks to screen |
CRestOfEventUpdaterModule | Updates an existing mask (map of boolean values) for tracks or eclClusters in RestOfEvent with an available property (e.g |
CRoot2RawModule | A class definition of an input module for Sequential ROOT I/O |
CRootInputModule | Module to read TTree data from file into the data store |
CRootOutputModule | Write objects from DataStore into a ROOT file |
CRxModule | Module to decode data store contents from RingBuffer |
CRxSocketModule | A class definition of an input module for Sequential ROOT I/O |
CSADInputModule | The SAD Input module |
CSPTC2GFTCConverterModule | Module for converting SpacePointTrackCands to genfit::SpacePointTrackCands |
CSPTC2RTConverterModule | Module turning SpacePointsTrackCands to RecoTracks |
CSPTCRefereeModule | Module that does some sanity checks on SpacePointTrackCands that have been created by conversion from genfit::TrackCands by the TrackFinderMCTruth (or any other for that matter) |
CSPTCmomentumSeedRetrieverModule | A module for creating momentum seeds for spacepoint track candidates |
CSPTCvirtualIPRemoverModule | A module for checking and removing the virtual IP if wanted |
CSVD3SamplesEmulatorModule | This module takes the SVDShaperDigit as input and select three consecutive samples starting from the one choosen by the user |
CSVD6SampleEventSkimModule | SVD 6-sample event skim module |
CSVDBackgroundModule | SVD Background module |
CSVDBeamBackHitFilterModule | The SVDBeamBackHitFilter module |
CSVDClusterizerDirectModule | SVD Direct Clusterizer |
CSVDClusterizerModule | The SVD Clusterizer |
CSVDDatabaseTestModule | Return the calibration results for the noises and the constants measured during the svd local runs (charge, ADC pulse, peaking time, pulse width) |
CSVDDigitizerModule | The SVD Digitizer module |
CSVDMissingAPVsClusterCreatorModule | SVDMissingAPVsClusterCreatorModule: The SVD MissingAPVsClusterCreator |
CSVDNNClusterizerModule | SVD NN Clusterizer |
CSVDNNShapeReconstructorModule | The SVD NNShapeReconstructor |
CSVDPackerModule | SVDPackerModule: The SVD Raw Hits Creator |
CSVDRecoDigitCreatorModule | The SVD RecoDigit Creator |
CSVDShaperDigitSorterModule | The SVDShaperDigitSorter module |
CSVDSimpleClusterizerModule | SVDSimpleClusterizerModule: The SVD SimpleClusterizer |
CSVDUnpackerModule | SVDUnpackerModule: The SVD Raw Hits Decoder |
CSVDB4CommissioningPlotsModule | The SVD B4CommissioningPlots Module |
CSVDChannelMappingModule | The Channel Mapping Check Module |
CSVDChargeSharingAnalysisModule | Module for monitoring DSSD cluster charge deposition in regard of capacitive charge sharing between adjacent strips in a cluster for data and the simulation |
CSVDClusterCalibrationsMonitorModule | Module to produce a list of histogram showing the uploaded calibration constants |
CSVDClusterEvaluationModule | The SVD ClusterEvaluation Module |
CSVDClusterEvaluationTrueInfoModule | Clustering Performance, using true informations |
CSVDClusterFilterModule | Generates a new StoreArray from the input StoreArray which has all specified Clusters removed |
CSVDClusterQualityEstimatorCalibrationModule | Generate PDFs for assigning probability that cluster generated from signal particle |
CSVDClusterQualityEstimatorModule | Calculates the probability of a cluster originating from signal hit |
CSVDCoGTimeEstimatorModule | This module builds the SVDRecoDigits (calibrated and fitted strips) from the SVDShaperDigits |
CSVDCrossTalkFinderModule | Flags potential cross talk strips on Origami sensors |
CSVDDataFormatCheckModule | This module checks the format of the data that we are going to reconstruct checking the SVDModeByte and the SVDDAQDiagnostic |
CSVDEventInfoSetterModule | Module to set the SVDEventInfo in the simulation |
CSVDEventT0EstimatorModule | This module estimates the EventT0 as the average of cluster time of SVD clusters associated to tracks |
CSVDEventT0PerformanceTTreeModule | The module is used to create a TTree to study SVD EventT0 |
CSVDHotStripFinderModule | A module template |
CSVDLatencyCalibrationModule | This module perfoms an analysis to find the APV25 latency |
CSVDLocalCalibrationsCheckModule | Module to produce a list of histogram showing the uploaded local calibration constants |
CSVDLocalCalibrationsMonitorModule | Module to produce a list of histogram showing the uploaded local calibration constants |
CSVDMaxStripTTreeModule | The module is used to create a TTree to study the number of strips fired per event per APV chip |
CSVDOccupancyAnalysisModule | The SVD OccupancyAnalysis Module |
CSVDOverlapResolverModule | SVD overlap resolver module |
CSVDPerformanceModule | The (TB) SVD Performance Module |
CSVDPerformanceTTreeModule | The module is used to create a TTree to study SVD clusters, genfit unbiased residuals and many other properties related to the track they belong to |
CSVDPositionErrorScaleFactorImporterModule | Module that produces a localdb with position error scale factors for different position algoritms |
CSVDROIFinderAnalysisDataModule | The Module evaluates the efficiency on SVD based on the number of empty ROIs |
CSVDROIFinderAnalysisModule | This module performs the analysis of the SVD data reduction module performances
|
CSVDROIFinderModule | The SVD ROI Finder Module |
CSVDShaperDigitFilterModule | The module produce a StoreArray of SVDShaperDigit inside the ROIs |
CSVDShaperDigitsFromTracksModule | Generates two new StoreArray from the input StoreArray |
CSVDSpacePointCreatorModule | Imports Clusters of the SVD detector and converts them to spacePoints |
CSVDSpacePointQICalibrationModule | Imports Clusters of the SVD detector and converts them to spacePoints |
CSVDStripMaskingModule | This module removes the strips to be masked read form the SVDHotStripsCalibration |
CSVDTimeCalibrationsMonitorModule | Module to produce a list of histogram showing the uploaded calibration constants |
CSVDTimeGroupingModule | Imports Clusters of the SVD detector and converts them to spacePoints |
CSVDTrackingEventLevelMdstInfoFillerModule | This module adds additional global event level information about SVD track finding to the MDST object 'EventLevelTrackingInfo' |
CSVDTriggerQualityGeneratorModule | This module generates a StoreObjPtr that contains random trigger quality chosen between FINE and CORSE |
CSVDZeroSuppressionEmulatorModule | This module filters out strips that do not pass a ZS cut from the SVDShaperDigit StoreArray |
CScanCDCGeoModule | Test module to save CDC geometry information to ntuple file |
CSecMapTrainerBaseModule | The SecMapTrainerBaseModule this module analyzes a big number of events (pGun or evtGen) to create raw sectorMaps which are needed for the VXDTF 2.0 |
CSecMapTrainerVXDTFModule | The SecMapTrainerVXDTFModule this module analyzes a big number of events (pGun or evtGen) to create raw sectorMaps which are needed for the VXDTF |
CSectorMapBootstrapModule | The SegmentFilterConverterModule is a module able to read the cutoff values for filtering the Segments written in the xml gear box and write it in the new redesigned format |
CSegmentNetworkAnalyzerModule | Class for analyzing the contents of the SegmentNetwork |
CSegmentNetworkProducerModule | The Segment Network Producer Module |
CSelectDaughtersModule | Redefine (select) the daughters of a particle |
CSeqRootInputModule | Module to read files produced by SeqRootOutputModule |
CSeqRootMergerModule | A class definition of an input module for Sequential ROOT I/O |
CSeqRootOutputModule | Output module for sequential ROOT I/O |
CSerializerModule | A class definition of an input module for Sequential ROOT I/O |
CSetRecoTrackMomentumModule | Set momentum magnitude for RecoTracks to given value (for runs without magnetic field) |
CSetupGenfitExtrapolationModule | Setup material handling and magnetic fields for use by genfit's extrapolation code (RKTrackRep) |
CSignalSideParticleFilterModule | The module returns true if the current RestOfEvent object is related to any of the Particles in the input ParticleLists |
CSignalSideParticleListCreatorModule | The module creates a ParticleList and fills it with one of the daughter Particles |
CSignalSideVariablesToDaughterExtraInfoModule | The module writes properties (values of specified variables) of the particle related to the current ROE as an ExtraInfo to the single particle in the input ParticleList |
CSignalSideVariablesToExtraInfoModule | The module writes property of single particle found in the input ParticleList as an ExtraInfo to the Particle related to the current ROE |
CSimulateEventLevelTriggerTimeInfoModule | Module to create the EventLevelTriggerTimeInfo that stores information from the Trigger Timing Distribution (TTD) Will not be registered if it already exists as we want to use the EventLevelTriggerTimeInfo from the BG Overlay For now this module creates just an empty object (flag is set to indicate that it is invalid) |
CSkimFilterModule | This module filters events based on presence of candidates in a list of ParticleLists |
CSmearPrimaryVertexModule | This module smears the primary vertex (the interaction point) according to the values stored in BeamParameters |
CSoftwareTriggerModule | Module to perform cuts on various variables in the event |
CSoftwareTriggerResultPrinterModule | Write out the software trigger results in an easily accessible summary table |
CSpacePoint2TrueHitConnectorModule | Module that tries to register a relation between SpacePoints and TrueHits, hence making some MC Information easily accesible for other modules working with SpacePoints (e.g |
CSpacePointCreatorTestModule | Tester module for the validity of the SpacePointCreatorModule |
CStandardTrackingPerformanceModule | This module takes the MCParticle and the genfit::Track collection as input and writes out a root file with some information of the reconstructed tracks |
CStatisticsSummaryModule | A module that displays the sum of multiple modules in the module statistics |
CSteerRootInputModule | Internal module used by Path.add_independent_merge_path() |
CStorageDeserializerModule | A class definition of an input module for Sequential ROOT I/O |
CStorageRootOutputModule | Write objects from DataStore into a ROOT file |
CStorageSerializerModule | Class definition for the output module of Sequential ROOT I/O |
CStorageZMQ2DsModule | Input module in the ZMQ reconstruction path receiving events via ZMQ and deserializing the to the data store |
CStudyMaterialEffectsModule | StudyMaterialEffectsModule |
CSubEventModule | Framework-internal module that implements the functionality of Path::forEach() as well as Path::doWhile() |
CSwitchDataStoreModule | Internal module used by Path.add_independent_path() |
CTCConvertersTestModule | Module for testing if the converting Modules do their job as intened |
CTOPAlignerModule | Alignment of TOP |
CTOPBackgroundModule | TOP backgound module |
CTOPBunchFinderModule | Bunch finder: searches for the bunch crossing where the interaction happened using track-based TOP likelihood |
CTOPCalPulseGeneratorModule | Generator of calibration pulses Output to TOPSimCalPulses |
CTOPChannelMaskerModule | Masks dead PMs from the reconstruction |
CTOPChannelT0CalibratorModule | A module for alternative channel T0 calibration with collision data Note: after this kind of calibration one cannot do the geometrical alignment This module can also be used to check the calibration |
CTOPChannelT0MCModule | TOP Channel T0 MC Extraction module (under development) |
CTOPCommonT0CalibratorModule | A module for common T0 calibration with collision data (dimuons or bhabhas) |
CTOPCosmicT0FinderModule | Event T0 finder for global cosmic runs |
CTOPDigitizerModule | TOP digitizer |
CTOPDoublePulseGeneratorModule | Generator of double calibration pulses Output to TOPDigits |
CTOPGeometryParInitializerModule | Class for initializing TOPGeometryPar |
CTOPLLScannerModule | A module to perform the TOP PID likelihood scan and find the actual minimum as function of the mass |
CTOPLaserCalibratorModule | T0 Laser calibration module (under development) |
CTOPMCTrackMakerModule | Constructs Tracks and ExtHits from MCParticles and TOPBarHits Utility needed for testing and debugging of TOP reconstruction |
CTOPModuleT0CalibratorModule | A module for module T0 calibration with collision data (dimuons or bhabhas) Useful when the geometrical alignment need not to be repeated |
CTOPNtupleModule | Module to write out a ntuple summarizing TOP reconstruction output |
CTOPPDFDebuggerModule | TOP reconstruction module |
CTOPPackerModule | Raw data packer |
CTOPRawDigitConverterModule | TOPRawDigits to TOPDigits converter |
CTOPReconstructorModule | TOP reconstruction module |
CTOPRingPlotterModule | A module to plot the x-t images from TOP, and in general study the distribution of the digits associated to the particles in a particleList |
CTOPTimeBaseCalibratorModule | Time base calibrator |
CTOPTimeRecalibratorModule | Utility module for re-calibrating time of TOPDigits pulseWidth and timeError are not changed although they may depend no calibration! |
CTOPTriggerDigitizerModule | Digitizer that provides time stamps for TOP trigger |
CTOPUnpackerModule | Raw data unpacker |
CTOPWaveformFeatureExtractorModule | Waveform feature extractor: module adds rawDigits that are found in waveforms by feature extraction but are not already present in RawDigits |
CTOPXTalkChargeShareSetterModule | Crosstalk & chargeshare flag setter |
CTRGCDCETFUnpackerModule | A module of TRGCDCETFUnpacker |
CTRGCDCModule | A module to simulate the CDC trigger |
CTRGCDCT3DConverterModule | A module of TRGCDCT3DConverter |
CTRGCDCT3DUnpackerModule | A module of TRGCDCT3DUnpacker |
CTRGCDCTSFUnpackerModule | A module of TRGCDCTSF Unpacker |
CTRGCDCTSStreamModule | A module to process CDC trigger data |
CTRGECLBGTCHitModule | |
CTRGECLFAMModule | A module of FAM |
CTRGECLModule | A module of ETM |
CTRGECLQAMModule | |
CTRGECLRawdataAnalysisModule | A module of ETM |
CTRGECLTimingCalModule | Class ECL Trigger Timiing Calibration Module |
CTRGECLUnpackerModule | A module of TRG ECL Unpacker |
CTRGGDLCosmicRunModule | Module that returns true if the trigger condition for the 2017 cosmic runs is fulfilled |
CTRGGDLDSTModule | |
CTRGGDLSummaryModule | |
CTRGGRLMatchModule | Match between CDC trigger track and ECL trigger cluster |
CTRGGRLModule | A module to simulate the Global Decision Logic |
CTRGGRLProjectsModule | A module to simulate the Global Decision Logic |
CTRGGRLUnpackerModule | A module of TRGGRLUnpacker |
CTRGTOPTRD2TTSConverterModule | TRG TOP Raw Digits to TimeStamps Converter |
CTRGTOPUnpackerModule | TRG TOP Unpacker |
CTRGTOPUnpackerWaveformModule | TRG TOP Unpacker for Timestamps |
CTRGTOPWaveformPlotterModule | |
CTTDUnpackerModule | TTD Unpacker module |
CTagUniqueSignalModule | Loops through the particle list finds a unique signal candidate for each event |
CTagVertexModule | Tag side Vertex Fitter module for modular analysis |
CTauDecayMarkerModule | Module to identify generated tau pair decays, using MCParticle information |
CTauDecayModeModule | Module to classify tau decay events according to a mapping given by the user or with a default mapping based on the TauolaBelle2 decay list |
CTeeggInputModule | The TEEGG Generator module.vectorToPair |
CTestCalibDBAccessModule | Returns the calibration result from SoftwareTriigerResult for skimming out calibration flagged events |
CTheKillerModule | This Modules kills basf2 as horribly as possible (or selected) |
CTouschekTURTLEInputModule | The TouschekTURTLE Input module |
CTrackCreatorModule | Takes RecoTracks coming from the event reconstructions and fits them with the configured list of particles hypothesis and stores the result in MDST-usable Belle2::Track and Belle2::TrackFitResult classes |
CTrackFilterModule | Generates a new StoreArray from the input StoreArray which has all specified Tracks removed |
CTrackFinderMCTruthRecoTracksModule | This module uses the simulated truth information (MCParticles and their relations) to determine which hits belong to which particles and writes track candidates filled with necessary information into the DataStore |
CTrackFinderVXDBasicPathFinderModule | The TrackFinderVXDBasicPathFinder is a low momentum Si-only trackfinder |
CTrackFinderVXDCellOMatModule | The TrackFinderVXDCellOMatModule is a low momentum Si-only trackfinder |
CTrackFinderVXDCosmicsStandaloneModule | The TrackFinderVXDCosmicsStandaloneModule Track finder for linear cosmic tracks measured by the VXD without magnetic field and without other subdetectors |
►CFindletModule< AFindlet > | Adapter of a findlet to a module that exposes the parameters of the findlet and manages the IO with the DataStore |
CChi2BasedT0ExtractorModule | Module implementation using only the chi2 |
CDriftLengthBasedT0ExtractorModule | Module implementation using only the drift lengths |
CFullGridChi2TrackTimeExtractorModule | Module implementation using only the chi2 |
CFullGridDriftLengthTrackTimeExtractorModule | Module implementation using the drift length and the chi2 |
CReattachCDCWireHitsToRecoTracksModule | Module to loop over low-ADC/TOT CDCWireHits and fitted RecoTracks, and reattach the hits to the tracks if they are closer than a given distance |
CTrackFitResultEstimatorModule | Create a TrackFitResult from the momentum of a Particle and make a relation between them |
CTrackIsoCalculatorModule | Calculate track isolation variables on the input ParticleList |
CTrackQETrainingDataCollectorModule | Quality Estimator Data Collector Module to collect data for a MVA training using VXDQE_teacher.py |
CTrackQualityEstimatorMVAModule | Quality estimation module for SpacePointTrackCandidates using multivariate analysis (MVA) |
CTrackSetEvaluatorGreedyDEVModule | The Greedy algoritm Track-set-evaluator |
CTrackSetEvaluatorHopfieldNNDEVModule | The Hopfield algoritm Trackset Evaluator |
CTrackTimeEstimatorModule | Computes the track time, defined as the difference between the average of SVD clusters time and the SVDEvent T0 |
CTrackToMCParticleRelatorModule | A module to set relations from Track to MCParticle via the RecoTrack the Track is related to |
CTrackFinderVXDAnalizerModule | The TrackFinderVXDAnalizerModule |
CTrackingEfficiencyModule | This set of module is designed for tracking systematics studies |
CTrackingMomentumModule | Tracking momentum systematics |
CTrackingPerformanceEvaluationModule | This module takes the MCParticles, the Tracks, the RecoTrack, and the MCRecoTracks input and produce a root file containing various histograms showing the performance of the tracking package: fitter, pattern recongnition algorithms |
CTreeFitterModule | Module to fit an entire decay tree |
CTriggerSkimModule | Returns the calibration result from SoftwareTriigerResult for skimming out calibration flagged events |
CTxModule | Module for encoding data store contents into a RingBuffer |
CTxSocketModule | A class definition of an input module for Sequential ROOT I/O |
CUdstListFilterModule | Module to filter udst content based on a particle list |
CUpdateParticleTrackCandModule | Updates the seed in TrackCand based on fitted state (at vertex) |
CV0DaughterMassUpdaterModule | This module replaces the mass of two daughters of the selected V0 particles inside the given particleLists with masses of given pdgCode |
CV0FinderModule | V0 finder module |
CV0findingPerformanceEvaluationModule | This module takes the MCParticles, the V0 candidates input and produce a root file containing various histograms showing the performance of the V0 finding module |
CVRMLWriterModule | The VRML-writer module |
CVXDMisalignmentModule | The VXD misalignment module |
CVXDCDCTrackMergerModule | VXDCDCTrackMergerModule a module to merge VXD and CDC tracks |
CVXDDedxPIDModule | Extract dE/dx from fitted tracks |
CVXDQETrainingDataCollectorModule | VXD Quality Estimator Data Collector Module to collect data for a MVA training using VXDQE_teacher.py |
CVXDQualityEstimatorMVAModule | Quality estimation module for SpacePointTrackCandidates using multivariate analysis (MVA) |
CVXDSimpleClusterizerModule | Module to convert TrueHits into Clusters using a simplified process |
CVXDTFTrainingDataCollectorModule | The VXDTFTrainingDataCollectorModule |
CVXDTrackCandidatesQualityIndicatorCutterModule | Module that selects a subset with a fixed minimum qualityIndicator out of all SpacePointTrackCandidates |
CVariableToReturnValueModule | Module to calculate variable specified by the user and set return value accordingly |
CVariablesToEventBasedTreeModule | Module to calculate variables specified by the user for a given ParticleList and save them into a TTree |
CVariablesToEventExtraInfoModule | For each particle in the input list the selected variables are saved in an event-extra-info field with the given name, Can be used to save MC truth information, for example, in a ntuple of reconstructed particles |
CVariablesToExtraInfoModule | For each particle in the input list the selected variables are saved in an extra-info field with the given name, Can be used when wanting to save variables before modifying them, e.g |
CVariablesToHistogramModule | Module to calculate variables specified by the user for a given ParticleList and save them into an Histogram |
CVariablesToNtupleModule | Module to calculate variables specified by the user for a given ParticleList and save them into a ROOT TTree |
CZMQRxOutputModule | Module connecting the worker path with the output path on the output side |
CZMQRxWorkerModule | Module connecting the input path with the worker path on the worker side |
CZMQTxInputModule | Module connecting the input path with the worker path on the input side |
CZMQTxWorkerModule | Module connecting the worker path with the output path on the worker side |
CARICHBackgroundModule | ARICH digitizer module |
CarichBtestModule | The UserTutorial module |
CarichToNtupleModule | This module extends existing variablesToNtuple to append detailed arich information to candidates in the analysis output ntuple |
CBeamDigitizerModule | Beam tube digitizer |
CBeamabortModule | The Beamabort module |
CBgoDigitizerModule | Bgo tube digitizer |
CBgoModule | The Bgo module |
CCaveModule | The Cave module |
CClawDigitizerModule | Claw tube digitizer |
CClawModule | The Claw module |
CCLAWSModule | The CLAWS module |
CClawsDigitizerModule | Claws tube digitizer |
CCsIDigitizerModule | Digitizer for the BEAST CsI system |
CCsiDigitizer_v2Module | Csi tube digitizer_v2 |
CCsiModule | The Csi module |
CDosiDigitizerModule | Dosi tube digitizer |
CDosiModule | The Dosi module |
CeclWaveformCalibCollectorModule | Store information needed to calculate ECL waveform template shapes |
CFANGSDigitizerModule | FANGS ATLAS FE-I4B ASIC chip digitizer |
CFANGSModule | The FANGS module |
CHe3DigitizerModule | He3 tube digitizer |
CHe3tubeModule | The He3tube module |
CMicrotpcModule | The Microtpc module |
CTpcDigitizerModule | Micro TPC digitizer |
CPh1bpipeModule | The Ph1bpipe module |
CPh1sustrModule | The Ph1sustr module |
CPinDigitizerModule | Pin tube digitizer |
CPindiodeModule | The Pindiode module |
CPlumeDigitizerModule | PLUME digitizer |
CPlumeModule | The Plume module |
CQcsmonitorDigitizerModule | Qcsmonitor tube digitizer |
CQcsmonitorModule | The Qcsmonitor module |
CSrsensorModule | The Srsensor module |
CsvdDumpModule | Class definition of svdClsHistoManager module |
CPath | Implements a path consisting of Module and/or Path objects |
CPathIterator | Iterator over a Path (returning Module pointers) |
CGearbox::PathOverride | Struct to override a path in the XML file with a custom value |
CPathUtils | Helper utils for path arithmetics needed in the pEventProcessor |
CGearbox::PathValue | Struct for caching results from the xml file |
CPayloadFile | A wrapper class for payload files used by the Database and DBStore classes |
CPayloadInformation | |
CPayloadProvider::PayloadLocation | Simple struct to represent a lookup location |
CPayloadMetadata | Simple struct to group all information necessary for a single payload |
CMetadataProvider::PayloadMetadataCache | Simple caching structure to keep the payload information for this and the last exp/run |
CPayloadProvider | Class to find payload files in a list of locations |
CPCmsLabTransform | Class to hold Lorentz transformations from/to CMS and boost vector |
CPDF | |
CPDF1Dim | Binned one dimensional PDF (a projection of PDF to time axis) |
CTOPReconstructorModule::PDFCollection | A collection of PDF's of charged stable particles for a given track |
CPDFConstructor | PDF construction and log likelihood determination for a given track and particle hypothesis |
CSignalPDF::PDFExtra | Extra information about single PDF peak |
CSignalPDF::PDFPeak | Single PDF peak |
CTOPAssociatedPDF::PDFPeak | Parameters of a PDF peak |
CPedeApplication | Class interfacing Millepede solver (Pede) |
CPedeResult | Class to process Pede result file(s) |
CTOPGeoPrism::PeelOffRegion | Parameters of peel-off cookie region (corresponds to 2x2 PMT's) |
►CPerformanceEvaluationBaseClass | This module takes the MCParticles, the genfit Tracks, the genfit TrackCand, and the MCTrackCands input and produce a root file containing various histograms showing the performance of the tracking package: fitter, pattern recongnition algorithms |
CEffPlotsModule | This module takes the MCParticles, the RecoTracks and Tracks/V0 in input and produce a root file containing various histograms showing the efficiencies (as a function of different variables) of the V0 finding module |
CFillTrackFitNtupleModule | This module takes the Tracks and the RecoTrack input and produce a root file containing an nutple showing the track fit members in parallel for different particle hypotheses |
CTrackingPerformanceEvaluationModule | This module takes the MCParticles, the Tracks, the RecoTrack, and the MCRecoTracks input and produce a root file containing various histograms showing the performance of the tracking package: fitter, pattern recongnition algorithms |
CV0findingPerformanceEvaluationModule | This module takes the MCParticles, the V0 candidates input and produce a root file containing various histograms showing the performance of the V0 finding module |
CPerigeeCircle | Extension of the generalized circle also caching the perigee coordinates |
CPhi0BinsSpec | Strategy to construct discrete phi0 points from discrete overlap specifications |
CPhokhara | C++ Interface for the Fortran generator PHOKHARA |
CScintillatorSimulator::Photoelectron | Photoelectron data |
CPhotonState | State of the Cerenkov photon in the quartz optics |
CPIDCalibrationWeightUtil | Class to call calibration weight matrix |
CConst::PIDDetectors | A class that defines the valid set of PID detectors |
CPIDNeuralNetwork | Class to call PID neural network |
CPIDPriorsTable | This class holds the prior distribution for a single particle species |
CPIDTree | Structure for the output of PID log likelihoods + tracking info to a flat ntuple |
CPixel | Class to represent one pixel, used in clustering for fast access |
CPixelPositions::PixelData | Position and size of a pixel |
CPixelEfficiencies | Pixel relative efficiencies of a single module |
CPixelMasks | Pixel masks of a single module |
CPixelPositions | Pixel positions and dimensions in module local frame |
CYScanner::PixelProjection | Down-stream projection of a pixel to prism entrance window w/ a clip on bar exit thickness |
CPlainMatrix< T, M, N > | A matrix implementation to be used as an interface typ through out the track finder |
CPlainMatrixUtil | Utility functions for the PlainMatrix |
CPlane | Plane |
CPlane_t | Struct for plane |
CPlane_t | Define plane struct |
►CPlotter | |
CBox | |
CCorrelation | |
CCorrelationMatrix | |
CDiagonal | |
CDifference | |
CDistribution | |
CImportance | |
CMultiplot | |
COvertraining | |
CPurityAndEfficiencyOverCut | |
CPurityOverEfficiency | |
CRejectionOverEfficiency | |
CSignalToNoiseOverCut | |
CTSNE | |
CVerboseDistribution | |
CPoint3D< T > | |
CPoint3D< double > | |
CPoint_t | Struct for Point |
CPolygon2D | 2D polygon |
CPrecisionMatrixUtil | Collection of functions related to precision matrices |
CPrecisionUtil | Utility collection for functions to determine a curvature precision such at a hough box covers a certain percentage of hits in the legendre algorithms |
►CPrimitivePlotter | A base class for plots of primitive objects |
CSVGPrimitivePlotter | A concrete plotter that can draw primitive objects to standalone SVG files |
Cprint_s< N > | |
CPrior | |
CPriors | |
CRaytracerBase::Prism | Prism data in module local frame |
CPDFConstructor::PrismSolution | Solution of inverse raytracing in prism |
CProcess | |
►CProcess | |
CCalculationProcess | |
CProcessController | |
CProcessedEventBackup | Storage item for the event backup storing the event message, the time stamp and the event meta data |
CProcessedEventsBackupList | List-like structure for storing and retaining event backups |
►CProcessingSignalListener | Interface for an algorithm part that needs to receive the module processing signals |
CAdvancer | Helper findlet for performing an extrapolation of a mSoP of one plane to another plane using the representation stored in the mSoP |
►CCompositeProcessingSignalListener | Partial implemenation for an algorithm part that wants to dispatch processing signals to subobjects |
►CBaseVarSet< FirstType< AVarSets... >::Object > | |
CVariadicUnionVarSet< AVarSets > | Class that accomodates many variable sets and presents them as on set of variables |
►CBaseVarSet< Relation< const ABaseVarSet::Object > > | |
CRelationVarSet< ABaseVarSet > | Generic class that generates the same variables from a each of a pair of instances |
►CBaseVarSet< AVarNames::Object > | |
►CVarSet< SegmentTrackTruthVarNames > | |
CSegmentTrackTruthVarSet | Class to compute floating point variables from a segment to track match which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< BasicSegmentPairVarNames > | |
CBasicSegmentPairVarSet | Class to compute floating point variables from an axial stereo segment pair which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< PXDStateBasicVarNames > | |
CPXDStateBasicVarSet | Var set used in the VXD-CDC-Merger for calculating the probability of a VXD-CDC-track match |
►CVarSet< HitGapSegmentRelationVarNames > | |
CHitGapSegmentRelationVarSet | Class to compute floating point variables from a segment relation which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< FitlessSegmentPairVarNames > | |
CFitlessSegmentPairVarSet | Class to compute floating point variables from an axial stereo segment pair which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< BasicSegmentPairRelationVarNames > | |
CBasicSegmentPairRelationVarSet | Class to compute floating point variables from an axial stereo segment pair relation which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< SVDResultTruthVarNames > | |
CSVDResultTruthVarSet | Var set used in the CKF for calculating the probability of a correct result, which knows the truth information if two tracks belong together or not |
►CVarSet< CDCStateTruthVarNames > | |
CCDCStateTruthVarSet | Var set to store basic quantities related to CDC CKF (using truth information) |
►CVarSet< TruthSegmentPairVarNames > | |
CTruthSegmentPairVarSet | Class to compute floating point variables from an axial stereo segment pair which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< HitGapSegmentPairVarNames > | |
►CHitGapSegmentPairVarSet | Class to compute floating point variables from an axial stereo segment pair which can be recorded as a flat TNtuple or serve as input to a MVA method |
CSkimmedHitGapSegmentPairVarSet | Class to compute floating point variables from an axial stereo segment pair which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< FitlessSegmentRelationVarNames > | |
CFitlessSegmentRelationVarSet | Class to compute floating point variables from a segment relation which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< FitSegmentPairVarNames > | |
CFitSegmentPairVarSet | Class to compute floating point variables from an axial stereo segment pair which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< BestMatchedTruthVarNames > | |
CBestMatchedTruthVarSet | Class to compute floating point variables from a track which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< BendFacetRelationVarNames > | |
CBendFacetRelationVarSet | Class to compute floating point variables from a facet relation which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< BasicTrackRelationVarNames > | |
CBasicTrackRelationVarSet | Class to compute floating point variables from a track relation which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< PXDResultTruthVarNames > | |
CPXDResultTruthVarSet | Var set used in the CKF for calculating the probability of a correct result, which knows the truth information if two tracks belong together or not |
►CVarSet< TruthSegmentPairRelationVarNames > | |
CTruthSegmentPairRelationVarSet | Class to compute floating point variables from an axial stereo segment pair relation which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< FitlessFacetVarNames > | |
CFitlessFacetVarSet | Class to compute floating point variables from a facet which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< FitFacetRelationVarNames > | |
CFitFacetRelationVarSet | Class to compute floating point variables from a facet relation which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< BasicAxialSegmentPairVarNames > | |
CBasicAxialSegmentPairVarSet | Class to compute floating point variables from a segment relation which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< AdvancedSegmentVarNames > | |
CAdvancedSegmentVarSet | Class to compute floating point variables from a segment which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< StereoHitVarNames > | |
CStereoHitVarSet | Class to compute floating point variables from a stereo hit to track match which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< StereoHitTruthVarNames > | |
CStereoHitTruthVarSet | Class to compute floating point variables from a stereo hit to track match which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< FitSegmentRelationVarNames > | |
CFitSegmentRelationVarSet | Class to compute floating point variables from a segment relation which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< BasicSegmentVarNames > | |
CBasicSegmentVarSet | Class to compute floating point variables from a segment which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< BasicTrackVarSetNames > | |
CBasicTrackVarSet | Class to compute floating point variables from a track which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< TruthSegmentVarNames > | |
►CTruthSegmentVarSet | Class to compute floating point variables from a segment which can be recorded as a flat TNtuple or serve as input to a MVA method |
CBkgTruthSegmentVarSet | Class to compute floating point variables from a segment which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< BendFacetVarNames > | |
CBendFacetVarSet | Class to compute floating point variables from a facet which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< SVDStateBasicVarNames > | |
CSVDStateBasicVarSet | Var set used in the VXD-CDC-Merger for calculating the probability of a VXD-CDC-track match |
►CVarSet< FilterVarNames< AFilter > > | |
CFilterVarSet< AFilter > | Class to compute floating point variables from a filter response which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< CDCfromEclPathTruthVarNames > | |
CCDCfromEclPathTruthVarSet | Var set to store basic quantities related to CDC CKF (using truth information) |
►CVarSet< CDCStateBasicVarNames > | |
CCDCStateBasicVarSet | Var set to store basic quantities related to CDC CKF |
►CVarSet< CDCPathTruthVarNames > | |
CCDCPathTruthVarSet | Var set to store basic quantities related to CDC CKF (using truth information) |
►CVarSet< BasicFacetVarNames > | |
CBasicFacetVarSet | Class to compute floating point variables from a facet which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< RelationSVDResultVarNames > | |
CRelationSVDResultVarSet | Var set used in the VXD-CDC-Merger for calculating the probability of a VXD-CDC-track match, which knows the truth information if two tracks belong together or not |
►CVarSet< TruthTrackVarNames > | |
CTruthTrackVarSet | Class to compute floating point variables from a track which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< CDCPathBasicVarNames > | |
CCDCPathBasicVarSet | Var set to store basic quantities related to CDC CKF |
►CVarSet< FitSegmentPairRelationVarNames > | |
CFitSegmentPairRelationVarSet | Class to compute floating point variables from an axial stereo segment pair relation which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< FitFacetVarNames > | |
CFitFacetVarSet | Class to compute floating point variables from a facet which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< BkgTruthClusterVarNames > | |
CBkgTruthClusterVarSet | Class to compute floating point variables from a wire hit cluster which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< BasicSegmentRelationVarNames > | |
CBasicSegmentRelationVarSet | Class to compute floating point variables from a segment relation which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< FitTrackRelationVarNames > | |
CFitTrackRelationVarSet | Class to compute floating point variables from a track relation which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< BasicFacetRelationVarNames > | |
CBasicFacetRelationVarSet | Class to compute floating point variables from a facet relation which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< HitGapAxialSegmentPairVarNames > | |
CHitGapAxialSegmentPairVarSet | Class to compute floating point variables from a segment relation which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< FitlessAxialSegmentPairVarNames > | |
CFitlessAxialSegmentPairVarSet | Class to compute floating point variables from a segment relation which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< SVDStateTruthVarNames > | |
CSVDStateTruthVarSet | Var set used in the VXD-CDC-Merger for calculating the probability of a VXD-CDC-track match, which knows the truth information if two tracks belong together or not |
►CVarSet< SVDResultVarNames > | |
CSVDResultVarSet | Var set used in the VXD-CDC-Merger for calculating the probability of a VXD-CDC-track match, which knows the truth information if two tracks belong together or not |
►CVarSet< PXDStateTruthVarNames > | |
CPXDStateTruthVarSet | Var set used in the VXD-CDC-Merger for calculating the probability of a VXD-CDC-track match, which knows the truth information if two tracks belong together or not |
►CVarSet< PXDResultVarNames > | |
CPXDResultVarSet | Var set used in the VXD-CDC-Merger for calculating the probability of a VXD-CDC-track match, which knows the truth information if two tracks belong together or not |
►CVarSet< TruthAxialSegmentPairVarNames > | |
CTruthAxialSegmentPairVarSet | Class to compute floating point variables from an axial stereo segment pair which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< TrailSegmentPairVarNames > | |
CTrailSegmentPairVarSet | Class to compute floating point variables from an axial stereo segment pair which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< SegmentTrackVarNames > | |
CSegmentTrackVarSet | Class to compute floating point variables from a segment to track match which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< HitGapTrackRelationVarNames > | |
CHitGapTrackRelationVarSet | Class to compute floating point variables from a track relation which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< SVDStateVarNames > | |
CSVDStateVarSet | Var set used in the VXD-CDC-Merger for calculating the probability of a VXD-CDC-track match |
►CVarSet< CDCfromEclStateTruthVarNames > | |
CCDCfromEclStateTruthVarSet | Var set to store basic quantities related to CDC CKF (using truth information) |
►CVarSet< FitAxialSegmentPairVarNames > | |
CFitAxialSegmentPairVarSet | Class to compute floating point variables from a segment relation which can be recorded as a flat TNtuple or serve as input to a MVA method |
►CVarSet< BasicClusterVarNames > | |
CBasicClusterVarSet | Class to compute floating point variables from a wire hit cluster which can be recorded as a flat TNtuple or serve as input to a MVA method |
CVarSet< AVarNames > | Generic class that generates some named float values from a given object |
►CFilter< CDCSegmentTriple > | |
►CMCSymmetric< BaseSegmentTripleFilter > | |
CMCSegmentTripleFilter | Filter for the constuction of segment triples based on monte carlo information |
CAllSegmentTripleFilter | Filter for the constuction of segment triples based on simple criterions |
CSimpleSegmentTripleFilter | Filter for the constuction of segment triples based on simple criterions |
►CFilter< CDCSegmentPair > | |
►CMCSymmetric< BaseSegmentPairFilter > | |
CMCSegmentPairFilter | Filter for the constuction of axial to stereo segment pairs based on MC information |
CAllSegmentPairFilter | Filter for the constuction of axial to stereo segment pairs based on simple criteria |
CSimpleSegmentPairFilter | Filter for the constuction of axial to axial segment pairs based on simple criterions |
►CFilter< std::pair< const std::vector< TrackFindingCDC::WithWeight< const AState * > >, AState * > > | |
CAdvanceFilter< AState, AnAdvancer > | Filter which can be used on a pair of path (vector of states) and states, which will call the extrapolate function of the given advancer class, to extrapolate the last path state to the plane of the new state and store the mSoP in the new state |
CKalmanFilter< AState, AKalmanStepper > | Filter which can be used on a pair of path (vector of states) and states, which will call the kalmanStep function of the given stepper class, to update the mSoP of the new state with a klaman update |
►CFilter< Relation< AObject > > | |
CRelationFilter< AObject > | Base class for filtering the neighborhood of objects |
►CFindlet< SpacePointTrackCand, const SpacePoint *const > | |
CRecoTrackStorer | Store RecoTracks into StoreArray |
►CFindlet< const CDCTrack, CDCTrack > | |
CTrackLinker | Links tracks based on a filter criterion |
CTrackOrienter | Fixes the orientation of tracks by a simple heuristic |
►CFindlet< const CDCWireHit > | |
CHitReclaimer | A small findlet that removes flags from hits not accepted by conventional tracking |
►CFindlet< const CDCWireHitCluster, CDCWireHitCluster > | |
CClusterRefiner< Belle2::TrackFindingCDC::BridgingWireHitRelationFilter > | |
CClusterRefiner< AWireHitRelationFilter > | Refines the clustering of wire hits from super clusters to clustexrs |
►CFindlet< CDCWireHitCluster & > | |
CClusterBackgroundDetector | Marks clusters as background based on a background measure |
►CFindlet< WeightedRelation< ACollectorItem, const ACollectionItem > > | |
CBestMatchSelector< ACollectorItem, ACollectionItem > | Selector to remove all relations in the list, which share the same collection item - except the one which the highest weight - and vice versa |
CCutSelector< ACollectorItem, ACollectionItem > | Selector to remove all weighted relations with a weight below a certain cut value |
CFilterSelector< ACollectorItem, ACollectionItem, AFilter > | Selector to remove all weighted relations, where a definable Filter gives NaN as a result |
CSingleMatchSelector< ACollectorItem, ACollectionItem, AComparer > | Selector to remove all relations in the list, which share the same collection item - except one in case the useOnlySingleBestCandidate is set to false (then, only the one with the heightest weight is used) |
►CFindlet< CDCTrack &, const CDCWireHit *const > | |
CAxialTrackMerger | Findlet implementing the merging of axial tracks found in the legendre tree search |
►CFindlet< AnObject *const, AState > | |
►CStateCreator< AnObject, AState > | Create new states and add them to a vector from a given object vector |
CStateCreatorWithReversal< Belle2::CKFToPXDState > | |
CStateCreatorWithReversal< Belle2::CKFToSVDState > | |
►CFindlet< CKFToSVDState, CKFToSVDState, TrackFindingCDC::WeightedRelation< CKFToSVDState > > | |
CRelationFromSVDTracksCreator | Simplified relation creator only creating relations between states of CDC Reco Track seeds and states with SpacePoints, that: (a) for the seed states: connect every seed with every lst hit of the SVD Reco Tracks (b) for the hit states: are in the same SVD Reco Track and follow each other directly |
►CFindlet< const CDCCKFState, CDCCKFState > | |
CCDCCKFStateFilter | A stack of pre-, helix-extrapolation- , Kalman-extrapolation- and Kalman-update-filters |
►CFindlet< const CDCSegment2D, CDCTrack & > | |
CTrackCreatorSingleSegments | Searches for segments that have not been used at all and creates tracks from them |
►CFindlet< const CDCWireHit, CDCSegment2D > | |
CSegmentCreatorMCTruth | Findlet that generates segments from wire hits using the mc truth information |
►CFindlet< CDCWireHit &, CDCWireHitCluster > | |
CClusterCreator< AWireHitRelationFilter > | Refines the clustering of wire hits from clusters to clusters |
CSuperClusterCreator | Refines the clustering of wire hits from clusters to clusters |
►CFindlet< const CDCWireHit, const CDCSegment2D > | |
CCDCTrackingEventLevelMdstInfoFillerFindlet | Findlet description |
►CFindlet< CDCWireHit & > | |
CAsicBackgroundDetector | Marks hits as background based on the result of a filter |
CWireHitBackgroundBlocker | Marks hits as background based on simple heuristics |
CWireHitBackgroundDetector | Marks hits as background based on the result of a filter |
CWireHitMCMultiLoopBlocker | Marks all hits that are not on the first loop of the track as background |
►CFindlet< const SpacePoint * > | |
CSpacePointLoader | Load the space points from the store array to the given vector |
►CFindlet< VXDHoughState, std::vector< VXDHoughState * > > | |
CMultiHoughSpaceFastInterceptFinder | Findlet for finding intersections of sinusoidal curves in the 2D Hough space by iteratively calling FastInterceptFinder2d |
CSingleHoughSpaceFastInterceptFinder | Findlet for finding intersections of sinusoidal curves in the 2D Hough space by iteratively calling FastInterceptFinder2d |
►CFindlet< CDCSegment2D &, CDCTrack & > | |
CSegmentTrackCombiner | Findlet for the combination of tracks and segments |
►CFindlet< const CDCFacet, const WeightedRelation< const CDCFacet >, CDCSegment2D > | |
CSegmentCreatorFacetAutomaton | Findlet that generates segments within clusters based on a cellular automaton on triples of hits |
►CFindlet<> | |
CCKFToPXDFindlet | Combinatorial Kalman Filter to extrapolate CDC Reco Tracks into the VXD (PXD) and collect space points |
CCKFToSVDFindlet | Combinatorial Kalman Filter to extrapolate CDC Reco Tracks into the VXD (SVD) and collect space points |
CCKFToSVDSeedFindlet | Findlet for combining CDC tracks with SVD tracks |
CCosmicsTrackMergerFindlet | Links tracks based on a filter criterion. It is based on the TrackLinker in the TF_CDC package |
CDATCONFPGAFindlet | Findlet for performing the DATCON ROI calculation close to the implementation on FPGA |
CMCVXDCDCTrackMergerFindlet | Findlet for merging VXD and CDC tracks with MC information |
CFindletStoreArrayInput< TWrappedFindlet > | Findlet which can wrap another Findlet and forward the contents of a StoreArray to the wrapped findlet |
CTrackFinder | Complete findlet implementing track finding with the cellular automaton in two stages |
►CTrackFinderAutomaton | Complete findlet implementing track finding with the cellular automaton in two stages |
CTrackFinderCosmics | Complete findlet implementing track finding with the cellular automaton in two stages - version suitable for cosmics |
CSVDHoughTracking | Main Findlet for the SVDHoughTracking |
►CFindlet< const CDCCKFResult > | |
CCDCCKFResultStorer | Store resutling tracks and relations on the dataStore |
►CFindlet< AIOTypes... > | |
►CBaseEventTimeExtractor< RecoTrack * > | |
CGridEventTimeExtractor< Belle2::DriftLengthBasedEventTimeExtractor > | |
CGridEventTimeExtractor< Belle2::Chi2BasedEventTimeExtractor > | |
►CIterativeEventTimeExtractor< Chi2BasedEventTimeExtractor > | |
CIterativeChi2BasedEventTimeExtractor | Class to iteratively extract the event t0 using the chi-squared approach |
►CIterativeEventTimeExtractor< DriftLengthBasedEventTimeExtractor > | |
CIterativeDriftLengthBasedEventTimeExtractor | Class to iteratively extract the event t0 using the drift-length approach |
CChi2BasedEventTimeExtractor | Event time extraction based on the principle of arXiv:0810.2241 |
CDriftLengthBasedEventTimeExtractor | Event time extraction based on the principle of the CDC drift time calculation |
CFullGridChi2TrackTimeExtractor | Class to extract the event t0 using the chi-squared approach |
CFullGridDriftLengthTrackTimeExtractor | Class to extract the event t0 using the drift-length approach |
CGridEventTimeExtractor< AFindlet > | Generic findlet applying a certain time extractor multiple times |
CIterativeEventTimeExtractor< AFindlet > | Generic findlet applying a certain time extractor multiple times |
►CBaseEventTimeExtractor< TrackFindingCDC::CDCWireHit & > | |
CHitBasedT0Extractor | Findlet to extract the T0 time of an event only using CDC Hits |
CBaseEventTimeExtractor< AIOTypes > | Class to extract the event t0 |
►CFindlet< CDCWireHit &, CDCRLWireHit > | |
CRLTaggedWireHitCreator | Findlet for creating a list of RLWireHits (always bot hypothesis) from a list of WireHits using only the non-taken non-axial hits |
►CFindlet< const CDCWireHit, const CDCTrack > | |
CAsicBackgroundLibraryCreator | Finds ASICs with single signal hit, records info to the library |
►CFindlet< DATCONSVDDigit, DATCONSVDDigit > | |
CSVDShaperDigitConverter | Findlet for converting SVDShaperDigits into DATCONSVDDigits |
►CFindlet< const std::pair< VxdID, long >, const std::pair< VxdID, long > > | |
CROICalculator | Findlet to calculate ROI on the PXD sensors based on input hits |
►CFindlet< VXDHoughState, const VxdID, VXDHoughState * > | |
CHitSelector | Select hits to be analysed in the Hough Space intercept finder for a given layer 6 sensor based on the simple sensor friend map |
►CFindlet< const CDCWireHit *const, CDCTrack > | |
CAxialTrackCreatorHitHough | Generates axial tracks from hit using the special leaf processing inspired by the legendre algorithm |
CAxialTrackCreatorHitLegendre | Generates axial tracks from hit using special leaf postprocessing |
CAxialTrackHitMigrator | Exchanges hits between axial tracks based on their distance to the respective trajectory |
►CFindlet< const SpacePoint *, VXDHoughState > | |
CSpacePointLoaderAndPreparer | Findlet for loading SVDSpacePoints and prepare them for usage in the FastInterceptFinder2D by creating VXDHoughStates in which the BeamSpotPosition is used to calculate the conformal transformed x,y coordinates and the creating pairs of coordinates for finding track candidates in r-phi and r-z |
►CFindlet< std::vector< AHit * >, SpacePointTrackCand > | |
CRawTrackCandCleaner< AHit > | Findlet for rejecting wrong SpacePointTrackCands and for removing bad hits |
►CFindlet< const CDCWireHit, CDCTrack > | |
CAxialStraightTrackFinder | Generates straight axial tracks from IP to an ECL cluster |
CAxialTrackCreatorMCTruth | Findlet that generates tracks from wire hits using the mc truth information |
CAxialTrackFinderHough | Generates axial tracks from hit using the special leaf processing inspired by the hough algorithm |
CAxialTrackFinderLegendre | Generates axial tracks from hit using special leaf postprocessing |
CMonopoleAxialTrackFinderLegendre | Generates monopole-like axial tracks from hit using special leaf postprocessing |
►CFindlet< const CDCSegment2D, CDCAxialSegmentPair > | |
CAxialSegmentPairCreator | Class providing construction combinatorics for the axial stereo segment pairs |
►CFindlet< AResult > | |
CResultStorer< AResult > | This findlet does also handle the storing of the results |
►CFindlet< const CKFToSVDResult, TrackFindingCDC::WeightedRelation< const RecoTrack, const RecoTrack > > | |
CRecoTrackRelator | The results of the CKF ar in the form (seed -> vector of hits) |
►CFindlet< const TrackFindingCDC::CDCWireHit > | |
CCKFToCDCFindlet | Main findlet of the ToCDCCKF module |
CCKFToCDCFromEclFindlet | Main findlet of the ToCDCCKF module |
►CFindlet< ACellHolder *const, WeightedRelation< ACellHolder > const, std::vector< ACellHolder * > > | |
CClusterizer< ACellHolder, ACluster > | Implementation of the clustering Clusters elements of a given collection using the relations presented by a neighorhood |
►CFindlet< AHit *, const TrackFindingCDC::WeightedRelation< AHit >, AResult > | |
CSVDHoughTrackingTreeSearcher< AHit, APathFilter, AResult > | Findlet for constructing result paths out of a list of hits, which are connected with weighted relations |
►CFindlet< const SpacePointTrackCand > | |
CROIFinder | Findlet for performing the simple SVDHoughTracking ROI calculation |
►CFindlet< CDCWireHit > | |
CWireHitCreator | Combines the geometrical information and the raw hit information into wire hits, which can be used from all modules after that |
CWireHitPreparer | Findlet preparing the wire hits for the track finding |
►CFindlet< CDCCKFState, const CDCCKFState, const TrackFindingCDC::CDCWireHit *const > | |
CCDCCKFStateCreator | Create CKF states, based on the current path. Perform some basic selection at this stage (based on phi, max. jump of layers) |
►CFindlet< RecoTrack * > | |
CBaseEventTimeExtractorModuleFindlet< AFindlet > | Base class for most of the time extraction modules doing a track selection beforehand |
CTrackFitterAndDeleter | Findlet to fit tracks and remove all non fitted ones |
CTrackLoader | Findlet for loading the seeds from the data store |
CTrackSelector | Select the tracks for the event time extraction |
►CFindlet< IOType > | |
CStoreVectorSwapper< IOType, a_alwaysWrite > | Refines the clustering of wire hits from clusters to clusters |
►CFindlet< WeightedRelation< CDCTrack, const CDCSegment2D > &, CDCTrack &, const CDCSegment2D > | |
CSegmentTrackAdderWithNormalization | Add the matched segments to the tracks and normalize the tracks afterwards |
►CFindlet< CDCCKFPath, const TrackFindingCDC::CDCWireHit *const > | |
CStackTreeSearcher | CKF tree searcher which traces several best paths |
►CFindlet< const TrackFindingCDC::WeightedRelation< const RecoTrack, const RecoTrack > > | |
CRelationApplier | Relate the SVD and CDC tracks in the given relations also in the store array |
►CFindlet< AFilter::Object, AFilter::Object > | |
COverlapResolver< Belle2::TrackFindingCDC::ChooseableFilter > | |
COverlapResolver< AFilter > | Simple findlet for searching the best candidate for a given seed aplying the given filter |
►CFindlet< const CDCCKFPath, CDCCKFResult > | |
CCDCCKFResultFinalizer | Findlet to finalize CKF Paths in terms of final result |
►CFindlet< const AState *const, const WeightedRelation< AState >, std::vector< const AState * > > | |
CWeightedTreeTraversal< AStateRejecter, AState, AResult > | General implementation of a tree search algorithm using a given classes as state and results and one strategy class to decide, which child states should be traversed next |
►CFindlet< IOType * > | |
CStoreArrayLoader< IOType > | Helper findlet to allow combined findlets to import data from the DataStore |
►CFindlet< const CDCSegment2D, const CDCAxialSegmentPair, CDCSegmentTriple > | |
CSegmentTripleCreator | Class providing construction combinatorics for the axial stereo segment pairs |
►CFindlet< const CDCSegment2D, CDCSegment2D > | |
CSegmentLinker | Links segments in the same super cluster by linking paths of segments in a cellular automaton |
CSegmentOrienter | Fixes the orientation of segments by a simple heuristic |
►CFindlet< ACollectorItem, const ACollectionItem, WeightedRelation< ACollectorItem, const ACollectionItem > > | |
►CMatcherInterface< ACollectorItem, ACollectionItem > | Base class for a findlet, which outputs a list of weighted relations between elements in a list of CollectorItems and a list of CollectionItems |
CSharingHitsMatcher< Belle2::TrackFindingCDC::CDCTrack, Belle2::TrackFindingCDC::CDCSegment2D > | |
CSharingHitsMatcher< ACollectorItem, ACollectionItem > | A generic matcher algorithm which outputs all combinations of elements with the number of shared hits as a weight |
►CFindlet< CDCWireHit &, CDCWireHitCluster, CDCWireHitCluster > | |
CClusterPreparer | Findlet to cluster the wire hits in the CDC to form locally connected groups with two granularities."; |
►CFindlet< CDCTrack & > | |
CCDCMCCloneLookUpFiller | Findlet to exports CDCTracks as RecoTracks |
CTrackExporter | Findlet to exports CDCTracks as RecoTracks |
CTrackFlightTimeAdjuster | Findlet to adjust the flight time of tracks relative to the flight time zero |
CTrackInspector | Findlet for inspecting and printing out CDCtracks on a R-z plane for debug purposes |
CTrackNormalizer | Findlet for normalizing the track (trajectory) into common requirements (e.g. let it start at the first hit etc.) |
CTrackQualityAsserter | This module applies configurable correction functions to all found tracks |
CTrackQualityEstimator | Deletes fake tracks that have been rejected by a filter |
CTrackRejecter | Deletes fake tracks that have been rejected by a filter |
CTrackSZFitter | Findlet for fitting a list of tracks in the SZ direction and replace their trajectory 3D |
►CFindlet< RecoTrack *, RecoTrack * > | |
CStoreArrayMerger | This findlet has helper function to |
►CFindlet< const SVDCluster, const SVDCluster, std::pair< VxdID, std::pair< long, long > >, std::pair< VxdID, std::pair< long, long > > > | |
CDATCONSVDClusterLoaderAndPreparer | Findlet for loading SVDClusters that were created by the DATCONSVDClusterizer findlet and prepare them for usage in the FastInterceptFinder2D by calculating the conformal transformed x,y coordinates and the creating pairs of coordinates for finding track candidates in r-phi and r-z |
►CFindlet< RecoTrack *const, CDCCKFPath > | |
CCDCCKFSeedCreator | Create a CKF seed based on RecoTrack (presumably from VXDTF2) |
►CFindlet< CDCCKFPath > | |
CCDCCKFEclSeedCreator | Findlet for |
CCDCCKFPathMerger | Merge similar paths |
CCDCCKFPathSelector | Select the m_maximalCandidatesInFlight paths for further processing |
►CFindlet< const CDCSegmentPair, const WeightedRelation< const CDCSegmentPair >, CDCTrack > | |
CTrackCreatorSegmentPairAutomaton | Findlet that generates tracks based on a cellular automaton of segment pairs |
►CFindlet< CDCSegment2D & > | |
CSegmentAliasResolver | Resolves between the potential alias versions of the segments and contained hits |
CSegmentFitter | Fits segments with the Riemann method |
CSegmentRejecter | Deletes fake segments that have been rejected by a filter |
►CFindlet< const CDCSegment2D, CDCTrack > | |
CAxialTrackCreatorSegmentHough | Generates axial tracks from segments using the hough algorithm |
CTrackFinderSegmentPairAutomaton | Findlet implementing the track finding from segments using a cellular automaton over segment pairs |
CTrackFinderSegmentTripleAutomaton | Findlet implementing the track finding from segments using a cellular automaton over segment triples |
►CFindlet< const AResult, const SpacePoint *const > | |
CSpacePointTagger< AResult, ACluster > | Findlet for tagging all space points in the results vector as used |
►CFindlet< const std::pair< VxdID, std::pair< long, long > >, std::pair< double, double > > | |
CFastInterceptFinder2DFPGA | Findlet for finging intersections of sinosoidal curves in the 2D Hough space by iteratively calling fastInterceptFinder2d |
►CFindlet< const TrackFindingCDC::WithWeight< const AHit * >, TrackFindingCDC::WithWeight< AHit * > > | |
►COnHitApplier< AHit > | Helper findlet which applies its () operator to all pairs of path and hit with all hits in the given child hit list |
CLimitedOnHitApplier< AHit, AFilter > | Specialisation of the OnHitApplier, which (a) uses a filter for the () operator, which is configurable (b) does only allow for the best N candidates in the child hits |
CPathLengthToggledApplier< AHit, AFindlet > | A special findlet, which chooses the filter based on the current path length |
►CFindlet< const CDCSegmentTriple, const WeightedRelation< const CDCSegmentTriple >, CDCTrack > | |
CTrackCreatorSegmentTripleAutomaton | Findlet that generates tracks based on a cellular automaton of segment triples |
►CFindlet< const CDCSegment2D, CDCSegmentPair > | |
CSegmentPairCreator | Class providing construction combinatorics for the axial stereo segment pairs |
►CFindlet< CDCWireHitCluster &, CDCSegment2D > | |
CSegmentFinderFacetAutomaton | Findlet implementing the segment finding part of the full track finder |
►CFindlet< WeightedRelation< ACollectorItem, const ACollectionItem > & > | |
►CAdderInterface< ACollectorItem, ACollectionItem > | Base class for a findlet, which uses a reduced/thinned list of weighted relations between collector and collection items to absorb the matched collection items into a collector item |
CRelationAdder< Belle2::RecoTrack *, Belle2::RecoTrack * > | |
CRelationAdder< ACollectorItem, ACollectionItem > | Class to add relations between the matched items |
►CFindlet< const TrackFindingCDC::WithWeight< const AState * >, TrackFindingCDC::WithWeight< AState * > > | |
►COnStateApplier< AState > | Helper findlet which applies its () operator to all pairs of path and state with all states in the given child state list |
CLayerToggledApplier< AState, AFindlet > | A special findlet, which is chooseable based on a given findlet for layers higher than N, N and for the rest |
CLimitedOnStateApplier< AState, AFilter > | Specialisation of the OnStateApplier, which (a) uses a filter for the () operator, which is configurable (b) does only allow for the best N candidates in the child states |
CStateRejecter< AState, AFilter > | Reject some (or all) states from a given list of child states using 5 filters |
►CFindlet< AState, AState, TrackFindingCDC::WeightedRelation< AState > > | |
CCKFRelationCreator< AState, ASeedRelationFilter, AHitRelationFilter > | Findlet for applying filters for creating hit-hit and hit-seed relations |
►CFindlet< const AState, AState, const TrackFindingCDC::WeightedRelation< AState >, AResult > | |
CTreeSearcher< AState, AStateRejecter, AResult > | Findlet for constructing result paths out of a list of states, which are connected with weighted relations |
►CFindlet< SpacePointTrackCand, SpacePointTrackCand > | |
CTrackCandidateResultRefiner | Findlet for rejecting wrong SpacePointTrackCands and for removing bad hits |
►CFindlet< AObject *const, WeightedRelation< AObject > > | |
CWeightedRelationCreator< AObject, ARelationFilter > | Findlet that combines geometrical constrained pairs of objects to relations and selects them by the filter given as template parameter |
►CFindlet< CDCWireHit &, CDCTrack & > | |
CMonopoleStereoHitFinder | Complex findlet for finding stereo hits from monopoles to a list of cdc tracks |
CMonopoleStereoHitFinderQuadratic | Complex findlet for finding stereo hits from monopoles to a list of cdc tracks |
CStereoHitFinder | Complex findlet for finding stereo hits to a list of cdc tracks |
►CFindlet< SpacePointTrackCand > | |
CTrackCandidateOverlapResolver | Findlet for rejecting wrong SpacePointTrackCands and for removing bad hits |
►CFindlet< AHit *, TrackFindingCDC::WeightedRelation< AHit > > | |
CRelationCreator< AHit, Belle2::vxdHoughTracking::LayerRelationFilter > | |
CRelationCreator< AHit, ARelationFilter > | Findlet for applying filters for creating hit-hit relations in each track candidate |
►CFindlet< const std::pair< double, double >, const std::pair< double, double >, std::pair< VxdID, long >, std::pair< VxdID, long > > | |
CToPXDExtrapolator | Findlet to extrapolate found tracks to the PXD sensors and calculate intercepts |
►CFindlet< const DATCONSVDDigit, SVDCluster > | |
CDATCONSVDClusterizer | Findlet for clustering DATCONSVDDigits and creating SVDClusters that are used for tracking in DATCON |
►CFindlet< const AState *const, const Relation< AState >, std::vector< const AState * > > | |
CTreeTraversal< AStateRejecter, AState, AResult > | General implementation of a tree search algorithm using a given classes as state and results and one strategy class to decide, which child states should be traversed next |
►CFindlet< const CDCTrack, const CDCTrack, CDCTrack > | |
CTrackCombiner | Combines two sets of tracks to one final set by merging tracks that have large overlaps |
►CFindlet< const CDCWireHitCluster, CDCFacet > | |
CFacetCreator | Class providing construction combinatorics for the facets |
►CFindlet< const ECLCluster *const, const CDCWireHit *const, CDCTrack > | |
CAxialStraightTrackCreator | A findlet that searches for straight tracks in CDC coming form IP to an ECL cluster |
►CFindlet< CDCCKFResult > | |
CCDCCKFDuplicateRemover | Remove duplicate paths created from ECLShowers These typically come from the seeding with two charge assumptions and Bremsstrahlung |
►CBaseVarSet< AObject > | Generic class that generates some named float values from a given object |
CUnionVarSet< Object > | |
CUnionVarSet< AObject > | Class that accomodates many variable sets and presents them as on set of variables |
►CFilter< AObject > | Base class for filters on a generic object type |
►CMCSymmetric< BaseAxialSegmentPairFilter > | |
CMCAxialSegmentPairFilter | Filter for the constuction of axial to axial segment pairs based on simple criterions |
►CMCSymmetric< BaseFacetFilter > | |
CMCFacetFilter | Filter for the constuction of good facets based on monte carlo information |
►COnVarSet< Filter< AVarSet::Object > > | |
►CFilterOnVarSet< SkimmedHitGapSegmentPairVarSet > | |
CFitlessSegmentPairFilter | Filter for the constuction of segment pairs based on simple criteria without the common fit |
►CMVA< Filter< AVarSet::Object > > | |
►CMVAFilter< BasicClusterVarSet > | |
CMVABackgroundClusterFilter | Background cluster detection based on MVA package |
►CMVAFilter< MVAFeasibleSegmentPairVarSet > | |
CMVAFeasibleSegmentPairFilter | Filter for the constuction of segment pairs based on simple criteria without the common fit |
►CMVAFilter< MVARealisticSegmentPairVarSet > | |
CMVARealisticSegmentPairFilter | Final filter for the constuction of segment pairs |
CMVAFilter< AVarSet > | Convience template to create a mva filter for a set of variables |
►CRecording< Filter< AVarSet::Object > > | |
CRecordingFilter< AVarSet > | Convience template to create a recording filter for a set of variables |
CFilterOnVarSet< AVarSet > | Convience template to create a filter operating on a specific set of variables |
►CRelationFilter< const CDCSegmentTriple > | |
►CBaseSegmentTripleRelationFilter | Base class for filtering the neighborhood of segment triples |
►CMCSymmetric< BaseSegmentTripleRelationFilter > | |
CMCSegmentTripleRelationFilter | Class filtering the neighborhood of segment triples with monte carlo information |
CAllSegmentTripleRelationFilter | Class excepting all segment triples |
CSimpleSegmentTripleRelationFilter | Class filtering the neighborhood of segment triples based on simple criterions |
►CRelationFilter< const CDCFacet > | |
►CBaseFacetRelationFilter | Base class for filtering the neighborhood of facets |
►CMCSymmetric< BaseFacetRelationFilter > | |
CMCFacetRelationFilter | Class filtering the neighborhood of facets with monte carlo information |
CAllFacetRelationFilter | Filter accepting all facet relations with a default weight |
CChi2FacetRelationFilter | Class filtering the neighborhood of facets based on chi2 from a fit both facets |
CSimpleFacetRelationFilter | Class filtering the neighborhood of facets based on simple criterions |
►CRelationFilter< const CDCTrack > | |
►CBaseTrackRelationFilter | Base class for filtering the neighborhood of tracks |
►CMCSymmetric< BaseTrackRelationFilter > | |
CMCTrackRelationFilter | Filter for the constuction of track relations based on MC information |
CAllTrackRelationFilter | Relation filter that lets all possible combinations pass |
CPhiTrackRelationFilter | Relation filter that lets only possibilities with small phi distance pass |
►CRelationFilter< const CDCSegmentPair > | |
►CBaseSegmentPairRelationFilter | Base class for filtering the neighborhood of axial stereo segment pairs |
►CMCSymmetric< BaseSegmentPairRelationFilter > | |
CMCSegmentPairRelationFilter | Class filtering the neighborhood of axial stereo segment pairs with monte carlo information |
CAllSegmentPairRelationFilter | Relation filter that lets all possible combinations pass |
CSimpleSegmentPairRelationFilter | Class filtering the neighborhood of axial stereo segment pairs based on simple criteria |
►CRelationFilter< VXDHoughState > | |
CLayerRelationFilter< AFilter > | Relation filter the creation of relations |
►CRelationFilter< CDCWireHit > | |
CBridgingWireHitRelationFilter | Wire hit relation filter that is compensating for hit inefficiencies |
CWholeWireHitRelationFilter | Class mapping the neighborhood of wires to the neighborhood of wire hits |
►CRelationFilter< const CellularRecoTrack > | |
CPhiRecoTrackRelationFilter | Relation filter that lets only possibilities with small phi distance pass |
►CRelationFilter< const CDCSegment2D > | |
►CBaseSegmentRelationFilter | Base class for filtering the neighborhood of segments |
►CMCSymmetric< BaseSegmentRelationFilter > | |
CMCSegmentRelationFilter | Filter for the constuction of segment relations based on MC information |
►CRelationFilter< CKFToPXDState > | |
CLayerPXDRelationFilter< AFilter, APrefilter > | Base filter for CKF PXD states |
►CRelationFilter< CKFToSVDState > | |
CLayerSVDRelationFilter< AFilter, APrefilter > | Base filter for CKF SVD states |
CAllPXDStateFilter | A very simple filter for all space points |
CAllSVDStateFilter | A very simple filter for all space points |
CArcLengthBasedCDCPathPairFilter | For the two paths with the same number of hits prefers one with shortest arcLength ("densest path") |
CArcLengthBasedCDCfromEclPathPairFilter | For the two paths with the same number of hits prefers one with shortest arcLength ("densest path") |
CChi2BasedCDCPathPairFilter | Prefers path with smallest sum dist^2 / length of path |
CDistanceBasedCDCPathPairFilter | For the two paths with the same number of hits prefers one with smallest sum dist^2 |
CDistanceCDCStateFilter | Give a weight based on the distance from the hit to the path |
CDistancePXDPairFilter | Base filter for CKF PXD states |
CDistanceSVDPairFilter | Base filter for CKF SVD states |
CDuplicateCDCPathPairFilter | Simple filter to distinguish between photon conversion and Bremsstrahlung |
CExtrapolateAndUpdateCDCStateFilter | An extrapolateAndUpdate filter for all CDC states |
CHitDistanceBasedCDCPathPairFilter | Prefers path with smallest sum dist^2 / length of path |
CLoosePXDPairFilter | Base filter for CKF PXD states |
CLooseSVDPairFilter | Base filter for CKF SVD states |
CMCTruthCDCPathPairFilter | For the two paths select the one with the most of MC matched hits |
CMCTruthCDCStateFilter | Give a weight based on the mc truth information (1 or NAN) |
CMCTruthEclSeedFilter | Give a weight based on the mc truth information (1 or NAN) |
CResidualSVDStateFilter | A very simple filter for all space points |
CRoughCDCStateFilter | A very rough filter for all CDC states |
CRoughCDCfromEclStateFilter | A very rough filter for all CDC states |
CSectorMapBasedSVDPairFilter | Filter for relations between CKF SVD states based on SectorMaps |
CSeedChargeCDCPathFilter | Check if charge of fitted path corresponds to charge of seed |
CSensorPXDPairFilter | Base filter for CKF PXD states |
CSensorSVDPairFilter | Base filter for CKF SVD states |
CSimplePXDStateFilter | A very simple filter for all space points |
CSimpleSVDStateFilter | A very simple filter for all space points |
CSizeCDCPathFilter | Return the size of the path |
CAllAxialSegmentPairFilter | Filter accepting all axial to axial segment pairs |
CAllClusterFilter | Filter accepting all clusters |
CAllFacetFilter | Filter for the constuction of good facets based on simple criterions |
CAllWireHitFilter | Filter accepting all hits |
CChi2FacetFilter | Filter for the constuction of good facets based in the chi2 fit |
CCutsFromDBWireHitFilter | Filter rejecting hits according to DB values |
CFeasibleRLFacetFilter | Filter for the constuction of good facets investigating the feasability of the right left passage hypotheses combination |
CRealisticFacetFilter | Filter for the constuction of good facets based on simple criterions |
CSimpleAxialSegmentPairFilter | Filter for the constuction of axial to axial segment pairs based on simple criterions |
CSimpleFacetFilter | Filter for the constuction of good facets based on simple criterions |
CWeightSVDResultFilter | Base filter for CKF SVD results (on overlap check) |
CAngleAndTimeRelationFilter | Filter for relations based on the polar angle difference and the time difference of the hits |
CFiveHitFilter | Basic working principle: use ThreeHitVariables and provide three B2Vector3D to each variable |
CFourHitFilter | Filter for four hits |
CQualityIndicatorFilter | Filter for >= 3 hits using QualityEstimators |
CSimpleRelationFilter | Filter for relations based on the polar angle difference |
CThreeHitFilter | Filter for three hits |
CTwoHitVirtualIPFilter | Filter for two hits plus a virtual IP |
CTwoHitVirtualIPQIFilter | Filter for two hits plus a virtual IP using QualityEstimators |
►CFindlet< AIOTypes > | Interface for a minimal algorithm part that wants to expose some parameters to a module |
CCKFRelationCreator< Belle2::CKFToPXDState, Belle2::LayerPXDRelationFilter > | |
CCKFRelationCreator< Belle2::CKFToSVDState, Belle2::LayerSVDRelationFilter > | |
CResultStorer< Belle2::CKFToPXDResult > | |
CResultStorer< Belle2::CKFToSVDResult > | |
CSpacePointTagger< Belle2::CKFToPXDResult, Belle2::PXDCluster > | |
CSpacePointTagger< Belle2::CKFToSVDResult, Belle2::SVDCluster > | |
►CStateCreator< RecoTrack, AState > | |
CStateCreatorWithReversal< AState > | An adaption of the normal state creator introducing another parameter to reverse the seed |
CStateCreator< const Belle2::SpacePoint, Belle2::CKFToPXDState > | |
CStateCreator< const Belle2::SpacePoint, Belle2::CKFToSVDState > | |
►CAdderInterface< CDCTrack, CDCRLWireHit > | |
CStereoHitTrackAdder | Class to add the matched hits to the track and set the taken flag correctly |
CBestMatchSelector< const Belle2::RecoTrack, const Belle2::RecoTrack > | |
CBestMatchSelector< Belle2::RecoTrack *, Belle2::RecoTrack * > | |
CClusterizer< Belle2::TrackFindingCDC::CDCWireHit, Belle2::TrackFindingCDC::CDCWireHitCluster > | |
CCutSelector< Belle2::TrackFindingCDC::CDCTrack, Belle2::TrackFindingCDC::CDCSegment2D > | |
CFilterSelector< Belle2::TrackFindingCDC::CDCTrack, Belle2::TrackFindingCDC::CDCSegment2D, Belle2::TrackFindingCDC::ChooseableFilter< Belle2::TrackFindingCDC::SegmentTrackFilterFactory > > | |
CFilterSelector< Belle2::TrackFindingCDC::CDCTrack, Belle2::TrackFindingCDC::CDCRLWireHit, Belle2::TrackFindingCDC::ChooseableFilter< Belle2::TrackFindingCDC::StereoHitFilterFactory > > | |
►CMatcherInterface< CDCTrack, CDCRLWireHit > | |
CStereoHitTrackQuadTreeMatcher< Belle2::TrackFindingCDC::HyperHough > | |
CStereoHitTrackQuadTreeMatcher< Belle2::TrackFindingCDC::QuadraticLegendre > | |
CStereoHitTrackQuadTreeMatcher< Belle2::TrackFindingCDC::Z0TanLambdaLegendre > | |
CStereoHitTrackQuadTreeMatcher< AQuadTree > | A matcher algorithm for using a stereo quad tree for matching rl tagged wire hits to tracks |
CSingleMatchSelector< Belle2::TrackFindingCDC::CDCTrack, Belle2::TrackFindingCDC::CDCRLWireHit, Belle2::TrackFindingCDC::BinaryJoin > | |
CSingleMatchSelector< Belle2::TrackFindingCDC::CDCTrack, Belle2::TrackFindingCDC::CDCSegment2D > | |
CSingleMatchSelector< Belle2::TrackFindingCDC::CDCTrack, Belle2::TrackFindingCDC::CDCRecoHit3D, Belle2::TrackFindingCDC::BinaryJoin > | |
CStoreArrayLoader< const Belle2::SpacePoint > | |
CStoreArrayLoader< DataStoreInputTypeRefType > | |
CStoreVectorSwapper< Belle2::TrackFindingCDC::CDCTrack > | |
CStoreVectorSwapper< Belle2::TrackFindingCDC::CDCWireHit, true > | |
CStoreVectorSwapper< Belle2::TrackFindingCDC::CDCSegment2D > | |
CStoreVectorSwapper< Belle2::TrackFindingCDC::CDCFacet > | |
CStoreVectorSwapper< Belle2::TrackFindingCDC::CDCSegmentTriple > | |
CStoreVectorSwapper< Belle2::TrackFindingCDC::CDCSegmentPair > | |
CWeightedRelationCreator< const Belle2::TrackFindingCDC::CDCTrack, Belle2::TrackFindingCDC::ChooseableFilter > | |
CWeightedRelationCreator< const Belle2::TrackFindingCDC::WithAutomatonCell, Belle2::PhiRecoTrackRelationFilter > | |
CWeightedRelationCreator< const Belle2::TrackFindingCDC::CDCFacet, Belle2::TrackFindingCDC::ChooseableFilter > | |
CWeightedRelationCreator< const Belle2::TrackFindingCDC::CDCSegmentTriple, Belle2::TrackFindingCDC::ChooseableFilter > | |
CWeightedRelationCreator< const Belle2::TrackFindingCDC::CDCSegment2D, Belle2::TrackFindingCDC::ChooseableFilter > | |
CWeightedRelationCreator< const Belle2::TrackFindingCDC::CDCSegmentPair, Belle2::TrackFindingCDC::ChooseableFilter > | |
CTreeSearcher< Belle2::CKFToSVDState, Belle2::StateRejecter, Belle2::CKFToSVDResult > | |
CTreeSearcher< Belle2::CKFToPXDState, Belle2::StateRejecter, Belle2::CKFToPXDResult > | |
CRawTrackCandCleaner< Belle2::vxdHoughTracking::VXDHoughState > | |
CSVDHoughTrackingTreeSearcher< AHit, Belle2::vxdHoughTracking::PathLengthToggledApplier, Result > | |
CProcessListener | |
CProcessMonitor | Class to monitor all started framework processes (input, workers, output), kill them if requested and handle the signals from the OS |
CProcessStatisticsPython | Python interface for ProcessStatistics |
CProcessSubmitter | |
CProcessViewer | |
CProcHandler | A class to manage processes for parallel processing |
CProduct< factors > | Template class for compile time computation of products |
CProfilePlot | |
CECLShowerShapeModule::ProjectedECLDigit | Struct used to hold information of the digits projected to a plane perpendicular to the shower direction |
CProjection | Class to store the projected residuals and the corresponding jacobian as well as the covariance matrix in the system of residuals |
►CPropagator | |
CGFRavePropagator | GFRavePropagator class |
CProperty | |
►CProTool | |
►CTransform | |
CCDF | |
CToFlat | |
CProxy | Internal class that registers a variable with Manager when constructed |
CPruneFlags | Info which information has been pruned from the Track |
CPThread | |
CPDFConstructor::Pull | Data type for storing photon pull w.r.t PDF peak |
CPulseHeightGenerator | Generates pulse height according to distribution: P(x) = (x/x0)^p1 * exp(-(x/x0)^p2), p1 >= 0, p2 > 0 in the range 0 to xmax |
CPXDClusterPositionEstimator | Singleton class that estimates cluster positions taking into account the estimated track incidence angles into the sensor |
CPXDClusterShape | Class to correct estimation of cluster error and position base on its shape |
CPXDDAQDHCStatus | The PXD DAQ DHC Status class |
CPXDDAQDHEStatus | The PXD DAQ DHE Status class |
CPXDDAQDHPStatus | The PXD DAQ DHP Status class |
CPXDDAQPacketStatus | The PXD DAQ Packet Status class |
CPXDGainCalibrator | Singleton class for managing gain corrections for the PXD |
CPXDIgnoredPixelsMap | This class provides a check for ignored (=cold, hot or otherwise deffective) pixels for the use in PXD data reconstruction |
CPXDInterceptor | Fills a StoreArray of PXDIntercepts that will be used to define the PXD ROIs |
CPXDKalmanStepper | Kalman stepper implementation for the PXD CKF |
CPXDLocalDAQFile | A class to manage I/O for a chain of blocked files |
CPXDMappingLookup | Class to make the mapping between u/v cell ID of pixels back to DCD drain lines, pixel row/col, DCD and Switcher IDs Details: Belle Note: BELLE2-NOTE-TE-2015-01 "The vertex detector numbering scheme" https://docs.belle2.org/record/243/files/Belle%20II%20note%200010.pdf PXD WhiteBook 3.1.3 Sensor Design and Appendix #3 https://confluence.desy.de/display/BI/PXD+WebHome?preview=/34029260/56330158/PXDwb.pdf |
CPXDPixelMasker | Singleton class for managing pixel masking for the PXD |
Cpydat2_type | PYDAT2 common block of PYTHIA6 |
CPyEstimator | Class to invoke a pretrained python estimator that follows the sklearn interface |
CPyStoreArray | A (simplified) python wrapper for StoreArray |
CPyStoreObj | (simplified) python wrapper for StoreObjPtr |
CPythonInitializerSingleton | Singleton class which handles the initialization and finalization of Python and numpy |
CPythonVariableManager | |
CQAM | |
CQuadTreeItem< AData > | This class serves as a wrapper around all things that should go into a QuadTree |
CQuadTreeNode< AX, AY, AItem > | Class which holds quadtree structure |
CQuadTreeProcessor< AX, AY, AData > | This abstract class serves as a base class for all implementations of track processors |
►CQuadTreeProcessor< long, float, const CDCWireHit > | |
CAxialHitQuadTreeProcessor | A QuadTreeProcessor for TrackHits |
CQualityEstimationResults | Container for complete fit/estimation results |
►CQualityEstimatorBase | BaseClass for QualityEstimators |
CQualityEstimatorCircleFit | Class containing the algorithm to perform the simple circle fit |
CQualityEstimatorLineFit3D | Testbeam: Coords: Sensors: ^ |
CQualityEstimatorMC | Class implementing the algorithm used for the MC based quality estimation |
CQualityEstimatorRandom | Class implementing a random quality estimation |
CQualityEstimatorRiemannHelixFit | Based on R |
CQualityEstimatorTripletFit | Does a tripletFit of the given hits The filter is based on the paper 'A New Three-Dimensional Track Fit with Multiple Scattering' by Andre Schoening et al |
CQuiet | |
CQuiet | |
CRandomNumbers | The class for handling the random number generation |
CRange< InfType, SupType > | Represents a range of arithmetic types |
CBFieldComponentQuad::range_t | Range data structure |
CRangeInBox< AHitInBoxAlgorithm > | Predicate class to check for the containment of items in a rangeobject in a hough space part |
CRaveKinematicVertexFitter | Part of the RaveInterface together with RaveSetup |
CRaveSetup | Part of the RaveInterface together with RaveVertexFitter It holds all global options for the RaveVertexFitter and also takes care that stuff like the magnetic field is correctly set up in way Rave can access it |
CRaveVertexFitter | Part of the RaveInterface together with RaveSetup |
CRawCluster | Class representing a raw cluster candidate during clustering of the SVD |
CRawCOPPERPackerInfo | Struct to contain header information used by RawCOPPERFormat::Packer() |
CRawData | KLM raw data |
►CRawDataBlockFormat | The RawDataBlockFormat class Format information for rawdata handling |
►CRawCOPPERFormat | The Raw COPPER class This class stores data received by COPPER via belle2linkt Data from all detectors except PXD are stored in this class |
►CRawCOPPERFormat_latest | The Raw COPPER class ver.1 ( the latest version since May, 2014 ) This class stores data received by COPPER via belle2linkt Data from all detectors except PXD are stored in this class |
CPostRawCOPPERFormat_latest | The Raw COPPER class ver |
CPreRawCOPPERFormat_latest | The Raw COPPER class ver.1 ( the latest version since May, 2014 ) This class stores data received by COPPER via belle2linkt Data from all detectors except PXD are stored in this class |
CRawCOPPERFormat_v0 | The Raw COPPER class ver.0 ( from August, 2013 to April, 2014 ) This class stores data received by COPPER via belle2linkt Data from all detectors except PXD are stored in this class |
►CRawCOPPERFormat_v1 | The Raw COPPER class ver.1 ( the latest version since May, 2014 ) This class stores data received by COPPER via belle2linkt Data from all detectors except PXD are stored in this class |
CPostRawCOPPERFormat_v1 | The Raw COPPER class ver.1 ( the latest version since May, 2014 ) This class stores data received by COPPER via belle2linkt Data from all detectors except PXD are stored in this class |
CPreRawCOPPERFormat_v1 | The Raw COPPER class ver.1 ( the latest version since May, 2014 ) This class stores data received by COPPER via belle2linkt Data from all detectors except PXD are stored in this class |
►CRawCOPPERFormat_v2 | The Raw COPPER class ver.1 ( the latest version since May, 2014 ) This class stores data received by COPPER via belle2linkt Data from all detectors except PXD are stored in this class |
CPostRawCOPPERFormat_v2 | The Raw COPPER class ver.2 This class stores data received by COPPER via belle2link Data from all detectors except PXD are stored in this class |
CPreRawCOPPERFormat_v2 | The Raw COPPER class ver.1 ( the latest version since May, 2014 ) This class stores data received by COPPER via belle2linkt Data from all detectors except PXD are stored in this class |
►CRawFTSWFormat | The Raw FTSW class |
CRawFTSWFormat_latest | The Raw FTSW class 3 ( 2019.8.20 ) |
CRawFTSWFormat_v1 | The Raw FTSW class ver.1 |
CRawFTSWFormat_v2 | The Raw FTSW class ver.2 |
CRawTLUFormat | The Raw TLU class Class for data from DAQ PC for TLU(Trigger Logic Unit) It is supposed to be used only in the DESY beam test |
CRawDataCollectedMinMax | Takes care of collecting raw data and staying below RAM-threshold |
CRawHeader_latest | The Raw Header class ver.1 ( the latest version since May, 2014 ) This class defines the format of the header of RawCOPPER class data and used for extracting header info from RawCOPPER object |
CRawHeader_v0 | The Raw Header class ver.0 ( from August, 2013 to April, 2014 ) This class defines the format of the header of RawCOPPER class data and used for extracting header info from RawCOPPER object |
CRawHeader_v1 | The Raw Header class ver.1 ( the latest version since May, 2014 ) This class defines the format of the header of RawCOPPER class data and used for extracting header info from RawCOPPER object |
CRawHeader_v2 | The Raw Header class ver.1 ( the latest version since May, 2014 ) This class defines the format of the header of RawCOPPER class data and used for extracting header info from RawCOPPER object |
CRawRevRb2Sock | |
CRawRevSock2Rb | |
CRawRootFile | |
CRawSecMapRootInterface | To be used as an interface to root-stuff |
CSegmentNetworkProducerModule::RawSectorData | Simple struct for collecting raw data for a single sector |
CRawTrailer_latest | The Raw Trailer class ver.1 ( the latest version since May, 2014 ) This class defines the format of the trailer of RawCOPPER class data and used for extracting trailer info from RawCOPPER object |
CRawTrailer_v0 | The Raw Trailer class ver.0 ( from August, 2013 to April, 2014 ) This class defines the format of the trailer of RawCOPPER class data and used for extracting trailer info from RawCOPPER object |
CRawTrailer_v1 | The Raw Trailer class ver.1 ( the latest version since May, 2014 ) This class defines the format of the trailer of RawCOPPER class data and used for extracting trailer info from RawCOPPER object |
CRawTrailer_v2 | The Raw Trailer class ver.1 ( the latest version since May, 2014 ) This class defines the format of the trailer of RawCOPPER class data and used for extracting trailer info from RawCOPPER object |
►CRaytracerBase | Base class with geometry data |
CFastRaytracer | Fast photon propagation in quartz optics |
CInverseRaytracer | Utility for solving inverse ray-tracing problem |
CYScanner | Utility for expanding the PDF in y direction |
CRb2Sock | |
CRbTupleManager | Class to manage histograms defined in registered modules |
CRCConfig | |
CRCNodeDaemon | |
►CReader | |
CBufferedReader | |
CFileReader< FD > | |
CReaderSAD | Class to read files that have been created by SAD and store their content in a MCParticle graph |
CRootInputModule::ReadStats | For collecting statistics over multiple files |
CReattachCDCWireHitsToRecoTracksModule::ReconstructionResults | Internal structure to store the results of the reconstruction |
CRecorder | Class to fill a tree from a set of variables |
CRecoTrackGenfitAccess | This class allows access to the genfit::Track of the RecoTrack |
CRecoTrackUtil | Structure to summarize utility function to output a list of hits into a RecoTrack |
►CReferenceFrame | Abstract base class of all reference frames |
CCMSFrame | CMS frame |
CCMSRotationFrame | Stack frame for cms and Rotation frame |
CLabFrame | Lab frame |
CRestFrame | Rest frame of a particle |
CRotationFrame | Rotation frame around vector |
CRelationEntry | Struct for relations |
CRelationFilterUtil | Name Structured creation of neighborhoods |
CRelationIndex< FROM, TO > | Provides access to fast ( O(log n) ) bi-directional lookups on a specified relation |
►CRelationIndexBase | Baseclass for all RelationIndexContainers |
CRelationIndexContainer< FROM, TO > | Class to store a bidirectional index between two StoreArrays |
CRelationIndexManager | Manager to keep a cache of existing RelationIndexContainers |
►CRelationVectorBase | Base class for RelationVector<T> |
CRelationVector< T > | Class for type safe access to objects that are referred to in relations |
CRelationArray::ReplaceMap< MapType > | Struct to replace indices based on a map-like container |
CRelationArray::ReplaceVec< VecType > | Struct to replace indices based on a sequential container |
CYScanner::Result | Single PDF peak data |
CKLMChannelStatusAlgorithm::Results | Calibration results |
CKLMStripEfficiencyAlgorithm::Results | Calibration results or supplementary results calculated from the input data |
CRevRb2Sock | |
CRevSock2Rb | |
CREvtSocketRecv | |
CREvtSocketSend | |
►CRFConf | |
CRFNodeManager | |
CRFConf_t | |
CRFFlowStat | |
CRFLogManager | |
CRfNodeInfo | |
CRfUnitInfo::RfNodeInfo | |
Crfnodeinfo | |
►CRFNSM | |
CRFNodeManager | |
CRFNSM_Status | |
CRFProcessManager | |
►CRFServerBase | |
CERecoDistributor | |
CERecoEventProcessor | |
CERecoEventSampler | |
CERecoMaster | |
CRFDqmServer | |
CRFEventProcessor | |
CRFEventServer | |
CRFMaster | |
CRFOutputServer | |
CRFRoiSender | |
CRfShm_Cell | |
CRfShm_Data | |
CRfUnitInfo | |
CRiemannsMethod | Class implementing the Riemann fit for two dimensional trajectory circle |
CRingBuffer | Class to manage a Ring Buffer placed in an IPC shared memory |
CRingBufInfo | Internal metadata structure for RingBuffer |
CRKMatrix< nRows, nCols > | |
CRKMatrix< 1, 7 > | |
CRKMatrix< 7, 7 > | |
CRKStep | Helper for RKTrackRep |
►CRndmEngine | |
CFragmentationRndm | Minimal class for external random generator to be used in PYTHIA |
Cro_summary | |
CROIGeometry | This class appends the PXDIntercept infos of a track to the list of intercepts |
CROIDQMModule::ROIHistoAccumulateAndFill | Struct: histograms to be filled once per event + filling fucntion + accumulate function |
CSVDROIDQMModule::ROIHistoAccumulateAndFill | Struct: histograms to be filled once per event + filling fucntion + accumulate function |
CROIinfo | ROIinfo contains the parameters that can be changed by the user in the python script |
CROIPixelTranslator | Translator for ROI-geometry-information into a list of pixels |
CROIrawID | ROIrawID |
CROIStripTranslator | Translator for ROI-geometry-information into a list of pixels |
Cronode_info | |
Cronode_status | |
CRootFileCreationManager | This single instance class takes track of all open ROOT files open in "create" mode, usually meant for all the ntuple output modules |
CRootFileInfo | Helper class to factorize some necessary tasks when working with Belle2 output files |
CRootParameterTracker | Production notes for RootParameterTracker: |
CRootQuantityExtract | |
CCurlingTrackCandSplitterModule::RootVariables | Internal DataStore for ROOT output variables |
CPhaseSpaceAnalysisModule::RootVariables | Helper class to have all RootVariables assembled in one container |
CSegmentNetworkAnalyzerModule::RootVariables | Keep all the variables for rootoutput in one struct |
CSpacePoint2TrueHitConnectorModule::RootVariables | Helper struct to access root variables inside the module |
CRunDB | |
CRunInfoBuffer | |
CScriptStatus.running | |
CRunningTagUpdater | |
CRunNumber | |
CRunNumberTable | |
►CRuntimeError | |
CConditionsDB.RequestError | |
CRWLock | |
CBeamBkgGeneratorModule::SADTree | Structure of the TTree in the SAD file |
CSameSignChecker | Small helper for checking the same sign of two, four or eight floats |
CSampleGenerator | |
CScalar< T > | Class wrapping a scalar type (for which std::is_scalar is true) |
►CScalarToClass | |
CNamed< Float_t * > | |
CWithWeight< AItem > | |
CWithWeight< Object * > | |
CNamed< T > | A mixin class to attach a name to an object |
CUnmarkable< T > | Mixin class to attach a mark that is shared among many instances |
CWithAutomatonCell< T > | Mixin class to attach an automaton cell to an object or pointer |
CWithSharedMark< T > | Mixin class to attach a mark that is shared among many instances |
CWithWeight< T > | A mixin class to attach a weight to an object |
CScalarToClassImpl< T, a_isScalar > | Helper type function to replace a T with Scalar<T> when std::is_scalar<T> |
CScalarToClassImpl< T, true > | Specialisation for scalar types |
CMaterialScan2D::ScanParams | Helper struct to Store Parameters of a Scan |
CScintillatorFirmware | FPGA fitter class |
CScintillatorSimulator | Digitize EKLMSim2Hits to get EKLM StripHits |
CScopeGuard | Simple ScopeGuard to execute a function at the end of the object lifetime |
CScriptStatus | Enumeration of the states a script can be during its execution cycle |
CScrooge | Executes greedy algorithm for vector of QITrackOverlap structs |
CSecIDPair | Allows to set outer and inner secID |
CSecIDQuadruplet | Allows to set outer, outerCenter, innerCenter and inner secID |
CSecIDTriplet | Allows to set outer, center and inner secID |
CSecMapTrainer< FilterFactoryType > | This class contains all relevant tools for training a VXDTFFilters |
CSecMapTrainer< Belle2::SelectionVariableFactory< Belle2::SecMapTrainerHit > > | |
CSecMapTrainer< Belle2::XHitFilterFactory< Belle2::SecMapTrainerHit > > | |
CSecMapTrainerTC | Simple Hit class used for sectorMap-training |
CSectoredLinearDivision< ABox, divisions > | Factory object that constructs sub boxes from a given box with optional overlaps |
CSectorGraph< FilterType > | All subgraphs |
CSectorsOnSensor< sectorID > | This class associates to an ordered pairs of normalized local coordinates a compact sector id |
CSectorSupportLogicalVolumes | Sector support logical volumes |
CSectorSupportSolids | Sector support solids |
CSeedGetter | Helper Functor to get the Seed of a given result |
CSegment< HitType > | The Segment class This class represents segments of track candidates needed for TrackFinderVXD-Modules |
CSegment< Belle2::TrackNode > | |
CSegmentInPhi0CurvBox | Predicate class to check for the containment of segments in a phi0 curv hough space part |
CSegmentInZ0TanLambdaBox | Predicate class to check for the containment of hits in a z0 tan lambda hough space part |
CSelectedECLCluster | Temporary data structure holding the ECL clusters used for this analysis |
CTOPTrack::SelectedHit | Selected photon hit from TOPDigits |
CSelectionVariable< templateArgumentType, Nargs, templateReturnType > | Base class of the selection variable objects used for pair filtering |
►CSelectionVariable< PointContainerType, 0, int > | |
CZIGGZAGGRZ_NAME< PointType, PointContainerType > | Checks whether chain of segments are zigg-zagging (changing sign of curvature of neighbouring segments) in the R-Z-plane, returns number of charge-signs found (if != 1, then the given hitContainer is ziggZagging) |
CZIGGZAGGXYWITHSIGMA_NAME< PointType, PointContainerType > | Checks whether chain of segments are zigg-zagging (changing sign of curvature of neighbouring segments) in the X-Y-plane, returns number of charge-signs found (if != 1, then the given hitContainer is ziggZagging) |
CZIGGZAGGXY_NAME< PointType, PointContainerType > | Checks whether chain of segments are zigg-zagging (changing sign of curvature of neighbouring segments) in the X-Y-plane, returns number of charge-signs found (if != 1, then the given hitContainer is ziggZagging) |
►CSelectionVariable< PointType, 2, double > | |
CCOSDIRECTIONXY_NAME< PointType > | This is a specialization returning floats, where value calculates the cos of the angle of the segment of two hits in the XY plane |
CDISTANCE1DZSQUARED_NAME< PointType > | This is the specialization for SpacePoints with returning floats, where value calculates the squared distance between two hits in 1D on the Z-axis |
CDISTANCE1DZ_NAME< PointType > | This is the specialization for SpacePoints with returning floats, where value calculates the distance between two hits in 1D on the Z-axis |
CDISTANCE2DXYSQUARED_NAME< PointType > | This is the specialization for SpacePoints with returning floats, where value calculates the squared distance between two hits in 2D on the X-Y-plane |
CDISTANCE3DNORMED_NAME< PointType > | This is the specialization for SpacePoints with returning floats, where value calculates the normed distance between two hits in 3D |
CDISTANCE3DSQUARED_NAME< PointType > | This is the specialization for SpacePoints with returning floats, where value calculates the squared distance between two hits in 3D |
CDISTANCEINTIME_U_NAME< PointType > | This variable returns the time difference among the U side clusters of the two space points |
CDISTANCEINTIME_V_NAME< PointType > | This variable returns the time difference among the V side clusters of the two space points |
CSLOPERZ_NAME< PointType > | This is the specialization for SpacePoints with returning floats, where value calculates the slope in R-Z for a given pair of hits |
►CSelectionVariable< PointType, 3, B2Vector3< double > > | |
CCIRCLECENTERXY_NAME< PointType > | Calculates the center of the circle for 3 hits in the XY plane and returns a B2Vector3 with the result (z=0) |
►CSelectionVariable< PointType, 3, double > | |
CANGLE3DFULL_NAME< PointType > | Calculates the angle between the hits/vectors (3D), returning unit: angle in degrees |
CANGLE3DSIMPLE_NAME< PointType > | Calculates the angle between the hits/vectors (3D), returning unit: none (calculation for degrees is incomplete, if you want readable numbers, use Angle3DFull instead) |
CANGLERZFULL_NAME< PointType > | Calculates the angle between the hits/vectors (RZ), returning unit: angle in degrees |
CANGLERZSIMPLE_NAME< PointType > | Calculates the angle between the hits/vectors (RZ), returning unit: none (calculation for degrees is incomplete, if you want readable numbers, use AngleRZFull instead) |
CANGLEXYFULL_NAME< PointType > | Calculates the angle between the hits/vectors (XY), returning unit: angle in degrees |
CCIRCLEDIST2IP_NAME< PointType > | Calculates the distance of the point of closest approach of circle to the IP, returning unit: cm |
CCIRCLERADIUS_NAME< PointType > | Calculates the estimation of the circle radius of the 3-hit-tracklet, returning unit: cm |
CCOSANGLEXY_NAME< PointType > | Calculates the angle between the hits/vectors (XY), returning unit: none (calculation for degrees is incomplete, if you want readable numbers, use AngleXYFull instead): |
CDELTASLOPERZ_NAME< PointType > | Calculates deviations in the slope of the inner segment and the outer segment, returning unit: none |
CDELTASLOPEZOVERS_NAME< PointType > | Compares the "slopes" z over arc length |
CDELTASOVERZ_NAME< PointType > | Calculates the helixparameter describing the deviation in arc length per unit in z |
CDISTANCEINTIME< PointType > | This variable returns the difference among the V and U side clusters of th ecenter space point |
CHELIXPARAMETERFIT_NAME< PointType > | Calculates the helixparameter describing the deviation in z per unit angle, returning unit: none |
CPT_NAME< PointType > | Calculates the estimation of the transverse momentum of the 3-hit-tracklet, returning unit: GeV/c |
►CSelectionVariable< PointType, 3, int > | |
CSIGNCURVATUREXYERROR_NAME< PointType > | Calculates the sign of the curvature for three hits |
CSIGNCURVATUREXY_NAME< PointType > | Calculates the sign of the curvature for three hits |
►CSelectionVariable< PointType, 3, std::array< double, 9 > > | |
CMLHANDOVER_NAME< PointType, Ndims > | SelectionVariable that is used for the Machine Learning (ML) based filters |
►CSelectionVariable< PointType, 4, double > | |
CDELTACIRCLERADIUS_NAME< PointType > | Calculates delta-circleRadius-value (difference in circle radii of 2 subsets of the hits), returning unit: cm |
CDELTADISTCIRCLECENTER_NAME< PointType > | Calculates the distance between the estimated circle centers (using 2 subsets of given hits) in the xy-plane, returning unit: cm |
CDELTAPT_NAME< PointType > | Calculates dpt-value (dpt= difference in transverse momentum of 2 subsets of the hits), returning unit: GeV/c |
►CSelectionVariable< spacePoint, 2, bool > | |
CBooleanVariable | Small filter illustrating the behavior of a filter which is compatible with boolean comparisons |
►CSelectionVariable< spacePoint, 2, float > | |
CSquaredDistance1Dx | Small filter illustrating the behavior of a distance1D-filter in X |
CSquaredDistance2Dxy | Small filter illustrating the behavior of a distance2D-filter in XY |
CSquaredDistance3D | Small filter illustrating the behavior of a distance3D-filter |
CSelectionVariableFactory< PointType > | The factory,as the name implies, does not implement at all the factory paradigm |
►CSelector | Abstract base class for curl track selectors |
CSelectorCut | Simple cut based selector for curl tracks taken from Belle note 1079 |
CSelectorMVA | MVA based selector for tagging curl tracks in Belle and Belle II |
►CSelectSubsetBase | Type-independent implementation details of SelectSubset |
CSelectSubset< Belle2::V0 > | |
CSelectSubset< Belle2::SVDCluster > | |
►CSelectSubset< Particle > | |
CParticleSubset | Specialised SelectSubset<Particle> that also fixes daughter indices and all ParticleLists |
CSelectSubset< Belle2::SpacePointTrackCand > | |
CSelectSubset< Belle2::ECLCluster > | |
CSelectSubset< Belle2::PXDDigit > | |
CSelectSubset< Belle2::CDCDedxTrack > | |
CSelectSubset< Belle2::RecoHitInformation > | |
CSelectSubset< Belle2::KLMCluster > | |
CSelectSubset< Belle2::ECLShower > | |
CSelectSubset< Belle2::PXDCluster > | |
CSelectSubset< Belle2::SVDShaperDigit > | |
CSelectSubset< Belle2::Track > | |
CSelectSubset< Belle2::PXDRawHit > | |
CSelectSubset< Belle2::ECLCalDigit > | |
CSelectSubset< StoredClass > | Class to create a subset of a given StoreArray together with the relations with other StoreArrays |
CSelVarHelper< PointType, DataType > | Collection of functions and related stuff needed for SelectionVariables implementing 2-, 3- and 4-hitfilters |
CSemaphoreLocker | Handles creation, locking and unlocking of System V semaphores |
CSender | |
Csender_argv | |
CSendHeader | |
CSendTrailer | |
CSensitiveDetectorDebugHelper | Small helper class to facilitate debugging of VXD::SensitiveDetector implementation |
CPXDBackgroundModule::SensorData | Struct to hold data of an PXD sensor |
CPXDBgTupleProducerModule::SensorData | Struct to hold data of an PXD sensor |
CPXDMCBgTupleProducerModule::SensorData | Struct to hold data of an PXD sensor |
CSVDBackgroundModule::SensorData | Struct to hold data of an SVD sensor |
CDQMHistAnalysisSVDDoseModule::SensorGroup | A struct to define the sensors group we average over |
CSVDDQMDoseModule::SensorGroup | A struct to define non-trivial histograms in a human-readable way |
CSVDOnlineToOfflineMap::SensorID | Class to hold numbers related to sensor |
CSVDOnlineToOfflineMap::SensorInfo | Struct to hold data about a sensor |
►CSensorInfoBase | Base class to provide Sensor Information for PXD and SVD |
CSensorInfo | Specific implementation of SensorInfo for PXD Sensors which provides additional pixel specific information |
CSensorInfo | Specific implementation of SensorInfo for SVD Sensors which provides additional sensor specific information |
CSensorTraversal | Class to keep track of the traversal of the sensitive volume for one track |
CSensorTraversal | Class to keep track of the traversal of the sensitive volume for one track |
CSeqFile | A class to manage I/O for a chain of blocked files |
►CSerializable | |
►CAbstractDBObject | |
CDBObject | |
CNSMData | |
CNSMMessage | |
CNSMVar | |
CTime | |
CTestClusterControlDrmaa.SessionMock | |
CSGCosmic | Class to generate tracks in the cosmics generator and store them in a MCParticle graph |
CSHA3Hash | Simple interface to calculate SHA3 hash sum (FIPS 202 draft) with fixed size from given data inputs |
CShakeHash | Simple interface to calculate SHAKE256 hash sum (FIPS 202 draft) with variable size from given data inputs |
CCDCRLWireHitTriple::Shape | Type for the different shapes of a triple of neighboring wire hits |
►Cshape_t | Shape |
Cpent_t | Pentagon shape |
►Cquadrilateral_t | Quadrilateral shape struct |
Cquadrilateral_barrel_t | Quadrilateral struct for barrel |
Cquadrilateral_endcap_t | Quadrilateral struct for end cap |
CShaperDSP_t | Class include function that calculate electronic response from energy deposit
|
CSharedEventBuffer | |
►CSharedMem | |
►CRFSharedMem | |
CRFNodeManager | |
CSharedMemory | |
CSharedPlanePtrCreator | Class allowing to create a SharedPlanePtr from a DetPlane from Python |
CShieldLogicalVolumes | Shield logical volumes |
CEvtGenDecays::Signal | Map of signal particle info |
CCDCDigitizerModule::SignalInfo | Structure for saving the signal information |
CSignalInterpolation2 | Interpolation of signal shape using function values and the first derivative |
CSignalPDF | Parametrization of signal PDF in a single pixel |
CEclConfiguration::signalsample_t | Struct for a signal sample |
CEclConfigurationPure::signalsamplepure_t | Struct for a signal sample for the pure CsI calorimeter |
CsimpleBitfield< T > | Helper class for setting up a bitfield that can be used to store several flags in one variable TODO: move this from this header (possibly to some helperStuff header) and make some tests! |
CSimpleCluster | Type for found clusters |
CSimpleClusterCandidate | Class representing a cluster candidate during simple clustering of the SVD |
CCDCSimpleSimulation::SimpleSimHit | Structure to accomdate information about the individual hits during the simluation |
CSimpleVariableRecorder | Class to write collected variables into a root file, Used by VXDQETrainingDataCollectorModule |
CSinEqLine | Helper class to calculate roots for the function f(x) = sin x - slope * x - intercept |
CSingleElementSet< Type > | Represents a set containing a single element; |
CRunManager::SingletonDestroyer | Destroyer class to delete the instance of the RunManager class when the program terminates |
CTRGCDCLpav::Singular | Exception class, no covarience matrix |
CTRGCDCLpav::Singular_c | Exception class, no covarience matrix_c |
CSize | Functor to get the .size() from an abitrary objects |
CSizeT< size_t > | Helper construct for TMP that provides an index at compile time to recurse through type lists |
CScriptStatus.skipped | |
CSliceFit | Class to do the slice fit |
CTRGTOPDQMModule::slotDecision | |
CSock2Rb | |
►CSocketIO | |
CRSocketRecv | |
CRSocketSend | |
CSocketRecv | |
CSocketSend | |
CSocketManager | |
►CSoftwareTriggerCalculation | Base class for all calculation algorithms to be used when calculating the variables needed in the SoftwareTrigger modules for the cuts |
CFilterCalculator | Implementation of a calculator used in the SoftwareTriggerModule to fill a SoftwareTriggerObject for doing HLT cuts |
CSkimSampleCalculator | Implementation of a calculator used in the SoftwareTriggerModule to fill a SoftwareTriggerObject for selecting particles for skimming and data quality monitoring |
►CSoftwareTriggerCutBase | Base class for the SoftwareTriggerCut and its DBRepresentation |
CDBRepresentationOfSoftwareTriggerCut | Class to handle storing SoftwareTriggerCuts in the database |
CSoftwareTriggerCut | Software Trigger Cut to be used in the Software Trigger Modules |
CSoftwareTriggerDBHandler | Helper class for performing up- and downloads of SoftwareTriggerCuts from the database |
CSoftwareTriggerVariableManager::SoftwareTriggerVariable | Class which represents an abstract variable in the SoftwareTriggerVariableManager |
CSoftwareTriggerVariableManager | Variable Manager for the software trigger cuts |
CSolids | All solids of EKLM |
CInverseRaytracer::Solution | Solution of inverse ray-tracing |
Csolution_t | Solution struct |
CONSENBinData::sose_frame_t | |
CSpacePointTrackCandCreator< SPTCContainerType > | Small class to take simple vectors of SpacePoints and convert them to real SpacePointTrackCands |
CSpacePointTrackCandCreator< Belle2::StoreArray< Belle2::SpacePointTrackCand > > | |
CSpaceResolutionCalibration | Class for Space resolution calibration |
CSphericityEigenvalues | Class to calculate the Sphericity tensor eigenvalues and eigenvectors starting from an array of 3-momenta The tensor itself is not stored, only its eigenvalues and eigenvectors are |
CSpline | Spline structure for zero-order & linear splines |
CSplitter | Class that allows to split runs into the intervals of intended properties given by the lossFunction |
CSpotParam | Structure containing most of the beam spot parameters |
CSPTCSelectorXBestPerFamily | Algorithm to collect the x best TrackCandidates per family based on a VXD Quality estimator method output |
CDQMHistDeltaHistoModule::SSNODE | The struct for the snapshots |
CDQMHistSnapshotsModule::SSNODE | The struct for the snapshots |
CStandaloneCosmicsCollector | Track finding algorithm class for linear tracks produced by cosmics in the VXD without magnetic field |
CState | |
CState | |
CState | |
CState | |
CState | |
CState | |
CState | |
CCKFState< ASeed, AHit >::stateCache | Cache containing the most important information of this state which will often be needed |
►CStateOnPlane | A state with arbitrary dimension defined in a DetPlane |
►CMeasuredStateOnPlane | #StateOnPlane with additional covariance matrix |
CKalmanFittedStateOnPlane | #MeasuredStateOnPlane with additional info produced by a Kalman filter or DAF |
CMeasurementOnPlane | Measured coordinates on a plane |
CReferenceStateOnPlane | #StateOnPlane with linearized transport to that #ReferenceStateOnPlane from previous and next #ReferenceStateOnPlane |
►Cstatic_visitor | |
CconvertToPythonObjectVisitor | Helper function object to unpack a value from a variant to a python object |
CAssignParameterVisitor | A helper class to unpack a boost::variant parameter value and set it in the parameter list |
CStaticSector< HitType, Filter2sp, Filter3sp, Filter4sp > | Class to describe a static sector of the sector map |
►CStatistics | |
CBasf2CalculationQueueStatistics | |
CStatistics | |
CStatisticsColumn | |
CStatisticsVisitor | |
CStepInformation | Simple struct to keep information about steps in the sensitive detector |
CStepLimits | Helper to store different limits on the stepsize for the RKTRackRep |
CStorageStreamHelper | Helper class for data store serialization |
►CStoreAccessorBase | Base class for StoreObjPtr and StoreArray for easier common treatment |
CStoreArray< Belle2::BeamabortHit > | |
CStoreArray< Belle2::KLMMuidHit > | |
CStoreArray< Belle2::TRGECLBGTCHit > | |
CStoreArray< Belle2::TOPTimeZero > | |
CStoreArray< Belle2::SVDIntercept > | |
CStoreArray< Belle2::SVDDAQDiagnostic > | |
CStoreArray< Belle2::OnlineEventT0 > | |
CStoreArray< Belle2::V0ValidationVertex > | |
CStoreArray< Belle2::FlavorTaggerInfoMap > | |
CStoreArray< Belle2::TRGECLCluster > | |
CStoreArray< genfit::Track > | |
CStoreArray< Belle2::CDCTriggerTrack > | |
CStoreArray< Belle2::PXDSimHit > | |
CStoreArray< Belle2::ECLDigit > | |
CStoreArray< Belle2::RecoTrack > | |
CStoreArray< Belle2::ARICHAeroHit > | |
CStoreArray< Belle2::ExtHit > | |
CStoreArray< SVDCluster > | |
CStoreArray< Belle2::DosiHit > | |
CStoreArray< Belle2::VXDDedxTrack > | |
CStoreArray< SimHitClass > | |
CStoreArray< Belle2::TRGTOPTimeStampsSlot > | |
CStoreArray< Belle2::TRGECLTiming > | |
CStoreArray< Belle2::TOPSimPhoton > | |
CStoreArray< Belle2::StringWrapper > | |
CStoreArray< Belle2::FlavorTaggerInfo > | |
CStoreArray< Belle2::ECLDebugHit > | |
CStoreArray< Belle2::RawDataBlock > | |
CStoreArray< Belle2::CDCRawHit > | |
CStoreArray< Belle2::RawCDC > | |
CStoreArray< Belle2::FANGSSimHit > | |
CStoreArray< Belle2::SVDCluster > | |
CStoreArray< Belle2::ECLDsp > | |
CStoreArray< Belle2::KLMDigit > | |
CStoreArray< Belle2::V0 > | |
CStoreArray< Belle2::TOPProductionHitDebug > | |
CStoreArray< Belle2::TOPSlowData > | |
CStoreArray< TObject > | |
CStoreArray< Belle2::HE3G4TrackInfo > | |
CStoreArray< Belle2::CDCDedxLikelihood > | |
CStoreArray< Belle2::Btube > | |
CStoreArray< Belle2::KLMHit2d > | |
CStoreArray< Belle2::ARICHDigit > | |
CStoreArray< Belle2::PlumeHit > | |
CStoreArray< Belle2::TRGECLDigi0 > | |
CStoreArray< Belle2::TOPAssociatedPDF > | |
CStoreArray< Belle2::TPCG4TrackInfo > | |
CStoreArray< Belle2::TOPSimCalPulse > | |
CStoreArray< Belle2::ECLTriggerCell > | |
CStoreArray< Belle2::ECLDspWithExtraMCInfo > | |
CStoreArray< Belle2::CDCTriggerFinderClone > | |
CStoreArray< Belle2::RawTRG > | |
CStoreArray< Belle2::CDCRawHitWaveForm > | |
CStoreArray< Belle2::PlumeSimHit > | |
CStoreArray< Belle2::TOPDigit > | |
CStoreArray< Belle2::ARICHInfo > | |
CStoreArray< MCParticle > | |
CStoreArray< Belle2::QcsmonitorHit > | |
CStoreArray< Belle2::ClawsHit > | |
CStoreArray< TSFOutputBitStream > | |
CStoreArray< Belle2::TRGTOPSlotTiming > | |
CStoreArray< Belle2::TRGECLUnpackerSumStore > | |
CStoreArray< Belle2::TRGCDCETFUnpackerStore > | |
CStoreArray< Belle2::TOPPull > | |
CStoreArray< Belle2::TOPRawWaveform > | |
CStoreArray< genfit::TrackCand > | |
CStoreArray< Belle2::ECLPidLikelihood > | |
CStoreArray< Belle2::RawECL > | |
CStoreArray< Belle2::RawSVD > | |
CStoreArray< Bitstream< MergerBus > > | |
CStoreArray< Belle2::ECLHit > | |
CStoreArray< Belle2::CDCSimHit > | |
CStoreArray< Belle2::Particle > | |
CStoreArray< Belle2::SpacePointTrackCand > | |
CStoreArray< RecoTrack > | |
CStoreArray< CDCTriggerTrack > | |
CStoreArray< CDCTriggerSegmentHit > | |
CStoreArray< T2DOutputBitStream > | |
CStoreArray< Belle2::TrackClusterSeparation > | |
CStoreArray< Belle2::TRGECLWaveform > | |
CStoreArray< Belle2::RawPXD > | |
CStoreArray< Belle2::PXDDigit > | |
CStoreArray< Belle2::ECLCluster > | |
CStoreArray< Belle2::OverlapNetwork > | |
CStoreArray< Belle2::TOPTemplateFitResult > | |
CStoreArray< Belle2::ObserverInfo > | |
CStoreArray< NNBitStream > | |
CStoreArray< Belle2::VXDDedxLikelihood > | |
CStoreArray< Belle2::BremHit > | |
CStoreArray< Belle2::CDCTriggerSegmentHit > | |
CStoreArray< Belle2::CDCDedxTrack > | |
CStoreArray< Belle2::PIDLikelihood > | |
CStoreArray< Belle2::ClawHit > | |
CStoreArray< Belle2::KlId > | |
CStoreArray< Belle2::RawKLM > | |
CStoreArray< Belle2::CDCTriggerMLPInput > | |
CStoreArray< Belle2::BeamabortSimHit > | |
CStoreArray< Belle2::RecoHitInformation > | |
CStoreArray< Belle2::BKLMTrack > | |
CStoreArray< Belle2::BelleTrkExtra > | |
CStoreArray< Belle2::FANGSHit > | |
CStoreArray< StoredClass > | |
CStoreArray< Belle2::SVDRecoDigit > | |
CStoreArray< Belle2::PXD2TrackEvent > | |
CStoreArray< Belle2::SVDTrueHit > | |
CStoreArray< Belle2::ECLEnergyCloseToTrack > | |
CStoreArray< Belle2::ECLPureCsIInfo > | |
CStoreArray< Belle2::CsiDigiHit > | |
CStoreArray< Belle2::CsiSimHit > | |
CStoreArray< Belle2::BgoSimHit > | |
CStoreArray< Belle2::MCParticle > | |
CStoreArray< Belle2::ARICHSimHit > | |
CStoreArray< Belle2::ARICHTrack > | |
CStoreArray< Belle2::CsiHit_v2 > | |
CStoreArray< Belle2::TagVertex > | |
CStoreArray< Belle2::PXDRawROIs > | |
CStoreArray< Belle2::KLMMuidLikelihood > | |
CStoreArray< Belle2::RestOfEvent > | |
CStoreArray< Belle2::TRGECLUnpackerEvtStore > | |
CStoreArray< Belle2::ECLLocalMaximum > | |
CStoreArray< Belle2::ECLConnectedRegion > | |
CStoreArray< Belle2::RawARICH > | |
CStoreArray< Belle2::RawCOPPER > | |
CStoreArray< Belle2::KLMCluster > | |
CStoreArray< CDCTriggerMLPInput > | |
CStoreArray< Belle2::TRGTOPWaveFormTimeStamp > | |
CStoreArray< Belle2::TOPInterimFEInfo > | |
CStoreArray< Belle2::TOPLikelihoodScanResult > | |
CStoreArray< Belle2::TRGECLDigi0MC > | |
CStoreArray< Belle2::PXDTrueHit > | |
CStoreArray< Belle2::ECLTrig > | |
CStoreArray< Belle2::ECLShower > | |
CStoreArray< Belle2::ECLSimHit > | |
CStoreArray< Belle2::KLMDigitEventInfo > | |
CStoreArray< Belle2::KLMDigitRaw > | |
CStoreArray< Belle2::RawFTSW > | |
CStoreArray< PXDCluster > | |
CStoreArray< Belle2::TRGECLTrg > | |
CStoreArray< Belle2::TRGECLFAMAna > | |
CStoreArray< Belle2::TOPProductionEventDebug > | |
CStoreArray< Belle2::EKLMAlignmentHit > | |
CStoreArray< Belle2::KLMScintillatorFirmwareFitResult > | |
CStoreArray< Belle2::Cluster > | |
CStoreArray< Belle2::AWESOMESimHit > | |
CStoreArray< Belle2::BgoHit > | |
CStoreArray< Belle2::TRGECLHit > | |
CStoreArray< Belle2::TRGCDCT3DUnpackerStore > | |
CStoreArray< Belle2::TOPPixelLikelihood > | |
CStoreArray< Belle2::SADMetaHit > | |
CStoreArray< Belle2::KLMClusterShape > | |
CStoreArray< Belle2::BeamBackHit > | |
CStoreArray< Belle2::CDCTriggerHoughCluster > | |
CStoreArray< Belle2::QcsmonitorSimHit > | |
CStoreArray< Belle2::ARICHHit > | |
CStoreArray< Belle2::TRGTOPCombinedT0Decision > | |
CStoreArray< Belle2::TRGCDCTSFUnpackerStore > | |
CStoreArray< Belle2::PXDRawAdc > | |
CStoreArray< Belle2::TOPLikelihood > | |
CStoreArray< Belle2::TRGGDLUnpackerStore > | |
CStoreArray< Belle2::Bitstream > | |
CStoreArray< Belle2::MicrotpcSimHit > | |
CStoreArray< Belle2::He3tubeSimHit > | |
CStoreArray< Belle2::CLAWSSimHit > | |
CStoreArray< Belle2::PXDCluster > | |
CStoreArray< Belle2::CDCHit > | |
CStoreArray< TrueHitClass > | |
CStoreArray< Belle2::TOPPDFCollection > | |
CStoreArray< Belle2::TOPBarHit > | |
CStoreArray< Belle2::MCParticleTrajectory > | |
CStoreArray< Belle2::PXDIntercept > | |
CStoreArray< Belle2::PXDRawHit > | |
CStoreArray< Belle2::TRGECLUnpackerStore > | |
CStoreArray< Belle2::ECLCalDigit > | |
CStoreArray< Belle2::ContinuumSuppression > | |
CStoreArray< Belle2::ClawSimHit > | |
CStoreArray< Belle2::SVDShaperDigit > | |
CStoreArray< Belle2::TrackFitResult > | |
CStoreArray< Belle2::Track > | |
CStoreArray< SpacePointTrackCand > | |
CStoreArray< Belle2::MicrotpcHit > | |
CStoreArray< Belle2::He3tubeHit > | |
CStoreArray< Belle2::TRGTOPWaveFormTimeStampsSlot > | |
CStoreArray< Belle2::TRGECLHitMC > | |
CStoreArray< Belle2::SpacePoint > | |
CStoreArray< Belle2::RawTOP > | |
CStoreArray< Belle2::PindiodeSimHit > | |
CStoreArray< Belle2::TOPSimHit > | |
CStoreArray< Belle2::KLMSimHit > | |
CStoreArray< DirectedNodeNetworkContainer > | |
CStoreArray< SpacePoint > | |
CStoreArray< Belle2::PindiodeHit > | |
CStoreArray< Belle2::TRGTOPTimeStamp > | |
CStoreArray< Belle2::TOPRawDigit > | |
CStoreArray< Belle2::ROIid > | |
CStoreArray< Belle2::CsiHit > | |
CStoreArray< Belle2::SVDSimHit > | |
CStoreArray< Belle2::BKLMHit1d > | |
CStoreArray< Belle2::ARICHLikelihood > | |
CStoreObjPtr< Belle2::TRGGRLInfo > | |
CStoreObjPtr< Belle2::StringWrapper > | |
CStoreObjPtr< Belle2::SetMergeable< std::unordered_set< uint64_t > > > | |
CStoreObjPtr< TMatrix > | |
CStoreObjPtr< Belle2::EventMetaData > | |
CStoreObjPtr< BinnedEventT0 > | |
CStoreObjPtr< Belle2::SoftwareTrigger::SoftwareTriggerVariables > | |
CStoreObjPtr< Belle2::ECLCellIdMapping > | |
CStoreObjPtr< Belle2::SimClockState > | |
CStoreObjPtr< Belle2::PXDDAQStatus > | |
CStoreObjPtr< Belle2::EventKinematics > | |
CStoreObjPtr< Belle2::ParticleList > | |
CStoreObjPtr< Belle2::BinnedEventT0 > | |
CStoreObjPtr< Belle2::TRGSummary > | |
CStoreObjPtr< Belle2::FileMetaData > | |
CStoreObjPtr< Belle2::PXDInjectionBGTiming > | |
CStoreObjPtr< Belle2::DisplayData > | |
CStoreObjPtr< Belle2::ParticleExtraInfoMap > | |
►CStoreObjPtr< StoreWrapper< T > > | |
CStoreWrappedObjPtr< T > | This class is for convenience access and registration of objects, that are stored inside the StoreWrapper on the DataStore |
CStoreObjPtr< Belle2::TOPRecBunch > | |
CStoreObjPtr< Belle2::DirectedNodeNetworkContainer > | |
CStoreObjPtr< Belle2::TauPairDecay > | |
CStoreObjPtr< Belle2::RawCOPPER > | |
CStoreObjPtr< Belle2::RestOfEvent > | |
CStoreObjPtr< Belle2::MCInitialParticles > | |
CStoreObjPtr< Belle2::EventLevelTriggerTimeInfo > | |
CStoreObjPtr< Belle2::SoftwareTriggerResult > | |
CStoreObjPtr< Belle2::EventExtraInfo > | |
CStoreObjPtr< Belle2::KLMChannelMapValue< unsigned int > > | |
CStoreObjPtr< Belle2::RootMergeable< TTree > > | |
CStoreObjPtr< Belle2::EventShapeContainer > | |
CStoreObjPtr< Belle2::ECLWaveforms > | |
CStoreObjPtr< Belle2::EventLevelClusteringInfo > | |
CStoreObjPtr< Belle2::EventT0 > | |
CStoreObjPtr< Belle2::SVDEventInfo > | |
CStoreObjPtr< Belle2::EventLevelTrackingInfo > | |
CStoreObjPtr< Belle2::PXDGatedModeInfo > | |
CStoreObjPtr< Belle2::RandomGenerator > | |
CStoreObjPtr< Belle2::ROIpayload > | |
CStoreObjPtr< Belle2::ProcessStatistics > | |
CStoreObjPtr< Belle2::ECLTRGInformation > | |
CStoreObjPtr< Belle2::TRGGDLDST > | |
CStoreObjPtr< Belle2::TOPAsicMask > | |
CStoreObjPtr< Belle2::MergedEventConsistency > | |
CRelationArray | Low-level class to create/modify relations between StoreArrays |
CStoreArray< T > | Accessor to arrays stored in the data store |
►CStoreObjPtr< T > | Type-safe access to single objects in the data store |
CStoreWrappedObjPtr< std::vector< Belle2::TrackFindingCDC::CDCTrack > > | |
CStoreWrappedObjPtr< std::vector< Belle2::TrackFindingCDC::CDCWireHit > > | |
CStoreContent | Basf2 (Belle II Analysis Software Framework) # Author: The Belle II Collaboration # # See git log for contributors and copyright holders |
CStoreContentList | |
CStoreEntry | Wraps a stored array/object, stored under unique (name, durability) key |
CReaderSAD::straightElement | Calculates the transformation matrix from local SAD to global geant4 space |
Cstream_statistics | |
CStreamHelper | Helper class for data store serialization |
►CStreamInterceptor | Base class with all necessary features to intercept output to a file descriptor |
CCaptureStream | Class to capture anything written to stream into a string |
CDiscardStream | Simple class to just discard anything written to stream by redirecting it to /dev/null |
CStringFormulaConstructor | Example struct to be used with the FormulaParser to create a string representation of the formula, mainly for testing and debugging |
CStringToVector | Converts a given string to the std::vector<T> |
CStringUtil | |
CEKLMDataCheckerModule::StripData | Strip data information |
CstripInCluster | Structure containing the relevant informations of eachstrip of the cluster |
CStripInRawCluster | Structure containing the relevant informations of each strip of the raw cluster |
►CStyling< AObject > | Interface for a mapping of object and an index to styling attributes |
►CChooseableStyling< const CDCSegment2D > | |
CChooseableSegmentStyling | This Class handles the mapping from the colormapping-method name given as a string to the actual AColorMap for CDCSegments |
►CChooseableStyling< const RecoTrack > | |
CChooseableRecoTrackStyling | This Class handles the mapping from the colormapping-method name given as a string to the actual color mapping for RecoTrack |
►CChooseableStyling< const CDCHit > | |
CChooseableHitStyling | This Class handles the mapping from the colormapping-method name given as a string to the actual color mapping for CDCHits |
►CChooseableStyling< AObject > | Implementation of a styling composed from several predefined mappings chooseable by their name |
CDefaultColorCycleStyling< AObject > | Class template for coloring objects with stroke colors prepared to be the default color cycle |
CFixedStyling< AObject > | Implementation of a styling from fixed attribute map |
CSubGraph< FilterType > | All relevant stuff needed for dealing with a subGraph |
CSubGraphID | Stores the ID of a subgraph, which is basically a chain of FullSecID coded as unsigned ints |
►CSubTrigger | Enum class SubTriggerType : unsigned char {Merger, TSF, T2D, T3D, Neuro, ETF}; |
CMerger | Unpacker for the merger reader (TSF which reads the merger output) |
CNeuro | Unpacker for the Neuro |
CTracker2D | Unpacker for the 2D tracker |
CSuperKEKBTree | Structure for the input of the data SUPERKEKB (TTree "Data_SUPERKEKB") |
►CShaperDSP_t::sv123shift_t | Struct to encapsulate the electronic response from energy deposit
|
CShaperDSP_t::shaperdspshift_t | Struct for a shift of the shaper dsp |
CSVD3SampleCoGTimeCalibrations | This class defines the dbobject and the methods to access the SVD calibrations from the local runs providing the constants needed to correct the cluster time computed with the 3-sample CoG |
CSVD3SampleELSTimeCalibrations | This class defines the dbobject and the methods to access the SVD calibrations from the local runs providing the constants needed to correct the cluster time computed with the 3-sample ELS |
CSVDCalibrationsBitmap | Class for digital (0/1) calibration values per srtip |
CSVDCalibrationsScalar< T > | Template class for scalar (one per side) calibrations |
CSVDCalibrationsVector< T > | Template class for vector (one per strip) calibrations |
CSVDChargeSimCal | Simulation calibration parameters |
CSVDChargeSimulationCalibrations | This class defines the dbobject and the methods to access SVD simulation calibrations; coupling constants and Geant4 electron weight |
►CSVDClusterCharge | Abstract Class representing the SVD cluster charge |
CSVDELS3Charge | Derived Class representing the SVD cluster charge computed with the ELS3 algorithm |
CSVDMaxSampleCharge | Derived Class representing the SVD cluster charge computed summing the max sample of each strip |
CSVDSumSamplesCharge | Derived Class representing the SVD cluster charge computed summing the samples of each strip |
CSVDClusterCuts | Clustering parameters |
CSVDClustering | This class defines the dbobject and the methods to access the calibration of the cluster reconstruction |
►CSVDClusterPosition | Abstract Class representing the SVD cluster position |
CSVDCoGOnlyPosition | Derived Class representing the SVD cluster position computed with the CoGOnly algorithm |
CSVDOldDefaultPosition | Derived Class representing the SVD cluster position computed with the old algorithm (up to release-05) |
►CSVDClusterTime | Abstract Class representing the SVD cluster time |
CSVDCoG3Time | Derived Class representing the SVD cluster time computed with the CoG3 algorithm |
CSVDCoG6Time | Derived Class representing the SVD cluster time computed with the CoG6 algorithm |
CSVDELS3Time | Derived Class representing the SVD cluster time computed with the ELS3 algorithm |
CSVDCoGOnlyErrorScaleFactors | This class defines the dbobject and the methods to access the scaling factors for the CoGOnly position algorithm |
CSVDCoGOnlyPositionError | This class defines the dbobject and the methods to access the SVD position error parameters and provide the position error for the CoGOnly algorithm |
CSVDCoGTimeCalibrations | This class defines the dbobject and the methods to access the SVD calibrations from the local runs providing the constants needed to correct the strip time computed with the CoG |
CSVDCrossTalkStripsCalibrations | This class defines the dbobject and the method to access strips which are masked at FADC level |
CSVDDatabaseImporter | This class import to the database the dbobjects SVDNoiseCalibrations and SVDPulseShapeCalibrations |
CSVDDetectorConfigurationImporter | This class import to the database the dbobjects SVDGlobalConfigParameters and SVDLocalConfigParameters |
CSVDFADCMaskedStrips | This class defines the dbobject and the method to access strips which are masked at FADC level |
CSVDHitTimeSelection | This class defines the dbobject and the methods to access the calibration of the cluster reconstruction |
CSVDHotStripsCalibrations | This class defines the wrapper to retrieve the the list of the hot strips flgged offline |
CSVDIgnoredStripsMap | This class provides a list of ignored (=cold, hot or otherwise deffective) strips for the use in SVD data reconstruction |
CSVDInterceptor | This Class implements the interceptor of the SVD tracks on the PXD layers |
CSVDKalmanStepper | Kalman stepper implementation for the SVD CKF |
CSVDLocalCalibrationsImporter | This class import to the database the dbobjects storing the SVD Local Calibrations |
CSVDMaxSumAlgorithm | Class implementing the MaxSum algorithm |
CSVDMCClusterPositionFudgeFactor | This class defines the dbobject and the methods to access the SVD cluster position fudge factors for the SVDClusterizer module |
CSVDMCClusterTimeFudgeFactor | This class defines the dbobject and the methods to access the SVD time fudge factors for MC reconstruction |
CSVDModeByte | Class to store SVD mode information |
CSVDNoiseCalibrations | This class defines the dbobject and the method to access SVD calibrations from the noise local runs |
CSVDOccupancyCalibrations | This class defines the dbobject and the method to access SVD calibrations from the noise local runs |
CSVDOldDefaultErrorScaleFactors | This class defines the dbobject and the methods to access the scaling factors for the OldDefault position algorithm |
CSVDOnlineToOfflineMap | This class implements the methods to map raw SVD hits to basf2 SVD hits |
CSVDPedestalCalibrations | This class defines the dbobject and the method to access SVD calibrations from the noise local runs |
CSVDPosErrScaleFactors | Scaling factors for the cluster position error |
CSVDPulseShapeCalibrations | This class defines the dbobject and the methods to access the SVD calibrations from the local runs providing the constants needed to calibrate the SVDShaperDigit: the charge, the ADC counts, the peaking time and the width |
CSVDRecoChargeFactory | Cluster Charge Factory Class |
CSVDReconstructionBase | Class to check whether the reconstruction algorithms are available or not |
CSVDRecoPositionFactory | Cluster Position Factory Class |
CSVDRecoTimeFactory | Cluster Time Factory Class |
CSVDROIGeometry | This class appends the SVDIntercept infos of a track to the list of intercepts |
CSVDStripCalAmp | Parameter of the APV pulse |
CSVDStripNoiseMap | Strip noise map |
CSVDTriggerType | Class to store Trigger Type information |
CSVDWaveform | The SVD waveform class |
CSweepBoxImpl< ANewType, ABox > | Function to add a new dimension to a box It sweeps the original box over a finite range in the new dimension |
CSweepBoxImpl< ANewType, ABox< AOldTypes... > > | Actual implementation pasting together the new dimension with the original box |
CDataStore::SwitchableDataStoreContents | Encapsulates DataStoreContents, but allows transparently switching between different versions ('DataStore IDs') |
CSZLine | A line in the sz space |
►CT | |
CAImpactSweeped< T, AImpact > | Takes a basic object and sweeps it by some d0 range in the y direction |
CAPhi0Sweeped< T, APhi0 > | Takes a basic object and sweeps it by some angle phi0 range a around the origin |
COffOrigin< T > | Takes a basic object and passivelly moves it to any origin All subordinary coordinates have to be interpreted relative to this origin |
CWithWeightedItems< T, AItem > | A mixin class to attach a set of weighted items to a class |
CT0Correction | Class for T0 Correction |
►CT1 | |
C__range__impl_prj< T1, T2, Prj_T >::begin_t | |
CYScanner::Table | A table of equidistant entries |
CYScanner::TableEntry | Table entry |
CCurlingTrackCandSplitterModule::TaggedUVPos | Struct for easier handling of getting U- & V-position of SpacePoints and some difficulties that arise within this task |
Ctau_encoder | |
CTauEncoder | Encoder/decoder for neural network tau values |
CTRGTOPDQMModule::tcEcl | |
CAnalyzingAlgorithmBase< DataType, TCInfoType, VectorType >::TcPair | Minimal struct for keeping track which tc is which |
CTCType | Small class for classifying types of reconstructed track candidates |
►CTDatabasePDG | |
CEvtGenDatabasePDG | Replacement for TDatabasePDG that is filled from EvtGen's evt.pdl |
►CTDCCountTranslatorBase | Base class for translation of Drift Time into Drift Length |
CRealisticTDCCountTranslator | Translator mirroring the realistic Digitization |
►CTeacher | Abstract base class of all Teachers Each MVA library has its own implementation of this class, so all libraries can be accessed via this common interface |
CCombinationTeacher | Teacher for the Combination MVA method |
CFANNTeacher | Teacher for the FANN MVA method |
CFastBDTTeacher | Teacher for the FastBDT MVA method |
CPDFTeacher | Teacher for the PDF MVA method |
CPythonTeacher | Teacher for the Python MVA method |
CRegressionTeacher< BaseClassifierTeacher, RegressionClassifierOptions > | Core class for the training of regression methods based on binary classifiers |
CReweighterTeacher | Teacher for the Reweighter MVA method |
►CTMVATeacher | Teacher for the TMVA MVA method |
CTMVATeacherClassification | Teacher for the TMVA Classification MVA method |
CTMVATeacherMulticlass | Teacher for the TMVA Multiclass MVA method |
CTMVATeacherRegression | Teacher for the TMVA Regression MVA method |
CTrivialTeacher | Teacher for the Trivial MVA method |
CTEclEnergyHit | Define class TEclEnergyHit |
CTeegg | C++ Interface for the Fortran generator TEEGG |
CTempDirCreator | Changes working directory into a newly created directory, and removes it (and contents) on destruction |
CTOPTemplateFitter::TemplateParameters | Parameters of the template function |
CTerm | |
CtessellatedSolidStr | Structure which holds apexes of the tessellation volumes |
►CTest | |
CBeamSpotTest | |
CChargedParticleIdentificatorTest | Test the MVA-based charged PID |
CCollectorTFInfoTest | Set up a few arrays and objects in the datastore |
CBitStreamTest | Declare BitStream test |
CECLBaseCompressTest | Declare ECLBaseCompress test |
CECLDCTCompressTest | Declare ECLDCTCompress test |
CECLDeltaCompressTest | Declare ECLDeltaCompress test |
CECLWaveformsTest | Declare ECLWaveforms test |
CECLCalDigitTest | Set up a few arrays and objects in the datastore |
CECLChargedPIDTest | Test the ECL charged PID |
CECLClusterTest | Test class for the Track object |
CECLDigitTest | Set up a few arrays and objects in the datastore |
CECLHitAssignmentTest | Set up a few arrays and objects in the datastore |
CECLHitTest | Set up a few arrays and objects in the datastore |
CECLShowerTest | Set up a few arrays and objects in the datastore |
CECLSimHitTest | Set up a few arrays and objects in the datastore |
CEventLevelTrackingInfoTest | Unit tests for the event level tracking information |
CEvtBCLFFTest | The fixture for testing the EvtBCLFF |
CFilterIDTest | Set up a few arrays and objects in the datastore |
CFullSecIDTest | Testing everything from FullSecID |
CGlobalLabelTest | Test fixture |
CHitPatternCDCTest | Unit tests for the CDC hit Patterns |
CHitPatternVXDTest | |
CKLMMuidLikelihoodTest | Test class for the KLMMuidLikelihood object |
CKlIdTest | Test class for the KlId object |
CMapHelperFunctionsTest | Function object that implements cosecans(x) == 1/cos(x) by tan(x) / sin(x) |
CMuidBuilderTest | Test for the MuidBuilder class, using the payloads in the default Global Tag |
CPIDPriorsTest | |
CParticleGunTest | The fixture for testing the Particlegun |
CRecoTrackTest | Test class for the RecoTrack object |
CSandBox4TestingTest | Testing autoAssignment of vectors for functions |
CSectorTest | Set up a few arrays and objects in the datastore |
CDBRepresentationOfSoftwareTriggerCutTest | Class to test the db representation of the cuts |
CSoftwareTriggerCutTest | Base class for the cut tests |
CSoftwareTriggerDBHandlerTest | Class to test the down- and upload of trigger cuts to the DB |
CSpacePointTest | Set up a few arrays and objects in the datastore |
CSpacePointTrackCandTest | Test class for the SpacePointTrackCand class |
CLogMessageTest | Test fixture to be able to check the contents and types of emitted log messages in detail |
►CTestWithGearbox | This class provides a test fixture managing the opening and closing of the Gearbox with the default geometry file |
►CTrackFindingCDCTestWithTopology | This class provides the declaration of the common test fixture to all test of the track finding in the CDC code |
CDISABLED_Long_TrackFindingCDCTestWithTopology | Equivalent to |
CTrackFindingCDCTestWithSimpleSimulation | Equivalent to |
CDISABLED_TrackFindingCDCTestRootification< T > | |
CSecondaryWireNeighborhoodTest | |
CThreeHitFiltersTest | Set up a few arrays and objects in the datastore |
CTrackFitResultTest | Set up a few arrays and objects in the datastore |
CTrackIsoScoreCalculatorTest | Test the calculation of the track helix-based isolation score per particle |
CTrackTest | Test class for the Track object |
CTwoHitFiltersTest | Set up a few arrays and objects in the datastore |
CV0FitterTest | Set up a few arrays and objects in the datastore |
CV0Test | Set up a few arrays and objects in the datastore |
CVariablesOnTTree | Test for VariablesTTree |
CeventShapeCoreAlgorithmTest | |
CCellularAutomatonTest | Test class demonstrating the behavior of The Cellular Automaton and the PathCollectorRecursive |
CDirectedNodeNetworkTest | Test class demonstrating the behavior of TCNetworkContainer |
CHopfieldNetworkTest | Test of HopfieldNetwork Class |
CObserverCheckMCPurityTest | Test class for SelectionVariableFactory object |
COverlapMatrixCreatorTest | Test the overlap-matrix creator using known input |
COverlapNetworkTest | Test OverlapNetwork Class |
CPurityCalculatorToolsTest | Class for testing the purity calculator tools (i.e |
CDecorrelationMatrixTest | Test Class |
CMinMaxCollectorTest | Test class for these new and shiny two-hit-filters |
CObserversTest | Test class for testing and developing new Observers |
CFilterTest | Test class for Filter object |
CFourHitFilterTest | Test class for these new and shiny two-hit-filters |
CThreeHitFilterTest | Test class for these new and shiny two-hit-filters |
CTrackletFilterTest | Test class for these new and shiny two-hit-filters |
CTwoHitFilterTest | Test class for these new and shiny two-hit-filters |
CTestCase | |
►CTestCase | |
CTestAllParticleCombiner | |
CAwesomeExamplesTest | |
CExamplesTest | |
CTestParticleCombiner | |
CTestCopyLists | |
CSetModuleParameters | |
CSteeringFileTest | |
CTestChargedCluster | |
CTestClusterControlDrmaa | |
CTestComparison | |
CTestGetComparison | |
CTestEmbedding | |
CTestGTForwarding | |
CTestIntervalOfValidity | |
CTestIoVSet | |
CTestMbcEff | |
CTest | |
CTestParticleExtractorFromROE | |
CTestQuantityExtract | |
CTestNewMCDecayFinder | |
CTestMergeStaging | |
CTestStdCharged | |
CTestStdHyperons | |
CTestStdPhotons | |
CTestStdPi0s | |
CTestStdV0 | |
CValidationTest | |
CTestValidationMetadataSetter | |
CValidationFunctionstTest | |
CValidationScriptTest | |
CTestVariableCollections | |
CMetavariableDataTypeTest | |
CTestVariableUtilities | |
CTolerateMissingKeyFormatterTest | |
CTestTreeFits | |
CTestTreeFits | |
CTestTreeFits | |
CTestTreeFits | |
CTestTreeFits | |
CTestTreeFits | |
CTestTreeFits | |
CTestTreeFits | |
CTestTreeFits | |
CTestTreeFits | |
CTestTreeFits | |
CTestTreeFits | |
CTestTreeFits | |
CTestTreeFits | |
CTutorialsTest | |
CTutorialsTest | |
CTutorialsTest | |
CTutorialsTest | |
CTutorialsTest | |
CTutorialsTest | |
CTutorialsTest | |
CTutorialsTest | |
CTestingPayloadEntry | |
CTestingPayloadStorage | Class to store and retrieve temporary payloads |
CTestParticleFactory | This is a class, which generates DataStore particles, according to the provided decay string e.g |
CTestSpacePoint | Helper struct for SpacePoint Tests |
►CTEveElement | |
CEveTower | Handles selection of individual ECLClusters (getting them out of TEve is hard) |
►CTEveMagField | |
CEveVisBField | Provide magnetic field values for TEveTrackPropagator |
CLogMessage::TextHasher | Helper struct to hash and compare messages only by log level and message content |
CTfDataBasf2 | |
CTfDataBasf2Stub | |
►CTGGroupFrame | |
CMultilineWidget | Widget which contains the dynamic amount of TGLabel objects |
►CTGHtml | |
CInfoWidget | Text-based info viewer showing DataStore contents |
►CTGMainFrame | |
CEclFrame | Root TGMainFrame that contains multiple widgets that display the ECLSimHit's w.r.t |
►CTH2Poly | |
CARICHAerogelHist | Base class for geometry parameters |
CARICHChannelHist | ARICH histogram with HAPD plane 3 options for bin segmentation are available type 0 - one bin per HAPD, type 1 - one bin per channel, type 2 - one bin per APD chip HAPD numbering is 1-420 (software numbering), channel is ASIC channel, APD is ASIC channel / 36 |
CThreeHitFilters | The class 'ThreeHitFilters' bundles filter methods using 3 hits which are stored in B2Vector3Ds |
CThreeHitVariables | Class that allows the calculation of simple variables to estimate the quality of a triplet of hits |
CThreeVector | |
CThrust | Class to calculate the thrust axis |
CARICHGeoAerogelPlane::tilestr | Struct to hold individual aerogel tile parameters layer : 0 - up layer : 1 - down |
ChitXP::timeCompare | This structure allows to compare times of 2 hitXP point input (first hit, second hit) output (boolean: true if time of the hit1< time of hit2) |
CTimeDigitizer | Time digitization of simulated hits in a single electronic channel |
CTimeExtractionUtils | Helper class to perform all kind of track extrapolations using the methods from arXiv:0810.2241 |
CGlobalLabel::TimeInterval | Struct to hold intervals of validity |
CTimeItResult | Class to capture the time a repeated execution took |
CTOPDigitizerModule::TimeOffset | Utility structure for time offset |
CTRGTOPTRD2TTSConverterModule::timeOrder | |
CTimer | Small helper class that prints its lifetime when destroyed |
CTOPBunchFinderModule::TimeSeed | Structure to hold the time seed from a chosen detector component |
CTimeWalkCalibration | Class for Time walk calibration |
CTMatrixConversion | Convert between TMatrix and CovarianceMatrix representations |
►CTMemberInspector | |
CHtmlClassInspector | Pass to TObject::ShowMembers() to get tabular view of object data |
►CTMessage | |
CInMessage | Reusable Message class derived from TMessage (for reading only) |
CTNiel | TNiel - the class providing values for NIEL factors |
Cto_range_ | |
►CTObject | |
CBitstream< MergerBus > | |
CSVDAPVHistograms< TH1F > | |
CSVDHistograms< TH2F > | |
CSVDHistograms< TH1F > | |
CBEvent | The Class for Masterclass event parameters |
CBParticle | The Class for Masterclass particle information This class provides the data structure of the particle that are used by Belle II Masterclass application |
CARICHAeroTilesInfo | The Class for ARICH aerogel tiles properties for even reconstruction |
CARICHAerogelInfo | The Class for ARICH Aerogel Parameters |
CARICHAerogelMap | Map of the Aerogel placement |
CARICHAerogelRayleighScatteringFit | The Class for ARICH aerogel Rayleigh scattering fit parameters |
CARICHAsicChannelMask | ARICH Channel Mask |
CARICHAsicInfo | Tested ASIC chips |
CARICHB2LinkInfo | List of Belle2Link Boards |
CARICHBadChannels | Contains manufacturer data of one of the 4 photo sensors chips |
CARICHBiasCablesMapping | The Class for ARICH mapping of bias cables to modules |
CARICHBiasChannelsMapping | The Class for ARICH mapping of bias power supply channels to modules |
CARICHBiasCrateCableMapping | The Class for ARICH bias voltages at gain 40 |
CARICHBiasVoltages | The Class for ARICH bias voltages at gain 40 |
CARICHCableInfo | List of Cables |
CARICHChannelMapping | The Class for ARICH HAPD channel mapping |
CARICHChannelMask | The Class for ARICH HAPD channel mask |
CARICHComponentTest | Test of the ARICH component |
CARICHCopperMapping | The Class for ARICH mapping of merger to copper boards |
CARICHFEBoardInfo | Front End Electronics Boards |
CARICHFebTest | The Class for ARICH Aerogel Parameters |
CARICHFirmware | ARICH firmware |
►CARICHGeoBase | Base class for geometry parameters |
CARICHAeroTilesAlignment | Alignment parameters for aerogel tiles |
CARICHGeoAerogelPlane | Geometry parameters of HAPD |
CARICHGeoCablesEnvelope | Geometry parameters of cable envelope |
CARICHGeoCooling | Geometry parameters of Cooling System |
CARICHGeoDetectorPlane | Geometry parameters of ARICH photon detector plane |
CARICHGeoFEBCooling | Geometry parameters of Cooling System - version2 (v2) |
CARICHGeoGlobalDisplacement | Global displacement parameters for ARICH |
CARICHGeoHAPD | Geometry parameters of HAPD |
CARICHGeoMasterVolume | Geometry parameters of ARICH Master volume (envelope) |
CARICHGeoMerger | Geometry parameters of Merger PCB |
CARICHGeoMergerCooling | Geometry parameters of Merger Cooling System - version2 (v2) |
CARICHGeoMirrorDisplacement | Mirror displacement parameters for ARICH |
CARICHGeoMirrors | Geometry parameters of HAPD |
CARICHGeoSupport | Geometry parameters of ARICH support structures and neutron shield |
CARICHGeometryConfig | The Class for ARICH Geometry Parameters |
CARICHGlobalAlignment | Geometry parameters of ARICH Master volume (envelope) |
CARICHMirrorAlignment | Mirror alignment parameters for ARICH |
CARICHPositionElement | Position element for ARICH |
CARICHHapdChipInfo | Contains manufacturer data of one of the 4 photo sensors chips |
CARICHHapdInfo | Contains manufacturer data of the photo sensor - HAPD |
CARICHHapdMask | ARICH HAPD Sensor Mask: map of operational/nonoperational HAPDs : one bit per sensor |
CARICHHapdQA | Contains manufacturer data of the photo sensor - HAPD |
CARICHHapdQE | Contains manufacturer data of the photo sensor - HAPD |
CARICHHighVoltageConfig | Configuration parameters of the High Voltage Channel |
CARICHHvCablesMapping | The Class for ARICH mapping of bias cables to modules |
CARICHHvChannelsMapping | The Class for ARICH mapping of bias power supply channels to modules |
CARICHHvCrateCableMapping | The Class for ARICH bias voltages at gain 40 |
CARICHMagnetTest | Contains fractions of dead times measured in a magnet |
CARICHMergerInfo | List of MergerBoards |
CARICHMergerMap | Mapping of the merger board to the detector |
CARICHMergerMapping | The Class for ARICH mapping of modules to merger boards |
CARICHMirrorInfo | List of MergerBoards |
CARICHMirrorMap | Mapping of the mirrors on the detector |
CARICHModuleTest | The Class for ARICH Aerogel Parameters |
CARICHModulesInfo | The Class for information on HAPD modules installed in ARICH |
CARICHRawDigit | |
CARICHReconstructionPar | The Class for ARICH reconstruction parameters |
CARICHSensorModuleInfo | Sensor Module Information |
CARICHSensorModuleMap | Mapping of the Sensor Board Connections to the detector |
CARICHSimulationPar | The Class for ARICH simulation parameters |
CARICHThParam | ARICHThParam class for storing photon hit information |
CBKLMAlignment | Class to store BKLM alignment data in the database |
CBKLMGeometryPar | The Class for BKLM geometry |
CBKLMSimulationPar | Provides BKLM simulation parameters |
CBeamBackHit | Class BeamBackHit - Stores hits from beam backgound simulation |
CBeamSpot | This class contains the beam spot position and size modeled as a gaussian distribution in space |
CBeamabortGeo | Geometry parameters of Beamabort |
CBinnedEventT0 | Database object for storing a binned EventT0 coming from the trigger |
CBitstream< SignalBus > | Class to hold one clock cycle of raw bit content |
CBrowsableWrapper | A wrapper for browsable objects to enable automatic redrawing |
CBunchStructure | Class to store the fill pattern of colliding bunches |
CCDCADCDeltaPedestals | Database object for ADC pedestals |
CCDCBadWires | Database object for bad wires |
CCDCChannelMap | Database object of CDC channel map |
CCDCCorrToThresholds | Database object for correcting a simple threshold model in MC |
CCDCCrossTalkLibrary | Database object for ASIC crosstalk library |
CCDCDedx1DCell | DE/dx wire gain calibration constants |
CCDCDedx2DCell | DE/dx wire gain calibration constants |
CCDCDedxADCNonLinearity | DE/dx eletronic ADC non-linearity correction for highly ionising particles (used in offline hadron saturation calibration) paramters are for X vs Y relation and sep for inner and outer layer vector array 0,1 for inner and 2,3 for outer layers |
CCDCDedxBadWires | DE/dx wire gain calibration constants |
CCDCDedxCosineCor | DE/dx wire gain calibration constants |
CCDCDedxCosineEdge | DE/dx special large cosine calibration to fix bending shoulder at large costh |
CCDCDedxHadronCor | DE/dx hadron saturation parameterization constants |
CCDCDedxInjectionTime | DE/dx injection time calibration constants |
CCDCDedxMeanPars | DE/dx mean (curve versus beta-gamma) parameterization constants |
CCDCDedxMomentumCor | DE/dx wire gain calibration constants |
CCDCDedxRunGain | DE/dx run gain calibration constants |
CCDCDedxScaleFactor | DE/dx run gain calibration constants |
CCDCDedxSigmaPars | DE/dx sigma (versus beta-gamma) parameterization constants |
CCDCDedxWireGain | DE/dx wire gain calibration constants |
CCDCDisplacement | Database object for displacement of sense wire position |
CCDCEDepToADCConversions | Database object for energy-deposit to ADC-count conversion |
CCDCFEEParams | Database object for FEE params |
CCDCFEElectronics | Database object for Fron-endt electronics params |
CCDCFudgeFactorsForSigma | Database object for fudge factors for CDC space resol |
CCDCGeometry | The Class for CDC geometry |
CCDCGeometry::Cover | Cover structure geometry parameters |
CCDCGeometry::Cover2 | Cover2 structure geometry parameters |
CCDCGeometry::EndPlate | Endplate geometry parameters |
CCDCGeometry::EndPlateLayer | Endplate layer geometry parameters |
CCDCGeometry::FieldLayer | Field layer geometry parameters |
CCDCGeometry::Frontend | Frontend layer geometry parameters |
CCDCGeometry::InnerWall | Inner wall geometry parameters |
CCDCGeometry::MotherVolume | Mother volume geometry parameters |
CCDCGeometry::NeutronShield | Neutron shield geometry parameters |
CCDCGeometry::OuterWall | Outer wall geometry parameters |
CCDCGeometry::Rib | Rib structure geometry parameters |
CCDCGeometry::Rib2 | Rib2 structure geometry parameters |
CCDCGeometry::Rib3 | Rib3 structure geometry parameters |
CCDCGeometry::Rib4 | Rib4 structure geometry parameters |
CCDCGeometry::Rib5 | Rib5 structure geometry parameters |
CCDCGeometry::SenseLayer | Sense layer geometry parameters |
CCDCPropSpeeds | Database object for signal propagation speed along the wire |
CCDCSpaceResols | Database object for space resolutions |
CCDCTimeWalks | Database object for time-walk |
CCDCTimeZeros | Database object for timing offset (t0) |
CCDCTrigger2DConfig | The payload class for delay of GDL input bit |
CCDCTriggerDeadch | The payload class for delay of GDL input bit |
CCDCTriggerMLP | Class to keep all parameters of an expert MLP for the neuro trigger |
CCDCTriggerMLPData | Struct for training data of a single MLP for the neuro trigger |
CCDCTriggerMLPInput | Class to hold some intermediate information for the monitoring of the neurotrigger |
CCDCTriggerNeuroConfig | The payload class for all CDC Neurotrigger information |
CCDCTriggerPlane | Database object for timing offset (t0) |
CCDCWireHitRequirements | Database object containing cut values to filter CDCWireHits |
CCDCXtRelations | Database object for xt-relations |
CCDClayerTimeCut | Database object for timing offset (t0) |
CCKFParameters | The payload containing all parameters for the PXD and SVD CKF |
CCOILGeometryPar | The Class for COIL geometry parameters |
CCaveSimHit | ClassCaveSimHit - Geant4 simulated hit for the Cave detector |
CChargedPidMVAWeights | Class to contain the payload of MVA weightfiles needed for charged particle identification |
CCollisionAxisCMS | This class contains the measured values of the orientation of the collision axis in the CM system obtained by pure Lorentz boost angleXZ = atan(pHERcms.X / pHERcms.Z) angleYZ = atan(pHERcms.Y / pHERcms.Z) where pHERcms is HER momentum in CM system obtained by boost |
CCollisionBoostVector | This class contains the measured average boost vector vec(beta) = (beta_x, beta_y, beta_z) = vec(p_e+e-)/E_e+e- of the center-of-mass system in the lab frame and its uncertainty |
CCollisionInvariantMass | This class contains the measured average center-of-mass energy, which is equal to the invariant mass of the colliding beams, and its uncertainty |
CDAFparameters | The payload containing the DAF parameters |
►CDBObjCalibrationConstMapBase | Base for calibration or alignment parameters identified by two unsigned shorts Typically first is some identifier of a sub-detector element (sensor, layer, wire, board...) and the second is number of parameter |
CCDCAlignment | CDC alignment constants |
CCDCCalibration | CDC alignment and calibration constants |
CCDCLayerAlignment | CDC layers alignment constants |
CCDCMisalignment | CDC misalignment constants |
CVXDAlignment | VXD alignment (and maybe some calibration) parameters |
CDBRepresentationOfSoftwareTriggerCut | Class to handle storing SoftwareTriggerCuts in the database |
CDQMFileMetaData | Metadata information about a DQM file |
CDatabaseRepresentationOfWeightfile | Database representation of a Weightfile object |
CDedxPDFs | DE/dx wire gain calibration constants |
CDisplayData | Add custom information to the display |
CECLAutoCovariance | Covariance matrices for offline ECL waveform fit |
CECLBeamBackgroundStudy | Flag for beam background study |
CECLCellIdMapping | Class to store mapping between cell id and store array positions |
CECLChannelMap | DB object to store correspondence table of type (Crate id, ShaperDSP id, Channel id) <-> (ECL CellID) |
CECLChargedPIDMVAWeights | Class to contain payload of everything needed for MVA based charged particle identification |
CECLChargedPIDPhasespaceBinning | Class to store the N dimensional phasespace binning of the MVA categorical training |
CECLChargedPIDPhasespaceCategory | Stores all required information for the ECLChargedPIDMVA for a phasespace category |
CECLChargedPidPDFs | Class representing the DB payload w/ information about ECL PDF parameters for a set of particle hypotheses 'signed pdgId' values, i.e |
►CECLCrystalCalib | General DB object to store one calibration number per ECL crystal |
CECLCrystalLocalRunCalib | ECLCrystalLocalRunCalib is designed to store results of the ECL local run calibration to database |
CECLCrystalsShapeAndPosition | Crystal shapes and positions |
CECLDigitEnergyConstants | Energy calibration constants per digit |
CECLDigitTimeConstants | Time and time resolution calibration constants per digit |
CECLDigitWaveformParameters | DB object to store photon, hadron and diode shape parameters |
CECLDigitWaveformParametersForMC | DB object to store photon, hadron and diode shape parameters used in simulations |
CECLDspData | This object contains ECL DSP coefs – electromagnetic calorimeter digital signal processing coefficients |
CECLHadronComponentEmissionFunction | Hadron Component Emission Function for hadron pulse shape simulations |
CECLLeakageCorrections | DB object to store leakage corrections, including nCrys dependence
|
CECLLocalRunCalibRef | ECLLocalRunCalibRef is designed to store reference marks to database for ECL local run calibration |
CECLLookupTable | Class for a lookup table |
CECLNoiseData | Container for constant matrix used to generate electronic noise |
CECLReferenceCrystalPerCrateCalib | General DB object to store one reference crystal per per ECL crate for calibration purposes |
CECLShowerCorrectorLeakageCorrection | Class to hold the information for the ECL shower leakage corrections |
CECLShowerEnergyCorrectionTemporary | Class to hold the information for the ECL shower energy corrections This is a temperary class as there is no information about phi dependence |
CECLShowerShapeSecondMomentCorrection | Corrections to the second moment shower shape |
CECLTRGInformation | Class to store information about ECL trigger cells (TCs) |
CECLTrackClusterMatchingParameterizations | Class to hold the parameterizations of the RMS for the difference in polar and azimuthal angle between tracks and ECL clusters |
CECLTrackClusterMatchingThresholds | Class to hold the matching thresholds for the track-ECLCluster matching |
CECLWFAlgoParams | Container for constant parameters used in waveform fits |
CECLWaveformData | ECLWaveformData - container for inverse covariant matrix and shape parameters for time and amplitude fit of ecl crystal waveform |
CECLWaveforms | Class to store ECL waveforms for entire calorimeter |
CECLnOptimal | DB object to store the optimal number of crystals to be used in a cluster energy sum, and the corresponding corrections for bias and contained (raw) energy |
CEKLMAlignment | Class to store EKLM alignment data in the database |
CEKLMElementNumbers | EKLM element numbers |
►CEKLMGeometry | Class to store EKLM geometry data in the database |
CGeometryData | EKLM geometry data |
CEKLMGeometry::ElementPosition | Position information for the elements of detector |
CEKLMGeometry::EndcapStructureGeometry | Endcap srtucture geometry parameters |
CEKLMGeometry::PlasticSheetGeometry | Plastic sheet geometry data |
CEKLMGeometry::Point | 2D point |
CEKLMGeometry::SectorSupportGeometry | Sector support geometry data |
CEKLMGeometry::SegmentSupportGeometry | Segment support geometry data |
CEKLMGeometry::SegmentSupportPosition | Segment support position |
CEKLMGeometry::ShieldDetailGeometry | Shield layer detail geometry data |
CEKLMGeometry::ShieldGeometry | Shield layer geometry data |
CEKLMGeometry::StripGeometry | Strip geometry data |
CEKLMSegmentAlignment | Class to store EKLM alignment data in the database |
CEveTower | Handles selection of individual ECLClusters (getting them out of TEve is hard) |
CEventExtraInfo | Class to stores ExtraInfo of the whole event |
CEventLevelClusteringInfo | ECL/KLM clustering event level information: |
CEventLevelTrackingInfo | Tracking-related info on event-level, for example number of unassigned measurements |
CEventLevelTriggerTimeInfo | Storage element for information from the Trigger Timing Distribution (TTD) |
CEventMetaData | Store event, run, and experiment numbers |
CEventT0 | Storage element for the eventwise T0 estimation |
CEventsOfDoomParameters | DBObject containing parameters used in EventsOfDoomBuster module |
CFileMetaData | Metadata information about a file |
►CFilterBase | FilterBase is the baseClass for filters applied on (chains of) spacepoints |
CAlwaysYesFilter | AlwaysYesFilter is a simple filter saying always yes, which is meant for testing purposes |
CFilterInfo | Helper class to store the information for a Filter |
CGRLMLP | Class to keep all parameters of an expert MLP for the neuro trigger |
CGRLMLPData | Struct for training data of a single MLP for the neuro trigger |
CGeoComponent | Describe one component of the Geometry |
CGeoConfiguration | Configuration of the geometry |
CGeoMaterial | Class to represent a material informaion in the Database |
CGeoMaterialComponent | Component of a material |
CGeoMaterialProperty | Property of a material |
CGeoOpticalSurface | Represent an optical finish of a surface |
CHardwareClockSettings | Database object containing the nominal accelerator RF value and the prescales to derive the clock frequencies of the sub-detectors |
CHeavyMetalShieldGeometryPar | The Class for VXD Heavy Metal Shield |
►CIRGeoBase | Base class for IR geometry parameters |
CBeamPipeGeo | Geometry parameters of BeamPipe |
CCryostatGeo | Geometry parameters of Cryostat |
CFarBeamLineGeo | Geometry parameters of far beam line |
►CIntraRunDependency | Base class for handling changing conditions during a run |
CEventDependency | Class for handling changing conditions as a function of event number |
CKLMAlignmentData | KLM Alignment data |
CKLMChannelStatus | KLM channel status |
CKLMElectronicsChannel | BKLM electronics channel |
CKLMElectronicsMap | BKLM electronics map |
CKLMLikelihoodParameters | Database object used to store the parameters for KLM likelihood computation |
CKLMReconstructionParameters | Class to store KLM reconstruction parameters in the database |
CKLMScintillatorDigitizationParameters | Class to store KLM scintillator simulation parameters in the database |
CKLMScintillatorFEEData | EKLM channel data |
CKLMScintillatorFEEParameters | Class to store EKLM alignment data in the database |
CKLMScintillatorFirmware | KLM scintillator firmware |
CKLMStripEfficiency | DBObject used to store the efficiencies of KLM strips |
CKLMTimeCableDelay | Class to store BKLM delay time coused by cable in the database |
CKLMTimeConstants | Class to store KLM constants related to time |
CKLMTimeConversion | KLM time conversion |
CKLMTimeResolution | Class to store KLM time resolution in the database |
CKLMTimeWindow | DBObject containing KLM time window parameters used in KLMReconstructor module |
CKLMTriggerParameters | DBObject containing parameters used in KLMTrigger module |
►CMCInitialParticles | This class contains the initial state for the given event |
CBeamParameters | This class contains the nominal beam parameters and the parameters used for smearing of the primary vertex and the beam energy and momentum |
CMagneticField | Magnetic field map |
►CMergeable | Abstract base class for objects that can be merged |
CBackgroundInfo | This class stores the information about what background was mixed or overlayed |
CBackgroundMetaData | Metadata information about the beam background file |
CMapMergeable< T > | Wrap an STL map to make it mergeable |
CProcessStatistics | Class to collect call statistics for all modules |
CRootMergeable< T > | Wrap a root histogram or TNtuple to make it mergeable |
CSetMergeable< T > | Wrap an STL set to make it mergeable |
CMergedEventConsistency | Mark if we want to merge the DataStore of a combination of events or not |
CMyDBPayloadClass | Class containing all the parameters needed to create the geometry and suitable to save into a ROOT file to be used from the Database |
CNeuroTriggerParameters | |
CNoKickCuts | This class is an auxiliary class that implement methods to access to a single cut, used in NoKickRTSel class |
CNoKickRTSel | This class implement some methods useful for the application of cuts evaluated in NoKickCutsEval module |
CObserverInfo | Helper class that stores the information an Observer stores: i.e |
COnlineEventT0 | Storage element for the eventwise T0 estimation computed on HLT |
CPIDCalibrationWeight | Class for handling the PID calibration weight matrix |
CPIDDetectorWeights | Class for handling the PID weights per detector, used to calculate the track helix isolation score per particle |
CPIDNeuralNetworkParameters | Class for handling the parameters for the neural-network PID |
CPIDPriors | A database class to hold the prior probability for the particle identification |
CPXDClusterChargeMapPar | The payload class for PXD cluster charge calibrations |
CPXDClusterOffsetPar | The class for PXD cluster position offset payload |
CPXDClusterPositionErrorPar | The payload class for PXD cluster position error |
CPXDClusterPositionEstimatorPar | The class for PXD cluster position lookup table payload |
CPXDClusterShapeClassifierPar | The class for PXD cluster shape classifier payload |
CPXDClusterShapeIndexPar | The class for PXD cluster shape index payload |
CPXDDAQStatus | The PXD DAQ Status class |
CPXDDHHFirmwareVersionPar | The payload stores the firmware version from the DHH, which has influence on the structure and content of the RawPXD package |
CPXDDeadPixelPar | The payload telling which PXD pixel is dead (=Readout system does not receive signals) |
CPXDGainMapPar | The payload class for PXD gain corrections |
CPXDGatedModeInfo | The PXD Gated Info Class |
CPXDInjectionBGTiming | The PXDInjectionBGTiming class |
CPXDMaskedPixelPar | The payload telling which PXD pixel to mask (ignore) |
CPXDOccupancyInfoPar | The payload collecting some meta information from running the masking algorithm |
CParticleExtraInfoMap | Internal class to store string -> index maps for extra info stored in Particle |
CParticleList | ParticleList is a container class that stores a collection of Particle objects |
CParticleWeightingLookUpTable | Class for handling LookUp tables |
CPedeSteering | Class representing Millepede steering |
CPh1bpipeSimHit | ClassPh1bpipeSimHit - Geant4 simulated hit for the Ph1bpipe detector |
CPh1sustrSimHit | ClassPh1sustrSimHit - Geant4 simulated hit for the Ph1sustr detector |
CProfileInfo | Store execution time and memory usage |
CROICalculationParameters | The payload containing all PXD ROI parameters |
CROISimulationParameters | The payload containing all PXD ROI parameters |
CROIpayload | ROIpayload TODO: Better explanation, Is there a reason to inherit from TObject and not Relationsobject here? This Object contains a binary blob which is send as whole from the HLT Roi Sender output node to the ONSEN system, containing the trigger decision and the Region od Interest (ROI) for data selection on the PXD modules See Data format definitions [BELLE2-NOTE-TE-2016-009] on https://docs.belle2.org/ |
►CRawDataBlock | The RawDataBlock class Base class for rawdata handling |
►CRawCOPPER | The Raw COPPER class This class stores data received by COPPER via belle2linkt Data from all detectors except PXD are stored in this class |
CRawARICH | The Raw ARICH class Class for RawCOPPER class data taken by ARICH Currently, this class is almost same as RawCOPPER class |
CRawCDC | The Raw CDC class Class for RawCOPPER class data taken by CDC Currently, this class is almost same as RawCOPPER class |
CRawECL | The Raw ECL class Class for RawCOPPER class data taken by ECL Currently, this class is almost same as RawCOPPER class |
CRawKLM | The Raw KLM class Class for RawCOPPER class data taken by KLM |
CRawSVD | The Raw SVD class Class for RawCOPPER class data taken by SVD Currently, this class is almost same as RawCOPPER class |
CRawTOP | The Raw TOP class Class for RawCOPPER class data taken by TOP Currently, this class is almost same as RawCOPPER class |
CRawTRG | The Raw TOP class Class for RawCOPPER class data taken by TOP Currently, this class is almost same as RawCOPPER class |
CRawFTSW | The Raw FTSW class |
CRawTLU | The Raw TLU class Class for data from DAQ PC for TLU(Trigger Logic Unit) It is supposed to be used only in the DESY beam test |
CRawPXD | The Raw PXD class |
CRelationContainer | Class to store relations between StoreArrays in the DataStore |
CRelationElement | Class to store a single element of a relation |
CRunInfo | Database object for Run Information |
CSTRGeometryPar | The Class for STR geometry |
CSVDAPVHistograms< H > | Template class for the APV Histograms |
CSVDCalibrationsBase< T > | Base class for calibrations classes |
CSVDClusterTimeShifter | This class store the shift in svd time w.r.t |
CSVDCoGCalibrationFunction | Class to contain the CoG Time calibrations |
CSVDCoolingPipesPar | The Class for SVD Cooling Pipes |
CSVDEndmountPar | The Class for SVD Support Rib Endmounts |
CSVDEndringsPar | The Class for SVD Endring |
CSVDEndringsTypePar | The Class for SVD Endring Type |
CSVDEventInfo | Stores SVDModeByte object with Trigger time, DAQ mode, Run type & Event type! Also - the information of any inconsistencies of these variables within one event are stored |
CSVDGlobalConfigParameters | This class defines the payload which stores to the central DB the SVD global configuring parameters, and the methods to import and retrieve these parameters |
CSVDHistograms< H > | Template class for SVd histograms |
CSVDHitTimeSelectionFunction | Class to contain the cut on svd hit time at SP creation step |
CSVDLocalConfigParameters | This class defines the payload which stores to the central DB the SVD local configuring parameters, and the methods to import and retrieve these parameters |
CSVDLocalRunBadStrips | This class defines the dbobject and the method to access the information on bad strips flagged during local runs |
CSVDMCFudgeFactorFunction | Class to contain the MC fudge factor formulae |
CSVDPositionErrorFunction | Class to contain the Cluster Position Error Formulae |
CSVDRecoConfiguration | This class store the reconstruction configuration of SVD |
CSVDSpacePointSNRFractionSelector | Class to contain the cut on SVDSpacePoint |
CSVDSummaryPlots | Class to summarize SVD quantities per sensor and side |
CSVDSupportBoxPar | The Class for SVD Support Box |
CSVDSupportRibsPar | The Class for SVD Support Ribs (one layer) |
CSVDSupportTabPar | The Class for SVD Support Rib Tab |
CSVDTimeGroupingConfiguration | This class store the reconstruction configuration of SVDTimeGrouping module |
CSVDTimeGroupingParameters | Structure containing the relevant informations of SVDTimeGrouping module |
CSectorMapComparer | A root tool that compares two Sectormaps (local root files) and produces some statistics output |
CSectorMapConfig | Simple struct containing all the configuration data needed for the SecMapTrainer |
CServiceGapsMaterialsCdcArichTopPar | The Class for Service Materials between CDC and ECL, ARICH and TOP, TOP and ECL |
CServiceGapsMaterialsEclPar | The Class for Service Materials between barrel and endcap of ECL |
CServiceGapsMaterialsPar | The Class for services materials geometry |
CServiceGapsMomVolPar | The class for the mother volume of the Service Materials |
CSndHdrTemp | |
CSoftwareTriggerVariables | Storable object for the variables calculated in the SoftwareTriggerModule |
CSoftwareTriggerMenu | Class to handle storing the trigger menu in the database |
CSpacePointInfo | Helper class to store the SpacePoint information as coding convention prohibits to use the SpacePoint class here |
CTOPASICChannel | Calibration constants of a singe ASIC channel: pedestals, gains and time axis |
CTOPASICGains | Calibration constants of a single ASIC window: gains |
CTOPASICPedestals | Calibration constants of a single ASIC window: pedestals |
CTOPCalAsicShift | Calibration constants for ASIC shifts of all 16 modules |
CTOPCalChannelMask | Channel status for all 512 channels of 16 modules |
CTOPCalChannelNoise | R.m.s |
CTOPCalChannelPulseHeight | Pulse height parameterizations for all 512 channels of 16 modules |
CTOPCalChannelRQE | Class to store relative quantum efficiency of channels w.r.t initial one measured in PMT QA QE is expected to decrease during the experiment due to aging induced by acuumulated charge |
CTOPCalChannelT0 | Channel T0 calibration constants for all 512 channels of 16 modules |
CTOPCalChannelThreshold | Value of the threshold (in ADC counts) used for the pulse identification, for all 512 channels of 16 modules |
CTOPCalChannelThresholdEff | Class to store the threshold efficiency (i.e |
CTOPCalCommonT0 | Common T0 calibration constant |
CTOPCalEventT0Offset | Class to store the calibrated EventT0 offsets of other detector components The offsets are measured relative to TOP EventT0 (e.g CDC - TOP etc) |
CTOPCalFillPatternOffset | Class to store the offset of reconstructed fill pattern |
CTOPCalIntegratedCharge | Class to store integrated charge per channel |
CTOPCalModuleAlignment | Alignment constants for all 16 modules |
CTOPCalModuleT0 | Module T0 calibration constants for all 16 modules |
CTOPCalPhotonYields | Class to store photon pixel yields for PMT ageing studies, and equalized alpha ratios for finding optically decoupled PMT's |
CTOPCalTimeWalk | Calibration constants for time-walk correction and for tuning of electronic time resolution in digitization |
CTOPCalTimebase | Sample time calibration constants for all channels |
CTOPChannelMap | Map of pixels and channels within the carrier board |
CTOPFrontEndMap | Mapping of a boardstack number within a module to SCROD and COPPER/Finesse |
CTOPFrontEndSetting | Front-end settings: storage depths, lookback, readout windows etc |
►CTOPGeoBase | Base class for geometry parameters |
►CTOPGeoBarSegment | Geometry parameters of a quartz bar segment |
CTOPGeoMirrorSegment | Geometry parameters of a mirror segment |
CTOPGeoPrism | Geometry parameters of prism |
CTOPGeoColdPlate | Geometry parameters of cold plate (simplified) |
CTOPGeoEndPlate | Geometry parameters of forward end plate (simplified) |
CTOPGeoFrontEnd | Geometry parameters of board stack (front-end electronic module) |
CTOPGeoHoneycombPanel | Geometry parameters of honeycomb panel |
CTOPGeoModule | Geometry parameters of a module (optical components + positioning) |
CTOPGeoModuleDisplacement | Displacement parameters of a TOP module |
CTOPGeoPMT | Geometry parameters of MCP-PMT |
CTOPGeoPMTArray | Geometry parameters of MCP-PMT array |
CTOPGeoPMTArrayDisplacement | Displacement parameters of MCP-PMT array |
CTOPGeoPrismEnclosure | Geometry parameters of prism enclosure (simplified) |
CTOPGeoQBB | Geometry parameters of Quartz Bar Box (mother class) |
CTOPGeoSideRails | Geometry parameters of side rails (simplified) |
CTOPGeometry | Geometry parameters of TOP |
CTOPNominalQE | Nominal quantum efficiency of PMT |
CTOPNominalTDC | Nominal time-to-digit conversion parameters (simplified model) |
CTOPNominalTTS | Nominal time transition spread of PMT |
CTOPWavelengthFilter | Bulk transmittance of wavelength filter |
CTOPPmtGainPar | Parameterized PMT gain (from laser testing at Nagoya) |
CTOPPmtInstallation | PMT position within a module |
CTOPPmtObsoleteData | PMT specs from Hamamatsu |
CTOPPmtQE | Nagoya measurements of quantum efficiency |
CTOPPmtTTSHisto | Raw measurements of TTS (histograms) for each PMT pixel |
CTOPPmtTTSPar | Parameterized TTS for each PMT pixel |
CTOPSampleTimes | Calibration constants of a singe ASIC channel: time axis (sample times) |
CTOPSignalShape | Normalized shape of single photon pulse (waveform) Pulse must be positive |
CTOPTriggerMCInfo | Class to store Monte Carlo information useful for trigger studies |
CTRGCDCETFUnpackerStore | Example Detector |
CTRGCDCT3DUnpackerStore | Example Detector |
CTRGCDCTSFUnpackerStore | Example Detector |
CTRGECLBGTCHit | Example Detector |
CTRGECLBadRun | Raw TC result nefor digitizing |
CTRGECLDigi | Digitize result |
CTRGECLDigi0 | Raw TC result nefor digitizing |
CTRGECLDigi0MC | Example Detector |
CTRGECLETMPara | Raw TC result nefor digitizing |
CTRGECLFAMAna | Digitize result |
CTRGECLFAMPara | Raw TC result nefor digitizing |
CTRGECLHit | Example Detector |
CTRGECLHitMC | Example Detector |
CTRGECLTMMPara | Raw TC result nefor digitizing |
CTRGECLTiming | Digitize result |
CTRGECLTrg | Example Detector |
CTRGECLUnpackerEvtStore | Example Detector |
CTRGECLUnpackerStore | Example Detector |
CTRGECLUnpackerSumStore | Example Detector |
CTRGECLWaveform | Digitize result |
CTRGGDLDBAlgs | The payload class for GDL algorithm |
CTRGGDLDBBadrun | The payload class for GDL badrun |
CTRGGDLDBDelay | The payload class for delay of GDL input bit |
CTRGGDLDBFTDLBits | The payload class for FTDL output bit |
CTRGGDLDBInputBits | The payload class for GDL input bit |
CTRGGDLDBPrescales | The payload class for GDL psnm |
CTRGGDLDBUnpacker | The payload class for PXD cluster charge calibrations |
CTRGGDLDST | |
CTRGGDLResults | |
CTRGGDLUnpackerStore | Example Detector |
CTRGGRLInfo | Class to store TRGGRL TSIM info |
CTRGGRLUnpackerStore | Example Detector |
CTTDOffsets | This class contains information to correct the information obtained from the TTD (simple offsets) |
CTestCalibMean | Test DBObject |
CTestCalibObject | Test DBObject |
CTestChunkData | Storable object which can be filled with random chunk data of a certain size |
CThicknessDensityPar | The class for the thicknesses and the density of gap element cell |
CTrackFitMomentumRange | The payload containing the momentum threshold to disable the particle hypothesis in the track fit |
CTrackFlippingCuts | The payload containing the cuts for 2 mva based filters to decide whether a RecoTrack should be flipped or not |
CTrackingMVAFilterParameters | Class for the MVA filter payloads |
CTrgEclDigitizer | FAM module
|
CTrgEclFAMFit | FAM module
|
CVXDAlignmentPar | The Class for VXD Alignment payload |
CVXDBoxPositionsPar | The Class for VXD doc box envelope |
CVXDBoxTypesPar | The Class for VXD doc box |
►CVXDGeoComponentPar | The Class for VXD geometry component |
CVXDGeoSensorPar | The Class for VXD Sensor payload |
CVXDGeoLadderPar | The Class for VXD Ladder payload |
CVXDGeoPlacementPar | The Class for VXD placement payload |
CVXDGeoRadiationSensorsPar | The Class for VXD Radiation Sensor parameters |
CVXDGeoRadiationSensorsPositionPar | The Class for VXD Radiation Sensor Position parameters |
CVXDGeoSensorPlacementPar | The Class for VXD Sensor Placement payload |
►CVXDGeometryPar | The Class for VXD geometry |
CPXDGeometryPar | The Class for VXD geometry |
CSVDGeometryPar | The Class for VXD geometry |
CVXDGlobalPar | The Class for VXD global paramter payload |
CVXDHalfShellPar | The Class for VXD half shell payload |
CVXDPolyConePar | The Class for VXD PolyCone, possibly with coutouts |
CVXDPolyConePlanePar | The Class for VXD Polycone Plane |
►CVXDRotationSolidPar | The Class for VXD Envelope parameters |
CVXDEnvelopePar | The Class for VXD Envelope parameters |
►CVXDSensorInfoBasePar | Namespace to provide code needed by both Vertex Detectors, PXD and SVD |
CPXDSensorInfoPar | The Class for VXD geometry |
CSVDSensorInfoPar | The Class for VXD geometry |
CVXDServiceGeometryPar | The Class for VXD service geometry |
CVXDSlotsPar | The Class for Slot types |
CWireID | Class to identify a wire inside the CDC |
CXmlFile | DB object which stores whole xml |
CEmptyGlobalParamSet | Object representing no parameters |
►ChitXP | This class collects some information of a TrueHit, using SVDCLuster and MCParticle information too |
ChitXPDerivate | This class is the derivate of HitXP, and complete it with a constructor that use all other complex types (classes) of basf2 |
►CAbsFitterInfo | This class collects all information needed and produced by a specific AbsFitter and is specific to one AbsTrackRep of the Track |
CGblFitterInfo | Collects information needed and produced by a GblFitter/GBL and is specific to one AbsTrackRep of the Track |
CKalmanFitterInfo | Collects information needed and produced by a AbsKalmanFitter implementations and is specific to one AbsTrackRep of the Track |
►CAbsHMatrix | HMatrix for projecting from AbsTrackRep parameters to measured parameters in a DetPlane |
CHMatrixQP | AbsHMatrix implementation for one-dimensional MeasurementOnPlane and RKTrackRep parameterization |
CHMatrixPhi | AbsHMatrix implementation for one-dimensional MeasurementOnPlane and RKTrackRep parameterization |
CHMatrixU | AbsHMatrix implementation for one-dimensional MeasurementOnPlane and RKTrackRep parameterization |
CHMatrixUV | AbsHMatrix implementation for two-dimensional MeasurementOnPlane and RKTrackRep parameterization |
CHMatrixUnit | AbsHMatrix implementation for 5-dimensional MeasurementOnPlane and RKTrackRep parameterization |
CHMatrixV | AbsHMatrix implementation for one-dimensional MeasurementOnPlane and RKTrackRep parameterization |
►CAbsMaterialInterface | Abstract base class for geometry interfacing |
CGeant4MaterialInterface | AbsMaterialInterface implementation for use with Geant4's navigator |
CTGeoMaterialInterface | AbsMaterialInterface implementation for use with ROOT's TGeoManager |
►CAbsMeasurement | Contains the measurement and covariance in raw detector coordinates |
►CCDCRecoHit | This class is used to transfer CDC information to the track fit |
CAlignableCDCRecoHit | This class is used to transfer CDC information to the track fit and Millepede |
CFullMeasurement | Measurement class implementing a measurement of all track parameters |
►CPlanarMeasurement | Measurement class implementing a planar hit geometry (1 or 2D) |
CAlignableBKLMRecoHit | Alignable BKLM hit |
CAlignableEKLMRecoHit | Alignable EKLM hit |
►CPXDRecoHit | PXDRecoHit - an extended form of PXDCluster containing geometry information |
CAlignablePXDRecoHit | This class is used to transfer PXD information to the track fit |
►CPlanarMomentumMeasurement | Measurement class implementing a planar hit geometry (1 or 2D) with only a momentum measurement |
CPlanarVXDMomentumMeasurement< HitType > | Measurement class implementing a planar hit geometry (1 or 2D) with a momentum measurement based on the VXD dEdX information with setable parameters (see VXDMomentumEstimationMeasurementCreator) |
►CSVDRecoHit | SVDRecoHit - an extended form of SVDHit containing geometry information |
CAlignableSVDRecoHit | This class is used to transfer SVD information to the track fit |
►CSVDRecoHit2D | SVDRecoHit - an extended form of SVDHit containing geometry information |
CAlignableSVDRecoHit2D | This class is used to transfer SVD information to the track fit |
►CSpacepointMeasurement | Class for measurements implementing a space point hit geometry |
CProlateSpacepointMeasurement | Class for measurements implementing a space point hit geometry with a very prolate form of the covariance matrix |
CmySpacepointMeasurement | Example class for a spacepoint measurement which can be created from mySpacepointDetectorHit via the MeasurementFactory |
►CWireMeasurement | Class for measurements in wire detectors (Straw tubes and drift chambers) which do not measure the coordinate along the wire |
CWirePointMeasurement | Class for measurements in wire detectors (Straw tubes and drift chambers) which can measure the coordinate along the wire |
CWireMeasurementNew | Class for measurements in wire detectors (Straw tubes and drift chambers) which do not measure the coordinate along the wire |
►CAbsTrackRep | Abstract base class for a track representation |
►CRKTrackRep | AbsTrackRep with 5D track parameterization in plane coordinates: (q/p, u', v', u, v) |
CMplTrackRep | Monopole track representation |
►CDetPlane | Detector plane |
CROIDetPlane | ROIDetPlane describes the plane containing a sensor |
CGFRaveTrackParameters | GFRaveTrackParameters class Contains a pointer to the original genfit::Track, the weight of the track in the vertex, and smoothed (with the vertex information) state and covariance of the track |
CGFRaveVertex | GFRaveVertex class |
CHelixTrackModel | Helix track model for testing purposes |
CMeasurementCreator | Create different measurement types along a HelixTrackModel for testing purposes |
CThinScatterer | Thin or thick scatterer |
CTrack | Collection of TrackPoint objects, AbsTrackRep objects and FitStatus objects |
CTrackCand | Track candidate – seed values and indices |
►CTrackCandHit | Hit object for use in TrackCand |
CWireTrackCandHit | Hit object for use in TrackCand |
CTrackPoint | Object containing AbsMeasurement and AbsFitterInfo objects |
CmySpacepointDetectorHit | Example class for a spacepoint detector hit |
CZMQLogger::toJSON | Visitor Helper for converting a variant value into a JSON string |
CTokenCast< Desired_t > | Generic template for TokenCast<T> |
CTokenCast< double > | Double specialization of TokenCast<T> the decimal point is set to ' |
CTokenCast< int > | Integer specialization of TokenCast<T> |
CTokenCast< ModuleID_t > | ModuleID_t specialization of TokenCast<T> the decimal point is set to ' |
CTOPDatabaseImporter | TOP database importer |
CTOPGeometryPar | Singleton class for TOP Geometry Parameters |
CTOPPulseHeightPar | Struct holding the pulse height parameterizations for the TOP counter |
CTOPRecoManager | Singleton class providing pre-constructed reconstruction objects |
CTOPTemplateFitter | Class to perform template fit on TOP waveform data Minimzation method is described here http://wwwa1.kph.uni-mainz.de/Vorlesungen/SS11/Statistik/ |
CTOPTrack | Reconstructed track at TOP |
CTOPTree | Structure of a flat ntuple |
CTouschekReaderTURTLE | Class to read Touschek files and store their content in a MCParticle graph |
CFindlet< AIOTypes >::ToVectorImpl< T > | Forward a range of mutable objects |
CFindlet< AIOTypes >::ToVectorImpl< const T > | Specialisation to only forward a range for immutable types |
►CTParticlePDG | |
CEvtGenParticlePDG | Helper class for setting additional TParticlePDG members and storing the ones it doesn't have yet |
►CTQObject | |
CBrowsableWrapper | A wrapper for browsable objects to enable automatic redrawing |
CDisplayUI | Control TEve browser user interface |
CSplitGLView | Responsible for arranging the GL viewers and providing related functionality |
CTrack | Track parameters (neglecting curvature) |
CTrack | Track parameters (neglecting curvature) |
CTrack | Track parameters (neglecting curvature) |
CtrackAndState | Simple struct containing a Track pointer and a MeasuredStateOnPlane |
CTOPTrack::TrackAngles | Sine and cosine of track polar and azimuthal angles at assumed photon emission |
CTrackBase_t< TTrackCluster > | Struct to hold variables from a track which contains a vector of data type like TrackCluster |
CTrackBuilder | TrackBuilder class to create the Track/TrackFitResult mdst output from the RecoTrack |
CTrackCluster_t | Struct to hold variables for track clusters |
►CTrackerAlgorithmBase< ContainerType, ValidatorType > | Base class for TrackerAlgorithms. shall allow a common base for algorithms like the cellular automaton |
CCellularAutomaton< DirectedNodeNetwork< Belle2::Segment< Belle2::TrackNode >, Belle2::CACell >, Belle2::CAValidator< Belle2::CACell > > | |
CCellularAutomaton< ContainerType, ValidatorType > | The CellularAutomaton class This class serves as a functor for the algorithm itself |
CTrackExtrapolateG4e | Geant4e-based track extrapolation |
CTrackFitter | Algorithm class to handle the fitting of RecoTrack objects |
CTrackHit | Structure for track parameters at ARICH |
CTrackHit | Structure for track parameters at TOP |
CConst::TrackingDetectors | A class that defines the valid set of tracking detectors |
CTrackingValidationResult | |
CTrackMatchLookUp | Class to provide convenient methods to look up matching information between pattern recognition and Monte Carlo tracks |
CTrackNode | Minimal class to store combination of sector and spacePoint, since SpacePoint can not carry sectorConnection |
CTrackPoint_t | Struct to hold variables for intersection points |
CTrackPointComparator | Helper class for TrackPoint sorting, used in Track::sort() |
CTrackQualityTools | Tools to apply post corrections to a track after finding |
CTrackSelector | Utility for the track selection - used in various calibration modules |
CTrainer | |
►CTRandom | |
CRandomGenerator | Fast Random number Generator using on xorshift1024* [arXiv:1402.6246] |
CTRandomWrapper | Wrap TRandom to be useable as a uniform random number generator with STL algorithms like std::shuffle |
►CTransformData | Transformation data |
CTransformDataGlobalAligned | Transformation data (global, aligned): singleton version |
CARICHHitRateCounter::TreeStruct | Tree structure |
CCDCHitRateCounter::TreeStruct | Tree structure |
CECLHitRateCounter::TreeStruct | Tree structure |
CKLMHitRateCounter::TreeStruct | Tree data structure |
CPXDHitRateCounter::TreeStruct | Tree structure |
CSVDHitRateCounter::TreeStruct | Tree structure |
CTOPHitRateCounter::TreeStruct | Tree structure |
CTRG2DFinderTrack | TRG 2DFinder Track |
CTRGArea2D | A class to represent an 2D area |
CTrgBit | A general interface to get a trigger response |
CTRGBitStream | A class to represent a bit stream |
►CTRGBoard | A class to represent a trigger board |
CTRGCDCEventTimeFinder | A class of TRGCDC Event Time Finder |
CTRGCDCFrontEnd | A class to represent a CDC front-end board |
CTRGCDCMerger | A class to represent a CDC merger board |
CTRGCDCTrackSegmentFinder | Class of TrackSegmentFinder in TRGCDC |
CTRGCDCTracker2D | A class to represent a CDC 2D tracker board |
CTRGCDC | The instance of TRGCDC is a singleton |
►CTRGCDCCell | A class to represent a wire in CDC |
CTRGCDCSegment | A class to represent a wire in CDC |
CTRGCDCWire | A class to represent a wire in CDC |
►CTRGCDCCellHit | A class to represent a wire hit in CDC |
CTRGCDCSegmentHit | A class to represent a track segment hit in CDC |
CTRGCDCWireHit | A class to represent a wire hit in CDC |
CTRGCDCEventTime | A class of TRGCDC Event Time |
►CTRGCDCFitter | A class to fit a TRGCDCTrackBase object |
CTRGCDCCircleFitter | A class to fit a TTrackBase object to a circle |
CTRGCDCFitter3D | A class to fit tracks in 3D |
CTRGCDCHelix | TRGCDCHelix parameter class |
CTRGCDCHough3DFinder | Class of TRGCDCHough3DFinder |
CTRGCDCHoughFinder | A class to find tracks using Hough algorithm |
►CTRGCDCHoughPlaneBase | A class to represent a Hough parameter plane |
►CTRGCDCHoughPlane | A class to represent a Hough parameter plane |
CTRGCDCHoughPlaneMulti | A class to represent a Hough parameter plane |
CTRGCDCHoughPlaneMulti2 | A class to represent a Hough parameter plane |
CTRGCDCHoughPlaneBoolean | A class to represent a Hough parameter plane |
►CTRGCDCHoughTransformation | An abstract class to represent a Hough transformation |
CTRGCDCHoughTransformationCircle | A class to represent circle Hough transformation |
CTRGCDCJLUT | A class to use LUTs for TRGCDC |
CTRGCDCJSignal | A class to use Signals for TRGCDC 3D tracker |
CTRGCDCJSignalData | A class to hold common data for JSignals |
CTRGCDCLink | A class to relate TRGCDCCellHit and TRGCDCTrack objects |
►CTRGCDCLpar | TRGCDCLpar class |
CTRGCDCLpav | TRGCDCLpav class |
CTRGCDCLUT | A class to use LUTs for TRGCDC |
CTRGCDCPeakFinder | A class to find peaks in Hough Plane |
CTRGCDCPerfectFinder | A class to find 2D tracks using MC information |
CTRGCDCRelation | A class to represent a wire in CDC |
►CTRGCDCTrackBase | A class to represent a track object in TRGCDC |
CTRGCDCCircle | A class to represent a circle |
CTRGCDCTrack | A class to represent a reconstructed charged track in TRGCDC |
CTRGCDCTrackMC | A class to represent a GEN_HEPEVT particle in tracking |
CTRGCDCWireHitMC | A class to represent a MC wire hit in CDC |
CTRGChannel | A class to represent a serial link between trigger hardware modules |
CTRGClock | A class to represent a digitized signal. Unit is nano second |
CTRGDebug | A class for debugging of TSIM |
CTrgEclBeamBKG | A Class of ECL Trigger clustering
|
CTrgEclBhabha | A Class of ECL Trigger clustering
|
CTrgEclCluster | A Class of ECL Trigger clustering
|
CTrgEclDataBase | Class TrgEclDataBase; |
CTrgEclDatabaseImporter | Database importer of TRGECL |
CTrgEclMapping | A class of TC Mapping |
CTrgEclMaster | ETM class |
CTrgEclTiming | A Class of ECL Trigger clustering
|
CTRGGDL | The instance of TRGGDL is a singleton |
CTRGGRL | Class for TRGGRL |
CTRGGRLMatch | A class to represent a matching candidate in TRGGRL A matching candidate consists of a TRGCDCTrack and TRGECLCluster |
CTRGNeuroTrack | TRG Neuro track |
►CTRGOpticalLink | A class to represent a serial link between trigger modules |
CTRGOpticalLinkFrontEnd | A class to represent a serial link between trigger modules |
CTRGPoint2D | A class to represent a point in 2D |
CTRGSignal | A class to represent a digitized signal. Unit is nano second |
CTRGState | A class to represent a state of multi bits |
CTRGTime | A class to represent a signal timing in the trigger system |
CTRGUtilities | A class to provide TRG utility functions |
Ctriangle_t | Struct for a triangle |
Ctriangle_t | Triangle structure |
CTriangularInterpolation | The TriangularInterpolation class |
►Ctrue_type | |
CDetectPropertyImpl< ToVoid< AToPredicate< Ts... > >, AToPredicate, Ts... > | Implementation of the detection idiom - specialisation for the detected case |
Call_same< > | The all_same struct is meant to check that all the types in a template pack are of the same type |
Call_same< T > | The all_same struct is meant to check that all the types in a template pack are of the same type |
Cis_tuple< std::tuple< T... > > | |
CTrueHitInfo | Helper struct that holds information that is needed for the registration of the relation between SpacePoint and TrueHit |
CCDCTriggerNeuroDQMModule::TSLine | |
CCDCTriggerNeuroDQMOnlineModule::TSLine | |
CARICHGeoSupport::tube | Struct to hold tube parameters |
CTupleGenerateImpl< AGenerator, AIndexSequence > | Apply the template function F to each element of the index sequence |
CTupleGenerateImpl< AGenerator, std::index_sequence< Is... > > | Specialisation for concrete indices |
CTwoHitFilters | The class 'TwoHitFilters' bundles filter methods using 2 hits which are stored in B2Vector3Ds |
CTwoHitInBoxAlgorithm< AHitInBoxAlgorithm, AnotherHitInBoxAlgorithm > | Predicate class to check for the containment of items in a hough space part with two algorithms |
CTwoHitVariables | Class that allows the calculation of simple variables to check whether a combination of two hits should be used or discarded in tracking |
CTwoTimes | Structure to hold calpulse raw times expressed in samples since sample 0 of window 0 |
CTwoVector | |
CType< T > | Converts a template argument into a string for corresponding Python type |
CType< bool > | Converts a template argument into a string for corresponding Python type |
CType< boost::variant< Types... > > | Converts a template argument into a string for corresponding Python type |
CType< double > | Converts a template argument into a string for corresponding Python type |
CType< float > | Converts a template argument into a string for corresponding Python type |
CType< int > | Converts a template argument into a string for corresponding Python type |
CType< std::map< A, B > > | Converts a template argument into a string for corresponding Python type |
CType< std::optional< T > > | Converts a template argument into a string for corresponding Python type |
CType< std::set< T > > | Convert a templeate arugment into a string for corresponding Python type |
CType< std::shared_ptr< Path > > | Some modules take a path as argument so let's add this as well |
CType< std::string > | Converts a template argument into a string for corresponding Python type |
CType< std::tuple< Types... > > | Converts a template argument into a string for corresponding Python type |
CType< std::vector< T > > | Converts a template argument into a string for corresponding Python type |
CType< unsigned int > | Converts a template argument into a string for corresponding Python type |
CType< unsigned long int > | Converts a template argument into a string for corresponding Python type |
CUncertainHelix | A general helix class including a covariance matrix |
CUncertainParameterLine2D | A parameter line including including an line covariance matrix which is interpreted as located in the support point |
CUncertainParametersUtil< T, AEParameters > | Utility struct to instantiate a couple of helper function related to a set of uncertain parameters |
►CUncertainParametersUtil< HelixUtil, EHelixParameter > | |
CHelixUtil | Utility struct for functions and types related to the helix parameters |
►CUncertainParametersUtil< LineUtil, ELineParameter > | |
CLineUtil | Utility struct for functions and types related to the line parameters |
►CUncertainParametersUtil< PerigeeUtil, EPerigeeParameter > | |
CPerigeeUtil | Utility struct for functions and types related to the perigee parameters |
►CUncertainParametersUtil< SZUtil, ESZParameter > | |
CSZUtil | Utility struct for functions and types related to the sz plane parameters |
CUncertainPerigeeCircle | Adds an uncertainty matrix to the circle in perigee parameterisation |
CUncertainSZLine | A line in sz where s is the transverse travel distance as seen in the xy projection with uncertainties in the slope and intercept of the line |
CTOPGeoPrism::UnfoldedWindow | Unfolded prism exit window |
CUnit | The Unit class |
CUnknownPars | Structure including all variables of interest with uncertainties from boot-strap |
CUnknowSpline | Spline with uncertainty obtained from the boot-strap replicas |
CUnknowVar | Variable with uncertainty from boot-strap replicas |
CUpperBoundedSet< SupType > | Represents an upper bounded set of arithmetic types |
CInfoWidget::URI | Parsed URI |
CUseReferenceFrame< T > | A template class to apply the reference frame |
CUtility | Wrapper class for some utility functions |
CV0Fitter | V0Fitter class to create V0 mdst's from reconstructed tracks |
CV0ValidationPlots | |
CValidationRoot | |
CValidationTreeStruct | Calibration validation tree structure |
►CValue | |
C__CompilationDbNode | |
►CValueError | |
CCreationError | |
CInterpretError | |
►CManager::VarBase | Base class for information common to all types of variables |
CManager::MetaVar | A variable taking string arguments returning a variable |
CManager::ParameterVar | A variable taking additional floating-point arguments to influence the behaviour |
CManager::Var | A variable returning a floating-point value for a given Particle |
►CVariableExtractor | Class to extract individual variables |
CClusterInfoExtractor | Class to extract info from individual clusters and combine for SPTC |
CEventInfoExtractor | Class to extract results from qualityEstimation |
CFlipRecoTrackExtractor | Class to extract results from qualityEstimation |
CFlipRecoTrackExtractor2nd | Class to extract results from qualityEstimation |
CHitInfoExtractor | Class to extract info from individual clusters and combine for SPTC |
CQEResultsExtractor | Class to extract results from qualityEstimation |
CRecoTrackExtractor | Class to extract results from qualityEstimation |
CSubRecoTrackExtractor | Class to extract results from qualityEstimation |
CVariableFormulaConstructor | Struct to construct new variable function objects from a name or a double value or to apply operations on these variable function objects |
CVariablesTTree< filterLeaves > | Dump on a TTree the values of all the variables in a filter |
CVariablesTTree< Belle2::Filter< args ... > > | |
CVariablesTTree< Belle2::Filter< argsA ... > > | |
CVariablesTTree< Belle2::Filter< argsB ... > > | |
►CVariablesTTree<> | Defines the interface using an empty template pack |
CVariablesTTree< Filter< Variable, other ... > > | Specialization for a simple filter
|
CVariablesTTree< Filter< binaryOperator, Filter< argsA ... >, Filter< argsB ... >, other ... > > | Specialization for binary operators acting on a filter
|
CVariablesTTree< Filter< unaryOperator, Filter< args ... >, other ... > > | Specialization for unary operators acting on a filter
|
CVariableTBranch< Variable > | This class contains |
CVariadicType< T, Types > | Recursively convert multiple types to type names (used for tuples) |
CVariadicType< T > | Recursively convert multiple types to type names (used for tuples) |
CVarNames< AObject > | Class that specifies the names of the variables |
►CVarNames< AFilter::Object > | |
CFilterVarNames< AFilter > | Vehicle class to transport the variable names |
►CVarNames< BaseCDCPathFilter::Object > | |
CCDCPathBasicVarNames | Vehicle class to transport the variable names |
CCDCPathTruthVarNames | Vehicle class to transport the variable names |
CCDCfromEclPathTruthVarNames | Vehicle class to transport the variable names |
►CVarNames< BaseCDCStateFilter::Object > | |
CCDCStateBasicVarNames | Vehicle class to transport the variable names |
CCDCStateTruthVarNames | Vehicle class to transport the variable names |
CCDCfromEclStateTruthVarNames | Vehicle class to transport the variable names |
►CVarNames< BasePXDStateFilter::Object > | |
CPXDStateBasicVarNames | Vehicle class to transport the variable names |
CPXDStateTruthVarNames | Vehicle class to transport the variable names |
►CVarNames< BaseSegmentTrackFilter::Object > | |
CSegmentTrackTruthVarNames | Vehicle class to transport the variable names |
CSegmentTrackVarNames | Vehicle class to transport the variable names |
►CVarNames< BaseStereoHitFilter::Object > | |
CStereoHitTruthVarNames | Vehicle class to transport the variable names |
CStereoHitVarNames | Vehicle class to transport the variable names |
►CVarNames< BaseSVDStateFilter::Object > | |
CSVDStateBasicVarNames | Vehicle class to transport the variable names |
CSVDStateTruthVarNames | Vehicle class to transport the variable names |
CSVDStateVarNames | Vehicle class to transport the variable names |
►CVarNames< CDCAxialSegmentPair > | |
CBasicAxialSegmentPairVarNames | Vehicle class to transport the variable names |
CFitAxialSegmentPairVarNames | Vehicle class to transport the variable names |
CFitlessAxialSegmentPairVarNames | Vehicle class to transport the variable names |
CHitGapAxialSegmentPairVarNames | Vehicle class to transport the variable names |
CTruthAxialSegmentPairVarNames | Vehicle class to transport the variable names |
►CVarNames< CDCSegment2D > | |
CAdvancedSegmentVarNames | Vehicle class to transport the variable names |
CBasicSegmentVarNames | Vehicle class to transport the variable names |
CTruthSegmentVarNames | Vehicle class to transport the variable names |
►CVarNames< CDCSegmentPair > | |
CBasicSegmentPairVarNames | Vehicle class to transport the variable names |
CFitSegmentPairVarNames | Vehicle class to transport the variable names |
CFitlessSegmentPairVarNames | Vehicle class to transport the variable names |
CHitGapSegmentPairVarNames | Vehicle class to transport the variable names |
CTrailSegmentPairVarNames | Vehicle class to transport the variable names |
CTruthSegmentPairVarNames | Vehicle class to transport the variable names |
►CVarNames< CDCTrack > | |
CBasicTrackVarSetNames | Vehicle class to transport the variable names |
CBestMatchedTruthVarNames | Vehicle class to transport the variable names |
CTruthTrackVarNames | Vehicle class to transport the variable names |
►CVarNames< CDCWireHitCluster > | |
CBasicClusterVarNames | Vehicle class to transport the variable names |
CBkgTruthClusterVarNames | Vehicle class to transport the variable names |
►CVarNames< CKFToPXDResult > | |
CPXDResultTruthVarNames | Vehicle class to transport the variable names |
CPXDResultVarNames | Vehicle class to transport the variable names |
►CVarNames< CKFToSVDResult > | |
CRelationSVDResultVarNames | Vehicle class to transport the variable names |
CSVDResultTruthVarNames | Vehicle class to transport the variable names |
CSVDResultVarNames | Vehicle class to transport the variable names |
►CVarNames< const CDCFacet > | |
CBasicFacetVarNames | Vehicle class to transport the variable names |
CBendFacetVarNames | Vehicle class to transport the variable names |
CFitFacetVarNames | Vehicle class to transport the variable names |
CFitlessFacetVarNames | Vehicle class to transport the variable names |
►CVarNames< Relation< const CDCFacet > > | |
CBasicFacetRelationVarNames | Vehicle class to transport the variable names |
CBendFacetRelationVarNames | Vehicle class to transport the variable names |
CFitFacetRelationVarNames | Vehicle class to transport the variable names |
►CVarNames< Relation< const CDCSegment2D > > | |
CBasicSegmentRelationVarNames | Vehicle class to transport the variable names |
CFitSegmentRelationVarNames | Vehicle class to transport the variable names |
CFitlessSegmentRelationVarNames | Vehicle class to transport the variable names |
CHitGapSegmentRelationVarNames | Vehicle class to transport the variable names |
►CVarNames< Relation< const CDCSegmentPair > > | |
CBasicSegmentPairRelationVarNames | Vehicle class to transport the variable names |
CFitSegmentPairRelationVarNames | Vehicle class to transport the variable names |
CTruthSegmentPairRelationVarNames | Vehicle class to transport the variable names |
►CVarNames< Relation< const CDCTrack > > | |
CBasicTrackRelationVarNames | Vehicle class to transport the variable names |
CFitTrackRelationVarNames | Vehicle class to transport the variable names |
CHitGapTrackRelationVarNames | Class vehicle to transport the variable names |
CECLChargedPidPDFs::VarTransfoSettings | Class to hold parameters needed to perform pre-processing of input variables (e.g., gaussianisation, decorrelation) to build a multi-dimensional likelihood model |
►Cvector< T > | STL class |
►CCDCSegment< CDCTangent > | |
CCDCTangentSegment | A segment consisting of adjacent tangents |
►CCDCSegment< CDCRecoHit2D > | |
CCDCSegment2D | A reconstructed sequence of two dimensional hits in one super layer |
►CCDCSegment< CDCRecoHit3D > | |
CCDCSegment3D | A segment consisting of three dimensional reconstructed hits |
►CCDCSegment< const CDCWireHit * > | |
CCDCWireHitSegment | A segment consisting of two dimensional reconsturcted hits |
►CCDCSegment< CDCRLWireHit > | |
CCDCRLWireHitSegment | A segment consisting of two dimensional reconsturcted hits |
►CCDCSegment< CDCFacet > | |
CCDCFacetSegment | A segment consisting of adjacent facets |
CSensorTraversal | Class to keep track of the traversal of the sensitive volume for one track |
CTRGCDCEventTimeFinder | A class of TRGCDC Event Time Finder |
CTRGCDCFrontEnd | A class to represent a CDC front-end board |
CTRGCDCLayer | A class to represent a cell layer |
CTRGCDCMerger | A class to represent a CDC merger board |
CTRGCDCTrackSegmentFinder | Class of TrackSegmentFinder in TRGCDC |
CTRGCDCTracker2D | A class to represent a CDC 2D tracker board |
CTRGSignalBundle | A class to represent a bundle of SignalVectors |
CTRGSignalVector | A class to represent a bundle of digitized signals |
CCDCSegment< T > | A sequence of hits limited to one superlayer |
CCDCTrack | Class representing a sequence of three dimensional reconstructed hits |
CCDCWireHitCluster | An aggregation of CDCWireHits |
CVector2D | A two dimensional vector which is equipped with functions for correct handeling
of orientation related issues in addition to the expected vector methods |
CVector3D | A three dimensional vector |
Cvector_t | Struct for a three vector |
CVectorVar | Structure to store all bootstrap replicas |
CVerbosityClass< Verbosity > | Should behave differently for different verbosity-levels given - class |
CVertexVector | Need this container for exception-safe cleanup, GFRave's interface isn't exception-safe as is |
CVisitor< operation > | This is a class template which takes a template class operation as template argument |
CVisualRepMap | Defines a bidirectional (many to many) mapping between TObjects in DataStore and their visual representation |
Cvlistentry_t | |
CVMatrix | Simple Matrix based on std::vector<double> |
CVoid | Functor returning void from an abitrary objects |
CVoidMetaInfo | The most CPU efficient MetaInfo for the DirectedNode-requirements (even if useless) |
►CVoidObserver | The most CPU efficient Observer for the VXDTF filter tools (even if useless) |
CCountAcceptRejectObserver | This observer does simply count the number of times, the attached SelectionVariable was accepted or rejected |
CCountAcceptedRejectedMCParticleObserver | This observer identifies the McParticles responsible for creating underlying clusters for given spacePoints and counts how often a particle type was accepted and how often it was rejected |
CCountBadCaseObserver | This observer does simply count the number of times, the attached Filter resulted in isinf or isnan |
CCountUsedObserver | This observer does simply count the number of times, the attached SelectionVariable was used |
CInfoObserver | This observer does simply print the name of the SelectionVariable and the result of its value-function as a Warning |
CProvideBasicInfoObserver | This observer combines all the easy-to-get info retrievable by observers and prints it to screen |
CVectorOfObservers< FilterType > | WARNING TODO: |
CObserver | This observer does simply count the number of times, the attached Filter was used |
CResultsObserver | Takes result, prints it and stores it to lastResult |
CResultsObserver | Takes result, prints it and stores it to lastResult |
CResultsObserver | Takes result, prints it and stores it to lastResult |
CCountingObserver | This observer does simply count the number of times, the attached Filter was used |
CErrorObserver | This observer does simply print the name of the SelectionVariable and the result of its value-function as an Error |
CInfoObserver | This observer does simply print the name of the SelectionVariable and the result of its value-function as a Warning |
CVectorOfObservers< FilterType > | This observer does simply collect other observers which are to be executed during the call of the corresponding notify function(s) |
CVolumeNumbers | Volume numbers |
CVSymMatrix | Simple symmetric Matrix based on std::vector<double> |
CVVector | Simple Vector based on std::vector<double> |
CVxdCdcMergerValidationPlots | |
CConst::VXDDetectors | A class that defines the valid set of VXD detectors |
CVXDElectronDeposit | Packed class to represent energy deposit along a path in electrons |
►CVXDGeoComponent | Class holding all parameters for an VXD geometry component |
CVXDGeoSensor | Struct holding all parameters for a completeVXD Sensor |
CVXDGeoLadder | Struct containing all parameters of one ladder |
CVXDGeoPlacement | Class holding all parameters to place a VXD geometry subcomponent |
CVXDGeoSensorPlacement | Struct holding the information where a sensor should be placed inside the ladder |
CVXDHoughState | Simple container for hit information to be used during intercept finding |
CVxdID | Class to uniquely identify a any structure of the PXD and SVD |
CVXDMomentumEnergyEstimator | |
CVXDMomentumEstimation< ClusterType > | Class doing the momentum estimation from dEdX for SVDClusters and PXDClusters |
CVXDMomentumEstimation< HitType > | |
CVXDMomentumEstimationTools< ClusterType > | Tools needed for the VXD momentum estimation to, e.g |
CVXDTFFilters< point_t > | Class that contains all the static sectors to which the filters are attached |
CVXDTFFilters< Belle2::SpacePoint > | |
CScriptStatus.waiting | |
CWaveFitter | Waveform fitter class |
CWaveGenerator | Waveform generator This is a functor to calculate APV samples from waveform |
CARICHGeoSupport::wedge | Struct to hold wedge parameters |
CWeightedRelationUtil< AFrom, ATo > | Utility structure with functions related to weighted relations |
CWeightfile | Serializes all information about a training into an xml tree |
CPIDDetectorWeights::WeightsTable | Nested class acting as a container the per-detector weights |
Cwidth_t | Bit widths for the prefix coding to encode integers which are mainly concentrated around zero and probability density are decreasing for large absolute values |
CWireLine | A three dimensional limited line represented by its closest approach to the z-axes (reference position ) and its skew parameter |
CWireNeighborKind | Type for the neighbor relationship from one wire to another |
►CWithParamInterface | |
CSecondaryWireNeighborhoodTest | |
CWrapArray2D< T > | Class to replace POD 2D array to save stack usage since it just allocates memory dynamically |
►CWrapperTask | |
CMainTask | |
CMainTask | |
CMasterTask | |
CMainTask | |
►CWriter | |
CBufferedWriter | |
CFileWriter< FD > | |
CStreamSizeCounter | |
CWrongRLColorMap | |
CXHitFilterFactory< PointType > | The factory serves as an interface between all x-hit-filters and a user only knowing their name (in string), but not their type |
CXT | Class to perform fitting for each xt function |
CCDCCrossTalkAdderModule::XTalkInfo | Structure for saving the x-talk information |
CCDCDigitizerModule::XTalkInfo | Structure for saving the x-talk information |
CXTCalibration | Class to perform xt calibration for drift chamber |
CXTFunction | Class to perform fitting for each xt function |
CXY | Point |
Cxy_t | A simple 2d vector stucture |
CZMQAddressUtils | Summary of some address helpers |
CZMQClient | A helper class for communicating over ZMQ. Includes a multicast and (if needed) also a data socket |
►CZMQLogger | Base class for the ZMQ connection to help monitor and log certain values |
►CZMQConnection | Base class for every connection with virtual functions to be implemented: |
►CZMQConnectionOverSocket | Specialized connection over a ZMQ socket |
CZMQConfirmedInput | Input part of a confirmed connection |
CZMQConfirmedOutput | Output part of a confirmed connection |
CZMQLoadBalancedInput | Input part of a load-balanced connection |
CZMQLoadBalancedOutput | Output part of a load-balanced connection |
CZMQRawInput | Input connection allowing to speak with non-zmq sockets via a ZMQ_STREAM socket |
CZMQRawOutput | Output connection to speak to non-zmq sockets via a ZMQ_STREAM socket |
CZMQSimpleConnection | Connection type to be used for answering simple requests, e.g |
CZMQDataAndROIOutput | Helper connection hosting both a normal raw and a ROI output and sending to both at the same time |
CZMQHistoServerToFileOutput | Output histograms into a ROOT file and shared memory after merging |
CZMQHistoServerToRawOutput | Same as ZMQHistoServerToZMQOutput just send uncompressed to a raw output |
CZMQHistoServerToZMQOutput | Send the histograms as compressed byte stream via a ZMQConfirmedOutput connection after merging with all the properties of a normal confirmed output |
CZMQNullConnection | Connection doing just nothing: without the capability to pull, send or receive. Useful for template interfaces |
CZMQROIOutput | Dedicated output to send ROI messages to the PXD ONSEN system |
CZMQMessageFactory | Helper class for creating new ID/No-ID messages |
CZMQMessageHelper | Internal helper for creating ZMQ messages (should not be used otherwise) |
CZMQModuleMessage< AMessageFrameNumber > | A general message with as many parts as given as template argument |
►CZMQModuleMessage< 3 > | |
CZMQNoIdMessage | A message without an associated socket ID. Is used in most cases |
►CZMQModuleMessage< 4 > | |
CZMQIdMessage | A message with the socket ID. Needed in input<->worker communication |
CZMQParent | A helper class for creating ZMQ sockets keeping track of the ZMQ context and terminating it if needed |
CZMQStandardApp< AInputConnection, AOutputConnection > | Generic base class for all standalone ZMQ applications |
►CZMQStandardApp< ZMQConfirmedInput, ZMQConfirmedOutput > | |
CZMQProxyCollector | Special collector app: receive messages on the input reacting with a confirmation message and sends them out via a confirmed connection to ready workers |
►CZMQStandardApp< ZMQConfirmedInput, ZMQDataAndROIOutput > | |
CZMQFinalCollectorWithROI | Special form of the ZMQFinalCollector for sending out the additional data message to a ROI receiver |
►CZMQStandardApp< ZMQConfirmedInput, ZMQHistoServerToFile > | |
CZMQHistogramToFileServer | Final histogram app: receive histogram messages from all clients and react with a confirmation message |
►CZMQStandardApp< ZMQConfirmedInput, ZMQHistoServerToRaw > | |
CZMQHistogramToRawServer | Non-Final histogram app: receive histogram messages from all clients and react with a confirmation message |
►CZMQStandardApp< ZMQConfirmedInput, ZMQHistoServerToZMQ > | |
CZMQHistogramToZMQServer | Non-Final histogram app: receive histogram messages from all clients and react with a confirmation message |
►CZMQStandardApp< ZMQConfirmedInput, ZMQLoadBalancedOutput > | |
CZMQCollector | Normal collector app: receive messages on the input reacting with a confirmation message and sends them out via a load-balanced connection to ready workers |
►CZMQStandardApp< ZMQConfirmedInput, ZMQNullConnection > | |
CZMQAcceptor | App to only send a confirmation on every incoming message - behaves the same as the input of a (final)collector (but without an output) |
►CZMQStandardApp< ZMQConfirmedInput, ZMQRawOutput > | |
CZMQFinalCollector | Final collector app: receive messages on the input reacting with a confirmation message and sends them out via a raw connection (e.g |
►CZMQStandardApp< ZMQLoadBalancedInput, ZMQConfirmedOutput > | |
CZMQWorker | App to mimick a basf2-worker by accepting an incoming message with a ready message and sending it out via the output - requiring a confirmation message from the next step |
►CZMQStandardApp< ZMQLoadBalancedInput, ZMQNullConnection > | |
CZMQReadySender | App to only send a ready on every incoming message - behaves the same as the input of a worker (but without an output) |
►CZMQStandardApp< ZMQLoadBalancedInput, ZMQRawOutput > | |
CZMQOutputAdapter | Special collector app for translating between ZMQ and raw connections: send ready messages (like a typical worker) on the input and send all received events to the raw connection at output |
►CZMQStandardApp< ZMQRawInput, ZMQConfirmedOutput > | |
CZMQInputAdapter | |
►CZMQStandardApp< ZMQRawInput, ZMQLoadBalancedOutput > | |
CZMQDistributor | Standard distributor app: receive data via a raw connection (e.g |
Czr_t | Simple struct with z and r coordinates |
►CABC | |
►CCalibrationCheckerBase | |
CPXDHotPixelMaskCalibrationChecker | |
►CConditionCheckerBase | |
CPXDDeadPixelsChecker | |
CPXDGainMapChecker | |
CPXDMaskedPixelsChecker | |
CPXDOccupancyInfoChecker | |
►CAlgorithmStrategy | |
CKLMChannelStatus | |
CKLMStripEfficiency | |
►CBasf2PathTask | |
CGenerateSimTask | |
CResultRecordingTask | |
CValidationAndOptimisationTask | |
CGenerateSimTask | |
CResultRecordingTask | |
CStateRecordingTask | |
CValidationAndOptimisationTask | |
CCDCQEDataCollectionTask | |
CGenerateSimTask | |
►CHarvestingValidationBaseTask | |
CCDCQEHarvestingValidationTask | |
CRecoTrackQEHarvestingValidationTask | |
CVXDQEHarvestingValidationTask | |
CRecoTrackQEDataCollectionTask | |
CVXDQEDataCollectionTask | |
CGenerateSimTask | |
CResultRecordingTask | |
CStateRecordingTask | |
CValidationAndOptimisationTask | |
►CBasf2Task | |
CCKFResultFilterTeacherTask | |
CSplitNMergeSimTask | |
CCKFResultFilterTeacherTask | |
CCKFStateFilterTeacherTask | |
CSplitNMergeSimTask | |
►CPlotsFromHarvestingValidationBaseTask | |
CCDCQEValidationPlotsTask | |
CRecoTrackQEValidationPlotsTask | |
CVXDQEValidationPlotsTask | |
CQEWeightsLocalDBCreatorTask | |
CSplitNMergeSimTask | |
►CTrackQETeacherBaseTask | |
CCDCQETeacherTask | |
CRecoTrackQETeacherTask | |
CVXDQETeacherTask | |
CCKFResultFilterTeacherTask | |
CCKFStateFilterTeacherTask | |
CSplitNMergeSimTask | |
►CCalibration | |
CCDCDedxCalibration | |
►CCDCDisplayRun | |
CCDCDebugDisplayRun | |
►CDataset | |
CPriorDataLoader | |
►CDirective | |
CModuleListDirective | |
CRenderDocstring | |
CVariableListDirective | |
►CDomain | |
CBasf2Domain | |
►CEnum | |
CRunningTagUpdateMode | |
CDQMModes | |
CLocation | |
CRunTypes | |
CSoftwareTriggerModes | |
CTestClusterControlDrmaa.SessionMock.JobState | |
►CExternalTask | |
CCheckExistingFile | |
►CFormatter | |
CDefaultValueFormatter | |
►CIndex | |
CBasf2ModuleIndex | |
CBasf2VariableIndex | |
►CLayer | |
CEnhancedRelations | |
CRelations | |
►CLexer | |
CB2Lexer | |
CB2ParameterLexer | |
►CModule | |
CMakePlots | |
CPXDPayloadROIUnpackerModule | |
CPXDRawROIUnpackerModule | |
CShowMCParticles | |
CSetMetaTimeModule | |
CPrintObjectsModule | |
CCDCPlotModule | |
CCheckFrontEndMaps | |
CTestDoWhile | |
CMakeRelations | |
CImportFrontEndMaps | |
CMinModule | |
CEventRangePathSplitter | |
CExtraInfoPathSplitter | |
CStopModule | |
CEffModule | |
CCheckPresenceOfTrackToMCParticleRelation | |
►Cobject | |
►CGenericOptionFile | |
CPythonOptionFile | |
CTextOptionFile | |
►CBits | |
►CBitArray | |
CBitStream | |
►CConstBitStream | |
CBitStream | |
►CConstByteStore | |
CByteStore | |
CMmapByteArray | |
CVCDWriter | |
►CVariable | |
CRealVariable | |
CScalarVariable | |
CVectorVariable | |
►CRefiner | |
CCdRefiner | |
CExpertLevelRefiner | |
CFilterRefiner | |
CGroupByRefiner | |
►CPlot2DRefiner | |
CSaveProfilesRefiner | |
CSaveScatterRefiner | |
CSaveClassificationAnalysisRefiner | |
CSaveFiguresOfMeritRefiner | |
CSaveHistogramsRefiner | |
CSavePullAnalysisRefiner | |
CSaveTreeRefiner | |
CSelectRefiner | |
►CEmptyRun | |
►CMinimalRun | |
►CReadOrGenerateEventsRun | |
►CStandardEventGenerationRun | |
CClusterFilterValidationRun | |
CFitValidation | |
CSegmentPairCreationValidationRun | |
CSegmentQuadTreeRun | |
►CHarvestingRun | |
CElossHarvestingRun | |
CLegendreBinningValidationRun | |
CSegmentFitValidationRun | |
CSegmentPairFitValidationRun | |
CFacetFilterTrainingRun | |
CFacetRelationFilterTrainingRun | |
►CReadOrGenerateTrackedEventsRun | |
CCDCDisplayRun | |
CStandardReconstructionEventsRun | |
►CTrackingValidationRun | |
CCombinedSVDTrackingValidation | |
CCombinedSVDTrackingValidationBkg | |
CSVDHoughTrackingValidation | |
CSVDHoughTrackingValidationBkg | |
CStandalone | |
CVXDTF2TrackingValidation | |
CVXDTF2TrackingValidationBkg | |
CCDCAutomaton | |
CCDCAutomaton | |
CCDCCR | |
CCDCCombined | |
CCDCCombined | |
CCDCFull | |
CCDCFull | |
CCDCLegendre | |
CCDCLegendre | |
CCosmicsAxialHough | |
CCosmicsHough | |
CCosmics | |
CFull | |
CFullBkg | |
CfullTrackingValidation_plusECL | |
CFull | |
CMuon | |
CCKFBkg | |
CtoCDCCKFValidationBkg | |
CtoCDCfromEclCKF | |
CtoCDCfromEclCKF | |
CBackgroundClusterFilterTrainingRun | |
CFeasibleAxialSegmentPairFilterTrainingRun | |
CFeasibleSegmentPairFilterTrainingRun | |
CFeasibleSegmentRelationFilterTrainingRun | |
CFeasibleTrackRelationFilterTrainingRun | |
CRealisticAxialSegmentPairFilterTrainingRun | |
CRealisticSegmentPairFilterTrainingRun | |
CRealisticSegmentPairRelationFilterTrainingRun | |
CRealisticSegmentRelationFilterTrainingRun | |
CRealisticTrackRelationFilterTrainingRun | |
CSegmentTrackFilterTrainingRun | |
CTrackFilterTrainingRun | |
►CPostProcessingRunMixin | |
►CHarvestingRunMixin | |
CHarvestingRun | |
►CBrowseTFileOnTerminateRunMixin | |
CClusterFilterValidationRun | |
CSegmentPairCreationValidationRun | |
CHarvestingRunMixin | |
CTrackingValidationRun | |
CTrainingRunMixin | |
CTrainingRunMixin | |
►CRunMixin | |
CRootOutputRunMixin | |
CWireHitPreparerRunMixin | |
CClassificationAnalysis | |
►CCutClassifier | |
CCutAtBackgroundRejectionClassifier | |
CAlwaysPassFilter | |
CFilterProperties | |
CValidationPlot | |
CPullAnalysis | |
CResolutionAnalysis | |
CNoReplacementField | |
►CObjectDescription | |
CBasf2Object | |
►CProcess | |
►CCalculationProcess | |
CBasf2CalculationProcess | |
►CPrompts | |
CBasf2IPythonPrompt | |
►CQueueHarvester | |
CFitHarvester | |
►CVXDHarvester | |
CPXDHarvester | |
CSVDHarvester | |
►CSequentialRunByRun | |
CKLMAlignment | |
►CTask | |
►CTrackQEEvaluationBaseTask | |
CCDCTrackQEEvaluationTask | |
CRecoTrackQEEvaluationTask | |
CVXDTrackQEEvaluationTask | |
►CTestCase | |
CTest_Machine | |
CTestUtils_getiov | |
CTestUtils_topological_sort | |
CTest_Prompt | |
CTest_Prompt | |
►CHLTZMQTestCase | |
CDistributorTestCase | |
CHistogramStopTestCase | |
CHistogramTestCase | |
CDyingHLTTestCase | |
CHLTTestCase | |
►CWorkerTestCase | |
CDyingWorkerTestCase | |
CNormalWorkerTestCase | |
CBaseCollectorTestCase | |
►CTNamed | |
CKLMChannelMapValue< unsigned int > | |
CKLMChannelMapValue< T > | KLM channel map |
►CMergeableNamed | Abstract base class for objects that can be merged but also named |
CMilleData | Mergeable class holding list of so far opened mille binaries and providing the binaries |
CMonitoringObject | MonitoringObject is a basic object to hold data for the run-dependency monitoring Run summary TCanvases and monitoring variables |
CRunRange | Mergeable object holding (unique) set of (exp,run) pairs |
CEventDisplay | Event display designed to run with Genfit |
►CTrainingRunMixin | |
CBackgroundClusterFilterTrainingRun | |
CFacetFilterTrainingRun | |
CFacetRelationFilterTrainingRun | |
CFeasibleAxialSegmentPairFilterTrainingRun | |
CFeasibleSegmentPairFilterTrainingRun | |
CFeasibleSegmentRelationFilterTrainingRun | |
CFeasibleTrackRelationFilterTrainingRun | |
CRealisticAxialSegmentPairFilterTrainingRun | |
CRealisticSegmentPairFilterTrainingRun | |
CRealisticSegmentPairRelationFilterTrainingRun | |
CRealisticSegmentRelationFilterTrainingRun | |
CRealisticTrackRelationFilterTrainingRun | |
CSegmentTrackFilterTrainingRun | |
CTrackFilterTrainingRun | |
►CTs | |
CVisitOverload< Ts > | Helper struct for the C++17 std::visit overload pattern to allow simple use of variants |
►Ctuple | |
CspacePoint | Just a small proto-container storing coordinates |