CMS 3D CMS Logo

Typedefs | Functions

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/HLTrigger/HLTcore/src/HLTConfigProvider.cc File Reference

#include "HLTrigger/HLTcore/interface/HLTConfigProvider.h"
#include "FWCore/Utilities/interface/RegexMatch.h"
#include "FWCore/Utilities/interface/ThreadSafeRegistry.h"
#include "FWCore/ParameterSet/interface/Registry.h"
#include "FWCore/Framework/interface/Run.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/LuminosityBlock.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DataFormats/Provenance/interface/ProcessHistory.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include <boost/regex.hpp>

Go to the source code of this file.

Typedefs

typedef
edm::detail::ThreadSafeRegistry
< edm::ParameterSetID,
HLTConfigData
HLTConfigDataRegistry

Functions

static const HLTConfigDatas_dummyHLTConfigData ()

Typedef Documentation

Definition at line 25 of file HLTConfigProvider.cc.


Function Documentation

static const HLTConfigData* s_dummyHLTConfigData ( ) [static]

Definition at line 28 of file HLTConfigProvider.cc.

Referenced by HLTConfigProvider::clear(), HLTConfigProvider::getDataFrom(), and HLTConfigProvider::init().

{ static HLTConfigData dummyHLTConfigData;
  return &dummyHLTConfigData;
}