CMS 3D CMS Logo

Namespaces | Typedefs | Functions | Variables
TriggerResultsBasedEventSelector.cc File Reference
#include <algorithm>
#include "FWCore/Framework/interface/TriggerResultsBasedEventSelector.h"
#include "FWCore/Framework/interface/EventForOutput.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/Algorithms.h"

Go to the source code of this file.

Namespaces

 edm
 HLT enums.
 
 edm::detail
 
 trigger_results_based_event_selector_utils
 

Typedefs

typedef std::pair< std::string, std::string > trigger_results_based_event_selector_utils::parsed_path_spec_t
 

Functions

bool edm::detail::configureEventSelector (edm::ParameterSet const &iPSet, std::string const &iProcessName, std::vector< std::string > const &iAllTriggerNames, edm::detail::TriggerResultsBasedEventSelector &oSelector, ConsumesCollector &&iC)
 
void trigger_results_based_event_selector_utils::parse_path_spec (std::string const &path_spec, parsed_path_spec_t &output)
 
ParameterSetID edm::detail::registerProperSelectionInfo (edm::ParameterSet const &iInitial, std::string const &iLabel, std::map< std::string, std::vector< std::pair< std::string, int > > > const &outputModulePathPositions, bool anyProductProduced)
 
void trigger_results_based_event_selector_utils::remove_whitespace (std::string &s)
 

Variables

static const edm::TypeID s_TrigResultsType (typeid(edm::TriggerResults))
 

Variable Documentation

◆ s_TrigResultsType

const edm::TypeID s_TrigResultsType(typeid(edm::TriggerResults))
static