|
| DQMHistAnalysisCDCMonObjModule () |
| Constructor.
|
|
| ~DQMHistAnalysisCDCMonObjModule () |
| Destructor.
|
|
void | initialize () override final |
| Initialize the Module. More...
|
|
void | beginRun () override final |
| Called when entering a new run. More...
|
|
void | endRun () override final |
| End-of-run action. More...
|
|
void | terminate () override final |
| Termination action. More...
|
|
void | makeBadChannelList () |
| make bad channel list.
|
|
float | getHistMean (TH1D *h) const |
| Get mean of ADC histogram excluding 0-th bin.
|
|
float | getHistMedian (TH1D *h) const |
| Get median of ADC histogram excluding 0-th bin.
|
|
std::pair< int, int > | getBoardChannel (unsigned short layer, unsigned short wire) |
| Get board/channel from layer/wire.
|
|
void | configureBins (TH2Poly *h) |
| Configure bins of TH2Poly.
|
|
void | setRunType (std::string &t) |
| Set the Run Type. More...
|
|
void | setEventProcessed (int e) |
| Set the number of processed events. More...
|
|
TCanvas * | findCanvas (TString cname) |
| Find canvas by name. More...
|
|
TH1 * | findHistInCanvas (const std::string &hname) |
| Find histogram in corresponding canvas. More...
|
|
double | getSigma68 (TH1 *h) const |
| Helper function to compute half of the central interval covering 68% of a distribution. More...
|
|
void | clearCanvases (void) |
| Clear content of all Canvases.
|
|
TH1 * | getDelta (const std::string &fullname, int n=0, bool onlyIfUpdated=true) |
| Get Delta histogram. More...
|
|
TH1 * | getDelta (const std::string &dirname, const std::string &histname, int n=0, bool onlyIfUpdated=true) |
| Get Delta histogram. More...
|
|
void | addDeltaPar (const std::string &dirname, const std::string &histname, HistDelta::EDeltaType t, int p, unsigned int a=1) |
| Add Delta histogram parameters. More...
|
|
bool | hasDeltaPar (const std::string &dirname, const std::string &histname) |
| Check if Delta histogram parameters exist for histogram. More...
|
|
void | UpdateCanvas (std::string name, bool updated=true) |
| Mark canvas as updated (or not) More...
|
|
void | UpdateCanvas (TCanvas *canvas, bool updated=true) |
| Mark canvas as updated (or not) More...
|
|
void | ExtractRunType (std::vector< TH1 * > &hs) |
| Extract Run Type from histogram title, called from input module.
|
|
void | ExtractEvent (std::vector< TH1 * > &hs) |
| Extract event processed from daq histogram, called from input module.
|
|
int | registerEpicsPV (std::string pvname, std::string keyname="", bool update_pvs=true) |
| EPICS related Functions. More...
|
|
void | setEpicsPV (std::string keyname, double value) |
| Write value to a EPICS PV. More...
|
|
void | setEpicsPV (std::string keyname, int value) |
| Write value to a EPICS PV. More...
|
|
void | setEpicsPV (int index, double value) |
| Write value to a EPICS PV. More...
|
|
void | setEpicsPV (int index, int value) |
| Write value to a EPICS PV. More...
|
|
void | setEpicsStringPV (std::string keyname, std::string value) |
| Write string to a EPICS PV. More...
|
|
void | setEpicsStringPV (int index, std::string value) |
| Write string to a EPICS PV. More...
|
|
double | getEpicsPV (std::string keyname) |
| Read value from a EPICS PV. More...
|
|
double | getEpicsPV (int index) |
| Read value from a EPICS PV. More...
|
|
std::string | getEpicsStringPV (std::string keyname, bool &status) |
| Read value from a EPICS PV. More...
|
|
std::string | getEpicsStringPV (int index, bool &status) |
| Read value from a EPICS PV. More...
|
|
int | updateEpicsPVs (float timeout) |
| Update all EPICS PV (flush to network) More...
|
|
chid | getEpicsPVChID (std::string keyname) |
| Get EPICS PV Channel Id. More...
|
|
chid | getEpicsPVChID (int index) |
| Get EPICS PV Channel Id. More...
|
|
bool | requestLimitsFromEpicsPVs (chid id, double &lowerAlarm, double &lowerWarn, double &upperWarn, double &upperAlarm) |
| Get Alarm Limits from EPICS PV. More...
|
|
bool | requestLimitsFromEpicsPVs (std::string keyname, double &lowerAlarm, double &lowerWarn, double &upperWarn, double &upperAlarm) |
| Get Alarm Limits from EPICS PV. More...
|
|
bool | requestLimitsFromEpicsPVs (int index, double &lowerAlarm, double &lowerWarn, double &upperWarn, double &upperAlarm) |
| Get Alarm Limits from EPICS PV. More...
|
|
void | setUseEpics (bool flag) |
| Setter for EPICS usage. More...
|
|
void | setUseEpicsReadOnly (bool flag) |
| Setter EPICS flag in read only mode. More...
|
|
bool | getUseEpics (void) |
| Getter for EPICS usage. More...
|
|
bool | getUseEpicsReadOnly (void) |
| Getter EPICS flag in read only mode. More...
|
|
void | cleanupEpicsPVs (void) |
| Unsubscribe from EPICS PVs on terminate.
|
|
std::string & | getPVPrefix (void) |
| get global Prefix for EPICS PVs More...
|
|
void | setPVPrefix (std::string &prefix) |
| set global Prefix for EPICS PVs More...
|
|
EStatus | makeStatus (bool enough, bool warn_flag, bool error_flag) |
| Helper function to judge the status for coloring and EPICS. More...
|
|
void | colorizeCanvas (TCanvas *canvas, EStatus status) |
| Helper function for Canvas colorization. More...
|
|
EStatusColor | getStatusColor (EStatus status) |
| Return color for canvas state. More...
|
|
void | checkPVStatus (void) |
| Check the status of all PVs and report if disconnected or not found.
|
|
void | printPVStatus (chid pv, bool onlyError=true) |
| check the status of a PVs and report if disconnected or not found More...
|
|
std::vector< std::string > | StringSplit (const std::string &s, const char delim) |
| Helper function for string token split. More...
|
|
virtual std::vector< std::string > | getFileNames (bool outputFiles) |
| Return a list of output filenames for this modules. More...
|
|
virtual void | event () |
| This method is the core of the module. More...
|
|
const std::string & | getName () const |
| Returns the name of the module. More...
|
|
const std::string & | getType () const |
| Returns the type of the module (i.e. More...
|
|
const std::string & | getPackage () const |
| Returns the package this module is in.
|
|
const std::string & | getDescription () const |
| Returns the description of the module.
|
|
void | setName (const std::string &name) |
| Set the name of the module. More...
|
|
void | setPropertyFlags (unsigned int propertyFlags) |
| Sets the flags for the module properties. More...
|
|
LogConfig & | getLogConfig () |
| Returns the log system configuration.
|
|
void | setLogConfig (const LogConfig &logConfig) |
| Set the log system configuration.
|
|
void | setLogLevel (int logLevel) |
| Configure the log level.
|
|
void | setDebugLevel (int debugLevel) |
| Configure the debug messaging level.
|
|
void | setAbortLevel (int abortLevel) |
| Configure the abort log level.
|
|
void | setLogInfo (int logLevel, unsigned int logInfo) |
| Configure the printed log information for the given level. More...
|
|
void | if_value (const std::string &expression, const std::shared_ptr< Path > &path, EAfterConditionPath afterConditionPath=EAfterConditionPath::c_End) |
| Add a condition to the module. More...
|
|
void | if_false (const std::shared_ptr< Path > &path, EAfterConditionPath afterConditionPath=EAfterConditionPath::c_End) |
| A simplified version to add a condition to the module. More...
|
|
void | if_true (const std::shared_ptr< Path > &path, EAfterConditionPath afterConditionPath=EAfterConditionPath::c_End) |
| A simplified version to set the condition of the module. More...
|
|
bool | hasCondition () const |
| Returns true if at least one condition was set for the module.
|
|
const ModuleCondition * | getCondition () const |
| Return a pointer to the first condition (or nullptr, if none was set)
|
|
const std::vector< ModuleCondition > & | getAllConditions () const |
| Return all set conditions for this module.
|
|
bool | evalCondition () const |
| If at least one condition was set, it is evaluated and true returned if at least one condition returns true. More...
|
|
std::shared_ptr< Path > | getConditionPath () const |
| Returns the path of the last true condition (if there is at least one, else reaturn a null pointer). More...
|
|
Module::EAfterConditionPath | getAfterConditionPath () const |
| What to do after the conditional path is finished. More...
|
|
std::vector< std::shared_ptr< Path > > | getAllConditionPaths () const |
| Return all condition paths currently set (no matter if the condition is true or not).
|
|
bool | hasProperties (unsigned int propertyFlags) const |
| Returns true if all specified property flags are available in this module. More...
|
|
bool | hasUnsetForcedParams () const |
| Returns true and prints error message if the module has unset parameters which the user has to set in the steering file.
|
|
const ModuleParamList & | getParamList () const |
| Return module param list.
|
|
template<typename T > |
ModuleParam< T > & | getParam (const std::string &name) const |
| Returns a reference to a parameter. More...
|
|
bool | hasReturnValue () const |
| Return true if this module has a valid return value set.
|
|
int | getReturnValue () const |
| Return the return value set by this module. More...
|
|
std::shared_ptr< PathElement > | clone () const override |
| Create an independent copy of this module. More...
|
|
std::shared_ptr< boost::python::list > | getParamInfoListPython () const |
| Returns a python list of all parameters. More...
|
|
virtual void event |
( |
void |
| ) |
|
|
inlinevirtualinherited |
This method is the core of the module.
This method is called for each event. All processing of the event has to take place in this method.
This method can be implemented by subclasses.
Reimplemented in ROIDQMModule, DQMHistOutputToEPICSModule, DQMHistInjectionModule, DQMHistAnalysisTRGModule, DQMHistAnalysisRunNrModule, DQMHistAnalysisRooFitExampleModule, DQMHistAnalysisPXDTrackChargeModule, DQMHistAnalysisPXDReductionModule, DQMHistAnalysisPXDInjectionModule, DQMHistAnalysisPXDEffModule, DQMHistAnalysisPXDDAQModule, DQMHistAnalysisPXDCMModule, DQMHistAnalysisPXDChargeModule, DQMHistAnalysisEpicsOutputModule, DQMHistAnalysisDeltaTestModule, DQMHistAnalysisDeltaEpicsMonObjExampleModule, PXDRawDumperModule, vxdDigitMaskingModule, VXDDQMExpressRecoModule, VXDTrackCandidatesQualityIndicatorCutterModule, TrackSetEvaluatorHopfieldNNDEVModule, TrackSetEvaluatorGreedyDEVModule, SVDOverlapResolverModule, BestVXDTrackCandidatesSelectorModule, BestVXDFamilyCandidateSelectorModule, AddVXDTrackCandidateSubSetsModule, TrackingAbortDQMModule, ROISenderModule, ROIPayloadAssemblerModule, ROIGeneratorModule, PXDROIFinderAnalysisModule, PXDRawHitFilterModule, PXDdigiFilterModule, SVDUnpackerDQMModule, SVDDQMInjectionModule, SVDDQMExpressRecoModule, SVDDQMEfficiencyModule, SVDDQMDoseModule, SVDDQMClustersOnTrackModule, DetectorOccupanciesDQMModule, TTDUnpackerModule, TTDDQMModule, PXDUnpackerOTModule, PXDUnpackerOldModule, PXDUnpackerModule, PXDReadRawONSENModule, PXDReadRawBonnDAQMatchedModule, PXDReadRawBonnDAQModule, PXDPostErrorCheckerModule, PXDPackerModule, PXDPackerErrModule, PXDGatedInfoFillerModule, PXDInjectionVetoEmulatorModule, PXDDigitizerModule, PXDClusterPropFilterModule, PXDROIPlotModule, PXDEventPlotModule, PXDBadSensorTagModule, PXDTrackClusterDQMModule, PXDROIDQMModule, PXDRawDQMModule, PXDRawDQMCorrModule, PXDInjectionDQMModule, PXDGatedModeDQMModule, PXDGatedDHCDQMModule, PXDDQMTrackRawNtupleModule, PXDDQMExpressRecoModule, PXDDQMEfficiencySelftrackModule, PXDDQMEfficiencyNtupleSelftrackModule, PXDDQMEfficiencyNtupleModule, PXDDQMEfficiencyModule, PXDDQMCorrModule, PXDDQMClustersModule, PXDDAQDQMModule, PXDMCBgTupleProducerModule, PXDBgTupleProducerModule, PyModule, ECLDQMInjectionModule, V0ObjectsDQMModule, DelayDQMModule, DAQMonitorModule, DQMHistSnapshotsModule, DQMHistDeltaHistoModule, DQMHistComparitorModule, DQMHistAutoCanvasModule, DQMHistAnalysisV0Module, DQMHistAnalysisTRGGDLModule, DQMHistAnalysisTRGECLModule, DQMHistAnalysisTrackingHLTModule, DQMHistAnalysisTrackingERModule, DQMHistAnalysisTOPModule, DQMHistAnalysisSVDOnMiraBelleModule, DQMHistAnalysisSVDGeneralModule, DQMHistAnalysisSVDEfficiencyModule, DQMHistAnalysisSVDDoseModule, DQMHistAnalysisPXDFitsModule, DQMHistAnalysisPXDERModule, DQMHistAnalysisOutputRelayMsgModule, DQMHistAnalysisOutputMonObjModule, DQMHistAnalysisOutputImagesModule, DQMHistAnalysisOutputFileModule, DQMHistAnalysisMiraBelleModule, DQMHistAnalysisKLM2Module, DQMHistAnalysisKLMModule, DQMHistAnalysisIPModule, DQMHistAnalysisInputTestModule, DQMHistAnalysisInputRootFileModule, DQMHistAnalysisInputPVSrvModule, DQMHistAnalysisHLTModule, DQMHistAnalysisExampleFlagsModule, DQMHistAnalysisExampleModule, DQMHistAnalysisEventT0TriggerJitterModule, DQMHistAnalysisEventT0EfficiencyModule, DQMHistAnalysisEpicsExampleModule, DQMHistAnalysisEpicsEnableModule, DQMHistAnalysisECLSummaryModule, DQMHistAnalysisECLShapersModule, DQMHistAnalysisECLOutOfTimeDigitsModule, DQMHistAnalysisECLConnectedRegionsModule, DQMHistAnalysisECLModule, DQMHistAnalysisDAQMonObjModule, DQMHistAnalysisCDCDedxModule, DQMHistAnalysisARICHModule, NeutralHadronMatcherModule, VXDMisalignmentModule, TRGRAWDATAModule, TRGTOPWaveformPlotterModule, TRGTOPUnpackerWaveformModule, TRGTOPUnpackerModule, TRGTOPTRD2TTSConverterModule, TRGTOPDQMModule, KLMTriggerModule, TRGGRLUnpackerModule, GRLNeuroTrainerModule, GRLNeuroModule, TRGGRLDQMModule, TRGGRLProjectsModule, TRGGRLModule, TRGGRLMatchModule, TRGGDLUnpackerModule, TRGGDLSummaryModule, TRGGDLDSTModule, TRGGDLDQMModule, TRGGDLModule, TRGGDLCosmicRunModule, TRGECLUnpackerModule, TRGECLTimingCalModule, TRGECLRawdataAnalysisModule, TRGECLQAMModule, TRGECLEventTimingDQMModule, TRGECLDQMModule, TRGECLBGTCHitModule, TRGECLModule, TRGECLFAMModule, MCMatcherTRGECLModule, CDCTriggerUnpackerModule, TRGCDCTSStreamModule, TRGCDCTSFUnpackerModule, TRGCDCTSFDQMModule, TRGCDCT3DUnpackerModule, TRGCDCT3DDQMModule, TRGCDCT3DConverterModule, TRGCDCT2DDQMModule, TRGCDCETFUnpackerModule, TRGCDCModule, CDCTriggerTSFModule, CDCTriggerTSFFirmwareModule, CDCTriggerTrackCombinerModule, CDCTriggerETFModule, CDCTriggerNeuroModule, CDCTriggerNeuroIDHistModule, CDCTriggerNeuroDataModule, CDCTriggerNDFinderModule, CDCTriggerRecoMatcherModule, CDCTriggerRecoHitMatcherModule, CDCTriggerMCMatcherModule, CDCTrigger2DFinderModule, CDCTriggerHoughETFModule, CDCTrigger3DFitterModule, CDCTrigger2DFitterModule, CDCTriggerNeuroDQMOnlineModule, CDCTriggerNeuroDQMModule, FindletModule< AFindlet >, FindletModule< TrackFinderAutomaton >, FindletModule< FacetCreator >, FindletModule< CKFToCDCFromEclFindlet >, FindletModule< AxialTrackCreatorMCTruth >, FindletModule< AxialStraightTrackFinder >, FindletModule< CKFToCDCFindlet >, FindletModule< CKFToSVDSeedFindlet >, FindletModule< SegmentLinker >, FindletModule< TrackCreatorSegmentTripleAutomaton >, FindletModule< TrackCreatorSegmentPairAutomaton >, FindletModule< SegmentOrienter >, FindletModule< SegmentCreatorFacetAutomaton >, FindletModule< TrackFinderSegmentTripleAutomaton >, FindletModule< SegmentFinderFacetAutomaton >, FindletModule< CKFToSVDFindlet >, FindletModule< TrackRejecter >, FindletModule< SegmentCreatorMCTruth >, FindletModule< TrackFinderCosmics >, FindletModule< TrackExporter >, FindletModule< SuperClusterCreator >, FindletModule< AsicBackgroundLibraryCreator >, FindletModule< HitBasedT0Extractor >, FindletModule< TrackFinderSegmentPairAutomaton >, FindletModule< ClusterPreparer >, FindletModule< AxialTrackFinderHough >, FindletModule< CosmicsTrackMergerFindlet >, FindletModule< TrackOrienter >, FindletModule< TrackLinker >, FindletModule< TrackFinder >, FindletModule< SegmentPairCreator >, FindletModule< MonopoleAxialTrackFinderLegendre >, FindletModule< HitReclaimer >, FindletModule< ClusterRefiner< BridgingWireHitRelationFilter > >, FindletModule< AxialTrackFinderLegendre >, FindletModule< AxialTrackCreatorSegmentHough >, FindletModule< TrackQualityEstimator >, FindletModule< StereoHitFinder >, FindletModule< CKFToPXDFindlet >, FindletModule< WireHitPreparer >, FindletModule< TrackFlightTimeAdjuster >, FindletModule< TrackCreatorSingleSegments >, FindletModule< SegmentRejecter >, FindletModule< SegmentFitter >, FindletModule< SegmentTripleCreator >, FindletModule< SegmentTrackCombiner >, FindletModule< vxdHoughTracking::SVDHoughTracking >, FindletModule< MCVXDCDCTrackMergerFindlet >, FindletModule< TrackCombiner >, FindletModule< MonopoleStereoHitFinder >, FindletModule< DATCONFPGAFindlet >, FindletModule< WireHitBackgroundDetector >, FindletModule< AxialSegmentPairCreator >, FindletModule< WireHitCreator >, FindletModule< TrackQualityAsserter >, FindletModule< MonopoleStereoHitFinderQuadratic >, FindletModule< ClusterBackgroundDetector >, FindletModule< CDCTrackingEventLevelMdstInfoFillerFindlet >, VXDTFTrainingDataCollectorModule, TrackFinderVXDCosmicsStandaloneModule, TrackFinderVXDCellOMatModule, TrackFinderVXDBasicPathFinderModule, SPTC2RTConverterModule, SegmentNetworkProducerModule, SegmentNetworkAnalyzerModule, SectorMapBootstrapModule, NoKickCutsEvalModule, MLSegmentNetworkProducerModule, FastBDTClassifierTrainingModule, VXDQualityEstimatorMVAModule, VXDQETrainingDataCollectorModule, QualityEstimatorVXDModule, VXDSimpleClusterizerModule, TrackFinderVXDAnalizerModule, SecMapTrainerVXDTFModule, SecMapTrainerBaseModule, OverlapResidualsModule, VXDCDCTrackMergerModule, V0FinderModule, TrackQualityEstimatorMVAModule, TrackQETrainingDataCollectorModule, V0findingPerformanceEvaluationModule, TrackingPerformanceEvaluationModule, HitXPModule, FillTrackFitNtupleModule, EffPlotsModule, TrackingHLTDQMModule, TrackingExpressRecoDQMModule, TrackDQMModule, StudyMaterialEffectsModule, CollectorTestModule, TrackFinderMCTruthRecoTracksModule, TrackFilterModule, ParallelTrackFilterModule, TrackCreatorModule, SVDShaperDigitFilterModule, SVDROIFinderModule, SVDROIFinderAnalysisModule, SVDROIFinderAnalysisDataModule, SVDROIDQMModule, StandardTrackingPerformanceModule, TCConvertersTestModule, SPTCvirtualIPRemoverModule, SPTCRefereeModule, SPTCmomentumSeedRetrieverModule, SPTC2GFTCConverterModule, SpacePointCreatorTestModule, SpacePoint2TrueHitConnectorModule, RT2SPTCConverterModule, PhaseSpaceAnalysisModule, GFTC2SPTCConverterModule, CurlingTrackCandSplitterModule, RelatedTracksCombinerModule, RecoTrackStoreArrayCombinerModule, MCRelationCreatorModule, CDCCKFTracksCombinerModule, RecoTracksReverterModule, RecoTracksCopierModule, RecoTrackParticleLoaderModule, ReattachCDCWireHitsToRecoTracksModule, PXDSVDCutModule, ROIReadTestModule, PXDROIFinderModule, PXDclusterFilterModule, MCSlowPionPXDROICreatorModule, PruneRecoTracksModule, PruneRecoHitsModule, PruneGenfitTracksModule, MuidModule, MCTrackCandClassifierModule, TrackToMCParticleRelatorModule, MCV0MatcherModule, Chi2MCTrackMatcherModule, BeamSpotMonitorModule, GenfitVisModule, RegisterEventLevelTrackingInfoModule, FlipQualityModule, FlippedRecoTracksMergerModule, BaseTrackTimeEstimatorModule, RecoTrackCreatorModule, FittedTracksStorerModule, BaseRecoFitterModule, ExtModule, SVDEventT0EstimatorModule, DQMHistoModuleBase, TOPXTalkChargeShareSetterModule, TOPWaveformQualityPlotterModule, TOPWaveformFeatureExtractorModule, TOPUnpackerModule, TOPTimeRecalibratorModule, TOPTimeBaseCalibratorModule, TOPTBCComparatorModule, TOPRingPlotterModule, TOPReconstructorModule, TOPRawDigitConverterModule, TOPPDFDebuggerModule, TOPPDFCheckerModule, TOPPackerModule, TOPNtupleModule, TOPModuleT0CalibratorModule, TOPMCTrackMakerModule, TOPLLScannerModule, TOPLaserCalibratorModule, TOPInterimFENtupleModule, TOPLaserHitSelectorModule, TOPGainEfficiencyCalculatorModule, TOPDQMModule, TOPDoublePulseGeneratorModule, TOPCalPulseGeneratorModule, TOPTriggerDigitizerModule, TOPDigitizerModule, TOPCosmicT0FinderModule, TOPCommonT0CalibratorModule, TOPChannelT0MCModule, TOPChannelT0CalibratorModule, TOPChannelMaskerModule, TOPBunchFinderModule, TOPBackgroundModule, TOPAlignerModule, OpticalGunModule, SVDUnpackerModule, SVDTimeGroupingModule, SVDSpacePointQICalibrationModule, SVDSpacePointCreatorModule, SVD6SampleEventSkimModule, SVDZeroSuppressionEmulatorModule, SVDTriggerQualityGeneratorModule, SVDEventInfoSetterModule, SVDDigitizerModule, SVD3SamplesEmulatorModule, SVDStripMaskingModule, SVDSimpleClusterizerModule, SVDShaperDigitSorterModule, SVDRecoDigitCreatorModule, SVDNNShapeReconstructorModule, SVDNNClusterizerModule, SVDMissingAPVsClusterCreatorModule, SVDDataFormatCheckModule, SVDCoGTimeEstimatorModule, SVDClusterizerModule, SVDClusterizerDirectModule, SVDShaperDigitsFromTracksModule, SVDPerformanceTTreeModule, SVDPerformanceModule, SVDOccupancyAnalysisModule, SVDMaxStripTTreeModule, SVDEventT0PerformanceTTreeModule, SVDClusterFilterModule, SVDClusterEvaluationTrueInfoModule, SVDClusterEvaluationModule, SVDB4CommissioningPlotsModule, SVDPackerModule, SVDTrackingEventLevelMdstInfoFillerModule, svdDumpModule, SVDDQMHitTimeModule, SVDCrossTalkFinderModule, SVDClusterQualityEstimatorModule, SVDClusterQualityEstimatorCalibrationModule, SVDChargeSharingAnalysisModule, SVDTimeCalibrationsMonitorModule, SVDPositionErrorScaleFactorImporterModule, SVDLocalCalibrationsMonitorModule, SVDLocalCalibrationsCheckModule, SVDLatencyCalibrationModule, SVDHotStripFinderModule, SVDDatabaseTestModule, SVDClusterCalibrationsMonitorModule, SVDChannelMappingModule, SVDBeamBackHitFilterModule, SVDBackgroundModule, SimulateEventLevelTriggerTimeInfoModule, FullSimTimingModule, FullSimModule, ROIfindingConditionFromDBModule, VXDDedxPIDModule, PIDNtupleModule, MdstPIDModule, KlongValidationModule, KLMExpertModule, ECLExpertModule, DataWriterModule, HitLevelInfoWriterModule, EventT0DQMModule, EventT0CombinerModule, ClusterMatcherModule, CDCDedxValidationModule, CDCDedxSkimCDSTModule, CDCDedxSkimModule, CDCDedxScanModule, CDCDedxPIDModule, CDCDedxDQMModule, CDCDedxCorrectionModule, Root2BinaryModule, PrintEventRateModule, PrintDataTemplateModule, PrintDataModule, MakeDumHSLBDataModule, HexDataPackerModule, DummyDataPackerModule, Convert2RawDetModule, CheckErrorEventModule, PXDSpacePointCreatorModule, PXDRawHitSorterModule, PXDDigitSorterModule, PXDClusterizerModule, PXDClusterCheckModule, PXDPerformanceModule, PXDClustersFromTracksModule, PXDTrackingEventLevelMdstInfoFillerModule, PXDRawHitMaskingModule, PXDRawDQMChipsModule, PXDBeamBackHitFilterModule, PXDBackgroundModule, AWESOMEBasicModule, MVAPrototypeModule, MVAMultipleExpertsModule, MVAExpertModule, FixMergedObjectsModule, MasterClassModule, MCMatcherKLMClustersModule, KLMUnpackerModule, KLMScintillatorSimulatorModule, KLMReconstructorModule, KLMPackerModule, KLMDQM2Module, KLMDQMModule, KLMDigitTimeShifterModule, KLMDigitizerModule, KLMClustersReconstructorModule, KLMClusterEfficiencyModule, KLMClusterAnaModule, EKLMDataCheckerModule, BKLMTrackingModule, BKLMSimHistogrammerModule, BKLMDigitAnalyzerModule, BKLMAnaModule, StatisticsTimingHLTDQMModule, SoftwareTriggerHLTDQMModule, CosmicRayHLTDQMModule, SoftwareTriggerResultPrinterModule, SoftwareTriggerModule, OnlineEventT0CreatorModule, VRMLWriterModule, OverlapCheckerModule, FBXWriterModule, TeeggInputModule, PairGenModule, TouschekTURTLEInputModule, SmearPrimaryVertexModule, SADInputModule, RemoveMCParticlesModule, PrintTauTauMCParticlesModule, ParticleGunModule, OverrideGenerationFlagsModule, LHEInputModule, InclusiveParticleCheckerModule, HepevtOutputModule, HepevtInputModule, GeneratorPreselectionModule, GeneratorPreselectionLeptonicModule, GeneratorBaseModule, GeneratedVertexDisplacerModule, EventT0ShifterModule, EventT0GeneratorModule, CosmicsModule, BoostMCParticlesModule, HepMCOutputModule, HepMCInputModule, FragmentationModule, EvtGenDecayModule, CRYInputModule, BHWideInputModule, BBBremInputModule, ZMQTxWorkerModule, ZMQTxInputModule, ZMQRxWorkerModule, ZMQRxOutputModule, TxModule, RxModule, AsyncWrapper, SeqRootOutputModule, SeqRootInputModule, RootOutputModule, RootInputModule, StatisticsSummaryModule, ProfileModule, HistoManagerModule, TheKillerModule, RandomBarrierModule, PruneDataStoreModule, ProgressModule, ProgressBarModule, PrintCollectionsModule, PrintBeamParametersModule, PrescaleModule, IoVDependentConditionModule, InteractiveModule, EventLimiterModule, EventInfoSetterModule, EventInfoPrinterModule, EventErrorFlagModule, SwitchDataStoreModule, SubEventModule, SteerRootInputModule, MergeDataStoreModule, HistoModule, CreateConsistencyInfoModule, MCMatcherECLClustersModule, ECLWaveformFitModule, eclWaveformCalibCollectorModule, ECLUnpackerModule, ECLTrimShowersAndDigitsModule, ECLTriggerClusterMatcherModule, ECLTRGInformationModule, ECLTrackClusterMatchingPerformanceModule, ECLTrackClusterMatchingParametrizationExpertModule, ECLTrackClusterMatchingModule, ECLTrackCalDigitMatchModule, ECLTrackBremFinderModule, ECLSplitterN2Module, ECLSplitterN1Module, ECLShowerShapeModule, ECLShowerCorrectorModule, ECLShowerCalibratorModule, ECLPackerModule, ECLMatchingPerformanceExpertModule, ECLLOMModule, ECLLocalRunCalibratorModule, ECLLocalMaximumFinderModule, ECLHitDebugModule, ECLFinalizerModule, ECLFillCellIdMappingModule, ECLEventT0Module, ECLDumpGeometryModule, ECLDQMOutOfTimeDigitsModule, ECLDQMEXTENDEDModule, ECLDQMConnectedRegionsModule, ECLDQMModule, EclDisplayModule, ECLDigitizerPureCsIModule, ECLDigitizerModule, ECLDigitCalibratorModule, ECLDigiStudyModule, ECLDataAnalysisModule, EclCovMatrixNtupleModule, ECLCRFinderModule, ECLCovarianceMatrixModule, ECLCompressBGOverlayModule, ECLClusterPSDModule, ECLClusterPropertiesModule, ECLChargedPIDMVAModule, ECLChargedPIDDataAnalysisValidationModule, ECLChargedPIDDataAnalysisModule, ECLChargedPIDModule, ECLBackgroundModule, PhysicsObjectsMiraBelleModule, PhysicsObjectsMiraBelleHadronModule, PhysicsObjectsMiraBelleDstModule, PhysicsObjectsMiraBelleDst2Module, PhysicsObjectsMiraBelleBhabhaModule, PhysicsObjectsDQMModule, IPDQMModule, DQMHistAnalysisInputModule, DisplayModule, StorageSerializerModule, StorageRootOutputModule, StorageDeserializerModule, SeqRootMergerModule, PartialSeqRootReaderModule, Ds2RawFileModule, Rbuf2RbufModule, Rbuf2DsModule, RawInputModule, Raw2DsModule, FastRbuf2DsModule, EvReductionModule, Ds2RbufModule, Ds2RawModule, CertifyParallelModule, SerializerModule, Root2RawModule, MonitorDataCOPPERModule, GenRawSendModule, DummyDataSourceFileModule, DummyDataSourceModule, DesSerPrePCMainModule, DeSerializerPXDModule, DeSerializerPrePCModule, DeSerializerPCModule, DeSerializerHLTModule, DeSerializerFILEModule, DeSerializerCOPPERModule, DeSerializerModule, ElapsedTimeModule, StorageZMQ2DsModule, HLTZMQ2DsDirectModule, HLTZMQ2DsModule, HLTDs2ZMQModule, HLTDQM2ZMQModule, ReceiveEventModule, Ds2SampleModule, TrackAnaModule, MonitorDataModule, DqmHistoManagerModule, TxSocketModule, RxSocketModule, DAQPerfModule, CDCUnpackerModule, CDCRecoTrackFilterModule, CDCCosmicTrackMergerModule, CDCPackerModule, CDCJobCntlParModifierModule, CDCInitialT0DeterminationModule, CDCHitFilterModule, CDCDQMModule, cdcDQM7Module, CDCDigitizerModule, CDCCRTestModule, CDCCrossTalkAdderModule, CDCCosmicSelectorAfterFullSimModule, CDCCosmicSelectorModule, CDCCosmicAnalysisModule, TriggerSkimModule, TestCalibDBAccessModule, QcsmonitorStudyModule, QcsmonitorDigitizerModule, PlumeDigitizerModule, PindiodeStudyModule, PinDigitizerModule, TPCStudyModule, TpcDigitizerModule, MicrotpcStudyModule, He3tubeStudyModule, He3DigitizerModule, FANGSStudyModule, FANGSDigitizerModule, DosiStudyModule, DosiDigitizerModule, CsIStudyModule, CsiStudy_v2Module, CsiModule, CsIDigitizerModule, CsiDigitizer_v2Module, ClawsStudyModule, ClawsDigitizerModule, ClawStudyModule, ClawDigitizerModule, BgoStudyModule, BgoDigitizerModule, BeamDigitizerModule, BeamabortStudyModule, ReprocessorModule, NtuplePhase1_v6Module, AnalysisPhase1StudyModule, BGOverlayInputModule, BGOverlayExecutorModule, BeamBkgTagSetterModule, BeamBkgMixerModule, BeamBkgHitRateMonitorModule, BeamBkgGeneratorModule, BelleMCOutputModule, B2BIIMdstInputModule, B2BIIFixMdstModule, B2BIIConvertMdstModule, B2BIIMCParticlesMonitorModule, ARICHUnpackerModule, arichToNtupleModule, ARICHRelateModule, ARICHReconstructorModule, ARICHRawUnpackerModule, ARICHRateCalModule, ARICHPackerModule, ARICHNtupleModule, ARICHMCParticlesModule, ARICHFillHitsModule, ARICHDQMModule, ARICHDigitizerModule, arichBtestModule, VariableToReturnValueModule, VariablesToNtupleModule, VariablesToHistogramModule, VariablesToExtraInfoModule, VariablesToEventExtraInfoModule, VariablesToEventBasedTreeModule, V0DaughterMassUpdaterModule, UdstListFilterModule, TreeFitterModule, TrackIsoCalculatorModule, TrackingMomentumModule, TrackingEfficiencyModule, TrackFitResultEstimatorModule, TauDecayModeModule, TauDecayMarkerModule, TagVertexModule, TagUniqueSignalModule, SkimFilterModule, SignalSideVariablesToExtraInfoModule, SignalSideVariablesToDaughterExtraInfoModule, SignalSideParticleListCreatorModule, SignalSideParticleFilterModule, SelectDaughtersModule, RestOfEventUpdaterModule, RestOfEventPrinterModule, RestOfEventInterpreterModule, RestOfEventBuilderModule, RemoveParticlesNotInListsModule, PseudoVertexFitterModule, PrintMCParticlesModule, PostMergeUpdaterModule, Pi0VetoEfficiencySystematicsModule, PhotonEfficiencySystematicsModule, ParticleWeightingModule, ParticleVertexFitterModule, ParticleStatsModule, ParticleSelectorModule, ParticlePrinterModule, ParticleMomentumUpdaterModule, ParticleMCDecayStringModule, ParticleMassUpdaterModule, ParticleLoaderModule, ParticleListManipulatorModule, ParticleKinematicFitterModule, ParticleExtractorFromROEModule, ParticleCopierModule, ParticleCombinerFromMCModule, ParticleCombinerModule, NeutralHadron4MomentumCalculatorModule, MCMatcherParticlesModule, MCDecayFinderModule, LowEnergyPi0VetoExpertModule, LowEnergyPi0IdentificationExpertModule, KlongMomentumUpdaterExpertModule, KlongMomentumCalculatorExpertModule, KlongDecayReconstructorExpertModule, InclusiveDstarReconstructionModule, InclusiveBtagReconstructionModule, HelixErrorScalerModule, FlavorTaggerInfoFillerModule, FlavorTaggerInfoBuilderModule, ExtraInfoRemoverModule, ExtraInfoPrinterModule, EventShapeCalculatorModule, EventKinematicsModule, DuplicateVertexMarkerModule, DistanceCalculatorModule, CurlTaggerModule, ContinuumSuppressionBuilderModule, ChargedPidMVAMulticlassModule, ChargedPidMVAModule, BtubeCreatorModule, BremsFinderModule, BelleBremRecoveryModule, EnergyBiasCorrectionModule, BestCandidateSelectionModule, BelleNbarMVAModule, AllParticleCombinerModule, UpdateParticleTrackCandModule, SetRecoTrackMomentumModule, MergerCosmicTracksModule, CosmicsAlignmentValidationModule, CopyRecoTracksWithOverlapModule, AlignDQMModule, MCRecoTracksMatcherModule, EventsOfDoomBusterModule, CalibrationCollectorModule, TrackTimeEstimatorModule, GetEventFromSocketModule, SrsensorModule, QcsmonitorModule, PlumeModule, PindiodeModule, Ph1sustrModule, Ph1bpipeModule, MicrotpcModule, He3tubeModule, FANGSModule, DosiModule, CLAWSModule, ClawModule, CaveModule, BgoModule, BeamabortModule, and ARICHBackgroundModule.
Definition at line 157 of file Module.h.