70 const std::vector< OpenSwath::SwathMap > & swath_maps,
72 const Param & mrm_mapping_param,
76 bool load_into_memory =
false)
override;
94 const std::vector< OpenSwath::SwathMap > & swath_maps,
97 const Param & mrm_mapping_param)
override;
101 std::unique_ptr<MRMChromHandler>
mrm_;
104 std::unique_ptr<DIAChromHandler>
dia_;
Dispatching chromatogram handler that picks SRM/MRM or DIA at runtime based on the input maps.
Definition DefaultChromHandler.h:42
std::unique_ptr< DIAChromHandler > dia_
Inner DIA handler; selected when at least one input map carries MS1 or spectra.
Definition DefaultChromHandler.h:104
std::unique_ptr< MRMChromHandler > mrm_
Inner SRM/MRM handler; selected when all input maps are chromatogram-only.
Definition DefaultChromHandler.h:101
std::vector< MSChromatogram > collectIrtChromatogramsForIrt(const std::vector< OpenSwath::SwathMap > &swath_maps, const OpenSwath::LightTargetedExperiment &irt_transitions, const Param &mrm_mapping_param, const ChromExtractParams &cp, const TransformationDescription &trafo=TransformationDescription(), bool pasef=false, bool load_into_memory=false) override
Collect iRT chromatograms by delegating to the SRM/MRM or DIA handler.
DefaultChromHandler()
Default constructor; eagerly constructs the inner SRM/MRM and DIA handlers.
std::vector< MSChromatogram > extractAndMapChromatogramsForTransitions(const std::vector< OpenSwath::SwathMap > &swath_maps, const OpenSwath::LightTargetedExperiment &transition_exp, const ChromExtractParams &cp, const Param &mrm_mapping_param) override
Extract and map analytical transition chromatograms via the SRM/MRM or DIA handler.
~DefaultChromHandler() override
Destructor.
Abstract interface for providing chromatograms.
Definition IChromatogramHandler.h:41
Management and storage of parameters / INI files.
Definition Param.h:46
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Definition TransitionExperiment.h:369